{
  "_from": "@humanfs/types@^0.15.0",
  "_id": "@humanfs/types@0.15.0",
  "_inBundle": false,
  "_integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
  "_location": "/@humanfs/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@humanfs/types@^0.15.0",
    "name": "@humanfs/types",
    "escapedName": "@humanfs%2ftypes",
    "scope": "@humanfs",
    "rawSpec": "^0.15.0",
    "saveSpec": null,
    "fetchSpec": "^0.15.0"
  },
  "_requiredBy": [
    "/@humanfs/core",
    "/@humanfs/node"
  ],
  "_resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
  "_shasum": "f2a09f62012390b2bff3fc6fb248ddec8c09a090",
  "_spec": "@humanfs/types@^0.15.0",
  "_where": "/var/www/tecnibi/node_modules/@humanfs/node",
  "author": {
    "name": "Nicholas C. Zakas"
  },
  "bugs": {
    "url": "https://github.com/humanwhocodes/humanfs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The TypeScript types for the hfs project.",
  "devDependencies": {
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=18.18.0"
  },
  "exports": {
    ".": {
      "types": "./src/hfs-types.ts"
    },
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/humanwhocodes/humanfs#readme",
  "keywords": [
    "filesystem",
    "fs",
    "hfs",
    "files"
  ],
  "license": "Apache-2.0",
  "name": "@humanfs/types",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/humanwhocodes/humanfs.git"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "type": "module",
  "types": "src/hfs-types.ts",
  "version": "0.15.0"
}
