UNPKG

spawn-streaming

Version:
60 lines (59 loc) 1.25 kB
{ "name": "spawn-streaming", "version": "1.0.42", "description": "Formats spawn with prefix and colors", "keywords": [ "spawn", "cross-spawn", "cross-spawn-cb", "streaming", "format", "prefix", "colors" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/spawn-streaming.git" }, "license": "MIT", "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.cts", "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "biome check --write --unsafe", "test": "tsds test:node --no-timeouts", "test:engines": "nvu engines npm test", "version": "tsds version" }, "dependencies": { "colors": "^1.4.0", "cross-spawn-cb": "^2.2.9", "on-one": "^0.1.8", "queue-cb": "^1.5.3", "readable-stream": "^2.3.8" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "cr": "*", "is-version": "*", "pinkie-promise": "*" }, "engines": { "node": ">=0.8" }, "tsds": { "source": "src/index.ts" } }