7260fefef4ae803a7f98babad2538660563afe15
[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     "/findup-sync/micromatch",
21     "/nanomatch",
22     "/to-regex",
23     "/watchpack-chokidar2/micromatch",
24     "/webpack/micromatch"
25   ],
26   "_resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
27   "_shasum": "d459689e8d654ba77e02a817f8710d702cb16e9d",
28   "_spec": "define-property@^2.0.2",
29   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/fast-glob/node_modules/micromatch",
30   "author": {
31     "name": "Jon Schlinkert",
32     "url": "https://github.com/jonschlinkert"
33   },
34   "bugs": {
35     "url": "https://github.com/jonschlinkert/define-property/issues"
36   },
37   "bundleDependencies": false,
38   "contributors": [
39     {
40       "name": "Brian Woodward",
41       "url": "https://twitter.com/doowb"
42     },
43     {
44       "name": "Jon Schlinkert",
45       "url": "http://twitter.com/jonschlinkert"
46     }
47   ],
48   "dependencies": {
49     "is-descriptor": "^1.0.2",
50     "isobject": "^3.0.1"
51   },
52   "deprecated": false,
53   "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
54   "devDependencies": {
55     "gulp-format-md": "^1.0.0",
56     "mocha": "^3.5.3"
57   },
58   "engines": {
59     "node": ">=0.10.0"
60   },
61   "files": [
62     "index.js"
63   ],
64   "homepage": "https://github.com/jonschlinkert/define-property",
65   "keywords": [
66     "define",
67     "define-property",
68     "enumerable",
69     "key",
70     "non",
71     "non-enumerable",
72     "object",
73     "prop",
74     "property",
75     "value"
76   ],
77   "license": "MIT",
78   "main": "index.js",
79   "name": "define-property",
80   "repository": {
81     "type": "git",
82     "url": "git+https://github.com/jonschlinkert/define-property.git"
83   },
84   "scripts": {
85     "test": "mocha"
86   },
87   "verb": {
88     "toc": false,
89     "layout": "default",
90     "tasks": [
91       "readme"
92     ],
93     "plugins": [
94       "gulp-format-md"
95     ],
96     "related": {
97       "list": [
98         "assign-deep",
99         "extend-shallow",
100         "merge-deep",
101         "mixin-deep"
102       ]
103     },
104     "lint": {
105       "reflinks": true
106     }
107   },
108   "version": "2.0.2"
109 }