{
  "_from": "bare-path@^3.0.0",
  "_id": "bare-path@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-JprUlveX3QjApC1cTpsUOiscADftCGVWkzitbHsRqv84hzYwYHw2mbluddsq5TvI8mH/8Ov1f4BiMAdcB0oYnQ==",
  "_location": "/bare-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bare-path@^3.0.0",
    "name": "bare-path",
    "escapedName": "bare-path",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/bare-fs",
    "/bare-url",
    "/tar-fs"
  ],
  "_resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.1.1.tgz",
  "_shasum": "d4a207c088609b4663a7556a46a97342398bf7e2",
  "_spec": "bare-path@^3.0.0",
  "_where": "/var/www/html/api/monitoreo/node_modules/bare-fs",
  "addon": true,
  "author": {
    "name": "Holepunch"
  },
  "bugs": {
    "url": "https://github.com/holepunchto/bare-path/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Path manipulation library for JavaScript",
  "devDependencies": {
    "brittle": "^3.3.2",
    "cmake-bare": "^1.1.6",
    "lunte": "^1.8.0",
    "prettier": "^3.6.2",
    "prettier-config-holepunch": "^2.0.0"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./package": "./package.json",
    "./posix": "./lib/posix.js",
    "./win32": "./lib/win32.js"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "binding.c",
    "binding.js",
    "CMakeLists.txt",
    "lib",
    "prebuilds",
    "NOTICE"
  ],
  "homepage": "https://github.com/holepunchto/bare-path#readme",
  "license": "Apache-2.0",
  "name": "bare-path",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-path.git"
  },
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "brittle-bare --coverage test.js"
  },
  "version": "3.1.1"
}
