{
  "_from": "@humanfs/core@^0.19.1",
  "_id": "@humanfs/core@0.19.1",
  "_inBundle": false,
  "_integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  "_location": "/@humanfs/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@humanfs/core@^0.19.1",
    "name": "@humanfs/core",
    "escapedName": "@humanfs%2fcore",
    "scope": "@humanfs",
    "rawSpec": "^0.19.1",
    "saveSpec": null,
    "fetchSpec": "^0.19.1"
  },
  "_requiredBy": [
    "/@humanfs/node"
  ],
  "_resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
  "_shasum": "17c55ca7d426733fe3c561906b8173c336b40a77",
  "_spec": "@humanfs/core@^0.19.1",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@humanfs\\node",
  "author": {
    "name": "Nicholas C. Zakas"
  },
  "bugs": {
    "url": "https://github.com/humanwhocodes/humanfs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The core of the humanfs library.",
  "devDependencies": {
    "@humanfs/types": "^0.15.0",
    "c8": "^9.0.0",
    "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/core",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/humanwhocodes/humanfs.git"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "test": "c8 mocha tests"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "0.19.1"
}
