mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.4 KiB
64 lines
1.4 KiB
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"name": "tar",
|
|
"description": "tar for node",
|
|
"version": "2.2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-tar.git"
|
|
},
|
|
"main": "tar.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"dependencies": {
|
|
"block-stream": "*",
|
|
"fstream": "^1.0.2",
|
|
"inherits": "2"
|
|
},
|
|
"devDependencies": {
|
|
"graceful-fs": "^3.0.2",
|
|
"rimraf": "1.x",
|
|
"tap": "0.x",
|
|
"mkdirp": "^0.5.0"
|
|
},
|
|
"license": "ISC",
|
|
"gitHead": "3cab63959c51451a84cc8d1f8ef02d45b8b4f836",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/node-tar/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/node-tar#readme",
|
|
"_id": "tar@2.2.0",
|
|
"_shasum": "527c595940b9673f386c7237759982ab2f274d08",
|
|
"_from": "tar@>=2.2.0 <2.3.0",
|
|
"_npmVersion": "2.13.4",
|
|
"_nodeVersion": "0.12.4",
|
|
"_npmUser": {
|
|
"name": "soldair",
|
|
"email": "soldair@gmail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "527c595940b9673f386c7237759982ab2f274d08",
|
|
"tarball": "http://registry.npmjs.org/tar/-/tar-2.2.0.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
{
|
|
"name": "soldair",
|
|
"email": "soldair@gmail.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/tar/-/tar-2.2.0.tgz"
|
|
}
|
|
|