UNPKG

gulp-execa

Version:

Gulp.js command execution for humans

81 lines (80 loc) 1.79 kB
{ "name": "gulp-execa", "version": "8.0.1", "type": "module", "exports": { "types": "./build/src/main.d.ts", "default": "./build/src/main.js" }, "main": "./build/src/main.js", "types": "./build/src/main.d.ts", "files": [ "build/src/**/*.{js,json,d.ts}", "!build/src/**/*.test.js", "!build/src/{helpers,fixtures}" ], "sideEffects": false, "scripts": { "test": "gulp test" }, "description": "Gulp.js command execution for humans", "keywords": [ "gulp", "execa", "gulp-plugin", "gulpjs", "gulpplugin", "bash", "cli", "typescript", "es6", "javascript", "library", "nodejs", "shell", "terminal", "command-line", "child-process", "exec", "stream", "security", "spawn" ], "license": "Apache-2.0", "homepage": "https://www.github.com/ehmicky/gulp-execa", "repository": { "type": "git", "url": "git+https://github.com/ehmicky/gulp-execa.git" }, "bugs": { "url": "https://github.com/ehmicky/gulp-execa/issues" }, "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)", "directories": { "lib": "src" }, "dependencies": { "@types/vinyl": "^2.0.12", "colors-option": "^6.0.1", "execa": "^9.5.2", "fancy-log": "^2.0.0", "filter-obj": "^6.1.0", "is-plain-obj": "^4.1.0", "jest-validate": "^29.7.0", "plugin-error": "^2.0.1", "rename-fn": "^2.1.0", "through2-concurrent": "^2.0.0" }, "devDependencies": { "@ehmicky/dev-tasks": "^3.0.33", "@ehmicky/eslint-config": "^20.0.31", "@ehmicky/prettier-config": "^1.0.6", "@types/node": "^22.13.14", "gulp": "^5.0.0", "raw-body": "^3.0.0", "test-each": "^7.0.1" }, "engines": { "node": ">=18.18.0" } }