UNPKG

@blitzjs/file-pipeline

Version:

Display package for the Blitz CLI

52 lines (51 loc) 1.26 kB
{ "name": "@blitzjs/file-pipeline", "version": "0.39.0", "description": "Display package for the Blitz CLI", "homepage": "https://github.com/blitz-js/blitz#readme", "license": "MIT", "scripts": { "test": "jest", "test:watch": "jest --watch" }, "author": { "name": "Brandon Bayer", "email": "b@bayer.ws", "url": "https://twitter.com/flybayer" }, "main": "dist/blitzjs-file-pipeline.cjs.js", "module": "dist/blitzjs-file-pipeline.esm.js", "types": "dist/blitzjs-file-pipeline.cjs.d.ts", "files": [ "dist" ], "keywords": [ "blitz", "display" ], "repository": { "type": "git", "url": "git+https://github.com/blitz-js/blitz.git" }, "dependencies": { "@blitzjs/display": "0.39.0", "chalk": "^4.1.0", "chokidar": "3.5.1", "flush-write-stream": "2.0.0", "from2": "2.3.0", "fs-extra": "^9.1.0", "gulp-if": "3.0.0", "lodash": "^4.0.0", "merge-stream": "2.0.0", "micromatch": "4.0.2", "parallel-transform": "1.2.0", "pump": "3.0.0", "pumpify": "2.0.1", "rimraf": "^3.0.2", "through2": "4.0.2", "vinyl": "2.2.1", "vinyl-file": "3.0.0", "vinyl-fs": "3.0.3" }, "gitHead": "1956acf36cb1bf1be56ca85438504ff9d3deb71e" }