执行过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
{
  "_from": "math-random@^1.0.1",
  "_id": "math-random@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==",
  "_location": "/math-random",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "math-random@^1.0.1",
    "name": "math-random",
    "escapedName": "math-random",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/randomatic"
  ],
  "_resolved": "https://registry.npmmirror.com/math-random/-/math-random-1.0.4.tgz",
  "_shasum": "5dd6943c938548267016d4e34f057583080c514c",
  "_spec": "math-random@^1.0.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\randomatic",
  "author": {
    "name": "Michael Rhodes"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/michaelrhodes/math-random/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.",
  "devDependencies": {
    "array-unique": "~0.2.1",
    "dexy": "github:michaelrhodes/dexy#1.0.1"
  },
  "homepage": "https://github.com/michaelrhodes/math-random#readme",
  "license": "MIT",
  "main": "node.js",
  "name": "math-random",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaelrhodes/math-random.git"
  },
  "scripts": {
    "test": "dexy test.js"
  },
  "version": "1.0.4"
}