{
  "_args": [
    [
      "readdir-glob@1.1.3",
      "/var/www/html/api1.turtleking.com"
    ]
  ],
  "_from": "readdir-glob@1.1.3",
  "_id": "readdir-glob@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  "_location": "/readdir-glob",
  "_phantomChildren": {
    "balanced-match": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "readdir-glob@1.1.3",
    "name": "readdir-glob",
    "escapedName": "readdir-glob",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/archiver"
  ],
  "_resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "/var/www/html/api1.turtleking.com",
  "author": {
    "name": "Yann Armelin"
  },
  "bugs": {
    "url": "https://github.com/Yqnn/node-readdir-glob/issues"
  },
  "dependencies": {
    "minimatch": "^5.1.0"
  },
  "description": "Recursive fs.readdir with streaming API and glob filtering.",
  "devDependencies": {
    "jasmine": "^4.6.0",
    "mkdirp": "^2.1.6",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "tick": "0.0.6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/Yqnn/node-readdir-glob",
  "keywords": [
    "recursive",
    "fs",
    "stream",
    "streams",
    "readdir",
    "filesystem",
    "find",
    "filter",
    "glob"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "readdir-glob",
  "repository": {
    "type": "git",
    "url": "git://github.com/Yqnn/node-readdir-glob.git"
  },
  "scripts": {
    "bench": "bash scripts/benchmark.sh",
    "profile": "bash scripts/profile.sh && cat profile.txt",
    "test": "npx nyc --reporter=lcov --reporter=text-summary --reporter=html jasmine --config=jasmine.json",
    "test-regen": "TEST_REGEN=1 jasmine --config=jasmine.json"
  },
  "version": "1.1.3"
}
