{
  "_from": "bare-path@^3.0.0",
  "_id": "bare-path@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
  "_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"
  ],
  "_resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
  "_shasum": "b59d18130ba52a6af9276db3e96a2e3d3ea52178",
  "_spec": "bare-path@^3.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/bare-fs",
  "author": {
    "name": "Holepunch"
  },
  "bugs": {
    "url": "https://github.com/holepunchto/bare-path/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bare-os": "^3.0.1"
  },
  "deprecated": false,
  "description": "Path manipulation library for JavaScript",
  "devDependencies": {
    "brittle": "^3.3.2",
    "standard": "^17.0.0"
  },
  "exports": {
    ".": "./index.js",
    "./package": "./package.json",
    "./posix": "./lib/posix.js",
    "./win32": "./lib/win32.js"
  },
  "files": [
    "index.js",
    "lib",
    "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": {
    "test": "standard && bare test.js"
  },
  "version": "3.0.0"
}
