执行过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
{
  "_from": "uc.micro@^1.0.5",
  "_id": "uc.micro@1.0.6",
  "_inBundle": false,
  "_integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==",
  "_location": "/uc.micro",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "uc.micro@^1.0.5",
    "name": "uc.micro",
    "escapedName": "uc.micro",
    "rawSpec": "^1.0.5",
    "saveSpec": null,
    "fetchSpec": "^1.0.5"
  },
  "_requiredBy": [
    "/linkify-it",
    "/markdown-it"
  ],
  "_resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-1.0.6.tgz",
  "_shasum": "9c411a802a409a91fc6cf74081baba34b24499ac",
  "_spec": "uc.micro@^1.0.5",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\markdown-it",
  "bugs": {
    "url": "https://github.com/markdown-it/uc.micro/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Micro subset of unicode data files for markdown-it projects.",
  "devDependencies": {
    "mocha": "^5.0.0",
    "shelljs": "^0.8.1",
    "unicode-11.0.0": "^0.7.8"
  },
  "files": [
    "categories/",
    "properties/",
    "index.js"
  ],
  "homepage": "https://github.com/markdown-it/uc.micro#readme",
  "license": "MIT",
  "name": "uc.micro",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markdown-it/uc.micro.git"
  },
  "scripts": {
    "test": "mocha",
    "update": "node update.js && npm test"
  },
  "version": "1.0.6"
}