blob: cee8fba160cb9da8bbde86311f7f34221a87ace3 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "parse-json@^2.2.0",
3 "_id": "parse-json@2.2.0",
4 "_inBundle": false,
5 "_integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
6 "_location": "/parse-json",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "parse-json@^2.2.0",
12 "name": "parse-json",
13 "escapedName": "parse-json",
14 "rawSpec": "^2.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.2.0"
17 },
18 "_requiredBy": [
19 "/load-json-file"
20 ],
21 "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
22 "_shasum": "f480f40434ef80741f8469099f8dea18f55a4dc9",
23 "_spec": "parse-json@^2.2.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\load-json-file",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/parse-json/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "error-ex": "^1.2.0"
36 },
37 "deprecated": false,
38 "description": "Parse JSON with more helpful errors",
39 "devDependencies": {
40 "ava": "0.0.4",
41 "xo": "*"
42 },
43 "engines": {
44 "node": ">=0.10.0"
45 },
46 "files": [
47 "index.js",
48 "vendor"
49 ],
50 "homepage": "https://github.com/sindresorhus/parse-json#readme",
51 "keywords": [
52 "parse",
53 "json",
54 "graceful",
55 "error",
56 "message",
57 "humanize",
58 "friendly",
59 "helpful",
60 "string",
61 "str"
62 ],
63 "license": "MIT",
64 "name": "parse-json",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/sindresorhus/parse-json.git"
68 },
69 "scripts": {
70 "test": "xo && node test.js"
71 },
72 "version": "2.2.0",
73 "xo": {
74 "ignores": [
75 "vendor/**"
76 ]
77 }
78}