{
  "_from": "@humanfs/node@^0.16.6",
  "_id": "@humanfs/node@0.16.7",
  "_inBundle": false,
  "_integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
  "_location": "/@humanfs/node",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@humanfs/node@^0.16.6",
    "name": "@humanfs/node",
    "escapedName": "@humanfs%2fnode",
    "scope": "@humanfs",
    "rawSpec": "^0.16.6",
    "saveSpec": null,
    "fetchSpec": "^0.16.6"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
  "_shasum": "822cb7b3a12c5a240a24f621b5a2413e27a45f26",
  "_spec": "@humanfs/node@^0.16.6",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\eslint",
  "author": {
    "name": "Nicholas C. Zakas"
  },
  "bugs": {
    "url": "https://github.com/humanwhocodes/humanfs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@humanfs/core": "^0.19.1",
    "@humanwhocodes/retry": "^0.4.0"
  },
  "deprecated": false,
  "description": "The Node.js bindings of the humanfs library.",
  "devDependencies": {
    "@humanfs/test": "^0.15.0",
    "@humanfs/types": "^0.15.0",
    "@types/node": "^20.9.4",
    "mocha": "^10.2.0",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=18.18.0"
  },
  "exports": {
    "import": {
      "types": "./dist/index.d.ts",
      "default": "./src/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/humanwhocodes/humanfs#readme",
  "keywords": [
    "filesystem",
    "fs",
    "hfs",
    "files"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "name": "@humanfs/node",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/humanwhocodes/humanfs.git",
    "directory": "packages/node"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "test": "mocha ./tests/"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "0.16.7"
}
