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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "glogg@^1.0.0",
  3. "_id": "glogg@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==",
  6. "_location": "/glogg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glogg@^1.0.0",
  12. "name": "glogg",
  13. "escapedName": "glogg",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulplog"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz",
  22. "_shasum": "2d7dd702beda22eb3bffadf880696da6d846313f",
  23. "_spec": "glogg@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulplog",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/glogg/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "sparkles": "^1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Global logging utility",
  45. "devDependencies": {
  46. "eslint": "^2.13.0",
  47. "eslint-config-gulp": "^3.0.1",
  48. "expect": "^1.20.2",
  49. "istanbul": "^0.4.3",
  50. "istanbul-coveralls": "^1.0.3",
  51. "mocha": "^3.5.3"
  52. },
  53. "engines": {
  54. "node": ">= 0.10"
  55. },
  56. "files": [
  57. "LICENSE",
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/gulpjs/glogg#readme",
  61. "keywords": [
  62. "global",
  63. "log",
  64. "logger",
  65. "logging",
  66. "shared"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "glogg",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/gulpjs/glogg.git"
  74. },
  75. "scripts": {
  76. "cover": "istanbul cover _mocha --report lcovonly",
  77. "coveralls": "npm run cover && istanbul-coveralls",
  78. "lint": "eslint .",
  79. "pretest": "npm run lint",
  80. "test": "mocha --async-only"
  81. },
  82. "version": "1.0.2"
  83. }