Ohm-Management - Projektarbeit B-ME
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.

package.json 2.0KB

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