67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
|
{
|
||
|
"_from": "yazl@^2.1.0",
|
||
|
"_id": "yazl@2.5.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==",
|
||
|
"_location": "/yazl",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "yazl@^2.1.0",
|
||
|
"name": "yazl",
|
||
|
"escapedName": "yazl",
|
||
|
"rawSpec": "^2.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gulp-zip"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/yazl/-/yazl-2.5.1.tgz",
|
||
|
"_shasum": "a3d65d3dd659a5b0937850e8609f22fffa2b5c35",
|
||
|
"_spec": "yazl@^2.1.0",
|
||
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/gulp-zip",
|
||
|
"author": {
|
||
|
"name": "Josh Wolfe",
|
||
|
"email": "thejoshwolfe@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/thejoshwolfe/yazl/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"buffer-crc32": "~0.2.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "yet another zip library for node",
|
||
|
"devDependencies": {
|
||
|
"bl": "~0.9.3",
|
||
|
"istanbul": "^0.4.5",
|
||
|
"yauzl": "~2.3.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/thejoshwolfe/yazl",
|
||
|
"keywords": [
|
||
|
"zip",
|
||
|
"stream",
|
||
|
"archive",
|
||
|
"file"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "yazl",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/thejoshwolfe/yazl.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test/test.js",
|
||
|
"test-cov": "istanbul cover test/test.js",
|
||
|
"test-travis": "istanbul cover --report lcovonly test/test.js"
|
||
|
},
|
||
|
"version": "2.5.1"
|
||
|
}
|