package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "gulp",
  3. "_id": "gulp@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=",
  6. "_location": "/gulp",
  7. "_phantomChildren": {
  8. "ansi-colors": "1.1.0",
  9. "archy": "1.0.0",
  10. "array-sort": "1.0.0",
  11. "color-support": "1.1.3",
  12. "concat-stream": "1.6.2",
  13. "copy-props": "2.0.4",
  14. "fancy-log": "1.3.3",
  15. "gulplog": "1.0.0",
  16. "interpret": "1.2.0",
  17. "isobject": "3.0.1",
  18. "liftoff": "2.5.0",
  19. "matchdep": "2.0.0",
  20. "mute-stdout": "1.0.1",
  21. "pretty-hrtime": "1.0.3",
  22. "replace-homedir": "1.0.0",
  23. "semver-greatest-satisfied-range": "1.1.0",
  24. "v8flags": "3.1.2",
  25. "yargs": "7.1.0"
  26. },
  27. "_requested": {
  28. "type": "tag",
  29. "registry": true,
  30. "raw": "gulp",
  31. "name": "gulp",
  32. "escapedName": "gulp",
  33. "rawSpec": "",
  34. "saveSpec": null,
  35. "fetchSpec": "latest"
  36. },
  37. "_requiredBy": [
  38. "#DEV:/",
  39. "#USER"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz",
  42. "_shasum": "95766c601dade4a77ed3e7b2b6dc03881b596366",
  43. "_spec": "gulp",
  44. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
  45. "author": {
  46. "name": "Gulp Team",
  47. "email": "team@gulpjs.com",
  48. "url": "http://gulpjs.com/"
  49. },
  50. "bin": {
  51. "gulp": "./bin/gulp.js"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/gulpjs/gulp/issues"
  55. },
  56. "bundleDependencies": false,
  57. "contributors": [
  58. {
  59. "name": "Eric Schoffstall",
  60. "email": "yo@contra.io"
  61. },
  62. {
  63. "name": "Blaine Bublitz",
  64. "email": "blaine.bublitz@gmail.com"
  65. }
  66. ],
  67. "dependencies": {
  68. "glob-watcher": "^5.0.0",
  69. "gulp-cli": "^2.0.0",
  70. "undertaker": "^1.0.0",
  71. "vinyl-fs": "^3.0.0"
  72. },
  73. "deprecated": false,
  74. "description": "The streaming build system.",
  75. "devDependencies": {
  76. "eslint": "^1.7.3",
  77. "eslint-config-gulp": "^2.0.0",
  78. "expect": "^1.20.2",
  79. "istanbul": "^0.4.3",
  80. "istanbul-coveralls": "^1.0.3",
  81. "jscs": "^2.3.5",
  82. "jscs-preset-gulp": "^1.0.0",
  83. "mkdirp": "^0.5.1",
  84. "mocha": "^3.0.0",
  85. "rimraf": "^2.2.5"
  86. },
  87. "engines": {
  88. "node": ">= 0.10"
  89. },
  90. "files": [
  91. "LICENSE",
  92. "index.js",
  93. "bin"
  94. ],
  95. "homepage": "http://gulpjs.com",
  96. "keywords": [
  97. "build",
  98. "stream",
  99. "system",
  100. "make",
  101. "tool",
  102. "asset",
  103. "pipeline",
  104. "series",
  105. "parallel",
  106. "streaming"
  107. ],
  108. "license": "MIT",
  109. "main": "index.js",
  110. "name": "gulp",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/gulpjs/gulp.git"
  114. },
  115. "scripts": {
  116. "cover": "istanbul cover _mocha --report lcovonly",
  117. "coveralls": "npm run cover && istanbul-coveralls",
  118. "lint": "eslint . && jscs index.js bin/ test/",
  119. "pretest": "npm run lint",
  120. "test": "mocha --async-only"
  121. },
  122. "version": "4.0.0"
  123. }