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.json94
1 files changed, 45 insertions, 49 deletions
diff --git a/deps/npm/node_modules/tar/package.json b/deps/npm/node_modules/tar/package.json
index 23921a83e5..4dc0c151cb 100644
--- a/deps/npm/node_modules/tar/package.json
+++ b/deps/npm/node_modules/tar/package.json
@@ -1,69 +1,65 @@
{
+ "_from": "tar@~2.2.1",
+ "_id": "tar@2.2.1",
+ "_integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
+ "_location": "/tar",
+ "_phantomChildren": {
+ "inherits": "2.0.3"
+ },
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "tar@~2.2.1",
+ "name": "tar",
+ "escapedName": "tar",
+ "rawSpec": "~2.2.1",
+ "saveSpec": null,
+ "fetchSpec": "~2.2.1"
+ },
+ "_requiredBy": [
+ "/",
+ "/node-gyp"
+ ],
+ "_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",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
- "name": "tar",
- "description": "tar for node",
- "version": "2.2.1",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/node-tar.git"
- },
- "main": "tar.js",
- "scripts": {
- "test": "tap test/*.js"
+ "bin": null,
+ "bugs": {
+ "url": "https://github.com/isaacs/node-tar/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"block-stream": "*",
"fstream": "^1.0.2",
"inherits": "2"
},
+ "deprecated": false,
+ "description": "tar for node",
"devDependencies": {
"graceful-fs": "^4.1.2",
+ "mkdirp": "^0.5.0",
"rimraf": "1.x",
- "tap": "0.x",
- "mkdirp": "^0.5.0"
- },
- "license": "ISC",
- "gitHead": "52237e39d2eb68d22a32d9a98f1d762189fe6a3d",
- "bugs": {
- "url": "https://github.com/isaacs/node-tar/issues"
+ "tap": "0.x"
},
"homepage": "https://github.com/isaacs/node-tar#readme",
- "_id": "tar@2.2.1",
- "_shasum": "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1",
- "_from": "tar@>=2.2.1 <2.3.0",
- "_npmVersion": "2.14.3",
- "_nodeVersion": "2.2.2",
- "_npmUser": {
- "name": "zkat",
- "email": "kat@sykosomatic.org"
+ "license": "ISC",
+ "main": "tar.js",
+ "name": "tar",
+ "optionalDependencies": {},
+ "peerDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-tar.git"
},
- "dist": {
- "shasum": "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1",
- "tarball": "http://registry.npmjs.org/tar/-/tar-2.2.1.tgz"
+ "scripts": {
+ "test": "tap test/*.js"
},
- "maintainers": [
- {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
- {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- },
- {
- "name": "soldair",
- "email": "soldair@gmail.com"
- },
- {
- "name": "zkat",
- "email": "kat@sykosomatic.org"
- }
- ],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
- "readme": "ERROR: No README data found!"
+ "version": "2.2.1"
}