Files
shadowsocks-over-websocket/node_modules/tar-fs/package.json

108 lines
2.6 KiB
JSON
Raw Normal View History

2017-04-06 09:21:19 +08:00
{
"_args": [
[
{
"raw": "tar-fs@^1.13.0",
"scope": null,
"escapedName": "tar-fs",
"name": "tar-fs",
"rawSpec": "^1.13.0",
"spec": ">=1.13.0 <2.0.0",
"type": "range"
},
"/home/vincent/Projects/SublimeTextProjects/shadowsocks-over-websocket/node_modules/prebuild-install"
]
],
"_from": "tar-fs@>=1.13.0 <2.0.0",
"_id": "tar-fs@1.15.2",
"_inCache": true,
"_installable": true,
"_location": "/tar-fs",
"_nodeVersion": "6.9.5",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/tar-fs-1.15.2.tgz_1490092359091_0.23782586585730314"
},
"_npmUser": {
"name": "mafintosh",
"email": "mathiasbuus@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "tar-fs@^1.13.0",
"scope": null,
"escapedName": "tar-fs",
"name": "tar-fs",
"rawSpec": "^1.13.0",
"spec": ">=1.13.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/prebuild-install"
],
"_resolved": "http://registry.npmjs.org/tar-fs/-/tar-fs-1.15.2.tgz",
"_shasum": "761f5b32932c7b39461a60d537faea0d8084830c",
"_shrinkwrap": null,
"_spec": "tar-fs@^1.13.0",
"_where": "/home/vincent/Projects/SublimeTextProjects/shadowsocks-over-websocket/node_modules/prebuild-install",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/tar-fs/issues"
},
"dependencies": {
"chownr": "^1.0.1",
"mkdirp": "^0.5.1",
"pump": "^1.0.0",
"tar-stream": "^1.1.2"
},
"description": "filesystem bindings for tar-stream",
"devDependencies": {
"rimraf": "^2.2.8",
"standard": "^4.5.4",
"tape": "^3.0.0"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "761f5b32932c7b39461a60d537faea0d8084830c",
"tarball": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.15.2.tgz"
},
"gitHead": "b79d82a79c5e21f6187462d7daaba1fc03cdd1de",
"homepage": "https://github.com/mafintosh/tar-fs",
"keywords": [
"tar",
"fs",
"file",
"tarball",
"directory",
"stream"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "mafintosh",
"email": "mathiasbuus@gmail.com"
},
{
"name": "maxogden",
"email": "max@maxogden.com"
}
],
"name": "tar-fs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/tar-fs.git"
},
"scripts": {
"test": "standard && tape test/index.js"
},
"version": "1.15.2"
}