typings / registry

The registry of type definitions for TypeScript
238 stars 176 forks source link

Gulp ecosystem #699

Open felixfbecker opened 8 years ago

felixfbecker commented 8 years ago

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 commented 8 years ago

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