motion
Version:
motion - moving development forward
101 lines (100 loc) • 2.57 kB
JSON
{
"_args": [
[
"readdirp@2.0.0",
"/Users/nw/motion/packages/motion"
]
],
"_from": "readdirp@2.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": {},
"_requested": {
"name": "readdirp",
"raw": "readdirp@2.0.0",
"rawSpec": "2.0.0",
"scope": null,
"spec": "2.0.0",
"type": "version"
},
"_requiredBy": [
"/",
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.0.0.tgz",
"_shasum": "cc09ba5d12d8feb864bc75f6e2ebc137060cbd82",
"_shrinkwrap": null,
"_spec": "readdirp@2.0.0",
"_where": "/Users/nw/motion/packages/motion",
"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": [
"filesystem",
"filter",
"find",
"fs",
"readdir",
"recursive",
"stream",
"streams"
],
"license": "MIT",
"main": "readdirp.js",
"maintainers": [
{
"name": "thlorenz",
"email": "thlorenz@gmx.de"
}
],
"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"
}