{
  "_from": "vscode-uri@^2.0.1",
  "_id": "vscode-uri@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-VebpIxm9tG0fG2sBOhnsSPzDYuNUPP1UQW4K3mwthlca4e4f3d6HKq3HkITC2OPFomOaB7pHTSjcpdFWjfYTzg==",
  "_location": "/vscode-uri",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vscode-uri@^2.0.1",
    "name": "vscode-uri",
    "escapedName": "vscode-uri",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/vscode-json-languageservice"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.0.2.tgz",
  "_shasum": "cbc7982525e1cd102d2da6515e6f103650cb507c",
  "_spec": "vscode-uri@^2.0.1",
  "_where": "/home/physikerwelt/git/ag-gipp/vmext/frontend/node_modules/vscode-json-languageservice",
  "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": {
    "typescript": "^2.0.3"
  },
  "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": {
    "compile": "tsc -p ./src && tsc -p ./src/tsconfig.esm.json",
    "prepublish": "npm run compile"
  },
  "typings": "./lib/umd/index",
  "version": "2.0.2"
}
