Urara-Blog/node_modules/.pnpm-store/v3/files/27/ce69351af62d5b8b26f46319e275944af4f101b8eabcb7bbd0b3a6340c53ab51062d1f1b7a983fade8a56a555b0f9c784f63cbf69b8bea33acb65d72c8103d
2022-08-14 01:14:53 +08:00

42 lines
1.2 KiB
Text

{
"name": "vscode-textmate",
"version": "5.2.0",
"description": "VSCode TextMate grammar helpers",
"author": {
"name": "Microsoft Corporation"
},
"main": "./release/main.js",
"typings": "./release/main.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-textmate"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/vscode-textmate/issues"
},
"scripts": {
"watch": "tsc -watch",
"compile": "tsc",
"test": "tape -r ./out/tests/all.test.js",
"benchmark": "node benchmark/benchmark.js",
"inspect": "node out/tests/inspect.js",
"tmconvert": "node scripts/convert.js",
"version": "npm run compile && npm run test && node scripts/release.js",
"postversion": "git push && git push --tags",
"prepublishOnly": "tsc && webpack --progress && node scripts/release.js"
},
"devDependencies": {
"@types/node": "^12.6.2",
"@types/tape": "^4.13.0",
"durations": "^3.4.1",
"onigasm": "^2.2.3",
"oniguruma": "^7.2.0",
"tape": "^4.13.2",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"vscode-oniguruma": "^1.3.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}