.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / load-json-file / node_modules / parse-json / package.json
1 {
2   "name": "parse-json",
3   "version": "2.2.0",
4   "description": "Parse JSON with more helpful errors",
5   "license": "MIT",
6   "repository": "sindresorhus/parse-json",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "sindresorhus.com"
11   },
12   "engines": {
13     "node": ">=0.10.0"
14   },
15   "scripts": {
16     "test": "xo && node test.js"
17   },
18   "files": [
19     "index.js",
20     "vendor"
21   ],
22   "keywords": [
23     "parse",
24     "json",
25     "graceful",
26     "error",
27     "message",
28     "humanize",
29     "friendly",
30     "helpful",
31     "string",
32     "str"
33   ],
34   "dependencies": {
35     "error-ex": "^1.2.0"
36   },
37   "devDependencies": {
38     "ava": "0.0.4",
39     "xo": "*"
40   },
41   "xo": {
42     "ignores": [
43       "vendor/**"
44     ]
45   }
46 }