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 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "gulplog@^1.0.0",
  3. "_id": "gulplog@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=",
  6. "_location": "/gulplog",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulplog@^1.0.0",
  12. "name": "gulplog",
  13. "escapedName": "gulplog",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
  22. "_shasum": "e28c4d45d05ecbbed818363ce8f9c5926229ffe5",
  23. "_spec": "gulplog@^1.0.0",
  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": "Blaine Bublitz",
  27. "email": "blaine@iceddev.com",
  28. "url": "http://iceddev.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/gulplog/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [],
  35. "dependencies": {
  36. "glogg": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Logger for gulp and gulp plugins",
  40. "devDependencies": {
  41. "eslint": "^1.5.1",
  42. "eslint-config-node-style-guide": "^1.0.1",
  43. "jscs": "^2.1.1"
  44. },
  45. "engines": {
  46. "node": ">= 0.10"
  47. },
  48. "files": [
  49. "LICENSE",
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/gulpjs/gulplog#readme",
  53. "keywords": [
  54. "gulp",
  55. "gulp-util",
  56. "log",
  57. "logging"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "gulplog",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/gulpjs/gulplog.git"
  65. },
  66. "scripts": {
  67. "test": "eslint index.js && jscs index.js"
  68. },
  69. "version": "1.0.0"
  70. }