package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-help@^1.6.1",
  6. "scope": null,
  7. "escapedName": "gulp-help",
  8. "name": "gulp-help",
  9. "rawSpec": "^1.6.1",
  10. "spec": ">=1.6.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-help@>=1.6.1 <2.0.0",
  17. "_id": "gulp-help@1.6.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-help",
  21. "_nodeVersion": "2.3.2",
  22. "_npmUser": {
  23. "name": "chmontgomery",
  24. "email": "chr.montgomery@gmail.com"
  25. },
  26. "_npmVersion": "2.11.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "gulp-help@^1.6.1",
  30. "scope": null,
  31. "escapedName": "gulp-help",
  32. "name": "gulp-help",
  33. "rawSpec": "^1.6.1",
  34. "spec": ">=1.6.1 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/semantic-ui"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/gulp-help/-/gulp-help-1.6.1.tgz",
  41. "_shasum": "261db186e18397fef3f6a2c22e9c315bfa88ae0c",
  42. "_shrinkwrap": null,
  43. "_spec": "gulp-help@^1.6.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  45. "author": {
  46. "name": "Chris Montgomery",
  47. "email": "chr.montgomery@gmail.com",
  48. "url": "http://www.chrismontgomery.info/"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/chmontgomery/gulp-help/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Chris Montgomery",
  56. "url": "http://www.chrismontgomery.info/"
  57. },
  58. {
  59. "name": "Sascha Depold",
  60. "url": "http://depold.com"
  61. },
  62. {
  63. "name": "Scott Silvi",
  64. "url": "https://github.com/scottsilvi"
  65. },
  66. {
  67. "name": "Fede Ramirez",
  68. "url": "http://2fd.github.io/"
  69. },
  70. {
  71. "name": "Kent C. Dodds",
  72. "url": "https://github.com/kentcdodds"
  73. },
  74. {
  75. "name": "Rui Marinho",
  76. "url": "https://github.com/ruimarinho"
  77. },
  78. {
  79. "name": "Jacek Tomaszewski",
  80. "url": "https://github.com/jtomaszewski"
  81. },
  82. {
  83. "name": "MrFusion42",
  84. "url": "https://github.com/MrFusion42"
  85. },
  86. {
  87. "name": "Jordi Dosne",
  88. "url": "https://github.com/JiDai"
  89. }
  90. ],
  91. "dependencies": {
  92. "chalk": "^1.0.0",
  93. "object-assign": "^3.0.0"
  94. },
  95. "description": "Adds a default help task to gulp and provides the ability to add custom help messages to your gulp tasks",
  96. "devDependencies": {
  97. "mocha": "^2.2.5",
  98. "should": "^6.0.3",
  99. "sinon": "^1.14.1"
  100. },
  101. "directories": {},
  102. "dist": {
  103. "shasum": "261db186e18397fef3f6a2c22e9c315bfa88ae0c",
  104. "tarball": "https://registry.npmjs.org/gulp-help/-/gulp-help-1.6.1.tgz"
  105. },
  106. "engines": {
  107. "node": ">= 0.10"
  108. },
  109. "gitHead": "e3ee634ec8e6019472446dcaf534737ee90dcccf",
  110. "homepage": "https://github.com/chmontgomery/gulp-help#readme",
  111. "keywords": [
  112. "gulp",
  113. "help",
  114. "tasks",
  115. "list",
  116. "gulpfriendly"
  117. ],
  118. "license": "MIT",
  119. "main": "index.js",
  120. "maintainers": [
  121. {
  122. "name": "chmontgomery",
  123. "email": "chr.montgomery@gmail.com"
  124. }
  125. ],
  126. "name": "gulp-help",
  127. "optionalDependencies": {},
  128. "readme": "ERROR: No README data found!",
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/chmontgomery/gulp-help.git"
  132. },
  133. "scripts": {
  134. "test": "mocha"
  135. },
  136. "version": "1.6.1"
  137. }