{
  "_args": [
    [
      "@nodelib/fs.walk@1.2.2",
      "/Users/callumacrae/Sites/find-node-modules/cz-cli"
    ]
  ],
  "_development": true,
  "_from": "@nodelib/fs.walk@1.2.2",
  "_id": "@nodelib/fs.walk@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-J/DR3+W12uCzAJkw7niXDcqcKBg6+5G5Q/ZpThpGNzAUz70eOR6RV4XnnSN01qHZiVl0eavoxJsBypQoKsV2QQ==",
  "_location": "/@nodelib/fs.walk",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nodelib/fs.walk@1.2.2",
    "name": "@nodelib/fs.walk",
    "escapedName": "@nodelib%2ffs.walk",
    "scope": "@nodelib",
    "rawSpec": "1.2.2",
    "saveSpec": null,
    "fetchSpec": "1.2.2"
  },
  "_requiredBy": [
    "/fast-glob"
  ],
  "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.2.tgz",
  "_spec": "1.2.2",
  "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
  "dependencies": {
    "@nodelib/fs.scandir": "2.1.1",
    "fastq": "^1.6.0"
  },
  "description": "A library for efficiently walking a directory recursively",
  "engines": {
    "node": ">= 8"
  },
  "gitHead": "f2e0caa6ff76566953dcfac75b916d80474a5e45",
  "keywords": [
    "NodeLib",
    "fs",
    "FileSystem",
    "file system",
    "walk",
    "scanner",
    "crawler"
  ],
  "license": "MIT",
  "main": "out/index.js",
  "name": "@nodelib/fs.walk",
  "repository": {
    "type": "git",
    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
  },
  "scripts": {
    "build": "npm run clean && npm run compile && npm run lint && npm test",
    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    "compile": "tsc -b .",
    "compile:watch": "tsc -p . --watch --sourceMap",
    "lint": "tslint \"src/**/*.ts\" -p . -t stylish",
    "test": "mocha \"out/**/*.spec.js\" -s 0",
    "watch": "npm run clean && npm run compile:watch"
  },
  "typings": "out/index.d.ts",
  "version": "1.2.2"
}
