{ "_args": [ [ "readdirp@^2.0.0", "/Users/mizchi/proj/brwy_rails/test/dummy/node_modules/chokidar" ] ], "_from": "readdirp@>=2.0.0 <3.0.0", "_id": "readdirp@2.0.0", "_inCache": true, "_installable": true, "_location": "/readdirp", "_npmUser": { "email": "thlorenz@gmx.de", "name": "thlorenz" }, "_npmVersion": "1.4.28", "_phantomChildren": { "brace-expansion": "1.1.3" }, "_requested": { "name": "readdirp", "raw": "readdirp@^2.0.0", "rawSpec": "^2.0.0", "scope": null, "spec": ">=2.0.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/chokidar" ], "_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz", "_shasum": "cc09ba5d12d8feb864bc75f6e2ebc137060cbd82", "_shrinkwrap": null, "_spec": "readdirp@^2.0.0", "_where": "/Users/mizchi/proj/brwy_rails/test/dummy/node_modules/chokidar", "author": { "email": "thlorenz@gmx.de", "name": "Thorsten Lorenz", "url": "thlorenz.com" }, "bugs": { "url": "https://github.com/thlorenz/readdirp/issues" }, "dependencies": { "graceful-fs": "^4.1.2", "minimatch": "^2.0.10", "readable-stream": "^2.0.2" }, "description": "Recursive version of fs.readdir with streaming api.", "devDependencies": { "nave": "^0.5.1", "tap": "^1.3.2", "through2": "^2.0.0" }, "directories": {}, "dist": { "shasum": "cc09ba5d12d8feb864bc75f6e2ebc137060cbd82", "tarball": "http://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz" }, "engines": { "node": ">=0.6" }, "gitHead": "480af1e35d413ebb36e427808dcaa65d47cdc490", "homepage": "https://github.com/thlorenz/readdirp", "keywords": [ "recursive", "fs", "stream", "streams", "readdir", "filesystem", "find", "filter" ], "license": "MIT", "main": "readdirp.js", "maintainers": [ { "email": "thlorenz@gmx.de", "name": "thlorenz" } ], "name": "readdirp", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/thlorenz/readdirp.git" }, "scripts": { "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi", "test-0.10": "nave use 0.10 npm run test-main", "test-0.12": "nave use 0.12 npm run test-main", "test-0.8": "nave use 0.8 npm run test-main", "test-2.4": "nave use 2.4 npm run test-main", "test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10 && npm run test-0.12 && npm run test-2.4", "test-main": "(cd test && set -e; for t in ./*.js; do node $t; done)" }, "version": "2.0.0" }