执行过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
{
  "_from": "capture-exit@^2.0.0",
  "_id": "capture-exit@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==",
  "_location": "/capture-exit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "capture-exit@^2.0.0",
    "name": "capture-exit",
    "escapedName": "capture-exit",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/sane"
  ],
  "_resolved": "https://registry.npmmirror.com/capture-exit/-/capture-exit-2.0.0.tgz",
  "_shasum": "fb953bfaebeb781f62898239dabb426d08a509a4",
  "_spec": "capture-exit@^2.0.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\sane",
  "author": {
    "name": "Stefan Penner",
    "email": "stefan.penner@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stefanpenner/capture-exit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "rsvp": "^4.8.4"
  },
  "deprecated": false,
  "description": "safely cleanup in signal handlers",
  "devDependencies": {
    "chai": "^4.2.0",
    "execa": "1.0.0",
    "mocha": "^5.2.0",
    "ora": "^3.0.0"
  },
  "engines": {
    "node": "6.* || 8.* || >= 10.*"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stefanpenner/capture-exit#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "capture-exit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefanpenner/capture-exit.git"
  },
  "scripts": {
    "test": "mocha test",
    "test:debug": "mocha debug test"
  },
  "version": "2.0.0"
}