执行过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
{
  "_from": "array-equal@^1.0.0",
  "_id": "array-equal@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-H3LU5RLiSsGXPhN+Nipar0iR0IofH+8r89G2y1tBKxQ/agagKyAjhkAFDRBfodP2caPrNKHpAWNIM/c9yeL7uA==",
  "_location": "/array-equal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array-equal@^1.0.0",
    "name": "array-equal",
    "escapedName": "array-equal",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/jest-environment-jsdom-fifteen/jsdom",
    "/jsdom"
  ],
  "_resolved": "https://registry.npmmirror.com/array-equal/-/array-equal-1.0.0.tgz",
  "_shasum": "8c2a5ef2472fd9ea742b04c77a75093ba2757c93",
  "_spec": "array-equal@^1.0.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\jsdom",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/component/array-equal/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "check if two arrays are equal",
  "homepage": "https://github.com/component/array-equal#readme",
  "license": "MIT",
  "name": "array-equal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/component/array-equal.git"
  },
  "version": "1.0.0"
}