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.2KB

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