package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "/cssnano/parse-json",
  20. "/load-json-file/parse-json",
  21. "/postcss-load-config/parse-json",
  22. "/webpack"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  25. "_shasum": "bb867cfb3450e69107c131d1c514bab3dc8bcaa9",
  26. "_spec": "json-parse-better-errors@^1.0.1",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\load-json-file\\node_modules\\parse-json",
  28. "author": {
  29. "name": "Kat Marchán",
  30. "email": "kzm@zkat.tech"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/zkat/json-parse-better-errors/issues"
  34. },
  35. "bundleDependencies": false,
  36. "config": {
  37. "nyc": {
  38. "exclude": [
  39. "node_modules/**",
  40. "test/**"
  41. ]
  42. }
  43. },
  44. "deprecated": false,
  45. "description": "JSON.parse with context information on error",
  46. "devDependencies": {
  47. "nyc": "^10.3.2",
  48. "standard": "^9.0.2",
  49. "standard-version": "^4.1.0",
  50. "tap": "^10.3.3",
  51. "weallbehave": "^1.2.0",
  52. "weallcontribute": "^1.0.8"
  53. },
  54. "files": [
  55. "*.js"
  56. ],
  57. "homepage": "https://github.com/zkat/json-parse-better-errors#readme",
  58. "keywords": [
  59. "JSON",
  60. "parser"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "json-parse-better-errors",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/zkat/json-parse-better-errors.git"
  68. },
  69. "scripts": {
  70. "postrelease": "npm publish && git push --follow-tags",
  71. "prerelease": "npm t",
  72. "pretest": "standard",
  73. "release": "standard-version -s",
  74. "test": "tap -J --coverage test/*.js",
  75. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  76. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  77. },
  78. "version": "1.0.2"
  79. }