Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / set-value / package.json
1 {
2   "_from": "set-value@^2.0.0",
3   "_id": "set-value@2.0.1",
4   "_inBundle": false,
5   "_integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
6   "_location": "/set-value",
7   "_phantomChildren": {
8     "is-extendable": "0.1.1"
9   },
10   "_requested": {
11     "type": "range",
12     "registry": true,
13     "raw": "set-value@^2.0.0",
14     "name": "set-value",
15     "escapedName": "set-value",
16     "rawSpec": "^2.0.0",
17     "saveSpec": null,
18     "fetchSpec": "^2.0.0"
19   },
20   "_requiredBy": [
21     "/cache-base",
22     "/union-value"
23   ],
24   "_resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
25   "_shasum": "a18d40530e6f07de4228c7defe4227af8cad005b",
26   "_spec": "set-value@^2.0.0",
27   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/cache-base",
28   "author": {
29     "name": "Jon Schlinkert",
30     "url": "https://github.com/jonschlinkert"
31   },
32   "bugs": {
33     "url": "https://github.com/jonschlinkert/set-value/issues"
34   },
35   "bundleDependencies": false,
36   "contributors": [
37     {
38       "name": "Jon Schlinkert",
39       "url": "http://twitter.com/jonschlinkert"
40     },
41     {
42       "url": "https://github.com/wtgtybhertgeghgtwtg"
43     },
44     {
45       "name": "Vadim Demedes",
46       "url": "https://vadimdemedes.com"
47     }
48   ],
49   "dependencies": {
50     "extend-shallow": "^2.0.1",
51     "is-extendable": "^0.1.1",
52     "is-plain-object": "^2.0.3",
53     "split-string": "^3.0.1"
54   },
55   "deprecated": false,
56   "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
57   "devDependencies": {
58     "gulp-format-md": "^0.1.12",
59     "mocha": "^3.4.2"
60   },
61   "engines": {
62     "node": ">=0.10.0"
63   },
64   "files": [
65     "index.js"
66   ],
67   "homepage": "https://github.com/jonschlinkert/set-value",
68   "keywords": [
69     "get",
70     "has",
71     "hasown",
72     "key",
73     "keys",
74     "nested",
75     "notation",
76     "object",
77     "prop",
78     "properties",
79     "property",
80     "props",
81     "set",
82     "value",
83     "values"
84   ],
85   "license": "MIT",
86   "main": "index.js",
87   "name": "set-value",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/jonschlinkert/set-value.git"
91   },
92   "scripts": {
93     "test": "mocha"
94   },
95   "verb": {
96     "toc": false,
97     "layout": "default",
98     "tasks": [
99       "readme"
100     ],
101     "plugins": [
102       "gulp-format-md"
103     ],
104     "related": {
105       "list": [
106         "assign-value",
107         "get-value",
108         "has-value",
109         "merge-value",
110         "omit-value",
111         "set-value",
112         "union-value",
113         "unset-value"
114       ]
115     },
116     "lint": {
117       "reflinks": true
118     }
119   },
120   "version": "2.0.1"
121 }