{
  "_from": "@npmcli/fs@^4.0.0",
  "_id": "@npmcli/fs@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==",
  "_location": "/@npmcli/fs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@npmcli/fs@^4.0.0",
    "name": "@npmcli/fs",
    "escapedName": "@npmcli%2ffs",
    "scope": "@npmcli",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/cacache"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-4.0.0.tgz",
  "_shasum": "a1eb1aeddefd2a4a347eca0fab30bc62c0e1c0f2",
  "_spec": "@npmcli/fs@^4.0.0",
  "_where": "/var/www/html/moro/node_modules/cacache",
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/fs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "semver": "^7.3.5"
  },
  "deprecated": false,
  "description": "filesystem utilities for the npm cli",
  "devDependencies": {
    "@npmcli/eslint-config": "^5.0.0",
    "@npmcli/template-oss": "4.23.3",
    "tap": "^16.0.1"
  },
  "engines": {
    "node": "^18.17.0 || >=20.5.0"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "homepage": "https://github.com/npm/fs#readme",
  "keywords": [
    "npm",
    "oss"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@npmcli/fs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/fs.git"
  },
  "scripts": {
    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
    "lint": "npm run eslint",
    "lintfix": "npm run eslint -- --fix",
    "npmclilint": "npmcli-lint",
    "postlint": "template-oss-check",
    "postsnap": "npm run lintfix --",
    "posttest": "npm run lint",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force",
    "test": "tap"
  },
  "tap": {
    "nyc-arg": [
      "--exclude",
      "tap-snapshots/**"
    ]
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "4.23.3",
    "publish": true
  },
  "version": "4.0.0"
}
