package.json 2.2 KB

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