aboutsummaryrefslogtreecommitdiff
path: root/node_modules/readdirp/package.json
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-08 00:38:48 +0800
committerruki <waruqi@gmail.com>2018-11-07 21:53:09 +0800
commit26105034da4fcce7ac883c899d781f016559310d (patch)
treec459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/readdirp/package.json
parent2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff)
downloadxmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz
xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip
switch to vuepress
Diffstat (limited to 'node_modules/readdirp/package.json')
-rw-r--r--node_modules/readdirp/package.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/node_modules/readdirp/package.json b/node_modules/readdirp/package.json
new file mode 100644
index 00000000..39314a29
--- /dev/null
+++ b/node_modules/readdirp/package.json
@@ -0,0 +1,50 @@
+{
+ "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
+ "name": "readdirp",
+ "description": "Recursive version of fs.readdir with streaming api.",
+ "version": "2.2.1",
+ "homepage": "https://github.com/paulmillr/readdirp",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/paulmillr/readdirp.git"
+ },
+ "engines": {
+ "node": ">=0.10"
+ },
+ "files": [
+ "readdirp.js",
+ "stream-api.js"
+ ],
+ "keywords": [
+ "recursive",
+ "fs",
+ "stream",
+ "streams",
+ "readdir",
+ "filesystem",
+ "find",
+ "filter"
+ ],
+ "main": "readdirp.js",
+ "scripts": {
+ "test-main": "(cd test && set -e; for t in ./*.js; do node $t; done)",
+ "test-0.10": "nave use 0.10 npm run test-main",
+ "test-0.12": "nave use 0.12 npm run test-main",
+ "test-4": "nave use 4.4 npm run test-main",
+ "test-6": "nave use 6.2 npm run test-main",
+ "test-all": "npm run test-main && npm run test-0.10 && npm run test-0.12 && npm run test-4 && npm run test-6",
+ "test": "npm run test-main"
+ },
+ "dependencies": {
+ "graceful-fs": "^4.1.11",
+ "micromatch": "^3.1.10",
+ "readable-stream": "^2.0.2"
+ },
+ "devDependencies": {
+ "nave": "^0.5.1",
+ "proxyquire": "^1.7.9",
+ "tap": "1.3.2",
+ "through2": "^2.0.0"
+ },
+ "license": "MIT"
+}