执行过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
{
  "_from": "posthtml-rename-id@^1.0",
  "_id": "posthtml-rename-id@1.0.12",
  "_inBundle": false,
  "_integrity": "sha512-UKXf9OF/no8WZo9edRzvuMenb6AD5hDLzIepJW+a4oJT+T/Lx7vfMYWT4aWlGNQh0WMhnUx1ipN9OkZ9q+ddEw==",
  "_location": "/posthtml-rename-id",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "posthtml-rename-id@^1.0",
    "name": "posthtml-rename-id",
    "escapedName": "posthtml-rename-id",
    "rawSpec": "^1.0",
    "saveSpec": null,
    "fetchSpec": "^1.0"
  },
  "_requiredBy": [
    "/svg-baker"
  ],
  "_resolved": "https://registry.npmmirror.com/posthtml-rename-id/-/posthtml-rename-id-1.0.12.tgz",
  "_shasum": "cf7f6eb37146bf1afac31e68f18c6cc19ae61433",
  "_spec": "posthtml-rename-id@^1.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\svg-baker",
  "author": {
    "name": "JetBrains"
  },
  "bugs": {
    "url": "https://github.com/JetBrains/svg-mixer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "escape-string-regexp": "1.0.5"
  },
  "deprecated": false,
  "description": "PostHTML plugin to rename id attributes and it's references",
  "files": [
    "index.js"
  ],
  "gitHead": "eb37ef4bcbf7a24173b76319cfa2f299b60ae6dd",
  "homepage": "https://github.com/JetBrains/svg-mixer/tree/master/packages/posthtml-rename-id",
  "keywords": [
    "posthtml",
    "posthtml plugin"
  ],
  "license": "MIT",
  "name": "posthtml-rename-id",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JetBrains/svg-mixer.git"
  },
  "version": "1.0.12"
}