Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gulp ecosystem #699

Open
12 of 24 tasks
felixfbecker opened this issue Aug 17, 2016 · 1 comment
Open
12 of 24 tasks

Gulp ecosystem #699

felixfbecker opened this issue Aug 17, 2016 · 1 comment

Comments

@felixfbecker
Copy link
Contributor

felixfbecker commented Aug 17, 2016

Tracking typings for Gulp, its dependencies and important plugins. Feel free to extend.

Most of these typings are on DT but are not valid because they depend on the DT Gulp typings and not on types/npm-gulp.

@felixfbecker
Copy link
Contributor Author

Before:

$ typings i -D gulp
typings INFO globaldependencies "gulp" lists global dependencies on "chokidar", "glob", "glob-stream", "minimatch", "node", "undertaker", "vinyl", and "vinyl-fs" and should be installed
gulp@4.0.0-alpha.2
└─┬ orchestrator
  └── es6-promise

After:

$ typings i -D gulp
typings INFO globaldependencies "gulp" lists global dependencies on "node" and should be installed
gulp@4.0.0-alpha.2
├── chokidar@1.6.0
├── undertaker@1.0.0
└─┬ vinyl-fs@2.4.3
  ├─┬ glob-stream@5.3.1
  │ └─┬ glob
  │   └── minimatch
  ├── through2
  └── vinyl@1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant