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

35 lines
1 KiB
Text

{
"name": "vscode-oniguruma",
"version": "1.6.2",
"description": "VSCode oniguruma bindings",
"author": {
"name": "Microsoft Corporation"
},
"main": "release/main.js",
"typings": "main.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-oniguruma"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/vscode-oniguruma/issues"
},
"scripts": {
"test": "tape -r ./out/test/index.test.js",
"build-onig": "cd deps/oniguruma && autoreconf -vfi && emconfigure ./configure && make clean && emmake make",
"build-wasm": "./scripts/build.sh",
"build-tsc": "tsc -p tsconfig.json",
"watch-tsc": "tsc -w -p tsconfig.json",
"package": "npm run build-tsc && webpack && node ./scripts/cp ./out/onig.wasm ./release/onig.wasm",
"prepublishOnly": "npm run package"
},
"devDependencies": {
"@types/node": "^14.14.33",
"@types/tape": "^4.13.0",
"tape": "^5.2.2",
"typescript": "^4.2.3",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2"
}
}