UNPKG

npmc

Version:

a package manager for JavaScript

79 lines (78 loc) 2.01 kB
{ "_from": "tar@latest", "_id": "tar@4.0.1", "_inBundle": false, "_integrity": "sha512-XBpU+/azPOMvE5m2Tn7Sl6U1ahpGfe77LkdrAlFilwrgHZsR+2iy0l8klQtfJNM+DACZO2Xrw10MTyQRB4du5A==", "_location": "/tar", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "tar@latest", "name": "tar", "escapedName": "tar", "rawSpec": "latest", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/", "/pacote" ], "_resolved": "https://registry.npmjs.org/tar/-/tar-4.0.1.tgz", "_shasum": "3f5b2e5289db30c2abe4c960f43d0d9fff96aaf0", "_spec": "tar@latest", "_where": "/Users/rebecca/code/npm", "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.0.1", "minipass": "^2.0.2", "minizlib": "^1.0.3", "mkdirp": "^0.5.0", "yallist": "^3.0.2" }, "deprecated": false, "description": "tar for node", "devDependencies": { "chmodr": "^1.0.2", "end-of-stream": "^1.4.0", "events-to-array": "^1.1.2", "mutate-fs": "^1.1.0", "rimraf": "1.x", "tap": "^10.3.3", "tar-fs": "^1.15.2", "tar-stream": "^1.5.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 --all; git push origin --tags", "postversion": "npm publish", "preversion": "npm test", "test": "tap test/*.js --100 -J --coverage-report=text" }, "version": "4.0.1" }