summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tar/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/tar/package.json')
-rw-r--r--deps/npm/node_modules/tar/package.json75
1 files changed, 44 insertions, 31 deletions
diff --git a/deps/npm/node_modules/tar/package.json b/deps/npm/node_modules/tar/package.json
index 4dc0c151cb..4d6683463a 100644
--- a/deps/npm/node_modules/tar/package.json
+++ b/deps/npm/node_modules/tar/package.json
@@ -1,65 +1,78 @@
{
- "_from": "tar@~2.2.1",
- "_id": "tar@2.2.1",
- "_integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
+ "_from": "tar@latest",
+ "_id": "tar@4.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-XBpU+/azPOMvE5m2Tn7Sl6U1ahpGfe77LkdrAlFilwrgHZsR+2iy0l8klQtfJNM+DACZO2Xrw10MTyQRB4du5A==",
"_location": "/tar",
- "_phantomChildren": {
- "inherits": "2.0.3"
- },
+ "_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "tag",
"registry": true,
- "raw": "tar@~2.2.1",
+ "raw": "tar@latest",
"name": "tar",
"escapedName": "tar",
- "rawSpec": "~2.2.1",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "~2.2.1"
+ "fetchSpec": "latest"
},
"_requiredBy": [
+ "#USER",
"/",
- "/node-gyp"
+ "/pacote"
],
- "_resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
- "_shasum": "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1",
- "_shrinkwrap": null,
- "_spec": "tar@~2.2.1",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_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/"
},
- "bin": null,
"bugs": {
- "url": "https://github.com/isaacs/node-tar/issues"
+ "url": "https://github.com/npm/node-tar/issues"
},
"bundleDependencies": false,
"dependencies": {
- "block-stream": "*",
- "fstream": "^1.0.2",
- "inherits": "2"
+ "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": {
- "graceful-fs": "^4.1.2",
- "mkdirp": "^0.5.0",
+ "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": "0.x"
+ "tap": "^10.3.3",
+ "tar-fs": "^1.15.2",
+ "tar-stream": "^1.5.2"
},
- "homepage": "https://github.com/isaacs/node-tar#readme",
+ "engines": {
+ "node": ">=4.5"
+ },
+ "files": [
+ "index.js",
+ "lib/"
+ ],
+ "homepage": "https://github.com/npm/node-tar#readme",
"license": "ISC",
- "main": "tar.js",
"name": "tar",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
- "url": "git://github.com/isaacs/node-tar.git"
+ "url": "git+https://github.com/npm/node-tar.git"
},
"scripts": {
- "test": "tap test/*.js"
+ "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": "2.2.1"
+ "version": "4.0.1"
}