%PDF- %PDF-
Direktori : /www/specpages-backup/node_modules/tar/ |
Current File : //www/specpages-backup/node_modules/tar/package.json |
{ "_from": "tar@^5.0.5", "_id": "tar@5.0.11", "_inBundle": false, "_integrity": "sha512-E6q48d5y4XSCD+Xmwc0yc8lXuyDK38E0FB8N4S/drQRtXOMUhfhDxbB0xr2KKDhNfO51CFmoa6Oz00nAkWsjnA==", "_location": "/tar", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tar@^5.0.5", "name": "tar", "escapedName": "tar", "rawSpec": "^5.0.5", "saveSpec": null, "fetchSpec": "^5.0.5" }, "_requiredBy": [ "/sharp" ], "_resolved": "https://registry.npmjs.org/tar/-/tar-5.0.11.tgz", "_shasum": "f6e972e26960f71387c88e4313b202889be09292", "_spec": "tar@^5.0.5", "_where": "/www/specpages-backup/node_modules/sharp", "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.4", "fs-minipass": "^2.1.0", "minipass": "^3.1.3", "minizlib": "^2.1.2", "mkdirp": "^0.5.5", "yallist": "^4.0.0" }, "deprecated": false, "description": "tar for node", "devDependencies": { "chmodr": "^1.2.0", "end-of-stream": "^1.4.4", "events-to-array": "^1.1.2", "mutate-fs": "^2.1.1", "require-inject": "^1.4.4", "rimraf": "^2.7.1", "tap": "^14.11.0", "tar-fs": "^1.16.3", "tar-stream": "^1.6.2" }, "engines": { "node": ">= 8" }, "files": [ "index.js", "lib/*.js" ], "homepage": "https://github.com/npm/node-tar#readme", "license": "ISC", "name": "tar", "publishConfig": { "tag": "v5-legacy" }, "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": "node test/fixtures/test.js", "test:posix": "tap", "test:win32": "tap --lines=98 --branches=98 --statements=98 --functions=98" }, "tap": { "coverage-map": "map.js", "check-coverage": true }, "version": "5.0.11" }