@vidocsecurity/cli 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4115 -0
- package/dist/markdown.css +132 -0
- package/dist/node_modules/@node-rs/crc32/LICENSE +21 -0
- package/dist/node_modules/@node-rs/crc32/README.md +61 -0
- package/dist/node_modules/@node-rs/crc32/browser.js +1 -0
- package/dist/node_modules/@node-rs/crc32/index.d.ts +5 -0
- package/dist/node_modules/@node-rs/crc32/index.js +368 -0
- package/dist/node_modules/@node-rs/crc32/package.json +97 -0
- package/dist/node_modules/@vidocsecurity/code-context/languages.yaml +8332 -0
- package/dist/node_modules/@vidocsecurity/code-context/package.json +83 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-c-sharp.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-c.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-cpp.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-css.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-go.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-hcl.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-ini.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-java.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-javascript.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-python.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-regex.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-ruby.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-rust.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-tsx.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter-typescript.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter.js +4074 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/tree-sitter.wasm +0 -0
- package/dist/node_modules/@vidocsecurity/code-context/wasm/web-tree-sitter.d.ts +1027 -0
- package/dist/node_modules/yoga-layout/README.md +40 -0
- package/dist/node_modules/yoga-layout/dist/binaries/yoga-wasm-base64-esm.js +75 -0
- package/dist/node_modules/yoga-layout/dist/src/generated/YGEnums.d.ts +189 -0
- package/dist/node_modules/yoga-layout/dist/src/generated/YGEnums.js +211 -0
- package/dist/node_modules/yoga-layout/dist/src/generated/YGEnums.js.map +1 -0
- package/dist/node_modules/yoga-layout/dist/src/index.d.ts +12 -0
- package/dist/node_modules/yoga-layout/dist/src/index.js +16 -0
- package/dist/node_modules/yoga-layout/dist/src/index.js.map +1 -0
- package/dist/node_modules/yoga-layout/dist/src/load.d.ts +11 -0
- package/dist/node_modules/yoga-layout/dist/src/load.js +17 -0
- package/dist/node_modules/yoga-layout/dist/src/load.js.map +1 -0
- package/dist/node_modules/yoga-layout/dist/src/wrapAssembly.d.ts +155 -0
- package/dist/node_modules/yoga-layout/dist/src/wrapAssembly.js +125 -0
- package/dist/node_modules/yoga-layout/dist/src/wrapAssembly.js.map +1 -0
- package/dist/node_modules/yoga-layout/package.json +53 -0
- package/dist/node_modules/yoga-layout/src/Config.cpp +54 -0
- package/dist/node_modules/yoga-layout/src/Config.h +44 -0
- package/dist/node_modules/yoga-layout/src/Layout.h +19 -0
- package/dist/node_modules/yoga-layout/src/Node.cpp +507 -0
- package/dist/node_modules/yoga-layout/src/Node.h +239 -0
- package/dist/node_modules/yoga-layout/src/Size.h +17 -0
- package/dist/node_modules/yoga-layout/src/Value.h +23 -0
- package/dist/node_modules/yoga-layout/src/embind.cpp +207 -0
- package/dist/node_modules/yoga-layout/src/generated/YGEnums.ts +210 -0
- package/dist/node_modules/yoga-layout/src/index.ts +23 -0
- package/dist/node_modules/yoga-layout/src/load.ts +25 -0
- package/dist/node_modules/yoga-layout/src/wrapAssembly.ts +336 -0
- package/dist/prebuilds/android-arm/classic-level.armv7.node +0 -0
- package/dist/prebuilds/android-arm64/classic-level.armv8.node +0 -0
- package/dist/prebuilds/darwin-x64+arm64/classic-level.node +0 -0
- package/dist/prebuilds/linux-arm/classic-level.armv6.node +0 -0
- package/dist/prebuilds/linux-arm/classic-level.armv7.node +0 -0
- package/dist/prebuilds/linux-arm64/classic-level.armv8.node +0 -0
- package/dist/prebuilds/linux-x64/classic-level.musl.node +0 -0
- package/dist/prebuilds/linux-x64/classic-level.node +0 -0
- package/dist/prebuilds/win32-ia32/classic-level.node +0 -0
- package/dist/prebuilds/win32-x64/classic-level.node +0 -0
- package/dist/version.txt +1 -0
- package/package.json +23 -0
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@vidocsecurity/code-context",
|
|
3
|
+
"version": "0.0.73-dev.2",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "dist/cjs/index.js",
|
|
6
|
+
"module": "dist/esm/index.js",
|
|
7
|
+
"types": "dist/esm/index.d.ts",
|
|
8
|
+
"license": "UNLICENSED",
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "restricted"
|
|
11
|
+
},
|
|
12
|
+
"exports": {
|
|
13
|
+
".": "./dist/esm/index.js",
|
|
14
|
+
"./languages.yaml": "./languages.yaml",
|
|
15
|
+
"./preprocessing": "./dist/esm/preprocessing/index.js",
|
|
16
|
+
"./smart-chunk": "./dist/esm/smart-chunk/index.js",
|
|
17
|
+
"./wasm": "./wasm"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist",
|
|
21
|
+
"languages.yaml",
|
|
22
|
+
"wasm"
|
|
23
|
+
],
|
|
24
|
+
"typesVersions": {
|
|
25
|
+
"*": {
|
|
26
|
+
"index.d.ts": [
|
|
27
|
+
"dist/esm/index.d.ts"
|
|
28
|
+
],
|
|
29
|
+
"preprocessing": [
|
|
30
|
+
"dist/esm/preprocessing/index.d.ts"
|
|
31
|
+
],
|
|
32
|
+
"smart-chunk": [
|
|
33
|
+
"dist/esm/smart-chunk/index.d.ts"
|
|
34
|
+
],
|
|
35
|
+
"wasm": [
|
|
36
|
+
"wasm"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"lint": "eslint --ext .ts*",
|
|
42
|
+
"watch": "tsc --watch -p tsconfig.release.json && tsc --watch -p tsconfig-cjs.json",
|
|
43
|
+
"build": "tsc -p tsconfig.release.json && tsc -p tsconfig-cjs.json",
|
|
44
|
+
"test": "ENV=dev jest",
|
|
45
|
+
"test:watch": "ENV=dev jest --watch",
|
|
46
|
+
"bench:getLanguageForPath": "bun src/scripts/bench.getLanguageForPath.ts"
|
|
47
|
+
},
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@actions/core": "^1.11.1",
|
|
50
|
+
"@actions/github": "^6.0.1",
|
|
51
|
+
"octokit": "^5.0.3",
|
|
52
|
+
"@node-rs/crc32": "^1.10.6",
|
|
53
|
+
"@sourcegraph/scip-typescript": "^0.3.15",
|
|
54
|
+
"@vidocsecurity/api-client": "*",
|
|
55
|
+
"@vidoc/scip-python": "^0.6.10",
|
|
56
|
+
"@vidoc/scip-typescript": "^0.3.27",
|
|
57
|
+
"@vscode/ripgrep": "^1.15.10",
|
|
58
|
+
"@vscode/tree-sitter-wasm": "^0.1.4",
|
|
59
|
+
"async-retry": "^1.3.3",
|
|
60
|
+
"classic-level": "^3.0.0",
|
|
61
|
+
"google-protobuf": "^3.21.2",
|
|
62
|
+
"level": "^10.0.0",
|
|
63
|
+
"p-limit": "^6.2.0",
|
|
64
|
+
"tree-sitter-highlight": "^1.0.1",
|
|
65
|
+
"vscode-ripgrep": "^1.13.2",
|
|
66
|
+
"web-tree-sitter": "^0.25.7",
|
|
67
|
+
"winston": "^3.17.0",
|
|
68
|
+
"yaml": "^2.7.0",
|
|
69
|
+
"uuid": "^11.0.3",
|
|
70
|
+
"ignore": "^7.0.3"
|
|
71
|
+
},
|
|
72
|
+
"devDependencies": {
|
|
73
|
+
"@types/bun": "^1.1.15",
|
|
74
|
+
"@types/async-retry": "^1.4.9",
|
|
75
|
+
"@types/google-protobuf": "^3.15.12",
|
|
76
|
+
"@types/jest": "^29.2.5",
|
|
77
|
+
"@types/node": "^20.5.6",
|
|
78
|
+
"typescript": "^5.7.2",
|
|
79
|
+
"eslint": "^8.50.0",
|
|
80
|
+
"jest": "^29.3.1",
|
|
81
|
+
"ts-jest": "^29.0.3"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|