2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "parse-json",
|
|
|
|
"version": "2.2.0",
|
|
|
|
"description": "Parse JSON with more helpful errors",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/parse-json",
|
2022-01-21 08:28:41 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "xo && node test.js"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"vendor"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"parse",
|
|
|
|
"json",
|
|
|
|
"graceful",
|
|
|
|
"error",
|
|
|
|
"message",
|
|
|
|
"humanize",
|
|
|
|
"friendly",
|
|
|
|
"helpful",
|
|
|
|
"string",
|
|
|
|
"str"
|
|
|
|
],
|
2022-04-08 10:55:35 +00:00
|
|
|
"dependencies": {
|
|
|
|
"error-ex": "^1.2.0"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"ava": "0.0.4",
|
|
|
|
"xo": "*"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
|
|
|
"xo": {
|
|
|
|
"ignores": [
|
|
|
|
"vendor/**"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|