125 lines
3.0 KiB
JSON
125 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "tar-stream@^1.1.1",
|
|
"scope": null,
|
|
"escapedName": "tar-stream",
|
|
"name": "tar-stream",
|
|
"rawSpec": "^1.1.1",
|
|
"spec": ">=1.1.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\decompress-tar"
|
|
]
|
|
],
|
|
"_from": "tar-stream@>=1.1.1 <2.0.0",
|
|
"_id": "tar-stream@1.5.4",
|
|
"_inCache": true,
|
|
"_location": "/tar-stream",
|
|
"_nodeVersion": "6.9.5",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/tar-stream-1.5.4.tgz_1494517059169_0.4700461607426405"
|
|
},
|
|
"_npmUser": {
|
|
"name": "mafintosh",
|
|
"email": "mathiasbuus@gmail.com"
|
|
},
|
|
"_npmVersion": "3.10.10",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "tar-stream@^1.1.1",
|
|
"scope": null,
|
|
"escapedName": "tar-stream",
|
|
"name": "tar-stream",
|
|
"rawSpec": "^1.1.1",
|
|
"spec": ">=1.1.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/decompress-tar",
|
|
"/decompress-tarbz2",
|
|
"/decompress-targz"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.4.tgz",
|
|
"_shasum": "36549cf04ed1aee9b2a30c0143252238daf94016",
|
|
"_shrinkwrap": null,
|
|
"_spec": "tar-stream@^1.1.1",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\decompress-tar",
|
|
"author": {
|
|
"name": "Mathias Buus",
|
|
"email": "mathiasbuus@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/tar-stream/issues"
|
|
},
|
|
"dependencies": {
|
|
"bl": "^1.0.0",
|
|
"end-of-stream": "^1.0.0",
|
|
"readable-stream": "^2.0.0",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
|
|
"devDependencies": {
|
|
"concat-stream": "^1.4.6",
|
|
"standard": "^5.3.1",
|
|
"tape": "^3.0.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "36549cf04ed1aee9b2a30c0143252238daf94016",
|
|
"tarball": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.4.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"LICENSE"
|
|
],
|
|
"gitHead": "c5f214402dea8071a7a7d51c0c5ad4eee883eb40",
|
|
"homepage": "https://github.com/mafintosh/tar-stream",
|
|
"keywords": [
|
|
"tar",
|
|
"tarball",
|
|
"parse",
|
|
"parser",
|
|
"generate",
|
|
"generator",
|
|
"stream",
|
|
"stream2",
|
|
"streams",
|
|
"streams2",
|
|
"streaming",
|
|
"pack",
|
|
"extract",
|
|
"modify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "mafintosh",
|
|
"email": "mathiasbuus@gmail.com"
|
|
},
|
|
{
|
|
"name": "maxogden",
|
|
"email": "max@maxogden.com"
|
|
}
|
|
],
|
|
"name": "tar-stream",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mafintosh/tar-stream.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test/*.js"
|
|
},
|
|
"version": "1.5.4"
|
|
}
|