• File: package.json
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/readdir-glob/package.json
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 1021 B
  • MIME-type: application/json
  • Charset: utf-8
{
  "author": "Yann Armelin",
  "name": "readdir-glob",
  "description": "Recursive fs.readdir with streaming API and glob filtering.",
  "version": "1.1.2",
  "homepage": "https://github.com/Yqnn/node-readdir-glob",
  "repository": {
    "type": "git",
    "url": "git://github.com/Yqnn/node-readdir-glob.git"
  },
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "minimatch": "^5.1.0"
  },
  "devDependencies": {
    "jasmine": "^3.9.0",
    "mkdirp": "^1.0.4",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "tick": "0.0.6"
  },
  "keywords": [
    "recursive",
    "fs",
    "stream",
    "streams",
    "readdir",
    "filesystem",
    "find",
    "filter",
    "glob"
  ],
  "scripts": {
    "test": "npx nyc --reporter=lcov --reporter=text-summary --reporter=html jasmine --config=jasmine.json",
    "test-regen": "TEST_REGEN=1 jest --coverage",
    "bench": "bash scripts/benchmark.sh",
    "profile": "bash scripts/profile.sh && cat profile.txt"
  },
  "license": "Apache-2.0"
}