package.json 3.4 KB

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