58ae981bfecc64ac40770dac5689a9365fb9f27d
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / configstore / node_modules / dot-prop / package.json
1 {
2   "_from": "dot-prop@^4.1.0",
3   "_id": "dot-prop@4.2.0",
4   "_inBundle": false,
5   "_integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
6   "_location": "/configstore/dot-prop",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "dot-prop@^4.1.0",
12     "name": "dot-prop",
13     "escapedName": "dot-prop",
14     "rawSpec": "^4.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^4.1.0"
17   },
18   "_requiredBy": [
19     "/configstore"
20   ],
21   "_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
22   "_shasum": "1f19e0c2e1aa0e32797c49799f2837ac6af69c57",
23   "_spec": "dot-prop@^4.1.0",
24   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/configstore",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/dot-prop/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "is-obj": "^1.0.0"
36   },
37   "deprecated": false,
38   "description": "Get, set, or delete a property from a nested object using a dot path",
39   "devDependencies": {
40     "ava": "*",
41     "matcha": "^0.7.0",
42     "xo": "*"
43   },
44   "engines": {
45     "node": ">=4"
46   },
47   "files": [
48     "index.js"
49   ],
50   "homepage": "https://github.com/sindresorhus/dot-prop#readme",
51   "keywords": [
52     "obj",
53     "object",
54     "prop",
55     "property",
56     "dot",
57     "path",
58     "get",
59     "set",
60     "delete",
61     "del",
62     "access",
63     "notation",
64     "dotty"
65   ],
66   "license": "MIT",
67   "name": "dot-prop",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/sindresorhus/dot-prop.git"
71   },
72   "scripts": {
73     "bench": "matcha bench.js",
74     "test": "xo && ava"
75   },
76   "version": "4.2.0",
77   "xo": {
78     "esnext": true
79   }
80 }