forked from enviPath/enviPy
Current Dev State
This commit is contained in:
90
static/js/ketcher2/node_modules/archiver/package.json
generated
vendored
Normal file
90
static/js/ketcher2/node_modules/archiver/package.json
generated
vendored
Normal file
@ -0,0 +1,90 @@
|
||||
{
|
||||
"_from": "archiver@~1.3.0",
|
||||
"_id": "archiver@1.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-TyGU1tj5nfP1MeaIHxTxXVX6ryI=",
|
||||
"_location": "/archiver",
|
||||
"_phantomChildren": {
|
||||
"lodash": "4.17.4"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "archiver@~1.3.0",
|
||||
"name": "archiver",
|
||||
"escapedName": "archiver",
|
||||
"rawSpec": "~1.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webdriverio"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz",
|
||||
"_shasum": "4f2194d6d8f99df3f531e6881f14f15d55faaf22",
|
||||
"_spec": "archiver@~1.3.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/webdriverio",
|
||||
"author": {
|
||||
"name": "Chris Talkington",
|
||||
"url": "http://christalkington.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/archiverjs/node-archiver/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"archiver-utils": "^1.3.0",
|
||||
"async": "^2.0.0",
|
||||
"buffer-crc32": "^0.2.1",
|
||||
"glob": "^7.0.0",
|
||||
"lodash": "^4.8.0",
|
||||
"readable-stream": "^2.0.0",
|
||||
"tar-stream": "^1.5.0",
|
||||
"walkdir": "^0.0.11",
|
||||
"zip-stream": "^1.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "a streaming interface for archive generation",
|
||||
"devDependencies": {
|
||||
"archiver-jsdoc-theme": "^1.0.0",
|
||||
"chai": "^3.4.0",
|
||||
"jsdoc": "~3.4.0",
|
||||
"mkdirp": "^0.5.0",
|
||||
"mocha": "^3.1.1",
|
||||
"rimraf": "^2.4.2",
|
||||
"stream-bench": "^0.1.2",
|
||||
"tar": "^2.2.1",
|
||||
"yauzl": "^2.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/archiverjs/node-archiver",
|
||||
"keywords": [
|
||||
"archive",
|
||||
"archiver",
|
||||
"stream",
|
||||
"zip",
|
||||
"tar"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "archiver",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/archiverjs/node-archiver.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "node benchmark/simple/pack-zip.js",
|
||||
"jsdoc": "jsdoc -c jsdoc.json README.md",
|
||||
"test": "mocha --reporter dot"
|
||||
},
|
||||
"version": "1.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user