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.
 
 
 
 

126 lines
4.0 KiB

{
"_args": [
[
"tar-stream@^1.1.1",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress-tar"
]
],
"_from": "tar-stream@>=1.1.1 <2.0.0",
"_id": "tar-stream@1.6.1",
"_inCache": true,
"_installable": true,
"_location": "/tar-stream",
"_nodeVersion": "9.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/tar-stream_1.6.1_1526332743849_0.4437324256027526"
},
"_npmUser": {
"email": "mathiasbuus@gmail.com",
"name": "mafintosh"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {
"wrappy": "1.0.2"
},
"_requested": {
"name": "tar-stream",
"raw": "tar-stream@^1.1.1",
"rawSpec": "^1.1.1",
"scope": null,
"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.6.1.tgz",
"_shasum": "f84ef1696269d6223ca48f6e1eeede3f7e81f395",
"_shrinkwrap": null,
"_spec": "tar-stream@^1.1.1",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress-tar",
"author": {
"email": "mathiasbuus@gmail.com",
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/tar-stream/issues"
},
"dependencies": {
"bl": "^1.0.0",
"buffer-alloc": "^1.1.0",
"end-of-stream": "^1.0.0",
"fs-constants": "^1.0.0",
"readable-stream": "^2.3.0",
"to-buffer": "^1.1.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.6.2",
"standard": "^11.0.1",
"tape": "^4.9.0"
},
"directories": {
"test": "test"
},
"dist": {
"fileCount": 7,
"integrity": "sha512-IFLM5wp3QrJODQFPm6/to3LJZrONdBY/otxcvDIQzu217zKye6yVR3hhi9lAjrC2Z+m/j5oDxMPb1qcd8cIvpA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+f1JCRA9TVsSAnZWagAAnWkP/jHPHuyNZ/H3BaXHWUQ7\nIZ3ukXdSYH+ZGSgM6/JcRz91xFiejwnCuX8tjwgjjpeHn7wpM4/taINZge3I\n13Xc9uF+zabqnO542jH4pCjrztE8hovGM1IDoZtwi6H4uinuLkYY27WsTGCO\ncSC74aUDU9LZx7hrIfnvq5PYhm4X3rEV0EcSmG9I+lusha2GU6BKw2CFQpAO\nvERga3WM4tFOSKFagu1gvReU/77Lyw376M1eAghMV2ZjUV/CyVMyzzvC4S2u\n1k/Lq81XcODc2mNl9M8HNuQMaPusqT4XzJnjzL4kVUYiwhdr7Lncq29dufDZ\n7TS1HZgWJQezFg+pnlspTgpkLrS5uDk6JncCM/wbgpyGP1q8lv/LKYbvk1D4\nvBpTzK7Qay7h8/Re7liu0zJXnO1cXwHauaO+WQXkpPBFGOoDvPugbyq6E8OV\nMtzm6QMrvmfe9hkgndII3Oj08ga6DKP9DF/nDxNZ9UPGkriczhVYsHJO4Ujp\nmH+UxqC18uruZzJlUju6VXsV4ufEBraaZ8KkGBjnV376054tnkOJIDTwjk1M\nbfdABGfeMXHJsM9+exUVnGEhIKeSszxiYpACiQFgUNpP1hDFU3aUchOYEUc0\nXamSbx7md5wqCVN0l6q+1YADEzJoWpkGBWojWZZY30jw5PJvuT0e4/VsKxrg\noD/a\r\n=qby5\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "f84ef1696269d6223ca48f6e1eeede3f7e81f395",
"tarball": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.1.tgz",
"unpackedSize": 26782
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"*.js",
"LICENSE"
],
"gitHead": "9f9ccbc127ffd599e6219af94e8cfe2dd1ca823a",
"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": [
{
"email": "mathiasbuus@gmail.com",
"name": "mafintosh"
},
{
"email": "max@maxogden.com",
"name": "maxogden"
}
],
"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/extract.js test/pack.js",
"test-all": "standard && tape test/*.js"
},
"version": "1.6.1"
}