parse-json-pretty
Version:
Parse JSON with more helpful errors
43 lines (42 loc) • 720 B
JSON
{
"name": "parse-json-pretty",
"version": "0.1.0",
"description": "Parse JSON with more helpful errors",
"license": "MIT",
"repository": "sorrycc/parse-json-pretty",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"vendor"
],
"keywords": [
"parse",
"json",
"graceful",
"error",
"message",
"humanize",
"friendly",
"helpful",
"string",
"str"
],
"dependencies": {
"chalk": "^1.1.3",
"error-ex": "^1.2.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}