{
  "_from": "@quansync/fs@^1.0.0",
  "_id": "@quansync/fs@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-4TJ3DFtlf1L5LDMaM6CanJ/0lckGNtJcMjQ1NAV6zDmA0tEHKZtxNKin8EgPaVX1YzljbxckyT2tJrpQKAtngQ==",
  "_location": "/@quansync/fs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@quansync/fs@^1.0.0",
    "name": "@quansync/fs",
    "escapedName": "@quansync%2ffs",
    "scope": "@quansync",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/unconfig",
    "/unconfig-core"
  ],
  "_resolved": "https://registry.npmjs.org/@quansync/fs/-/fs-1.0.0.tgz",
  "_shasum": "17131b1f1c261fcfb63893272c488df89c73f48f",
  "_spec": "@quansync/fs@^1.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/unconfig",
  "author": {
    "name": "Kevin Deng",
    "email": "sxzz@sxzz.moe"
  },
  "bugs": {
    "url": "https://github.com/quansync-dev/fs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "quansync": "^1.0.0"
  },
  "deprecated": false,
  "description": "Filesystem utilities for Quansync",
  "devDependencies": {
    "@sxzz/eslint-config": "^7.4.1",
    "@sxzz/prettier-config": "^2.2.6",
    "@types/node": "^24.10.1",
    "@typescript/native-preview": "7.0.0-dev.20251202.1",
    "bumpp": "^10.3.2",
    "eslint": "^9.39.1",
    "prettier": "^3.7.3",
    "tsdown": "^0.17.0-beta.5",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.15"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/sxzz",
  "homepage": "https://github.com/quansync-dev/fs#readme",
  "license": "MIT",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "@quansync/fs",
  "prettier": "@sxzz/prettier-config",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quansync-dev/fs.git"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "format": "prettier --cache --write .",
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "release": "bumpp",
    "test": "vitest",
    "typecheck": "tsgo --noEmit"
  },
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "1.0.0"
}
