package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp@^3.9.1",
  6. "scope": null,
  7. "escapedName": "gulp",
  8. "name": "gulp",
  9. "rawSpec": "^3.9.1",
  10. "spec": ">=3.9.1 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp@>=3.9.1 <4.0.0",
  17. "_id": "gulp@3.9.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp",
  21. "_nodeVersion": "0.10.41",
  22. "_npmOperationalInternal": {
  23. "host": "packages-6-west.internal.npmjs.com",
  24. "tmp": "tmp/gulp-3.9.1.tgz_1454957415500_0.15343931876122952"
  25. },
  26. "_npmUser": {
  27. "name": "phated",
  28. "email": "blaine@iceddev.com"
  29. },
  30. "_npmVersion": "2.14.14",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "gulp@^3.9.1",
  34. "scope": null,
  35. "escapedName": "gulp",
  36. "name": "gulp",
  37. "rawSpec": "^3.9.1",
  38. "spec": ">=3.9.1 <4.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/semantic-ui"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
  45. "_shasum": "571ce45928dd40af6514fc4011866016c13845b4",
  46. "_shrinkwrap": null,
  47. "_spec": "gulp@^3.9.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  49. "author": {
  50. "name": "Fractal",
  51. "email": "contact@wearefractal.com",
  52. "url": "http://wearefractal.com/"
  53. },
  54. "bin": {
  55. "gulp": "./bin/gulp.js"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/gulpjs/gulp/issues"
  59. },
  60. "dependencies": {
  61. "archy": "^1.0.0",
  62. "chalk": "^1.0.0",
  63. "deprecated": "^0.0.1",
  64. "gulp-util": "^3.0.0",
  65. "interpret": "^1.0.0",
  66. "liftoff": "^2.1.0",
  67. "minimist": "^1.1.0",
  68. "orchestrator": "^0.3.0",
  69. "pretty-hrtime": "^1.0.0",
  70. "semver": "^4.1.0",
  71. "tildify": "^1.0.0",
  72. "v8flags": "^2.0.2",
  73. "vinyl-fs": "^0.3.0"
  74. },
  75. "description": "The streaming build system",
  76. "devDependencies": {
  77. "coveralls": "^2.7.0",
  78. "eslint": "^1.7.3",
  79. "eslint-config-gulp": "^2.0.0",
  80. "graceful-fs": "^3.0.0",
  81. "istanbul": "^0.3.0",
  82. "jscs": "^2.3.5",
  83. "jscs-preset-gulp": "^1.0.0",
  84. "marked-man": "^0.1.3",
  85. "mkdirp": "^0.5.0",
  86. "mocha": "^2.0.1",
  87. "mocha-lcov-reporter": "^0.0.1",
  88. "q": "^1.0.0",
  89. "rimraf": "^2.2.5",
  90. "should": "^5.0.1"
  91. },
  92. "directories": {},
  93. "dist": {
  94. "shasum": "571ce45928dd40af6514fc4011866016c13845b4",
  95. "tarball": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz"
  96. },
  97. "engines": {
  98. "node": ">= 0.9"
  99. },
  100. "files": [
  101. "index.js",
  102. "lib",
  103. "bin",
  104. "completion",
  105. "gulp.1"
  106. ],
  107. "gitHead": "9c14e3a13a73a32e424f144d62566671b2fcdbed",
  108. "homepage": "http://gulpjs.com",
  109. "license": "MIT",
  110. "maintainers": [
  111. {
  112. "name": "fractal",
  113. "email": "contact@wearefractal.com"
  114. },
  115. {
  116. "name": "phated",
  117. "email": "blaine@iceddev.com"
  118. }
  119. ],
  120. "man": [
  121. "gulp.1"
  122. ],
  123. "name": "gulp",
  124. "optionalDependencies": {},
  125. "readme": "ERROR: No README data found!",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/gulpjs/gulp.git"
  129. },
  130. "scripts": {
  131. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  132. "lint": "eslint . && jscs *.js bin/ lib/ test/",
  133. "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
  134. "pretest": "npm run lint",
  135. "test": "mocha --reporter spec"
  136. },
  137. "tags": [
  138. "build",
  139. "stream",
  140. "system",
  141. "make",
  142. "tool",
  143. "asset",
  144. "pipeline"
  145. ],
  146. "version": "3.9.1"
  147. }