package.json 3.3 KB

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