{
  "_args": [
    [
      "vscode-uri@1.0.6",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "vscode-uri@1.0.6",
  "_id": "vscode-uri@1.0.6",
  "_inBundle": false,
  "_integrity": "sha512-sLI2L0uGov3wKVb9EB+vIQBl9tVP90nqRvxSoJ35vI3NjxE8jfsE5DSOhWgSunHSZmKS4OCi2jrtfxK7uyp2ww==",
  "_location": "/vscode-uri",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vscode-uri@1.0.6",
    "name": "vscode-uri",
    "escapedName": "vscode-uri",
    "rawSpec": "1.0.6",
    "saveSpec": null,
    "fetchSpec": "1.0.6"
  },
  "_requiredBy": [
    "/apollo",
    "/apollo-language-server",
    "/vscode-languageserver"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-1.0.6.tgz",
  "_spec": "1.0.6",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "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": {
    "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": "1.0.6"
}
