package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "gulp-cli",
  3. "_id": "gulp-cli@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RxujJJdN8/O6IW2nPugl7YazhmrIEjmiVfPKrWt68r71UCaLKS71Hp0gpKT+F6qOUFtr7KqtifDKaAJPRVvMYQ==",
  6. "_location": "/gulp-cli",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "gulp-cli",
  12. "name": "gulp-cli",
  13. "escapedName": "gulp-cli",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.0.1.tgz",
  23. "_shasum": "7847e220cb3662f2be8a6d572bf14e17be5a994b",
  24. "_spec": "gulp-cli",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
  26. "author": {
  27. "name": "Gulp Team",
  28. "email": "team@gulpjs.com",
  29. "url": "http://gulpjs.com/"
  30. },
  31. "bin": {
  32. "gulp": "bin/gulp.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gulpjs/gulp-cli/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [],
  39. "dependencies": {
  40. "ansi-colors": "^1.0.1",
  41. "archy": "^1.0.0",
  42. "array-sort": "^1.0.0",
  43. "color-support": "^1.1.3",
  44. "concat-stream": "^1.6.0",
  45. "copy-props": "^2.0.1",
  46. "fancy-log": "^1.3.2",
  47. "gulplog": "^1.0.0",
  48. "interpret": "^1.1.0",
  49. "isobject": "^3.0.1",
  50. "liftoff": "^2.5.0",
  51. "matchdep": "^2.0.0",
  52. "mute-stdout": "^1.0.0",
  53. "pretty-hrtime": "^1.0.0",
  54. "replace-homedir": "^1.0.0",
  55. "semver-greatest-satisfied-range": "^1.1.0",
  56. "v8flags": "^3.0.1",
  57. "yargs": "^7.1.0"
  58. },
  59. "deprecated": false,
  60. "description": "Command line interface for gulp",
  61. "devDependencies": {
  62. "babel-preset-es2015": "^6.5.0",
  63. "babel-register": "^6.5.1",
  64. "coveralls": "^2.7.0",
  65. "eslint": "^1.7.3",
  66. "eslint-config-gulp": "^2.0.0",
  67. "expect": "^1.20.2",
  68. "gulp": "^4.0.0",
  69. "gulp-test-tools": "^0.6.1",
  70. "jscs": "^3.0.7",
  71. "jscs-preset-gulp": "^1.0.0",
  72. "marked-man": "^0.2.1",
  73. "mocha": "^3.2.0",
  74. "nyc": "^11.4.1",
  75. "rimraf": "^2.6.1"
  76. },
  77. "engines": {
  78. "node": ">= 0.10"
  79. },
  80. "files": [
  81. "index.js",
  82. "lib",
  83. "bin",
  84. "completion",
  85. "gulp.1"
  86. ],
  87. "homepage": "http://gulpjs.com",
  88. "keywords": [
  89. "build",
  90. "stream",
  91. "system",
  92. "make",
  93. "tool",
  94. "asset",
  95. "pipeline"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "man": [
  100. "gulp.1"
  101. ],
  102. "name": "gulp-cli",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/gulpjs/gulp-cli.git"
  106. },
  107. "scripts": {
  108. "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
  109. "coveralls": "nyc --reporter=text-lcov npm test | coveralls",
  110. "lint": "eslint . && jscs index.js bin/ lib/ test/",
  111. "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
  112. "pretest": "npm run lint",
  113. "test": "mocha --async-only --timeout 5000 test/lib test"
  114. },
  115. "version": "2.0.1"
  116. }