Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 2.3KB

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