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
109
110
111
112
113
114
115
116
117
118
| {
| "_from": "is-descriptor@^0.1.0",
| "_id": "is-descriptor@0.1.6",
| "_inBundle": false,
| "_integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
| "_location": "/is-descriptor",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "is-descriptor@^0.1.0",
| "name": "is-descriptor",
| "escapedName": "is-descriptor",
| "rawSpec": "^0.1.0",
| "saveSpec": null,
| "fetchSpec": "^0.1.0"
| },
| "_requiredBy": [
| "/class-utils/define-property",
| "/expand-brackets/define-property",
| "/object-copy/define-property",
| "/snapdragon/define-property",
| "/static-extend/define-property"
| ],
| "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
| "_shasum": "366d8240dde487ca51823b1ab9f07a10a78251ca",
| "_spec": "is-descriptor@^0.1.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\class-utils\\node_modules\\define-property",
| "author": {
| "name": "Jon Schlinkert",
| "url": "https://github.com/jonschlinkert"
| },
| "bugs": {
| "url": "https://github.com/jonschlinkert/is-descriptor/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Brian Woodward",
| "url": "https://twitter.com/doowb"
| },
| {
| "name": "Jon Schlinkert",
| "url": "http://twitter.com/jonschlinkert"
| },
| {
| "url": "https://github.com/wtgtybhertgeghgtwtg"
| }
| ],
| "dependencies": {
| "is-accessor-descriptor": "^0.1.6",
| "is-data-descriptor": "^0.1.4",
| "kind-of": "^5.0.0"
| },
| "deprecated": false,
| "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
| "devDependencies": {
| "gulp-format-md": "^1.0.0",
| "mocha": "^3.4.2"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/jonschlinkert/is-descriptor",
| "keywords": [
| "accessor",
| "check",
| "data",
| "descriptor",
| "get",
| "getter",
| "is",
| "keys",
| "object",
| "properties",
| "property",
| "set",
| "setter",
| "type",
| "valid",
| "value"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "is-descriptor",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "verb": {
| "related": {
| "list": [
| "is-accessor-descriptor",
| "is-data-descriptor",
| "is-descriptor",
| "isobject"
| ]
| },
| "plugins": [
| "gulp-format-md"
| ],
| "toc": false,
| "layout": "default",
| "tasks": [
| "readme"
| ],
| "lint": {
| "reflinks": true
| }
| },
| "version": "0.1.6"
| }
|
|