{
  "_from": "@humanfs/node@^0.16.6",
  "_id": "@humanfs/node@0.16.8",
  "_inBundle": false,
  "_integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
  "_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.8.tgz",
  "_shasum": "8f800cccc13f4f8cd3116e2d9c0a94939da3e3ed",
  "_spec": "@humanfs/node@^0.16.6",
  "_where": "/var/www/tecnibi/node_modules/eslint",
  "author": {
    "name": "Nicholas C. Zakas"
  },
  "bugs": {
    "url": "https://github.com/humanwhocodes/humanfs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@humanfs/core": "^0.19.2",
    "@humanfs/types": "^0.15.0",
    "@humanwhocodes/retry": "^0.4.0"
  },
  "deprecated": false,
  "description": "The Node.js bindings of the humanfs library.",
  "devDependencies": {
    "@humanfs/test": "^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.8"
}
