test/node_modules/tar/package.json
2018-12-13 14:35:49 +01:00

101 lines
2.3 KiB
JSON

{
"_args": [
[
{
"name": "tar",
"raw": "tar@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/home/dorian/Documents/gitlab/test/node_modules/node-gyp"
]
],
"_from": "tar@>=2.0.0 <3.0.0",
"_id": "tar@2.2.1",
"_inCache": true,
"_installable": true,
"_location": "/tar",
"_nodeVersion": "2.2.2",
"_npmUser": {
"email": "kat@sykosomatic.org",
"name": "zkat"
},
"_npmVersion": "2.14.3",
"_phantomChildren": {},
"_requested": {
"name": "tar",
"raw": "tar@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/node-gyp"
],
"_resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
"_shasum": "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1",
"_shrinkwrap": null,
"_spec": "tar@^2.0.0",
"_where": "/home/dorian/Documents/gitlab/test/node_modules/node-gyp",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/node-tar/issues"
},
"dependencies": {
"block-stream": "*",
"fstream": "^1.0.2",
"inherits": "2"
},
"description": "tar for node",
"devDependencies": {
"graceful-fs": "^4.1.2",
"mkdirp": "^0.5.0",
"rimraf": "1.x",
"tap": "0.x"
},
"directories": {},
"dist": {
"shasum": "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1",
"tarball": "http://registry.npmjs.org/tar/-/tar-2.2.1.tgz"
},
"gitHead": "52237e39d2eb68d22a32d9a98f1d762189fe6a3d",
"homepage": "https://github.com/isaacs/node-tar#readme",
"license": "ISC",
"main": "tar.js",
"maintainers": [
{
"email": "isaacs@npmjs.com",
"name": "isaacs"
},
{
"email": "ogd@aoaioxxysz.net",
"name": "othiym23"
},
{
"email": "soldair@gmail.com",
"name": "soldair"
},
{
"email": "kat@sykosomatic.org",
"name": "zkat"
}
],
"name": "tar",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-tar.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "2.2.1"
}