执行过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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "_from": "data-urls@^1.0.0",
  "_id": "data-urls@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==",
  "_location": "/data-urls",
  "_phantomChildren": {
    "lodash.sortby": "4.7.0",
    "tr46": "1.0.1",
    "webidl-conversions": "4.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "data-urls@^1.0.0",
    "name": "data-urls",
    "escapedName": "data-urls",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/jest-environment-jsdom-fifteen/jsdom",
    "/jsdom"
  ],
  "_resolved": "https://registry.npmmirror.com/data-urls/-/data-urls-1.1.0.tgz",
  "_shasum": "15ee0582baa5e22bb59c77140da8f9c76963bbfe",
  "_spec": "data-urls@^1.0.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\jsdom",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/jsdom/data-urls/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "abab": "^2.0.0",
    "whatwg-mimetype": "^2.2.0",
    "whatwg-url": "^7.0.0"
  },
  "deprecated": false,
  "description": "Parses data: URLs",
  "devDependencies": {
    "eslint": "^5.7.0",
    "jest": "^23.6.0",
    "request": "^2.88.0"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/jsdom/data-urls#readme",
  "jest": {
    "coverageDirectory": "coverage",
    "coverageReporters": [
      "lcov",
      "text-summary"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/test/**/*.js"
    ],
    "coveragePathIgnorePatterns": [
      "<rootDir>/node_modules/(?!(abab/lib/atob.js))"
    ]
  },
  "keywords": [
    "data url",
    "data uri",
    "data:",
    "http",
    "fetch",
    "whatwg"
  ],
  "license": "MIT",
  "main": "lib/parser.js",
  "name": "data-urls",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/data-urls.git"
  },
  "scripts": {
    "coverage": "jest --coverage",
    "lint": "eslint .",
    "pretest": "node scripts/get-latest-platform-tests.js",
    "test": "jest"
  },
  "version": "1.1.0"
}