package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "json-parse-better-errors@^1.0.1",
  3. "_id": "json-parse-better-errors@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  6. "_location": "/json-parse-better-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json-parse-better-errors@^1.0.1",
  12. "name": "json-parse-better-errors",
  13. "escapedName": "json-parse-better-errors",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/parse-json",
  20. "/thread-loader",
  21. "/webpack"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  24. "_shasum": "bb867cfb3450e69107c131d1c514bab3dc8bcaa9",
  25. "_spec": "json-parse-better-errors@^1.0.1",
  26. "_where": "H:\\gs_nuxt\\node_modules\\parse-json",
  27. "author": {
  28. "name": "Kat Marchán",
  29. "email": "kzm@zkat.tech"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/zkat/json-parse-better-errors/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "nyc": {
  37. "exclude": [
  38. "node_modules/**",
  39. "test/**"
  40. ]
  41. }
  42. },
  43. "deprecated": false,
  44. "description": "JSON.parse with context information on error",
  45. "devDependencies": {
  46. "nyc": "^10.3.2",
  47. "standard": "^9.0.2",
  48. "standard-version": "^4.1.0",
  49. "tap": "^10.3.3",
  50. "weallbehave": "^1.2.0",
  51. "weallcontribute": "^1.0.8"
  52. },
  53. "files": [
  54. "*.js"
  55. ],
  56. "homepage": "https://github.com/zkat/json-parse-better-errors#readme",
  57. "keywords": [
  58. "JSON",
  59. "parser"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "json-parse-better-errors",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/zkat/json-parse-better-errors.git"
  67. },
  68. "scripts": {
  69. "postrelease": "npm publish && git push --follow-tags",
  70. "prerelease": "npm t",
  71. "pretest": "standard",
  72. "release": "standard-version -s",
  73. "test": "tap -J --coverage test/*.js",
  74. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  75. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  76. },
  77. "version": "1.0.2"
  78. }