package.json 1.7 KB

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