Projekt

Obecné

Profil

Stáhnout (1.26 KB) Statistiky
| Větev: | Revize:
1
{
2
  "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
3
  "name": "readdirp",
4
  "description": "Recursive version of fs.readdir with streaming api.",
5
  "version": "2.2.1",
6
  "homepage": "https://github.com/paulmillr/readdirp",
7
  "repository": {
8
    "type": "git",
9
    "url": "git://github.com/paulmillr/readdirp.git"
10
  },
11
  "engines": {
12
    "node": ">=0.10"
13
  },
14
  "files": [
15
    "readdirp.js",
16
    "stream-api.js"
17
  ],
18
  "keywords": [
19
    "recursive",
20
    "fs",
21
    "stream",
22
    "streams",
23
    "readdir",
24
    "filesystem",
25
    "find",
26
    "filter"
27
  ],
28
  "main": "readdirp.js",
29
  "scripts": {
30
    "test-main": "(cd test && set -e; for t in ./*.js; do node $t; done)",
31
    "test-0.10": "nave use 0.10 npm run test-main",
32
    "test-0.12": "nave use 0.12 npm run test-main",
33
    "test-4": "nave use 4.4 npm run test-main",
34
    "test-6": "nave use 6.2 npm run test-main",
35
    "test-all": "npm run test-main && npm run test-0.10 && npm run test-0.12 && npm run test-4 && npm run test-6",
36
    "test": "npm run test-main"
37
  },
38
  "dependencies": {
39
    "graceful-fs": "^4.1.11",
40
    "micromatch": "^3.1.10",
41
    "readable-stream": "^2.0.2"
42
  },
43
  "devDependencies": {
44
    "nave": "^0.5.1",
45
    "proxyquire": "^1.7.9",
46
    "tap": "1.3.2",
47
    "through2": "^2.0.0"
48
  },
49
  "license": "MIT"
50
}
(3-3/5)