UNPKG

broccoli-funnel

Version:

Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.

67 lines 1.53 kB
{ "name": "broccoli-funnel", "version": "4.0.0", "description": "Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.", "keywords": [ "broccoli-plugin", "javascript" ], "repository": { "type": "git", "url": "https://github.com/broccolijs/broccoli-funnel.git" }, "type": "module", "license": "MIT", "author": "Robert Jackson", "main": "index.js", "files": [ "index.js" ], "dependencies": { "array-equal": "^2.0.0", "broccoli-plugin": "^6.0.0", "debug": "^4.1.1", "fs-tree-diff": "^2.0.1", "heimdalljs": "^0.2.0", "minimatch": "^10.2.5", "walk-sync": "^4.0.2" }, "devDependencies": { "@eslint/js": "^10.0.1", "broccoli-test-helper": "^2.0.0", "chai": "^4.2.0", "eslint": "^10.5.0", "fs-extra": "^8.1.0", "globals": "^17.7.0", "mocha": "~6.2.1", "release-plan": "^0.18.0", "rimraf": "^3.0.0" }, "engines": { "node": "10.* || >= 12.*" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "release-it": { "plugins": { "release-it-lerna-changelog": { "infile": "CHANGELOG.md", "launchEditor": true } }, "git": { "tagName": "v${version}" }, "github": { "release": true, "tokenRef": "GITHUB_AUTH" } }, "scripts": { "test": "mocha tests/", "lint": "eslint .", "test:debug": "mocha debug tests/", "test:debugger": "mocha --inspect-brk tests/" } }