Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / define-property / node_modules / is-descriptor / package.json
1 {
2   "_from": "is-descriptor@^1.0.2",
3   "_id": "is-descriptor@1.0.2",
4   "_inBundle": false,
5   "_integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
6   "_location": "/define-property/is-descriptor",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-descriptor@^1.0.2",
12     "name": "is-descriptor",
13     "escapedName": "is-descriptor",
14     "rawSpec": "^1.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.2"
17   },
18   "_requiredBy": [
19     "/define-property"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
22   "_shasum": "3b159746a66604b04f8c81524ba365c5f14d86ec",
23   "_spec": "is-descriptor@^1.0.2",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/define-property",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/is-descriptor/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Brian Woodward",
36       "url": "https://twitter.com/doowb"
37     },
38     {
39       "name": "Jon Schlinkert",
40       "url": "http://twitter.com/jonschlinkert"
41     },
42     {
43       "url": "https://github.com/wtgtybhertgeghgtwtg"
44     }
45   ],
46   "dependencies": {
47     "is-accessor-descriptor": "^1.0.0",
48     "is-data-descriptor": "^1.0.0",
49     "kind-of": "^6.0.2"
50   },
51   "deprecated": false,
52   "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
53   "devDependencies": {
54     "gulp-format-md": "^1.0.0",
55     "mocha": "^3.5.3"
56   },
57   "engines": {
58     "node": ">=0.10.0"
59   },
60   "files": [
61     "index.js"
62   ],
63   "homepage": "https://github.com/jonschlinkert/is-descriptor",
64   "keywords": [
65     "accessor",
66     "check",
67     "data",
68     "descriptor",
69     "get",
70     "getter",
71     "is",
72     "keys",
73     "object",
74     "properties",
75     "property",
76     "set",
77     "setter",
78     "type",
79     "valid",
80     "value"
81   ],
82   "license": "MIT",
83   "main": "index.js",
84   "name": "is-descriptor",
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
88   },
89   "scripts": {
90     "test": "mocha"
91   },
92   "verb": {
93     "related": {
94       "list": [
95         "is-accessor-descriptor",
96         "is-data-descriptor",
97         "is-descriptor",
98         "isobject"
99       ]
100     },
101     "plugins": [
102       "gulp-format-md"
103     ],
104     "toc": false,
105     "layout": "default",
106     "tasks": [
107       "readme"
108     ],
109     "lint": {
110       "reflinks": true
111     }
112   },
113   "version": "1.0.2"
114 }