{ "_from": "broccoli-funnel@^1.0.0", "_id": "broccoli-funnel@1.2.0", "_inBundle": false, "_integrity": "sha1-zdw6/F/xaFqAI0iP/3TOb7WlEpY=", "_location": "/broccoli-funnel", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "broccoli-funnel@^1.0.0", "name": "broccoli-funnel", "escapedName": "broccoli-funnel", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/broccoli-babel-transpiler", "/broccoli-stew", "/ember-cli-babel", "/ember-cli-preprocess-registry", "/ember-data", "/ember-resolver", "/ember-welcome-page" ], "_resolved": "https://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.2.0.tgz", "_shasum": "cddc3afc5ff1685a8023488fff74ce6fb5a51296", "_spec": "broccoli-funnel@^1.0.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli-babel", "author": { "name": "Robert Jackson" }, "bugs": { "url": "https://github.com/broccolijs/broccoli-funnel/issues" }, "bundleDependencies": false, "dependencies": { "array-equal": "^1.0.0", "blank-object": "^1.0.1", "broccoli-plugin": "^1.3.0", "debug": "^2.2.0", "exists-sync": "0.0.4", "fast-ordered-set": "^1.0.0", "fs-tree-diff": "^0.5.3", "heimdalljs": "^0.2.0", "minimatch": "^3.0.0", "mkdirp": "^0.5.0", "path-posix": "^1.0.0", "rimraf": "^2.4.3", "symlink-or-copy": "^1.0.0", "walk-sync": "^0.3.1" }, "deprecated": false, "description": "Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.", "devDependencies": { "broccoli-builder": "^0.18.0", "chai": "^3.2.0", "fixturify": "^0.3.0", "fs-extra": "^0.30.0", "mocha": "~3.0.2", "mocha-jshint": "2.3.1", "rimraf": "^2.3.2", "rsvp": "^3.3.1" }, "files": [ "index.js" ], "homepage": "https://github.com/broccolijs/broccoli-funnel#readme", "keywords": [ "broccoli-plugin", "javascript" ], "license": "MIT", "main": "index.js", "name": "broccoli-funnel", "repository": { "type": "git", "url": "git+https://github.com/broccolijs/broccoli-funnel.git" }, "scripts": { "postversion": "git push origin master --follow-tags && npm publish", "preversion": "npm test", "test": "mocha tests/", "test:debug": "mocha debug tests/" }, "version": "1.2.0" }