{ "_from": "tar@4.4.12", "_id": "tar@4.4.12", "_inBundle": false, "_integrity": "sha512-4GwpJwdSjIHlUrWd/1yJrl63UqcqjJyVglgIwn4gcG+Lrp9TXpZ1ZRrGLIRBNqLTUvz6yoPJrX4B/MISxY/Ukg==", "_location": "/tar", "_phantomChildren": { "safe-buffer": "5.1.2", "yallist": "3.0.3" }, "_requested": { "type": "version", "registry": true, "raw": "tar@4.4.12", "name": "tar", "escapedName": "tar", "rawSpec": "4.4.12", "saveSpec": null, "fetchSpec": "4.4.12" }, "_requiredBy": [ "#USER", "/", "/node-gyp", "/pacote" ], "_resolved": "https://registry.npmjs.org/tar/-/tar-4.4.12.tgz", "_shasum": "6a1275a870a782f92828e24d28fa6aa253193af7", "_spec": "tar@4.4.12", "_where": "/Users/mperrotte/npminc/cli", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "bugs": { "url": "https://github.com/npm/node-tar/issues" }, "bundleDependencies": false, "dependencies": { "chownr": "^1.1.1", "fs-minipass": "^1.2.5", "minipass": "^2.8.6", "minizlib": "^1.2.1", "mkdirp": "^0.5.0", "safe-buffer": "^5.1.2", "yallist": "^3.0.3" }, "deprecated": false, "description": "tar for node", "devDependencies": { "chmodr": "^1.2.0", "end-of-stream": "^1.4.1", "events-to-array": "^1.1.2", "mutate-fs": "^2.1.1", "rimraf": "^2.6.3", "tap": "^14.6.5", "tar-fs": "^1.16.3", "tar-stream": "^1.6.2" }, "engines": { "node": ">=4.5" }, "files": [ "index.js", "lib/" ], "homepage": "https://github.com/npm/node-tar#readme", "license": "ISC", "name": "tar", "repository": { "type": "git", "url": "git+https://github.com/npm/node-tar.git" }, "scripts": { "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done", "genparse": "node scripts/generate-parse-fixtures.js", "postpublish": "git push origin --follow-tags", "postversion": "npm publish", "preversion": "npm test", "test": "tap" }, "tap": { "coverage-map": "map.js", "check-coverage": true }, "version": "4.4.12" }