{
  "_from": "bare-os@^3.0.1",
  "_id": "bare-os@3.9.1",
  "_inBundle": false,
  "_integrity": "sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==",
  "_location": "/bare-os",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bare-os@^3.0.1",
    "name": "bare-os",
    "escapedName": "bare-os",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/bare-path"
  ],
  "_resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.1.tgz",
  "_shasum": "660228ca7ffc47a72e96b6047cdd9d8342994e2f",
  "_spec": "bare-os@^3.0.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/bare-path",
  "addon": true,
  "author": {
    "name": "Holepunch"
  },
  "bugs": {
    "url": "https://github.com/holepunchto/bare-os/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Operating system utilities for Bare",
  "devDependencies": {
    "brittle": "^3.1.1",
    "cmake-bare": "^1.1.6",
    "lunte": "^1.6.0",
    "prettier": "^3.4.2",
    "prettier-config-holepunch": "^2.0.0"
  },
  "engines": {
    "bare": ">=1.14.0"
  },
  "exports": {
    "./package": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./constants": {
      "types": "./lib/constants.d.ts",
      "default": "./lib/constants.js"
    },
    "./errors": {
      "types": "./lib/errors.d.ts",
      "default": "./lib/errors.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "binding.c",
    "binding.js",
    "CMakeLists.txt",
    "lib",
    "prebuilds"
  ],
  "homepage": "https://github.com/holepunchto/bare-os#readme",
  "license": "Apache-2.0",
  "name": "bare-os",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-os.git"
  },
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "brittle-bare --coverage test.js"
  },
  "version": "3.9.1"
}
