選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "debug@2.6.9",
  5. "/var/www/noelle.codes/node/node_modules/express"
  6. ]
  7. ],
  8. "_from": "debug@2.6.9",
  9. "_id": "debug@2.6.9",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/debug",
  13. "_nodeVersion": "8.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/debug-2.6.9.tgz_1506087154503_0.5196126794908196"
  17. },
  18. "_npmUser": {
  19. "email": "nathan@tootallnate.net",
  20. "name": "tootallnate"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "debug",
  26. "raw": "debug@2.6.9",
  27. "rawSpec": "2.6.9",
  28. "scope": null,
  29. "spec": "2.6.9",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/body-parser",
  34. "/express",
  35. "/finalhandler",
  36. "/send"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  39. "_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
  40. "_shrinkwrap": null,
  41. "_spec": "debug@2.6.9",
  42. "_where": "/var/www/noelle.codes/node/node_modules/express",
  43. "author": {
  44. "email": "tj@vision-media.ca",
  45. "name": "TJ Holowaychuk"
  46. },
  47. "browser": "./src/browser.js",
  48. "bugs": {
  49. "url": "https://github.com/visionmedia/debug/issues"
  50. },
  51. "component": {
  52. "scripts": {
  53. "debug/debug.js": "debug.js",
  54. "debug/index.js": "browser.js"
  55. }
  56. },
  57. "contributors": [
  58. {
  59. "name": "Nathan Rajlich",
  60. "email": "nathan@tootallnate.net",
  61. "url": "http://n8.io"
  62. },
  63. {
  64. "name": "Andrew Rhyne",
  65. "email": "rhyneandrew@gmail.com"
  66. }
  67. ],
  68. "dependencies": {
  69. "ms": "2.0.0"
  70. },
  71. "description": "small debugging utility",
  72. "devDependencies": {
  73. "browserify": "9.0.3",
  74. "chai": "^3.5.0",
  75. "concurrently": "^3.1.0",
  76. "coveralls": "^2.11.15",
  77. "eslint": "^3.12.1",
  78. "istanbul": "^0.4.5",
  79. "karma": "^1.3.0",
  80. "karma-chai": "^0.1.0",
  81. "karma-mocha": "^1.3.0",
  82. "karma-phantomjs-launcher": "^1.0.2",
  83. "karma-sinon": "^1.0.5",
  84. "mocha": "^3.2.0",
  85. "mocha-lcov-reporter": "^1.2.0",
  86. "rimraf": "^2.5.4",
  87. "sinon": "^1.17.6",
  88. "sinon-chai": "^2.8.0"
  89. },
  90. "directories": {},
  91. "dist": {
  92. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  93. "shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
  94. "tarball": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
  95. },
  96. "gitHead": "13abeae468fea297d0dccc50bc55590809241083",
  97. "homepage": "https://github.com/visionmedia/debug#readme",
  98. "keywords": [
  99. "debug",
  100. "debugger",
  101. "log"
  102. ],
  103. "license": "MIT",
  104. "main": "./src/index.js",
  105. "maintainers": [
  106. {
  107. "name": "thebigredgeek",
  108. "email": "rhyneandrew@gmail.com"
  109. },
  110. {
  111. "name": "kolban",
  112. "email": "kolban1@kolban.com"
  113. },
  114. {
  115. "name": "tootallnate",
  116. "email": "nathan@tootallnate.net"
  117. },
  118. {
  119. "name": "tjholowaychuk",
  120. "email": "tj@vision-media.ca"
  121. }
  122. ],
  123. "name": "debug",
  124. "optionalDependencies": {},
  125. "readme": "ERROR: No README data found!",
  126. "repository": {
  127. "type": "git",
  128. "url": "git://github.com/visionmedia/debug.git"
  129. },
  130. "version": "2.6.9"
  131. }