08-27-周三_17-09-29
This commit is contained in:
105
node_modules/yauzl/package.json
generated
vendored
Normal file
105
node_modules/yauzl/package.json
generated
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "yauzl",
|
||||
"raw": "yauzl@2.4.1",
|
||||
"rawSpec": "2.4.1",
|
||||
"scope": null,
|
||||
"spec": "2.4.1",
|
||||
"type": "version"
|
||||
},
|
||||
"/root/gitbook/node_modules/extract-zip"
|
||||
]
|
||||
],
|
||||
"_from": "yauzl@2.4.1",
|
||||
"_id": "yauzl@2.4.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/yauzl",
|
||||
"_nodeVersion": "0.12.7",
|
||||
"_npmUser": {
|
||||
"email": "thejoshwolfe@gmail.com",
|
||||
"name": "thejoshwolfe"
|
||||
},
|
||||
"_npmVersion": "2.11.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "yauzl",
|
||||
"raw": "yauzl@2.4.1",
|
||||
"rawSpec": "2.4.1",
|
||||
"scope": null,
|
||||
"spec": "2.4.1",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/extract-zip"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz",
|
||||
"_shasum": "9528f442dab1b2284e58b4379bb194e22e0c4005",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "yauzl@2.4.1",
|
||||
"_where": "/root/gitbook/node_modules/extract-zip",
|
||||
"author": {
|
||||
"email": "thejoshwolfe@gmail.com",
|
||||
"name": "Josh Wolfe"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/thejoshwolfe/yauzl/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"fd-slicer": "~1.0.1"
|
||||
},
|
||||
"description": "yet another unzip library for node",
|
||||
"devDependencies": {
|
||||
"bl": "~1.0.0",
|
||||
"istanbul": "~0.3.4",
|
||||
"pend": "~1.2.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-TXNR2Feu/p/8k5YRy4z45wCUhoncIrZywmRd+xW0IvB3lWTAM7F6wVbeJvRjO0dplQ8oqmJEj/TpJuULBV/hbw==",
|
||||
"shasum": "9528f442dab1b2284e58b4379bb194e22e0c4005",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEUCIQD5yNlOVQeS1WnyZeN/3jbwCQ0Xk07mxCqnez3hZsdBqQIgMDrpTrj4vlicgruySHSFVUEJ6jYru/xJG+K5ReXbvJU="
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz"
|
||||
},
|
||||
"gitHead": "d528c3ad49efd27986ee661159fade32617cedb6",
|
||||
"homepage": "https://github.com/thejoshwolfe/yauzl",
|
||||
"keywords": [
|
||||
"unzip",
|
||||
"zip",
|
||||
"stream",
|
||||
"archive",
|
||||
"file"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "thejoshwolfe@gmail.com",
|
||||
"name": "thejoshwolfe"
|
||||
},
|
||||
{
|
||||
"email": "superjoe30@gmail.com",
|
||||
"name": "superjoe"
|
||||
}
|
||||
],
|
||||
"name": "yauzl",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/thejoshwolfe/yauzl.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.4.1"
|
||||
}
|
Reference in New Issue
Block a user