Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ini / package.json
1 {
2   "_from": "ini@^1.3.4",
3   "_id": "ini@1.3.8",
4   "_inBundle": false,
5   "_integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
6   "_location": "/ini",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ini@^1.3.4",
12     "name": "ini",
13     "escapedName": "ini",
14     "rawSpec": "^1.3.4",
15     "saveSpec": null,
16     "fetchSpec": "^1.3.4"
17   },
18   "_requiredBy": [
19     "/global-dirs",
20     "/rc"
21   ],
22   "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
23   "_shasum": "a29da425b48806f34767a4efce397269af28432c",
24   "_spec": "ini@^1.3.4",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/global-dirs",
26   "author": {
27     "name": "Isaac Z. Schlueter",
28     "email": "i@izs.me",
29     "url": "http://blog.izs.me/"
30   },
31   "bugs": {
32     "url": "https://github.com/isaacs/ini/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "An ini encoder/decoder for node",
37   "devDependencies": {
38     "eslint": "^7.9.0",
39     "eslint-plugin-import": "^2.22.0",
40     "eslint-plugin-node": "^11.1.0",
41     "eslint-plugin-promise": "^4.2.1",
42     "eslint-plugin-standard": "^4.0.1",
43     "tap": "14"
44   },
45   "files": [
46     "ini.js"
47   ],
48   "homepage": "https://github.com/isaacs/ini#readme",
49   "license": "ISC",
50   "main": "ini.js",
51   "name": "ini",
52   "repository": {
53     "type": "git",
54     "url": "git://github.com/isaacs/ini.git"
55   },
56   "scripts": {
57     "eslint": "eslint",
58     "lint": "npm run eslint -- ini.js test/*.js",
59     "lintfix": "npm run lint -- --fix",
60     "posttest": "npm run lint",
61     "postversion": "npm publish",
62     "prepublishOnly": "git push origin --follow-tags",
63     "preversion": "npm test",
64     "test": "tap"
65   },
66   "version": "1.3.8"
67 }