You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
3.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "json-parse-better-errors@^1.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/parse-json"
  6. ]
  7. ],
  8. "_from": "json-parse-better-errors@>=1.0.1 <2.0.0",
  9. "_id": "json-parse-better-errors@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/json-parse-better-errors",
  13. "_nodeVersion": "9.8.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/json-parse-better-errors_1.0.2_1522422483234_0.4644493341437723"
  17. },
  18. "_npmUser": {
  19. "email": "npm@zkat.tech",
  20. "name": "zkat"
  21. },
  22. "_npmVersion": "6.0.0-next.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "json-parse-better-errors",
  26. "raw": "json-parse-better-errors@^1.0.1",
  27. "rawSpec": "^1.0.1",
  28. "scope": null,
  29. "spec": ">=1.0.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/parse-json",
  34. "/webpack"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  37. "_shasum": "bb867cfb3450e69107c131d1c514bab3dc8bcaa9",
  38. "_shrinkwrap": null,
  39. "_spec": "json-parse-better-errors@^1.0.1",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/parse-json",
  41. "author": {
  42. "email": "kzm@zkat.tech",
  43. "name": "Kat Marchán"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/zkat/json-parse-better-errors/issues"
  47. },
  48. "config": {
  49. "nyc": {
  50. "exclude": [
  51. "node_modules/**",
  52. "test/**"
  53. ]
  54. }
  55. },
  56. "dependencies": {},
  57. "description": "JSON.parse with context information on error",
  58. "devDependencies": {
  59. "nyc": "^10.3.2",
  60. "standard": "^9.0.2",
  61. "standard-version": "^4.1.0",
  62. "tap": "^10.3.3",
  63. "weallbehave": "^1.2.0",
  64. "weallcontribute": "^1.0.8"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "fileCount": 5,
  69. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  70. "shasum": "bb867cfb3450e69107c131d1c514bab3dc8bcaa9",
  71. "tarball": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  72. "unpackedSize": 6702
  73. },
  74. "files": [
  75. "*.js"
  76. ],
  77. "gitHead": "0f36e75d0add7e247d84a34361c8c01abd6e22c8",
  78. "homepage": "https://github.com/zkat/json-parse-better-errors#readme",
  79. "keywords": [
  80. "JSON",
  81. "parser"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "zkat",
  88. "email": "kat@sykosomatic.org"
  89. }
  90. ],
  91. "name": "json-parse-better-errors",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/zkat/json-parse-better-errors.git"
  97. },
  98. "scripts": {
  99. "postrelease": "npm publish && git push --follow-tags",
  100. "prerelease": "npm t",
  101. "pretest": "standard",
  102. "release": "standard-version -s",
  103. "test": "tap -J --coverage test/*.js",
  104. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  105. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  106. },
  107. "version": "1.0.2"
  108. }