执行过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
{
  "_from": "good-listener@^1.2.2",
  "_id": "good-listener@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==",
  "_location": "/good-listener",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "good-listener@^1.2.2",
    "name": "good-listener",
    "escapedName": "good-listener",
    "rawSpec": "^1.2.2",
    "saveSpec": null,
    "fetchSpec": "^1.2.2"
  },
  "_requiredBy": [
    "/clipboard"
  ],
  "_resolved": "https://registry.npmmirror.com/good-listener/-/good-listener-1.2.2.tgz",
  "_shasum": "d53b30cdf9313dffb7dc9a0d477096aa6d145c50",
  "_spec": "good-listener@^1.2.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\clipboard",
  "bugs": {
    "url": "https://github.com/zenorocha/good-listener/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "delegate": "^3.1.2"
  },
  "deprecated": false,
  "description": "A more versatile way of adding & removing event listeners",
  "devDependencies": {
    "browserify": "^13.0.0",
    "chai": "^3.5.0",
    "karma": "^1.3.0",
    "karma-browserify": "^5.0.1",
    "karma-chai": "^0.1.0",
    "karma-mocha": "^1.2.0",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-sinon": "^1.0.4",
    "mocha": "^3.1.2",
    "phantomjs-polyfill": "0.0.2",
    "phantomjs-prebuilt": "^2.1.3",
    "simulant": "^0.2.2",
    "sinon": "^1.17.3",
    "watchify": "^3.7.0"
  },
  "homepage": "https://github.com/zenorocha/good-listener#readme",
  "keywords": [
    "event",
    "listener"
  ],
  "license": "MIT",
  "main": "src/listen.js",
  "name": "good-listener",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zenorocha/good-listener.git"
  },
  "scripts": {
    "build": "browserify src/listen.js -s listen -o dist/good-listener.js",
    "test": "karma start --single-run"
  },
  "version": "1.2.2"
}