Blame view

node_modules/readdirp/package.json 2.7 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
  {
    "_from": "readdirp@^2.0.0",
    "_id": "readdirp@2.2.1",
    "_inBundle": false,
    "_integrity": "sha1-DodiKjMlqjPokihcr4tOhGUppSU=",
    "_location": "/readdirp",
    "_phantomChildren": {
      "arr-flatten": "1.1.0",
      "define-property": "2.0.2",
      "extend-shallow": "3.0.2",
      "fragment-cache": "0.2.1",
      "is-buffer": "1.1.6",
      "is-extendable": "0.1.1",
      "ms": "2.0.0",
      "nanomatch": "1.2.13",
      "object.pick": "1.3.0",
      "posix-character-classes": "0.1.1",
      "regex-not": "1.0.2",
      "repeat-element": "1.1.3",
      "repeat-string": "1.6.1",
      "snapdragon": "0.8.2",
      "snapdragon-node": "2.1.1",
      "split-string": "3.1.0",
      "to-regex": "3.0.2",
      "to-regex-range": "2.1.1"
    },
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "readdirp@^2.0.0",
      "name": "readdirp",
      "escapedName": "readdirp",
      "rawSpec": "^2.0.0",
      "saveSpec": null,
      "fetchSpec": "^2.0.0"
    },
    "_requiredBy": [
      "/chokidar",
      "/watchpack/chokidar",
      "/webpack-dev-server/chokidar"
    ],
    "_resolved": "http://registry.npm.taobao.org/readdirp/download/readdirp-2.2.1.tgz",
    "_shasum": "0e87622a3325aa33e892285caf8b4e846529a525",
    "_spec": "readdirp@^2.0.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/chokidar",
    "author": {
      "name": "Thorsten Lorenz",
      "email": "thlorenz@gmx.de",
      "url": "thlorenz.com"
    },
    "bugs": {
      "url": "https://github.com/paulmillr/readdirp/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "graceful-fs": "^4.1.11",
      "micromatch": "^3.1.10",
      "readable-stream": "^2.0.2"
    },
    "deprecated": false,
    "description": "Recursive version of fs.readdir with streaming api.",
    "devDependencies": {
      "nave": "^0.5.1",
      "proxyquire": "^1.7.9",
      "tap": "1.3.2",
      "through2": "^2.0.0"
    },
    "engines": {
      "node": ">=0.10"
    },
    "files": [
      "readdirp.js",
      "stream-api.js"
    ],
    "homepage": "https://github.com/paulmillr/readdirp",
    "keywords": [
      "recursive",
      "fs",
      "stream",
      "streams",
      "readdir",
      "filesystem",
      "find",
      "filter"
    ],
    "license": "MIT",
    "main": "readdirp.js",
    "name": "readdirp",
    "repository": {
      "type": "git",
      "url": "git://github.com/paulmillr/readdirp.git"
    },
    "scripts": {
      "test": "npm run test-main",
      "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-main": "(cd test && set -e; for t in ./*.js; do node $t; done)"
    },
    "version": "2.2.1"
  }