{
  "_from": "klaw-sync@6.0.0",
  "_id": "klaw-sync@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
  "_location": "/klaw-sync",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "klaw-sync@6.0.0",
    "name": "klaw-sync",
    "escapedName": "klaw-sync",
    "rawSpec": "6.0.0",
    "saveSpec": null,
    "fetchSpec": "6.0.0"
  },
  "_requiredBy": [
    "/expo-cli"
  ],
  "_resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz",
  "_shasum": "1fd2cfd56ebb6250181114f0a581167099c2b28c",
  "_spec": "klaw-sync@6.0.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/expo-cli",
  "author": {
    "name": "Mani Maghsoudlou"
  },
  "bugs": {
    "url": "https://github.com/manidlou/node-klaw-sync/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.11"
  },
  "deprecated": false,
  "description": "Recursive, synchronous, and fast file system walker",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "fs-extra": "^5.0.0",
    "memory-fs": "^0.4.1",
    "mkp": "^1.0.1",
    "mocha": "^5.1.1",
    "standard": "^11.0.1",
    "walk-sync": "^0.3.3"
  },
  "homepage": "https://github.com/manidlou/node-klaw-sync#readme",
  "keywords": [
    "fs",
    "walk",
    "walker",
    "walk-sync",
    "klaw",
    "readdir-sync"
  ],
  "license": "MIT",
  "main": "klaw-sync.js",
  "name": "klaw-sync",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manidlou/node-klaw-sync.git"
  },
  "scripts": {
    "benchmark": "node ./benchmark/bm.js",
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "mocha"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  },
  "version": "6.0.0"
}