package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "debug@2.6.9",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  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. "/ali-oss",
  26. "/get-uri",
  27. "/http-proxy-agent",
  28. "/https-proxy-agent",
  29. "/pac-proxy-agent",
  30. "/proxy-agent",
  31. "/urllib"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  34. "_spec": "2.6.9",
  35. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  36. "author": {
  37. "name": "TJ Holowaychuk",
  38. "email": "tj@vision-media.ca"
  39. },
  40. "browser": "./src/browser.js",
  41. "bugs": {
  42. "url": "https://github.com/visionmedia/debug/issues"
  43. },
  44. "component": {
  45. "scripts": {
  46. "debug/index.js": "browser.js",
  47. "debug/debug.js": "debug.js"
  48. }
  49. },
  50. "contributors": [
  51. {
  52. "name": "Nathan Rajlich",
  53. "email": "nathan@tootallnate.net",
  54. "url": "http://n8.io"
  55. },
  56. {
  57. "name": "Andrew Rhyne",
  58. "email": "rhyneandrew@gmail.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "ms": "2.0.0"
  63. },
  64. "description": "small debugging utility",
  65. "devDependencies": {
  66. "browserify": "9.0.3",
  67. "chai": "^3.5.0",
  68. "concurrently": "^3.1.0",
  69. "coveralls": "^2.11.15",
  70. "eslint": "^3.12.1",
  71. "istanbul": "^0.4.5",
  72. "karma": "^1.3.0",
  73. "karma-chai": "^0.1.0",
  74. "karma-mocha": "^1.3.0",
  75. "karma-phantomjs-launcher": "^1.0.2",
  76. "karma-sinon": "^1.0.5",
  77. "mocha": "^3.2.0",
  78. "mocha-lcov-reporter": "^1.2.0",
  79. "rimraf": "^2.5.4",
  80. "sinon": "^1.17.6",
  81. "sinon-chai": "^2.8.0"
  82. },
  83. "homepage": "https://github.com/visionmedia/debug#readme",
  84. "keywords": [
  85. "debug",
  86. "log",
  87. "debugger"
  88. ],
  89. "license": "MIT",
  90. "main": "./src/index.js",
  91. "name": "debug",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/visionmedia/debug.git"
  95. },
  96. "version": "2.6.9"
  97. }