1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "jszip@3.7.1",
- "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
- ]
- ],
- "_from": "jszip@3.7.1",
- "_id": "jszip@3.7.1",
- "_inBundle": false,
- "_integrity": "sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==",
- "_location": "/jszip",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "jszip@3.7.1",
- "name": "jszip",
- "escapedName": "jszip",
- "rawSpec": "3.7.1",
- "saveSpec": null,
- "fetchSpec": "3.7.1"
- },
- "_requiredBy": [
- "/docx-preview"
- ],
- "_resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz",
- "_spec": "3.7.1",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
- "author": {
- "name": "Stuart Knightley",
- "email": "stuart@stuartk.com"
- },
- "browser": {
- "readable-stream": "./lib/readable-stream-browser.js",
- "./lib/index": "./dist/jszip.min.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-connect": "~2.0.0",
- "grunt-contrib-jshint": "~1.0.0",
- "grunt-contrib-uglify": "~4.0.1",
- "grunt-saucelabs": "github:Stuk/grunt-saucelabs#v10.0.0",
- "jshint": "~2.9.1",
- "jszip-utils": "~0.0.2",
- "package-json-versionify": "1.0.2",
- "qunit": "~2.9.2",
- "tmp": "0.0.28"
- },
- "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",
- "test-browser": "grunt build && grunt 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.7.1"
- }
|