执行过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
{
  "_from": "js-message@1.0.7",
  "_id": "js-message@1.0.7",
  "_inBundle": false,
  "_integrity": "sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA==",
  "_location": "/js-message",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "js-message@1.0.7",
    "name": "js-message",
    "escapedName": "js-message",
    "rawSpec": "1.0.7",
    "saveSpec": null,
    "fetchSpec": "1.0.7"
  },
  "_requiredBy": [
    "/@achrinza/node-ipc"
  ],
  "_resolved": "https://registry.npmmirror.com/js-message/-/js-message-1.0.7.tgz",
  "_shasum": "fbddd053c7a47021871bb8b2c95397cc17c20e47",
  "_spec": "js-message@1.0.7",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@achrinza\\node-ipc",
  "author": {
    "name": "Brandon Nozaki Miller"
  },
  "bugs": {
    "url": "https://github.com/RIAEvangelist/js-message/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "normalized JS Object and JSON message and event protocol for node.js, vanialla js, react.js, components, actions, stores and dispatchers",
  "devDependencies": {},
  "engines": {
    "node": ">=0.6.0"
  },
  "homepage": "https://github.com/RIAEvangelist/js-message#readme",
  "keywords": [
    "message",
    "normalize",
    "events",
    "js",
    "json",
    "protocol",
    "ipc",
    "node",
    "nodejs",
    "node.js",
    "react",
    "react.js",
    "reactjs",
    "websocket",
    "websockets",
    "web",
    "socket",
    "sockets",
    "ws",
    "flux",
    "reflux",
    "component",
    "components",
    "store",
    "stores",
    "action",
    "actions"
  ],
  "license": "MIT",
  "main": "Message.js",
  "name": "js-message",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RIAEvangelist/js-message.git"
  },
  "scripts": {
    "start": "node devServer.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.0.7"
}