UNPKG

gulp-concat-flatten

Version:

A Gulp plugin to recursively flatten directories and concatenate the files within

57 lines (56 loc) 1.6 kB
{ "name": "gulp-concat-flatten", "description": "A Gulp plugin to recursively flatten directories and concatenate the files within", "version": "3.0.1", "repository": "jkphl/gulp-concat-flatten", "author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)", "files": [ "index.js" ], "keywords": [ "gulpplugin", "css", "js", "concat", "concatenation", "flatten", "dependencies", "dependency", "toposort" ], "dependencies": { "clone-stats": "^1.0.0", "concat-with-sourcemaps": "^1.1.0", "glob": "^7.1.6", "minimatch": "^3.0.4", "through2": "^3.0.1", "toposort": "^2.0.2", "vinyl": "^2.2.0" }, "devDependencies": { "gulp": "^4.0.2", "gulp-jshint": "^2.1.0", "gulp-sort": "^2.0.0", "gulp-sourcemaps": "^2.6.5", "istanbul": "^0.4.5", "mocha": "^7.1.1", "mocha-lcov-reporter": "^1.3.0", "should": "^13.2.3", "stream-array": "^1.1.2", "stream-assert": "^2.0.3", "es-abstract": "^1.14.2", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "^7.19.0" }, "scripts": { "test": "eslint **/*.js && istanbul test ./node_modules/mocha/bin/_mocha --report html -- test/*.js --reporter spec", "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "engines": { "node": ">= 8.0" }, "license": "MIT" }