package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "raven@^2.6.4",
  3. "_id": "raven@2.6.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6PQdfC4+DQSFncowthLf+B6Hr0JpPsFBgTVYTAOq7tCmx/kR4SXbeawtPch20+3QfUcQDoJBLjWW1ybvZ4kXTw==",
  6. "_location": "/raven",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "raven@^2.6.4",
  12. "name": "raven",
  13. "escapedName": "raven",
  14. "rawSpec": "^2.6.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.4"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/raven/-/raven-2.6.4.tgz",
  22. "_shasum": "458d4a380c8fbb59e0150c655625aaf60c167ea3",
  23. "_spec": "raven@^2.6.4",
  24. "_where": "/home/ab/workspace/TypeMark",
  25. "author": {
  26. "name": "Matt Robenolt",
  27. "email": "matt@ydekproductions.com"
  28. },
  29. "bin": {
  30. "raven": "./bin/raven"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/getsentry/raven-js/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "cookie": "0.3.1",
  38. "md5": "^2.2.1",
  39. "stack-trace": "0.0.10",
  40. "timed-out": "4.0.1",
  41. "uuid": "3.3.2"
  42. },
  43. "deprecated": false,
  44. "description": "A standalone (Node.js) client for Sentry",
  45. "devDependencies": {
  46. "coffee-script": "~1.10.0",
  47. "connect": "*",
  48. "eslint": "^4.5.0",
  49. "eslint-config-prettier": "^2.3.0",
  50. "express": "*",
  51. "glob": "~3.1.13",
  52. "istanbul": "^0.4.3",
  53. "mocha": "~3.1.2",
  54. "nock": "~9.0.0",
  55. "prettier": "^1.6.1",
  56. "should": "11.2.0",
  57. "sinon": "^3.3.0"
  58. },
  59. "engines": {
  60. "node": ">= 4.0.0"
  61. },
  62. "homepage": "https://github.com/getsentry/raven-js",
  63. "keywords": [
  64. "debugging",
  65. "errors",
  66. "exceptions",
  67. "logging",
  68. "raven",
  69. "sentry"
  70. ],
  71. "license": "BSD-2-Clause",
  72. "main": "index.js",
  73. "name": "raven",
  74. "prettier": {
  75. "singleQuote": true,
  76. "bracketSpacing": false,
  77. "printWidth": 90
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/getsentry/raven-js.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint .",
  85. "test": "NODE_ENV=test istanbul cover _mocha -- --reporter dot && NODE_ENV=test coffee ./test/run.coffee",
  86. "test-full": "npm run test && cd test/instrumentation && ./run.sh",
  87. "test-mocha": "NODE_ENV=test mocha"
  88. },
  89. "version": "2.6.4"
  90. }