{
  "_from": "bare-fs@^4.5.5",
  "_id": "bare-fs@4.8.0",
  "_inBundle": false,
  "_integrity": "sha512-fM+MhCvdQhZ7NV6S95a07gPSqjIYKn6mFaXfx266wN3ajZGl/+1AzH+ubkXQ0fFZvOe2nk9VHkzdYkQE5zMV3Q==",
  "_location": "/bare-fs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bare-fs@^4.5.5",
    "name": "bare-fs",
    "escapedName": "bare-fs",
    "rawSpec": "^4.5.5",
    "saveSpec": null,
    "fetchSpec": "^4.5.5"
  },
  "_requiredBy": [
    "/tar-fs",
    "/tar-stream"
  ],
  "_resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.8.0.tgz",
  "_shasum": "8c0f916833ae11e6d9d347f9e0a7f46f7375bb8f",
  "_spec": "bare-fs@^4.5.5",
  "_where": "/var/www/html/api/monitoreo/node_modules/tar-stream",
  "addon": true,
  "author": {
    "name": "Holepunch"
  },
  "bugs": {
    "url": "https://github.com/holepunchto/bare-fs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bare-events": "^2.5.4",
    "bare-path": "^3.0.0",
    "bare-stream": "^2.6.4",
    "bare-url": "^2.2.2",
    "fast-fifo": "^1.3.2"
  },
  "deprecated": false,
  "description": "Native file system operations for Bare",
  "devDependencies": {
    "bare-buffer": "^3.0.2",
    "bare-crypto": "^1.11.2",
    "brittle": "^3.1.1",
    "cmake-bare": "^1.1.7",
    "lunte": "^1.6.0",
    "prettier": "^3.4.1",
    "prettier-config-holepunch": "^2.0.0"
  },
  "engines": {
    "bare": ">=1.28.0"
  },
  "exports": {
    "./package": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./promises": {
      "types": "./promises.d.ts",
      "default": "./promises.js"
    },
    "./constants": {
      "types": "./lib/constants.d.ts",
      "default": "./lib/constants.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "promises.js",
    "promises.d.ts",
    "binding.c",
    "binding.js",
    "CMakeLists.txt",
    "lib",
    "prebuilds"
  ],
  "homepage": "https://github.com/holepunchto/bare-fs#readme",
  "license": "Apache-2.0",
  "name": "bare-fs",
  "peerDependencies": {
    "bare-buffer": "*"
  },
  "peerDependenciesMeta": {
    "bare-buffer": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-fs.git"
  },
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "brittle-bare --coverage test.js"
  },
  "version": "4.8.0"
}
