执行过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
{
  "_from": "javascript-stringify@^2.0.1",
  "_id": "javascript-stringify@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==",
  "_location": "/javascript-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "javascript-stringify@^2.0.1",
    "name": "javascript-stringify",
    "escapedName": "javascript-stringify",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/webpack-chain"
  ],
  "_resolved": "https://registry.npmmirror.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz",
  "_shasum": "27c76539be14d8bd128219a2d731b09337904e79",
  "_spec": "javascript-stringify@^2.0.1",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\webpack-chain",
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "bugs": {
    "url": "https://github.com/blakeembrey/javascript-stringify/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
  "devDependencies": {
    "@borderless/ts-scripts": "^0.4.1",
    "@types/jest": "^24.0.9",
    "@types/node": "^11.10.4",
    "@types/semver": "^5.5.0",
    "fast-check": "^1.12.0",
    "semver": "^5.6.0",
    "typescript": "^4.2.4"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/blakeembrey/javascript-stringify",
  "keywords": [
    "stringify",
    "javascript",
    "object",
    "eval",
    "string",
    "code"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "javascript-stringify",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blakeembrey/javascript-stringify.git"
  },
  "scripts": {
    "format": "ts-scripts format",
    "lint": "ts-scripts lint",
    "prepare": "ts-scripts install && ts-scripts build",
    "specs": "ts-scripts specs",
    "test": "ts-scripts test"
  },
  "ts-scripts": {
    "project": "tsconfig.build.json"
  },
  "types": "dist/index.d.ts",
  "version": "2.1.0"
}