执行过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
92
93
94
95
96
97
98
{
  "_from": "get-own-enumerable-property-symbols@^3.0.0",
  "_id": "get-own-enumerable-property-symbols@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
  "_location": "/get-own-enumerable-property-symbols",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "get-own-enumerable-property-symbols@^3.0.0",
    "name": "get-own-enumerable-property-symbols",
    "escapedName": "get-own-enumerable-property-symbols",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/stringify-object"
  ],
  "_resolved": "https://registry.npmmirror.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  "_shasum": "b5fde77f22cbe35f390b4e089922c50bce6ef664",
  "_spec": "get-own-enumerable-property-symbols@^3.0.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\stringify-object",
  "author": {
    "name": "Shahar Or",
    "email": "mightyiampresence@gmail.com",
    "url": "mightyiam"
  },
  "bugs": {
    "url": "https://github.com/mightyiam/get-own-enumerable-property-symbols/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Returns an array of all enumerable symbol properties found directly upon a given object",
  "devDependencies": {
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "@commitlint/travis-cli": "^8.2.0",
    "@types/node": "^12.12.11",
    "@typescript-eslint/eslint-plugin": "^2.8.0",
    "eslint": "^6.6.0",
    "eslint-config-standard-with-typescript": "^11.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "husky": "^3.1.0",
    "npm-run-all": "^4.1.5",
    "standard-version": "^7.0.1",
    "tsconfigs": "^4.0.1",
    "typescript": "^3.7.2"
  },
  "eslintIgnore": [
    "*.d.ts"
  ],
  "files": [
    "lib/index.d.ts",
    "lib/index.js",
    "lib/index.js.map"
  ],
  "homepage": "https://github.com/mightyiam/get-own-enumerable-property-symbols#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "npm test"
    }
  },
  "keywords": [
    "get",
    "enumerable",
    "symbol",
    "property",
    "key",
    "object"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "get-own-enumerable-property-symbols",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mightyiam/get-own-enumerable-property-symbols.git"
  },
  "scripts": {
    "lint": "eslint --ext .ts .",
    "release": "standard-version",
    "test": "run-s lint transpile unit",
    "transpile": "tsc",
    "unit": "node lib/test.js"
  },
  "standard": {
    "ignore": [
      "lib"
    ]
  },
  "types": "lib/index.d.ts",
  "version": "3.0.2"
}