Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-glob / node_modules / expand-brackets / node_modules / is-data-descriptor / package.json
1 {
2   "_from": "is-data-descriptor@^0.1.4",
3   "_id": "is-data-descriptor@0.1.4",
4   "_inBundle": false,
5   "_integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
6   "_location": "/fast-glob/expand-brackets/is-data-descriptor",
7   "_phantomChildren": {
8     "is-buffer": "1.1.6"
9   },
10   "_requested": {
11     "type": "range",
12     "registry": true,
13     "raw": "is-data-descriptor@^0.1.4",
14     "name": "is-data-descriptor",
15     "escapedName": "is-data-descriptor",
16     "rawSpec": "^0.1.4",
17     "saveSpec": null,
18     "fetchSpec": "^0.1.4"
19   },
20   "_requiredBy": [
21     "/fast-glob/expand-brackets/is-descriptor"
22   ],
23   "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
24   "_shasum": "0b5ee648388e2c860282e793f1856fec3f301b56",
25   "_spec": "is-data-descriptor@^0.1.4",
26   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/fast-glob/node_modules/expand-brackets/node_modules/is-descriptor",
27   "author": {
28     "name": "Jon Schlinkert",
29     "url": "https://github.com/jonschlinkert"
30   },
31   "bugs": {
32     "url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
33   },
34   "bundleDependencies": false,
35   "dependencies": {
36     "kind-of": "^3.0.2"
37   },
38   "deprecated": false,
39   "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
40   "devDependencies": {
41     "mocha": "*",
42     "should": "*"
43   },
44   "engines": {
45     "node": ">=0.10.0"
46   },
47   "files": [
48     "index.js"
49   ],
50   "homepage": "https://github.com/jonschlinkert/is-data-descriptor",
51   "keywords": [
52     "accessor",
53     "check",
54     "data",
55     "descriptor",
56     "get",
57     "getter",
58     "is",
59     "keys",
60     "object",
61     "properties",
62     "property",
63     "set",
64     "setter",
65     "type",
66     "valid",
67     "value"
68   ],
69   "license": "MIT",
70   "main": "index.js",
71   "name": "is-data-descriptor",
72   "repository": {
73     "type": "git",
74     "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git"
75   },
76   "scripts": {
77     "test": "mocha"
78   },
79   "verb": {
80     "related": {
81       "list": [
82         "is-accessor-descriptor",
83         "is-data-descriptor",
84         "is-descriptor",
85         "isobject"
86       ]
87     },
88     "plugins": [
89       "gulp-format-md"
90     ]
91   },
92   "version": "0.1.4"
93 }