package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "json-parse-better-errors@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@vue/cli-service/parse-json",
  27. "/cosmiconfig/parse-json",
  28. "/postcss-load-config/parse-json",
  29. "/webpack"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }