90 lines
2.0 KiB
JSON
90 lines
2.0 KiB
JSON
{
|
|
"_from": "readdirp@~3.2.0",
|
|
"_id": "readdirp@3.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==",
|
|
"_location": "/readdirp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "readdirp@~3.2.0",
|
|
"name": "readdirp",
|
|
"escapedName": "readdirp",
|
|
"rawSpec": "~3.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~3.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/chokidar"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.2.0.tgz",
|
|
"_shasum": "c30c33352b12c96dfb4b895421a49fd5a9593839",
|
|
"_spec": "readdirp@~3.2.0",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/chokidar",
|
|
"author": {
|
|
"name": "Thorsten Lorenz",
|
|
"email": "thlorenz@gmx.de",
|
|
"url": "thlorenz.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/paulmillr/readdirp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Thorsten Lorenz",
|
|
"email": "thlorenz@gmx.de",
|
|
"url": "thlorenz.com"
|
|
},
|
|
{
|
|
"name": "Paul Miller",
|
|
"url": "https://paulmillr.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Recursive version of fs.readdir with streaming api.",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.1",
|
|
"@types/mocha": "^5.2",
|
|
"@types/node": "^12",
|
|
"chai": "^4.2",
|
|
"chai-subset": "^1.6",
|
|
"dtslint": "^0.9.8",
|
|
"mocha": "~6.1.3",
|
|
"nyc": "^14.1.1",
|
|
"rimraf": "^2.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/paulmillr/readdirp",
|
|
"keywords": [
|
|
"recursive",
|
|
"fs",
|
|
"stream",
|
|
"streams",
|
|
"readdir",
|
|
"filesystem",
|
|
"find",
|
|
"filter"
|
|
],
|
|
"license": "MIT",
|
|
"name": "readdirp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/paulmillr/readdirp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "nyc mocha && dtslint"
|
|
},
|
|
"version": "3.2.0"
|
|
}
|