执行过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
{
  "_from": "event-pubsub@4.3.0",
  "_id": "event-pubsub@4.3.0",
  "_inBundle": false,
  "_integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==",
  "_location": "/event-pubsub",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "event-pubsub@4.3.0",
    "name": "event-pubsub",
    "escapedName": "event-pubsub",
    "rawSpec": "4.3.0",
    "saveSpec": null,
    "fetchSpec": "4.3.0"
  },
  "_requiredBy": [
    "/@achrinza/node-ipc"
  ],
  "_resolved": "https://registry.npmmirror.com/event-pubsub/-/event-pubsub-4.3.0.tgz",
  "_shasum": "f68d816bc29f1ec02c539dc58c8dd40ce72cb36e",
  "_spec": "event-pubsub@4.3.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@achrinza\\node-ipc",
  "author": {
    "name": "Brandon Nozaki Miller"
  },
  "bugs": {
    "url": "https://github.com/RIAEvangelist/event-pubsub/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Super light and fast Extensible PubSub events and EventEmitters for Node and the browser with support for ES6 by default, and ES5 versions for older verions of node and older IE/Safari versions. Easy for any developer level. No frills, just high speed pubsub events!",
  "directories": {
    "example": "examples"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/RIAEvangelist/event-pubsub",
  "keywords": [
    "event",
    "events",
    "pubsub",
    "node",
    "browser"
  ],
  "license": "Unlicense",
  "main": "event-pubsub.js",
  "name": "event-pubsub",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RIAEvangelist/event-pubsub.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "4.3.0"
}