package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "debug@2.6.9",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "debug@2.6.9",
  10. "_id": "debug@2.6.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  13. "_location": "/debug",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "debug@2.6.9",
  19. "name": "debug",
  20. "escapedName": "debug",
  21. "rawSpec": "2.6.9",
  22. "saveSpec": null,
  23. "fetchSpec": "2.6.9"
  24. },
  25. "_requiredBy": [
  26. "/babel-core",
  27. "/babel-traverse",
  28. "/body-parser",
  29. "/compression",
  30. "/expand-brackets",
  31. "/express",
  32. "/finalhandler",
  33. "/send",
  34. "/serve-index",
  35. "/snapdragon",
  36. "/sockjs-client"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  39. "_spec": "2.6.9",
  40. "_where": "E:\\amr1.0\\AMR",
  41. "author": {
  42. "name": "TJ Holowaychuk",
  43. "email": "tj@vision-media.ca"
  44. },
  45. "browser": "./src/browser.js",
  46. "bugs": {
  47. "url": "https://github.com/visionmedia/debug/issues"
  48. },
  49. "component": {
  50. "scripts": {
  51. "debug/index.js": "browser.js",
  52. "debug/debug.js": "debug.js"
  53. }
  54. },
  55. "contributors": [
  56. {
  57. "name": "Nathan Rajlich",
  58. "email": "nathan@tootallnate.net",
  59. "url": "http://n8.io"
  60. },
  61. {
  62. "name": "Andrew Rhyne",
  63. "email": "rhyneandrew@gmail.com"
  64. }
  65. ],
  66. "dependencies": {
  67. "ms": "2.0.0"
  68. },
  69. "description": "small debugging utility",
  70. "devDependencies": {
  71. "browserify": "9.0.3",
  72. "chai": "^3.5.0",
  73. "concurrently": "^3.1.0",
  74. "coveralls": "^2.11.15",
  75. "eslint": "^3.12.1",
  76. "istanbul": "^0.4.5",
  77. "karma": "^1.3.0",
  78. "karma-chai": "^0.1.0",
  79. "karma-mocha": "^1.3.0",
  80. "karma-phantomjs-launcher": "^1.0.2",
  81. "karma-sinon": "^1.0.5",
  82. "mocha": "^3.2.0",
  83. "mocha-lcov-reporter": "^1.2.0",
  84. "rimraf": "^2.5.4",
  85. "sinon": "^1.17.6",
  86. "sinon-chai": "^2.8.0"
  87. },
  88. "homepage": "https://github.com/visionmedia/debug#readme",
  89. "keywords": [
  90. "debug",
  91. "log",
  92. "debugger"
  93. ],
  94. "license": "MIT",
  95. "main": "./src/index.js",
  96. "name": "debug",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/visionmedia/debug.git"
  100. },
  101. "version": "2.6.9"
  102. }