package.json 2.4 KB

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