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