package.json 2.0 KB

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