🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
38
node_modules/vscode-uri/package.json
generated
vendored
Normal file
38
node_modules/vscode-uri/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "vscode-uri",
|
||||
"author": "Microsoft",
|
||||
"version": "3.0.7",
|
||||
"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",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"clean": "rimraf lib",
|
||||
"pack-production": "webpack --mode=production",
|
||||
"pack-dev": "webpack",
|
||||
"compile": "tsc -p ./src",
|
||||
"prepublish": "npm run pack-production",
|
||||
"test": "tsc -p ./src && npm run pack-dev && mocha"
|
||||
},
|
||||
"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": {
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/node": "16.x",
|
||||
"mocha": "^10.0.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-loader": "^9.3.1",
|
||||
"typescript": "^4.8.3",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-cli": "^4.10.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue