| { |
| "name": "vscode-uri", |
| "author": "Microsoft", |
| "version": "2.1.2", |
| "description": "The URI implementation that is used by VS Code and its extensions", |
| "main": "./lib/umd/index.js", |
| "typings": "./lib/umd/index", |
| "module": "./lib/esm/index.js", |
| "scripts": { |
| "compile": "tsc -p ./src && tsc -p ./src/tsconfig.esm.json", |
| "prepublish": "npm run compile" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/Microsoft/vscode-uri.git" |
| }, |
| "license": "MIT", |
| "bugs": { |
| "url": "https://github.com/Microsoft/vscode-uri/issues" |
| }, |
| "homepage": "https://github.com/Microsoft/vscode-uri#readme", |
| "devDependencies": { |
| "typescript": "^3.6.4" |
| } |
| } |