package.json 1.6 KB

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