{ "_from": "tar@latest", "_id": "tar@6.0.2", "_inBundle": false, "_integrity": "sha512-Glo3jkRtPcvpDlAs/0+hozav78yoXKFr+c4wgw62NNMO3oo4AaJdCo21Uu7lcwr55h39W2XD1LMERc64wtbItg==", "_location": "/tar", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "tar@latest", "name": "tar", "escapedName": "tar", "rawSpec": "latest", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/", "/cacache", "/pacote" ], "_resolved": "https://registry.npmjs.org/tar/-/tar-6.0.2.tgz", "_shasum": "5df17813468a6264ff14f766886c622b84ae2f39", "_spec": "tar@latest", "_where": "/Users/isaacs/dev/npm/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": "^2.0.0", "fs-minipass": "^2.0.0", "minipass": "^3.0.0", "minizlib": "^2.1.0", "mkdirp": "^1.0.3", "yallist": "^4.0.0" }, "deprecated": false, "description": "tar for node", "devDependencies": { "chmodr": "^1.2.0", "end-of-stream": "^1.4.3", "events-to-array": "^1.1.2", "mutate-fs": "^2.1.1", "rimraf": "^2.7.1", "tap": "^14.9.2", "tar-fs": "^1.16.3", "tar-stream": "^1.6.2" }, "engines": { "node": ">= 10" }, "files": [ "index.js", "lib/*.js" ], "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": "6.0.2" }