104 lines
2.6 KiB
JSON
104 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"jszip@3.10.1",
|
|
"D:\\林谷智能项目\\yanchengPowerSupply"
|
|
]
|
|
],
|
|
"_from": "jszip@3.10.1",
|
|
"_id": "jszip@3.10.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
|
|
"_location": "/jszip",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jszip@3.10.1",
|
|
"name": "jszip",
|
|
"escapedName": "jszip",
|
|
"rawSpec": "3.10.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.10.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/docx-preview"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/jszip/-/jszip-3.10.1.tgz",
|
|
"_spec": "3.10.1",
|
|
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
|
|
"author": {
|
|
"name": "Stuart Knightley",
|
|
"email": "stuart@stuartk.com"
|
|
},
|
|
"browser": {
|
|
"./lib/index": "./dist/jszip.min.js",
|
|
"readable-stream": "./lib/readable-stream-browser.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Stuk/jszip/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Franz Buchinger"
|
|
},
|
|
{
|
|
"name": "António Afonso"
|
|
},
|
|
{
|
|
"name": "David Duponchel"
|
|
},
|
|
{
|
|
"name": "yiminghe"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"lie": "~3.3.0",
|
|
"pako": "~1.0.2",
|
|
"readable-stream": "~2.3.6",
|
|
"setimmediate": "^1.0.5"
|
|
},
|
|
"description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"browserify": "~13.0.0",
|
|
"eslint": "^8.18.0",
|
|
"grunt": "~0.4.1",
|
|
"grunt-browserify": "~5.0.0",
|
|
"grunt-cli": "~1.1.0",
|
|
"grunt-contrib-uglify": "~4.0.1",
|
|
"http-server": "^13.0.2",
|
|
"jszip-utils": "~0.0.2",
|
|
"package-json-versionify": "1.0.2",
|
|
"playwright": "^1.15.2",
|
|
"qunit": "~2.9.2",
|
|
"tmp": "0.0.28",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"homepage": "https://github.com/Stuk/jszip#readme",
|
|
"keywords": [
|
|
"zip",
|
|
"deflate",
|
|
"inflate"
|
|
],
|
|
"license": "(MIT OR GPL-3.0-or-later)",
|
|
"main": "./lib/index",
|
|
"name": "jszip",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Stuk/jszip.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "npm run benchmark-node && npm run benchmark-browser",
|
|
"benchmark-browser": "node test/run.js --benchmark",
|
|
"benchmark-node": "node test/benchmark/node.js",
|
|
"lint": "eslint .",
|
|
"test": "npm run test-node && npm run test-browser && tsc",
|
|
"test-browser": "grunt build && node test/run.js --test",
|
|
"test-node": "qunit --require ./test/helpers/test-utils.js --require ./test/helpers/node-test-utils.js test/asserts/"
|
|
},
|
|
"types": "./index.d.ts",
|
|
"version": "3.10.1"
|
|
}
|