package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "gulplog@^1.0.0",
  3. "_id": "[email protected]",
  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-uglify",
  20. "/gulp-util",
  21. "/gulp/gulp-cli"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
  24. "_shasum": "e28c4d45d05ecbbed818363ce8f9c5926229ffe5",
  25. "_spec": "gulplog@^1.0.0",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp\\node_modules\\gulp-cli",
  27. "author": {
  28. "name": "Blaine Bublitz",
  29. "email": "[email protected]",
  30. "url": "http://iceddev.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/gulpjs/gulplog/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [],
  37. "dependencies": {
  38. "glogg": "^1.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Logger for gulp and gulp plugins",
  42. "devDependencies": {
  43. "eslint": "^1.5.1",
  44. "eslint-config-node-style-guide": "^1.0.1",
  45. "jscs": "^2.1.1"
  46. },
  47. "engines": {
  48. "node": ">= 0.10"
  49. },
  50. "files": [
  51. "LICENSE",
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/gulpjs/gulplog#readme",
  55. "keywords": [
  56. "gulp",
  57. "gulp-util",
  58. "log",
  59. "logging"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "gulplog",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/gulpjs/gulplog.git"
  67. },
  68. "scripts": {
  69. "test": "eslint index.js && jscs index.js"
  70. },
  71. "version": "1.0.0"
  72. }