Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / define-property / package.json
1 {
2   "_from": "define-property@^2.0.2",
3   "_id": "define-property@2.0.2",
4   "_inBundle": false,
5   "_integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
6   "_location": "/define-property",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "define-property@^2.0.2",
12     "name": "define-property",
13     "escapedName": "define-property",
14     "rawSpec": "^2.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.2"
17   },
18   "_requiredBy": [
19     "/fast-glob/micromatch",
20     "/nanomatch",
21     "/to-regex"
22   ],
23   "_resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
24   "_shasum": "d459689e8d654ba77e02a817f8710d702cb16e9d",
25   "_spec": "define-property@^2.0.2",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fast-glob/node_modules/micromatch",
27   "author": {
28     "name": "Jon Schlinkert",
29     "url": "https://github.com/jonschlinkert"
30   },
31   "bugs": {
32     "url": "https://github.com/jonschlinkert/define-property/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Brian Woodward",
38       "url": "https://twitter.com/doowb"
39     },
40     {
41       "name": "Jon Schlinkert",
42       "url": "http://twitter.com/jonschlinkert"
43     }
44   ],
45   "dependencies": {
46     "is-descriptor": "^1.0.2",
47     "isobject": "^3.0.1"
48   },
49   "deprecated": false,
50   "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
51   "devDependencies": {
52     "gulp-format-md": "^1.0.0",
53     "mocha": "^3.5.3"
54   },
55   "engines": {
56     "node": ">=0.10.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "homepage": "https://github.com/jonschlinkert/define-property",
62   "keywords": [
63     "define",
64     "define-property",
65     "enumerable",
66     "key",
67     "non",
68     "non-enumerable",
69     "object",
70     "prop",
71     "property",
72     "value"
73   ],
74   "license": "MIT",
75   "main": "index.js",
76   "name": "define-property",
77   "repository": {
78     "type": "git",
79     "url": "git+https://github.com/jonschlinkert/define-property.git"
80   },
81   "scripts": {
82     "test": "mocha"
83   },
84   "verb": {
85     "toc": false,
86     "layout": "default",
87     "tasks": [
88       "readme"
89     ],
90     "plugins": [
91       "gulp-format-md"
92     ],
93     "related": {
94       "list": [
95         "assign-deep",
96         "extend-shallow",
97         "merge-deep",
98         "mixin-deep"
99       ]
100     },
101     "lint": {
102       "reflinks": true
103     }
104   },
105   "version": "2.0.2"
106 }