package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "json-parse-better-errors@1.0.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/cosmiconfig/parse-json",
  27. "/load-json-file/parse-json",
  28. "/webpack"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/json-parse-better-errors/download/json-parse-better-errors-1.0.2.tgz",
  31. "_spec": "1.0.2",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Kat Marchán",
  35. "email": "kzm@zkat.tech"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/zkat/json-parse-better-errors/issues"
  39. },
  40. "config": {
  41. "nyc": {
  42. "exclude": [
  43. "node_modules/**",
  44. "test/**"
  45. ]
  46. }
  47. },
  48. "description": "JSON.parse with context information on error",
  49. "devDependencies": {
  50. "nyc": "^10.3.2",
  51. "standard": "^9.0.2",
  52. "standard-version": "^4.1.0",
  53. "tap": "^10.3.3",
  54. "weallbehave": "^1.2.0",
  55. "weallcontribute": "^1.0.8"
  56. },
  57. "files": [
  58. "*.js"
  59. ],
  60. "homepage": "https://github.com/zkat/json-parse-better-errors#readme",
  61. "keywords": [
  62. "JSON",
  63. "parser"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "json-parse-better-errors",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/zkat/json-parse-better-errors.git"
  71. },
  72. "scripts": {
  73. "postrelease": "npm publish && git push --follow-tags",
  74. "prerelease": "npm t",
  75. "pretest": "standard",
  76. "release": "standard-version -s",
  77. "test": "tap -J --coverage test/*.js",
  78. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  79. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  80. },
  81. "version": "1.0.2"
  82. }