e6436b1bf53e21993fb4b0b9574b0ae781d5550b
[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.5",
4   "_inBundle": false,
5   "_integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
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     "/global-modules/global-prefix",
21     "/global-prefix",
22     "/rc"
23   ],
24   "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
25   "_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
26   "_spec": "ini@^1.3.4",
27   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/global-dirs",
28   "author": {
29     "name": "Isaac Z. Schlueter",
30     "email": "i@izs.me",
31     "url": "http://blog.izs.me/"
32   },
33   "bugs": {
34     "url": "https://github.com/isaacs/ini/issues"
35   },
36   "bundleDependencies": false,
37   "dependencies": {},
38   "deprecated": false,
39   "description": "An ini encoder/decoder for node",
40   "devDependencies": {
41     "standard": "^10.0.3",
42     "tap": "^10.7.3 || 11"
43   },
44   "engines": {
45     "node": "*"
46   },
47   "files": [
48     "ini.js"
49   ],
50   "homepage": "https://github.com/isaacs/ini#readme",
51   "license": "ISC",
52   "main": "ini.js",
53   "name": "ini",
54   "repository": {
55     "type": "git",
56     "url": "git://github.com/isaacs/ini.git"
57   },
58   "scripts": {
59     "postpublish": "git push origin --all; git push origin --tags",
60     "postversion": "npm publish",
61     "pretest": "standard ini.js",
62     "preversion": "npm test",
63     "test": "tap test/*.js --100 -J"
64   },
65   "version": "1.3.5"
66 }