astro-ghostcms/.pnpm-store/v3/files/e8/0d650ae6f118aa378524ece885b...

26 lines
698 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"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"
}
}