package.json 899 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "__npminstall_done": true,
  47. "_from": "parse-json@2.2.0",
  48. "_resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-2.2.0.tgz"
  49. }