{
  "_from": "vscode-uri@^3.1.0",
  "_id": "vscode-uri@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  "_location": "/vscode-uri",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vscode-uri@^3.1.0",
    "name": "vscode-uri",
    "escapedName": "vscode-uri",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/vite-plugin-checker"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  "_shasum": "dd09ec5a66a38b5c3fffc774015713496d14e09c",
  "_spec": "vscode-uri@^3.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/vite-plugin-checker",
  "author": {
    "name": "Microsoft"
  },
  "bugs": {
    "url": "https://github.com/microsoft/vscode-uri/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The URI implementation that is used by VS Code and its extensions",
  "devDependencies": {
    "@types/mocha": "^10.0.2",
    "@types/node": "20.x",
    "mocha": "^11.1.0",
    "path-browserify": "^1.0.1",
    "rimraf": "^5.0.5",
    "ts-loader": "^9.4.4",
    "typescript": "^5.2.2",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4"
  },
  "exports": {
    "types": "./lib/umd/index.d.ts",
    "import": "./lib/esm/index.mjs",
    "require": "./lib/umd/index.js",
    "browser": "./lib/esm/index.mjs"
  },
  "homepage": "https://github.com/microsoft/vscode-uri#readme",
  "license": "MIT",
  "main": "./lib/umd/index.js",
  "name": "vscode-uri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/vscode-uri.git"
  },
  "scripts": {
    "clean": "rimraf lib",
    "compile": "tsc -p ./src",
    "pack-dev": "webpack",
    "pack-production": "webpack --mode=production",
    "prepublish": "npm run pack-production",
    "test": "tsc -p ./src && npm run pack-dev && mocha"
  },
  "sideEffects": false,
  "typings": "./lib/umd/index",
  "version": "3.1.0"
}
