mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-07-03 07:34:36 +08:00
107 lines
2.7 KiB
JSON
107 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"jszip@3.9.1",
|
|
"D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "jszip@3.9.1",
|
|
"_id": "jszip@3.9.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-H9A60xPqJ1CuC4Ka6qxzXZeU8aNmgOeP5IFqwJbQQwtu2EUYxota3LdsiZWplF7Wgd9tkAd0mdu36nceSaPuYw==",
|
|
"_location": "/jszip",
|
|
"_phantomChildren": {
|
|
"core-util-is": "1.0.3",
|
|
"inherits": "2.0.4",
|
|
"isarray": "1.0.0",
|
|
"process-nextick-args": "2.0.1",
|
|
"util-deprecate": "1.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jszip@3.9.1",
|
|
"name": "jszip",
|
|
"escapedName": "jszip",
|
|
"rawSpec": "3.9.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.9.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/exceljs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jszip/-/jszip-3.9.1.tgz",
|
|
"_spec": "3.9.1",
|
|
"_where": "D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json",
|
|
"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",
|
|
"set-immediate-shim": "~1.0.1"
|
|
},
|
|
"description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
|
|
"devDependencies": {
|
|
"browserify": "~13.0.0",
|
|
"grunt": "~0.4.1",
|
|
"grunt-browserify": "~5.0.0",
|
|
"grunt-cli": "~1.1.0",
|
|
"grunt-contrib-jshint": "~1.0.0",
|
|
"grunt-contrib-uglify": "~4.0.1",
|
|
"http-server": "^13.0.2",
|
|
"jshint": "~2.9.1",
|
|
"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": {
|
|
"lint": "grunt jshint",
|
|
"test": "npm run test-node && npm run test-browser && tsc",
|
|
"test-browser": "grunt build && node test/run.js",
|
|
"test-node": "qunit --require ./test/helpers/test-utils.js --require ./test/helpers/node-test-utils.js test/asserts/"
|
|
},
|
|
"types": "./index.d.ts",
|
|
"version": "3.9.1"
|
|
}
|