UNPKG

broccoli-concat

Version:

Fast, good-enough concatenation with source maps.

60 lines 1.55 kB
{ "name": "broccoli-concat", "version": "4.2.7", "description": "Fast, good-enough concatenation with source maps.", "keywords": [ "broccoli-plugin" ], "repository": "https://github.com/broccolijs/broccoli-concat", "license": "MIT", "author": "Edward Faulkner <ef@alum.mit.edu>", "main": "index.js", "files": [ "concat.js", "concat-without-source-maps.js", "index.js", "lib/" ], "dependencies": { "broccoli-debug": "^0.6.5", "broccoli-plugin": "^4.0.2", "ensure-posix-path": "^1.0.2", "fast-sourcemap-concat": "^2.1.0", "find-index": "^1.1.0", "fs-extra": "^8.1.0", "fs-tree-diff": "^2.0.1", "lodash": "^4.17.23" }, "devDependencies": { "@eslint/js": "^9.39.2", "bench-cli": "^0.1.0", "broccoli": "^3.2.0", "broccoli-merge-trees": "^3.0.2", "broccoli-source": "^3.0.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "chai-files": "^1.2.0", "eslint": "^9.39.2", "fixturify": "^1.2.0", "fs-merger": "^3.0.2", "globals": "^17.3.0", "mocha": "^6.2.1", "mocha-eslint": "^4.1.0", "quick-temp": "^0.1.8", "release-plan": "^0.17.4", "sourcemap-validator": "^2.1.0", "walk-sync": "^2.0.2" }, "engines": { "node": "10.* || >= 12.*" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "bench": "node bench/info && bench bench/suites -i 10", "lint": "eslint .", "test": "mocha --recursive", "test:debug": "mocha --no-timeouts --inspect" } }