{ "_from": "bestzip@2.2.1", "_id": "bestzip@2.2.1", "_inBundle": false, "_integrity": "sha512-XdAb87RXqOqF7C6UgQG9IqpEHJvS6IOUo0bXWEAebjSSdhDjsbcqFKdHpn5Q7QHz2pGr3Zmw4wgG3LlzdyDz7w==", "_location": "/bestzip", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "bestzip@2.2.1", "name": "bestzip", "escapedName": "bestzip", "rawSpec": "2.2.1", "saveSpec": null, "fetchSpec": "2.2.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/bestzip/-/bestzip-2.2.1.tgz", "_shasum": "6f14c48e7abf57dfac60aecb45ee4571b77b37a7", "_spec": "bestzip@2.2.1", "_where": "D:\\Dev\\TS\\SPTAki\\ClearVision", "author": { "name": "Nathan Friedly - http://nfriedly.com/" }, "bin": { "bestzip": "bin/cli.js" }, "bugs": { "url": "https://github.com/nfriedly/node-bestzip/issues" }, "bundleDependencies": false, "dependencies": { "archiver": "^5.3.0", "async": "^3.2.0", "glob": "^7.1.6", "which": "^2.0.2", "yargs": "^16.2.0" }, "deprecated": false, "description": "Uses OS zip command if avaliable (for better performance and speed) or node.js version if there is no system command avaliable. Can be called via node or command line.", "devDependencies": { "chai": "^4.3.4", "command-line-test": "^1.0.10", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.3.1", "jest": "^26.6.3", "klaw-sync": "^6.0.0", "prettier": "^2.2.1", "regenerator-runtime": "^0.13.7", "rimraf": "^3.0.2", "unzip-stream": "^0.3.1" }, "engines": { "node": ">=10" }, "files": [ "bin/cli.js", "lib/" ], "homepage": "https://github.com/nfriedly/node-bestzip", "license": "MIT", "main": "lib/bestzip.js", "name": "bestzip", "repository": { "type": "git", "url": "git+ssh://git@github.com/nfriedly/node-bestzip.git" }, "scripts": { "lint": "eslint .", "lint-fix": "eslint --fix .", "test": "npm run lint && npm run unit-test", "unit-test": "jest" }, "version": "2.2.1" }