执行过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
{
  "_from": "microcli@1.3.1",
  "_id": "microcli@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-0MQ0w457h33GuktLJwzA/EmZK9B7QwcG5FqWM+7Ep5XPkFJvT3vZ6XIDaqUXYLpDAqsCSnhTKTWzWiDbXkn8mQ==",
  "_location": "/microcli",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "microcli@1.3.1",
    "name": "microcli",
    "escapedName": "microcli",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/runjs"
  ],
  "_resolved": "https://registry.npmmirror.com/microcli/-/microcli-1.3.1.tgz",
  "_shasum": "6e49b71a545be7916a87b9edd3bae68cc85d67cc",
  "_spec": "microcli@1.3.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\runjs",
  "author": {
    "name": "Pawel Galazka"
  },
  "bugs": {
    "url": "https://github.com/pawelgalazka/microcli/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash": "4.17.4",
    "microargs": "1.1.0"
  },
  "deprecated": false,
  "description": "CLI scripts micro engine",
  "devDependencies": {
    "dedent": "^0.7.0",
    "eslint": "4.9.0",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-node": "5.2.0",
    "eslint-plugin-promise": "3.6.0",
    "eslint-plugin-standard": "3.0.1",
    "husky": "0.14.3",
    "jest": "21.2.1"
  },
  "engines": {
    "node": ">=6.11.1"
  },
  "homepage": "https://github.com/pawelgalazka/microcli#readme",
  "jest": {
    "testEnvironment": "node"
  },
  "keywords": [
    "cli",
    "option",
    "parser",
    "command",
    "commander"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "microcli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pawelgalazka/microcli.git"
  },
  "scripts": {
    "precommit": "yarn run test:lint",
    "test": "yarn run test:lint && yarn run test:unit && yarn run test:e2e",
    "test:e2e": "jest ./test/index.e2e.spec.js",
    "test:lint": "eslint *.js",
    "test:unit": "jest ./test/index.spec.js"
  },
  "version": "1.3.1"
}