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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "fancy-log@^1.3.2",
  3. "_id": "fancy-log@1.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
  6. "_location": "/fancy-log",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fancy-log@^1.3.2",
  12. "name": "fancy-log",
  13. "escapedName": "fancy-log",
  14. "rawSpec": "^1.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.2"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
  22. "_shasum": "dbc19154f558690150a23953a0adbd035be45fc7",
  23. "_spec": "fancy-log@^1.3.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  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/fancy-log/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. },
  39. {
  40. "name": "Aman Mittal",
  41. "url": "http://amandeepmittal.github.io/"
  42. }
  43. ],
  44. "dependencies": {
  45. "ansi-gray": "^0.1.1",
  46. "color-support": "^1.1.3",
  47. "parse-node-version": "^1.0.0",
  48. "time-stamp": "^1.0.0"
  49. },
  50. "deprecated": false,
  51. "description": "Log things, prefixed with a timestamp.",
  52. "devDependencies": {
  53. "eslint": "^2.13.0",
  54. "eslint-config-gulp": "^3.0.1",
  55. "expect": "^1.20.2",
  56. "istanbul": "^0.4.3",
  57. "istanbul-coveralls": "^1.0.3",
  58. "mocha": "^3.5.3"
  59. },
  60. "engines": {
  61. "node": ">= 0.10"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/gulpjs/fancy-log#readme",
  68. "keywords": [
  69. "console.log",
  70. "log",
  71. "logger",
  72. "logging",
  73. "pretty",
  74. "timestamp"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "fancy-log",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/gulpjs/fancy-log.git"
  82. },
  83. "scripts": {
  84. "cover": "istanbul cover _mocha --report lcovonly",
  85. "coveralls": "npm run cover && istanbul-coveralls",
  86. "lint": "eslint .",
  87. "pretest": "npm run lint",
  88. "test": "mocha --async-only"
  89. },
  90. "version": "1.3.3"
  91. }