forked from enviPath/enviPy
Current Dev State
This commit is contained in:
87
static/js/ketcher2/node_modules/tar-stream/package.json
generated
vendored
Normal file
87
static/js/ketcher2/node_modules/tar-stream/package.json
generated
vendored
Normal file
@ -0,0 +1,87 @@
|
||||
{
|
||||
"_from": "tar-stream@^1.5.0",
|
||||
"_id": "tar-stream@1.5.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-NlSc8E7RrumyowwBQyUiONr5QBY=",
|
||||
"_location": "/tar-stream",
|
||||
"_phantomChildren": {
|
||||
"once": "1.4.0",
|
||||
"readable-stream": "2.3.3"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "tar-stream@^1.5.0",
|
||||
"name": "tar-stream",
|
||||
"escapedName": "tar-stream",
|
||||
"rawSpec": "^1.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/archiver"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.4.tgz",
|
||||
"_shasum": "36549cf04ed1aee9b2a30c0143252238daf94016",
|
||||
"_spec": "tar-stream@^1.5.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/archiver",
|
||||
"author": {
|
||||
"name": "Mathias Buus",
|
||||
"email": "mathiasbuus@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/tar-stream/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"bl": "^1.0.0",
|
||||
"end-of-stream": "^1.0.0",
|
||||
"readable-stream": "^2.0.0",
|
||||
"xtend": "^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"files": [
|
||||
"*.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"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",
|
||||
"name": "tar-stream",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mafintosh/tar-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && tape test/*.js"
|
||||
},
|
||||
"version": "1.5.4"
|
||||
}
|
||||
Reference in New Issue
Block a user