执行过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
{
  "_from": "num2fraction@^1.2.2",
  "_id": "num2fraction@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==",
  "_location": "/num2fraction",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "num2fraction@^1.2.2",
    "name": "num2fraction",
    "escapedName": "num2fraction",
    "rawSpec": "^1.2.2",
    "saveSpec": null,
    "fetchSpec": "^1.2.2"
  },
  "_requiredBy": [
    "/@vue/cli-service/autoprefixer",
    "/autoprefixer"
  ],
  "_resolved": "https://registry.npmmirror.com/num2fraction/-/num2fraction-1.2.2.tgz",
  "_shasum": "6f682b6a027a4e9ddfa4564cd2589d1d4e669ede",
  "_spec": "num2fraction@^1.2.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-service\\node_modules\\autoprefixer",
  "author": {
    "name": "yisi",
    "email": "yiorsi@gmail.com",
    "url": "http://iyunlu.com/view"
  },
  "bugs": {
    "url": "https://github.com/yisibl/num2fraction/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Convert number to fraction",
  "devDependencies": {
    "tape": "^3.0.0"
  },
  "homepage": "https://github.com/yisibl/num2fraction#readme",
  "keywords": [
    "fraction",
    "number",
    "math",
    "maths",
    "arithmetic",
    "gcd",
    "rational"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "num2fraction",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yisibl/num2fraction.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.2.2"
}