{
  "_args": [
    [
      "vscode-uri@3.0.2",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "vscode-uri@3.0.2",
  "_id": "vscode-uri@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==",
  "_location": "/vscode-uri",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vscode-uri@3.0.2",
    "name": "vscode-uri",
    "escapedName": "vscode-uri",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/cspell",
    "/cspell-lib"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Microsoft"
  },
  "bugs": {
    "url": "https://github.com/microsoft/vscode-uri/issues"
  },
  "description": "The URI implementation that is used by VS Code and its extensions",
  "devDependencies": {
    "@types/mocha": "^8.0.3",
    "@types/node": "^10.12.21",
    "mocha": "8.1.3",
    "path-browserify": "^1.0.1",
    "rimraf": "^3.0.2",
    "ts-loader": "^8.0.13",
    "typescript": "^4.0.3",
    "webpack": "^5.11.1",
    "webpack-cli": "^4.3.1"
  },
  "homepage": "https://github.com/microsoft/vscode-uri#readme",
  "license": "MIT",
  "main": "./lib/umd/index.js",
  "module": "./lib/esm/index.js",
  "name": "vscode-uri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/vscode-uri.git"
  },
  "scripts": {
    "clean": "rimraf lib",
    "pack-dev": "webpack",
    "pack-production": "webpack --mode=production",
    "prepublish": "npm run test && npm run clean && npm run pack-production",
    "test": "tsc -p ./src && npm run pack-dev && mocha"
  },
  "sideEffects": false,
  "typings": "./lib/umd/index",
  "version": "3.0.2"
}
