执行过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
{
  "_from": "v8flags@^2.0.10",
  "_id": "v8flags@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-SKfhk/LlaXzvtowJabLZwD4K6SGRYeoxA7KJeISlUMAB/NT4CBkZjMq3WceX2Ckm4llwqYVo8TICgsDYCBU2tA==",
  "_location": "/v8flags",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "v8flags@^2.0.10",
    "name": "v8flags",
    "escapedName": "v8flags",
    "rawSpec": "^2.0.10",
    "saveSpec": null,
    "fetchSpec": "^2.0.10"
  },
  "_requiredBy": [
    "/plop"
  ],
  "_resolved": "https://registry.npmmirror.com/v8flags/-/v8flags-2.1.1.tgz",
  "_shasum": "aab1a1fa30d45f88dd321148875ac02c0b55e5b4",
  "_spec": "v8flags@^2.0.10",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\plop",
  "author": {
    "name": "Tyler Kellen",
    "url": "http://goingslowly.com/"
  },
  "bugs": {
    "url": "https://github.com/tkellen/node-v8flags/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "user-home": "^1.1.1"
  },
  "deprecated": false,
  "description": "Get available v8 flags.",
  "devDependencies": {
    "async": "^0.9.0",
    "chai": "~1.9.1",
    "mocha": "~1.21.4"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/tkellen/node-v8flags",
  "keywords": [
    "v8 flags",
    "harmony flags"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
    }
  ],
  "main": "index.js",
  "name": "v8flags",
  "repository": {
    "type": "git",
    "url": "git://github.com/tkellen/node-v8flags.git"
  },
  "scripts": {
    "test": "_mocha -R spec test.js"
  },
  "version": "2.1.1"
}