package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulplog@^1.0.0",
  6. "scope": null,
  7. "escapedName": "gulplog",
  8. "name": "gulplog",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-util"
  14. ]
  15. ],
  16. "_from": "gulplog@>=1.0.0 <2.0.0",
  17. "_id": "gulplog@1.0.0",
  18. "_inCache": true,
  19. "_location": "/gulplog",
  20. "_nodeVersion": "0.10.36",
  21. "_npmUser": {
  22. "name": "phated",
  23. "email": "blaine@iceddev.com"
  24. },
  25. "_npmVersion": "2.14.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "gulplog@^1.0.0",
  29. "scope": null,
  30. "escapedName": "gulplog",
  31. "name": "gulplog",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-util"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
  40. "_shasum": "e28c4d45d05ecbbed818363ce8f9c5926229ffe5",
  41. "_shrinkwrap": null,
  42. "_spec": "gulplog@^1.0.0",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-util",
  44. "author": {
  45. "name": "Blaine Bublitz",
  46. "email": "blaine@iceddev.com",
  47. "url": "http://iceddev.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/gulpjs/gulplog/issues"
  51. },
  52. "contributors": [],
  53. "dependencies": {
  54. "glogg": "^1.0.0"
  55. },
  56. "description": "Logger for gulp and gulp plugins",
  57. "devDependencies": {
  58. "eslint": "^1.5.1",
  59. "eslint-config-node-style-guide": "^1.0.1",
  60. "jscs": "^2.1.1"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "e28c4d45d05ecbbed818363ce8f9c5926229ffe5",
  65. "tarball": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz"
  66. },
  67. "engines": {
  68. "node": ">= 0.10"
  69. },
  70. "files": [
  71. "LICENSE",
  72. "index.js"
  73. ],
  74. "gitHead": "c920ad89da5a8f3724d35c83b6cbd8e132dada2b",
  75. "homepage": "https://github.com/gulpjs/gulplog#readme",
  76. "keywords": [
  77. "gulp",
  78. "gulp-util",
  79. "log",
  80. "logging"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "name": "phated",
  87. "email": "blaine@iceddev.com"
  88. }
  89. ],
  90. "name": "gulplog",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/gulpjs/gulplog.git"
  96. },
  97. "scripts": {
  98. "test": "eslint index.js && jscs index.js"
  99. },
  100. "version": "1.0.0"
  101. }