Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / dlv / package.json
1 {
2   "_from": "dlv@^1.1.0",
3   "_id": "dlv@1.1.3",
4   "_inBundle": false,
5   "_integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
6   "_location": "/dlv",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "dlv@^1.1.0",
12     "name": "dlv",
13     "escapedName": "dlv",
14     "rawSpec": "^1.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.1.0"
17   },
18   "_requiredBy": [
19     "/prettier-eslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
22   "_shasum": "5c198a8a11453596e751494d49874bc7732f2e79",
23   "_spec": "dlv@^1.1.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-eslint",
25   "author": {
26     "name": "Jason Miller",
27     "email": "jason@developit.ca",
28     "url": "http://jasonformat.com"
29   },
30   "browser": "dist/dlv.umd.js",
31   "bugs": {
32     "url": "https://github.com/developit/dlv/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Safely get a dot-notated property within an object.",
37   "devDependencies": {
38     "microbundle": "^0.11.0"
39   },
40   "files": [
41     "index.js",
42     "dist"
43   ],
44   "homepage": "https://github.com/developit/dlv#readme",
45   "keywords": [
46     "delve",
47     "dot notation",
48     "dot"
49   ],
50   "license": "MIT",
51   "main": "dist/dlv.js",
52   "module": "dist/dlv.es.js",
53   "name": "dlv",
54   "repository": {
55     "type": "git",
56     "url": "git+https://github.com/developit/dlv.git"
57   },
58   "scripts": {
59     "build": "microbundle",
60     "dev": "microbundle watch",
61     "prepublish": "npm run build",
62     "release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
63     "test": "node test"
64   },
65   "version": "1.1.3"
66 }