执行过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
{
  "_from": "exec-sh@^0.3.2",
  "_id": "exec-sh@0.3.6",
  "_inBundle": false,
  "_integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==",
  "_location": "/exec-sh",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "exec-sh@^0.3.2",
    "name": "exec-sh",
    "escapedName": "exec-sh",
    "rawSpec": "^0.3.2",
    "saveSpec": null,
    "fetchSpec": "^0.3.2"
  },
  "_requiredBy": [
    "/@cnakazawa/watch",
    "/sane"
  ],
  "_resolved": "https://registry.npmmirror.com/exec-sh/-/exec-sh-0.3.6.tgz",
  "_shasum": "ff264f9e325519a60cb5e273692943483cca63bc",
  "_spec": "exec-sh@^0.3.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\sane",
  "author": {
    "name": "Aleksandr Tsertkov",
    "email": "tsertkov@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/tsertkov/exec-sh/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Execute shell command forwarding all stdio.",
  "devDependencies": {
    "coveralls": "^3.1.0",
    "jsdoc": "^3.6.6",
    "jshint": "^2.12.0",
    "mocha": "^8.3.2",
    "nyc": "^15.1.0",
    "sinon": "^9.2.4",
    "standard": "^16.0.3"
  },
  "homepage": "https://github.com/tsertkov/exec-sh#readme",
  "keywords": [
    "exec",
    "spawn",
    "terminal",
    "console",
    "shell",
    "command",
    "child_process"
  ],
  "license": "MIT",
  "main": "lib/exec-sh.js",
  "name": "exec-sh",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tsertkov/exec-sh.git"
  },
  "scripts": {
    "cover-test": "nyc --reporter=lcov --report-dir=artifacts/coverage mocha",
    "dev": "mocha --reporter spec --watch",
    "jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/",
    "lint": "standard --verbose **/*.js",
    "test": "npm run lint && npm run cover-test"
  },
  "version": "0.3.6"
}