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.

94 lines
2.1 KiB

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