{ "_from": "broccoli-stew@^1.2.0", "_id": "broccoli-stew@1.5.0", "_inBundle": false, "_integrity": "sha1-16+MGFEdzlEOSdMIpi5Zd/RhiDw=", "_location": "/broccoli-stew", "_phantomChildren": { "graceful-fs": "4.1.11", "jsonfile": "2.4.0" }, "_requested": { "type": "range", "registry": true, "raw": "broccoli-stew@^1.2.0", "name": "broccoli-stew", "escapedName": "broccoli-stew", "rawSpec": "^1.2.0", "saveSpec": null, "fetchSpec": "^1.2.0" }, "_requiredBy": [ "/broccoli-concat", "/ember-cli" ], "_resolved": "https://registry.npmjs.org/broccoli-stew/-/broccoli-stew-1.5.0.tgz", "_shasum": "d7af8c18511dce510e49d308a62e5977f461883c", "_spec": "broccoli-stew@^1.2.0", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli", "author": { "name": "Stefan Penner & Robert Jackson" }, "bugs": { "url": "https://github.com/stefanpenner/broccoli-stew/issues" }, "bundleDependencies": false, "dependencies": { "broccoli-debug": "^0.6.1", "broccoli-funnel": "^1.0.1", "broccoli-merge-trees": "^1.0.0", "broccoli-persistent-filter": "^1.1.6", "broccoli-plugin": "^1.3.0", "chalk": "^1.1.3", "debug": "^2.4.0", "ensure-posix-path": "^1.0.1", "fs-extra": "^2.0.0", "minimatch": "^3.0.2", "resolve": "^1.1.6", "rsvp": "^3.0.16", "symlink-or-copy": "^1.1.8", "walk-sync": "^0.3.0" }, "deprecated": false, "description": "foundation of any healthy brocfile", "devDependencies": { "benchmark": "^2.1.1", "broccoli": "^1.1.0", "broccoli-test-helper": "^1.1.0", "broccoli-test-helpers": "0.0.9", "chai": "^3.5.0", "co": "^4.6.0", "mocha": "^3.0.0", "path-win32": "^1.0.1", "rewire": "^2.3.1", "sinon": "^2.0.0", "whatwg-fetch": "^2.0.2" }, "files": [ "index.js", "lib/" ], "homepage": "https://github.com/stefanpenner/broccoli-stew", "keywords": [ "broccoli", "broccoli-plugin" ], "license": "MIT", "main": "index.js", "name": "broccoli-stew", "repository": { "type": "git", "url": "git+https://github.com/stefanpenner/broccoli-stew.git" }, "scripts": { "test": "mocha tests/*-test.js tests/**/*-test.js", "test:debug": "mocha debug tests/*-test.js tests/**/*-test.js", "test:watch": "mocha --watch tests/*-test.js tests/**/*-test.js" }, "version": "1.5.0" }