22 "name" : " libpg-query" ,
33 "version" : " 15.0.3" ,
44 "description" : " The real PostgreSQL query parser" ,
5- "homepage" : " https://github.com/pyramation /libpg-query-node" ,
5+ "homepage" : " https://github.com/launchql /libpg-query-node" ,
66 "main" : " index.js" ,
77 "typings" : " index.d.ts" ,
88 "publishConfig" : {
99 "access" : " public"
1010 },
11+ "files" : [
12+ " binding.gyp" ,
13+ " index.js" ,
14+ " index.d.ts" ,
15+ " libpg_query/*" ,
16+ " script/*" ,
17+ " src/*" ,
18+ " wasm/*"
19+ ],
20+ "exports" : {
21+ "." : {
22+ "types" : " ./index.d.ts" ,
23+ "browser" : " ./wasm/index.js" ,
24+ "node" : " ./index.js" ,
25+ "default" : " ./index.js"
26+ },
27+ "./wasm" : {
28+ "types" : " ./index.d.ts" ,
29+ "default" : " ./wasm/index.js"
30+ }
31+ },
1132 "scripts" : {
1233 "configure" : " node-pre-gyp configure" ,
1334 "install" : " node-pre-gyp install --fallback-to-build" ,
1435 "rebuild" : " node-pre-gyp configure rebuild" ,
36+ "make:wasm" : " docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) emscripten/emsdk emmake make" ,
37+ "build:wasm" : " yarn make:wasm build" ,
38+ "rebuild:wasm" : " yarn make:wasm rebuild" ,
39+ "clean:wasm" : " yarn make:wasm clean" ,
40+ "clean-cache:wasm" : " yarn make:wasm clean-cache" ,
1541 "test" : " mocha --timeout 5000" ,
1642 "binary:build" : " node-pre-gyp rebuild package" ,
1743 "binary:publish" : " AWS_PROFILE=supabase-dev node-pre-gyp publish"
2046 "license" : " LICENSE IN LICENSE" ,
2147 "repository" : {
2248 "type" : " git" ,
23- "url" : " git://github.com/pyramation /libpg-query-node.git"
49+ "url" : " git://github.com/launchql /libpg-query-node.git"
2450 },
2551 "devDependencies" : {
2652 "chai" : " ^3.5.0" ,
53+ "emnapi" : " ^0.43.1" ,
2754 "lodash" : " ^4.17.15" ,
2855 "mocha" : " ^5.2.0"
2956 },
3057 "dependencies" : {
58+ "@emnapi/runtime" : " ^0.43.1" ,
3159 "@mapbox/node-pre-gyp" : " ^1.0.8" ,
32- "node-addon-api" : " ^1.6.3 " ,
33- "node-gyp" : " ^8 .0.0 "
60+ "node-addon-api" : " ^7.0.0 " ,
61+ "node-gyp" : " ^10 .0.1 "
3462 },
3563 "keywords" : [
3664 " sql" ,
4775 "host" : " https://supabase-public-artifacts-bucket.s3.amazonaws.com" ,
4876 "remote_path" : " ./libpg-query-node/"
4977 }
50- }
78+ }
0 commit comments