forked from enviPath/enviPy
Current Dev State
This commit is contained in:
76
static/js/ketcher2/node_modules/gulp-zip/package.json
generated
vendored
Normal file
76
static/js/ketcher2/node_modules/gulp-zip/package.json
generated
vendored
Normal file
@ -0,0 +1,76 @@
|
||||
{
|
||||
"_from": "gulp-zip@4.0.0",
|
||||
"_id": "gulp-zip@4.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-HO/Ai0vzbfS1sefGs27lXrvkqIE=",
|
||||
"_location": "/gulp-zip",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gulp-zip@4.0.0",
|
||||
"name": "gulp-zip",
|
||||
"escapedName": "gulp-zip",
|
||||
"rawSpec": "4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-zip/-/gulp-zip-4.0.0.tgz",
|
||||
"_shasum": "1cefc08b4bf36df4b5b1e7c6b36ee55ebbe4a881",
|
||||
"_spec": "gulp-zip@4.0.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/gulp-zip/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"get-stream": "^3.0.0",
|
||||
"gulp-util": "^3.0.0",
|
||||
"through2": "^2.0.1",
|
||||
"yazl": "^2.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "ZIP compress files",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"decompress-unzip": "^3.0.0",
|
||||
"gulp": "^3.9.1",
|
||||
"vinyl-assign": "^1.2.1",
|
||||
"vinyl-file": "^3.0.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/gulp-zip#readme",
|
||||
"keywords": [
|
||||
"gulpplugin",
|
||||
"zip",
|
||||
"archive",
|
||||
"archiver",
|
||||
"compress",
|
||||
"compression",
|
||||
"file"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "gulp-zip",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/gulp-zip.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "4.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user