package.json 2.3 KB

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