执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "_from": "jszip@3.2.1",
  "_id": "jszip@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-iCMBbo4eE5rb1VCpm5qXOAaUiRKRUKiItn8ah2YQQx9qymmSAY98eyQfioChEYcVQLh0zxJ3wS4A0mh90AVPvw==",
  "_location": "/jszip",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jszip@3.2.1",
    "name": "jszip",
    "escapedName": "jszip",
    "rawSpec": "3.2.1",
    "saveSpec": null,
    "fetchSpec": "3.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmmirror.com/jszip/-/jszip-3.2.1.tgz",
  "_shasum": "c5d32df7274042282b157efb16e522b43435e01a",
  "_spec": "jszip@3.2.1",
  "_where": "D:\\源码\\vue-element-admin-master",
  "author": {
    "name": "Stuart Knightley",
    "email": "stuart@stuartk.com"
  },
  "browser": {
    "readable-stream": "./lib/readable-stream-browser.js"
  },
  "bugs": {
    "url": "https://github.com/Stuk/jszip/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "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": "1.0.0",
    "grunt-contrib-jshint": "~1.0.0",
    "grunt-contrib-qunit": "~1.2.0",
    "grunt-contrib-uglify": "~1.0.0",
    "grunt-saucelabs": "8.6.2",
    "jshint": "~2.9.1",
    "jszip-utils": "~0.0.2",
    "package-json-versionify": "1.0.2",
    "phantomjs-prebuilt": "2.1.15",
    "qunit-cli": "~0.2.0",
    "qunitjs": "~1.23.0",
    "tmp": "0.0.28"
  },
  "homepage": "https://github.com/Stuk/jszip#readme",
  "keywords": [
    "zip",
    "deflate",
    "inflate"
  ],
  "license": "(MIT OR GPL-3.0)",
  "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-cli -c test/helpers/test-utils.js test/helpers/node-test-utils.js test/asserts/*.js"
  },
  "version": "3.2.1"
}