执行过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
{
  "_from": "eventsource@^1.1.0",
  "_id": "eventsource@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA==",
  "_location": "/eventsource",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eventsource@^1.1.0",
    "name": "eventsource",
    "escapedName": "eventsource",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/sockjs-client"
  ],
  "_resolved": "https://registry.npmmirror.com/eventsource/-/eventsource-1.1.1.tgz",
  "_shasum": "4544a35a57d7120fba4fa4c86cb4023b2c09df2f",
  "_spec": "eventsource@^1.1.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\sockjs-client",
  "author": {
    "name": "Aslak Hellesøy",
    "email": "aslak.hellesoy@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/EventSource/eventsource/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "original": "^1.0.0"
  },
  "deprecated": false,
  "description": "W3C compliant EventSource client for Node.js and browser (polyfill)",
  "devDependencies": {
    "buffer-from": "^1.1.1",
    "express": "^4.15.3",
    "mocha": "^3.5.3",
    "nyc": "^11.2.1",
    "serve-static": "^1.12.3",
    "ssestream": "^1.0.0",
    "standard": "^10.0.2",
    "webpack": "^3.5.6"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "homepage": "http://github.com/EventSource/eventsource",
  "keywords": [
    "eventsource",
    "http",
    "streaming",
    "sse",
    "polyfill"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/EventSource/eventsource/raw/master/LICENSE"
    }
  ],
  "main": "./lib/eventsource",
  "name": "eventsource",
  "repository": {
    "type": "git",
    "url": "git://github.com/EventSource/eventsource.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=html --reporter=text _mocha --reporter spec",
    "polyfill": "webpack lib/eventsource-polyfill.js example/eventsource-polyfill.js",
    "postpublish": "git push && git push --tags",
    "test": "mocha --reporter spec && standard"
  },
  "standard": {
    "ignore": [
      "example/eventsource-polyfill.js"
    ]
  },
  "version": "1.1.1"
}