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
99
100
101
102
103
104
105
106
107
108
| {
| "_from": "define-property@^2.0.2",
| "_id": "define-property@2.0.2",
| "_inBundle": false,
| "_integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
| "_location": "/define-property",
| "_phantomChildren": {
| "kind-of": "6.0.3"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "define-property@^2.0.2",
| "name": "define-property",
| "escapedName": "define-property",
| "rawSpec": "^2.0.2",
| "saveSpec": null,
| "fetchSpec": "^2.0.2"
| },
| "_requiredBy": [
| "/micromatch",
| "/nanomatch",
| "/to-regex"
| ],
| "_resolved": "https://registry.npmmirror.com/define-property/-/define-property-2.0.2.tgz",
| "_shasum": "d459689e8d654ba77e02a817f8710d702cb16e9d",
| "_spec": "define-property@^2.0.2",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\micromatch",
| "author": {
| "name": "Jon Schlinkert",
| "url": "https://github.com/jonschlinkert"
| },
| "bugs": {
| "url": "https://github.com/jonschlinkert/define-property/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Brian Woodward",
| "url": "https://twitter.com/doowb"
| },
| {
| "name": "Jon Schlinkert",
| "url": "http://twitter.com/jonschlinkert"
| }
| ],
| "dependencies": {
| "is-descriptor": "^1.0.2",
| "isobject": "^3.0.1"
| },
| "deprecated": false,
| "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
| "devDependencies": {
| "gulp-format-md": "^1.0.0",
| "mocha": "^3.5.3"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/jonschlinkert/define-property",
| "keywords": [
| "define",
| "define-property",
| "enumerable",
| "key",
| "non",
| "non-enumerable",
| "object",
| "prop",
| "property",
| "value"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "define-property",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jonschlinkert/define-property.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "verb": {
| "toc": false,
| "layout": "default",
| "tasks": [
| "readme"
| ],
| "plugins": [
| "gulp-format-md"
| ],
| "related": {
| "list": [
| "assign-deep",
| "extend-shallow",
| "merge-deep",
| "mixin-deep"
| ]
| },
| "lint": {
| "reflinks": true
| }
| },
| "version": "2.0.2"
| }
|
|