package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "debug@=3.1.0",
  3. "_id": "debug@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
  6. "_location": "/debug",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "debug@=3.1.0",
  12. "name": "debug",
  13. "escapedName": "debug",
  14. "rawSpec": "=3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "=3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/follow-redirects",
  20. "/lint-staged"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
  23. "_shasum": "5bb5a0672628b64149566ba16819e61518c67261",
  24. "_spec": "debug@=3.1.0",
  25. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\follow-redirects",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "browser": "./src/browser.js",
  31. "bugs": {
  32. "url": "https://github.com/visionmedia/debug/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Nathan Rajlich",
  38. "email": "nathan@tootallnate.net",
  39. "url": "http://n8.io"
  40. },
  41. {
  42. "name": "Andrew Rhyne",
  43. "email": "rhyneandrew@gmail.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "ms": "2.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "small debugging utility",
  51. "devDependencies": {
  52. "browserify": "14.4.0",
  53. "chai": "^3.5.0",
  54. "concurrently": "^3.1.0",
  55. "coveralls": "^2.11.15",
  56. "eslint": "^3.12.1",
  57. "istanbul": "^0.4.5",
  58. "karma": "^1.3.0",
  59. "karma-chai": "^0.1.0",
  60. "karma-mocha": "^1.3.0",
  61. "karma-phantomjs-launcher": "^1.0.2",
  62. "karma-sinon": "^1.0.5",
  63. "mocha": "^3.2.0",
  64. "mocha-lcov-reporter": "^1.2.0",
  65. "rimraf": "^2.5.4",
  66. "sinon": "^1.17.6",
  67. "sinon-chai": "^2.8.0"
  68. },
  69. "homepage": "https://github.com/visionmedia/debug#readme",
  70. "keywords": [
  71. "debug",
  72. "log",
  73. "debugger"
  74. ],
  75. "license": "MIT",
  76. "main": "./src/index.js",
  77. "name": "debug",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/visionmedia/debug.git"
  81. },
  82. "version": "3.1.0"
  83. }