package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "debug@~0.7.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/tiny-lr-fork"
  6. ]
  7. ],
  8. "_from": "debug@>=0.7.0 <0.8.0",
  9. "_id": "debug@0.7.4",
  10. "_inCache": true,
  11. "_location": "/debug",
  12. "_npmUser": {
  13. "email": "tj@vision-media.ca",
  14. "name": "tjholowaychuk"
  15. },
  16. "_npmVersion": "1.3.13",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "debug",
  20. "raw": "debug@~0.7.0",
  21. "rawSpec": "~0.7.0",
  22. "scope": null,
  23. "spec": ">=0.7.0 <0.8.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/tiny-lr-fork"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
  30. "_shasum": "06e1ea8082c2cb14e39806e22e2f6f757f92af39",
  31. "_shrinkwrap": null,
  32. "_spec": "debug@~0.7.0",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/tiny-lr-fork",
  34. "author": {
  35. "email": "tj@vision-media.ca",
  36. "name": "TJ Holowaychuk"
  37. },
  38. "browser": "./debug.js",
  39. "bugs": {
  40. "url": "https://github.com/visionmedia/debug/issues"
  41. },
  42. "component": {
  43. "scripts": {
  44. "debug/debug.js": "debug.js",
  45. "debug/index.js": "index.js"
  46. }
  47. },
  48. "dependencies": {},
  49. "description": "small debugging utility",
  50. "devDependencies": {
  51. "mocha": "*"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "06e1ea8082c2cb14e39806e22e2f6f757f92af39",
  56. "tarball": "http://registry.npmjs.org/debug/-/debug-0.7.4.tgz"
  57. },
  58. "engines": {
  59. "node": "*"
  60. },
  61. "files": [
  62. "debug.js",
  63. "index.js",
  64. "lib/debug.js"
  65. ],
  66. "homepage": "https://github.com/visionmedia/debug",
  67. "installable": true,
  68. "keywords": [
  69. "debug",
  70. "debugger",
  71. "log"
  72. ],
  73. "main": "lib/debug.js",
  74. "maintainers": [
  75. {
  76. "name": "tjholowaychuk",
  77. "email": "tj@vision-media.ca"
  78. }
  79. ],
  80. "name": "debug",
  81. "optionalDependencies": {},
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/visionmedia/debug.git"
  85. },
  86. "version": "0.7.4"
  87. }