🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
32
node_modules/vscode-languageserver-textdocument/package.json
generated
vendored
Normal file
32
node_modules/vscode-languageserver-textdocument/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "vscode-languageserver-textdocument",
|
||||
"description": "A simple text document implementation for Node LSP servers",
|
||||
"version": "1.0.8",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/vscode-languageserver-node.git",
|
||||
"directory": "textDocument"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
|
||||
},
|
||||
"main": "./lib/umd/main.js",
|
||||
"typings": "./lib/umd/main",
|
||||
"module": "./lib/esm/main.js",
|
||||
"scripts": {
|
||||
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",
|
||||
"prepack": "npm run all:publish",
|
||||
"compile": "node ../build/bin/tsc -b ./tsconfig.json",
|
||||
"clean": "node ../node_modules/rimraf/bin.js lib",
|
||||
"watch": "node ../build/bin/tsc -b ./tsconfig.watch.json -w",
|
||||
"lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src",
|
||||
"test": "node ../node_modules/mocha/bin/_mocha",
|
||||
"all": "npm run clean && npm run compile && npm run lint && npm run test",
|
||||
"compile:esm": "node ../build/bin/tsc -b ./tsconfig.esm.publish.json",
|
||||
"compile:umd": "node ../build/bin/tsc -b ./tsconfig.umd.publish.json",
|
||||
"all:publish": "git clean -xfd . && npm install && npm run compile:esm && npm run compile:umd && npm run lint && npm run test",
|
||||
"preversion": "npm test"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue