package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "gulp@3.9.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gulp@3.9.1",
  10. "_id": "gulp@3.9.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=",
  13. "_location": "/gulp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gulp@3.9.1",
  19. "name": "gulp",
  20. "escapedName": "gulp",
  21. "rawSpec": "3.9.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.9.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
  29. "_spec": "3.9.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Fractal",
  33. "email": "contact@wearefractal.com",
  34. "url": "http://wearefractal.com/"
  35. },
  36. "bin": {
  37. "gulp": "./bin/gulp.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/gulpjs/gulp/issues"
  41. },
  42. "dependencies": {
  43. "archy": "^1.0.0",
  44. "chalk": "^1.0.0",
  45. "deprecated": "^0.0.1",
  46. "gulp-util": "^3.0.0",
  47. "interpret": "^1.0.0",
  48. "liftoff": "^2.1.0",
  49. "minimist": "^1.1.0",
  50. "orchestrator": "^0.3.0",
  51. "pretty-hrtime": "^1.0.0",
  52. "semver": "^4.1.0",
  53. "tildify": "^1.0.0",
  54. "v8flags": "^2.0.2",
  55. "vinyl-fs": "^0.3.0"
  56. },
  57. "description": "The streaming build system",
  58. "devDependencies": {
  59. "coveralls": "^2.7.0",
  60. "eslint": "^1.7.3",
  61. "eslint-config-gulp": "^2.0.0",
  62. "graceful-fs": "^3.0.0",
  63. "istanbul": "^0.3.0",
  64. "jscs": "^2.3.5",
  65. "jscs-preset-gulp": "^1.0.0",
  66. "marked-man": "^0.1.3",
  67. "mkdirp": "^0.5.0",
  68. "mocha": "^2.0.1",
  69. "mocha-lcov-reporter": "^0.0.1",
  70. "q": "^1.0.0",
  71. "rimraf": "^2.2.5",
  72. "should": "^5.0.1"
  73. },
  74. "engines": {
  75. "node": ">= 0.9"
  76. },
  77. "files": [
  78. "index.js",
  79. "lib",
  80. "bin",
  81. "completion",
  82. "gulp.1"
  83. ],
  84. "homepage": "http://gulpjs.com",
  85. "license": "MIT",
  86. "man": [
  87. "gulp.1"
  88. ],
  89. "name": "gulp",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/gulpjs/gulp.git"
  93. },
  94. "scripts": {
  95. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  96. "lint": "eslint . && jscs *.js bin/ lib/ test/",
  97. "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
  98. "pretest": "npm run lint",
  99. "test": "mocha --reporter spec"
  100. },
  101. "tags": [
  102. "build",
  103. "stream",
  104. "system",
  105. "make",
  106. "tool",
  107. "asset",
  108. "pipeline"
  109. ],
  110. "version": "3.9.1"
  111. }