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.

97 lines
2.4 KiB

  1. {
  2. "name": "debug",
  3. "version": "3.1.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/visionmedia/debug.git"
  7. },
  8. "description": "small debugging utility",
  9. "keywords": [
  10. "debug",
  11. "log",
  12. "debugger"
  13. ],
  14. "author": {
  15. "name": "TJ Holowaychuk",
  16. "email": "tj@vision-media.ca"
  17. },
  18. "contributors": [
  19. {
  20. "name": "Nathan Rajlich",
  21. "email": "nathan@tootallnate.net",
  22. "url": "http://n8.io"
  23. },
  24. {
  25. "name": "Andrew Rhyne",
  26. "email": "rhyneandrew@gmail.com"
  27. }
  28. ],
  29. "license": "MIT",
  30. "dependencies": {
  31. "ms": "2.0.0"
  32. },
  33. "devDependencies": {
  34. "browserify": "14.4.0",
  35. "chai": "^3.5.0",
  36. "concurrently": "^3.1.0",
  37. "coveralls": "^2.11.15",
  38. "eslint": "^3.12.1",
  39. "istanbul": "^0.4.5",
  40. "karma": "^1.3.0",
  41. "karma-chai": "^0.1.0",
  42. "karma-mocha": "^1.3.0",
  43. "karma-phantomjs-launcher": "^1.0.2",
  44. "karma-sinon": "^1.0.5",
  45. "mocha": "^3.2.0",
  46. "mocha-lcov-reporter": "^1.2.0",
  47. "rimraf": "^2.5.4",
  48. "sinon": "^1.17.6",
  49. "sinon-chai": "^2.8.0"
  50. },
  51. "main": "./src/index.js",
  52. "browser": "./src/browser.js",
  53. "gitHead": "f073e056f33efdd5b311381eb6bca2bc850745bf",
  54. "bugs": {
  55. "url": "https://github.com/visionmedia/debug/issues"
  56. },
  57. "homepage": "https://github.com/visionmedia/debug#readme",
  58. "_id": "debug@3.1.0",
  59. "_npmVersion": "5.3.0",
  60. "_nodeVersion": "8.4.0",
  61. "_npmUser": {
  62. "name": "tootallnate",
  63. "email": "nathan@tootallnate.net"
  64. },
  65. "dist": {
  66. "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
  67. "shasum": "5bb5a0672628b64149566ba16819e61518c67261",
  68. "tarball": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz"
  69. },
  70. "maintainers": [
  71. {
  72. "name": "thebigredgeek",
  73. "email": "rhyneandrew@gmail.com"
  74. },
  75. {
  76. "name": "kolban",
  77. "email": "kolban1@kolban.com"
  78. },
  79. {
  80. "name": "tootallnate",
  81. "email": "nathan@tootallnate.net"
  82. },
  83. {
  84. "name": "tjholowaychuk",
  85. "email": "tj@vision-media.ca"
  86. }
  87. ],
  88. "_npmOperationalInternal": {
  89. "host": "s3://npm-registry-packages",
  90. "tmp": "tmp/debug-3.1.0.tgz_1506453230282_0.13498495938256383"
  91. },
  92. "directories": {},
  93. "_shasum": "5bb5a0672628b64149566ba16819e61518c67261",
  94. "_from": "debug@~3.1.0",
  95. "_resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
  96. "readme": "ERROR: No README data found!"
  97. }