{
  "_from": "bare-url@^2.2.2",
  "_id": "bare-url@2.4.3",
  "_inBundle": false,
  "_integrity": "sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==",
  "_location": "/bare-url",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bare-url@^2.2.2",
    "name": "bare-url",
    "escapedName": "bare-url",
    "rawSpec": "^2.2.2",
    "saveSpec": null,
    "fetchSpec": "^2.2.2"
  },
  "_requiredBy": [
    "/bare-fs"
  ],
  "_resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.3.tgz",
  "_shasum": "99aedf87519225669f15ecc0b910db11cad46930",
  "_spec": "bare-url@^2.2.2",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/bare-fs",
  "addon": true,
  "author": {
    "name": "Holepunch"
  },
  "bugs": {
    "url": "https://github.com/holepunchto/bare-url/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bare-path": "^3.0.0"
  },
  "deprecated": false,
  "description": "WHATWG URL implementation for JavaScript",
  "devDependencies": {
    "brittle": "^3.3.2",
    "cmake-bare": "^1.1.6",
    "cmake-fetch": "^1.0.0",
    "lunte": "^1.6.0",
    "prettier": "^3.3.3",
    "prettier-config-holepunch": "^2.0.0"
  },
  "exports": {
    "./package": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./global": {
      "types": "./global.d.ts",
      "default": "./global.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "global.js",
    "global.d.ts",
    "binding.c",
    "binding.js",
    "CMakeLists.txt",
    "lib",
    "prebuilds"
  ],
  "homepage": "https://github.com/holepunchto/bare-url",
  "license": "Apache-2.0",
  "name": "bare-url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-url.git"
  },
  "scripts": {
    "format": "prettier --write . && lunte --fix",
    "lint": "prettier --check . && lunte",
    "test": "brittle-bare --coverage test.js"
  },
  "version": "2.4.3"
}
