UNPKG

@gregnr/libpg-query

Version:
87 lines 2.44 kB
{ "name": "@gregnr/libpg-query", "version": "15.2.0-rc.deparse.3", "description": "The real PostgreSQL query parser", "homepage": "https://github.com/launchql/libpg-query-node", "main": "index.js", "typings": "index.d.ts", "publishConfig": { "access": "public" }, "files": [ "binding.gyp", "index.js", "index.d.ts", "proto.js", "libpg_query/*", "script/*", "src/*", "wasm/*" ], "exports": { ".": { "types": "./index.d.ts", "browser": "./wasm/index.js", "node": "./index.js", "default": "./index.js" }, "./wasm": { "types": "./wasm/index.d.ts", "default": "./wasm/index.js" } }, "scripts": { "protogen": "node ./script/protogen.js 15-4.2.4", "clean": "rimraf build", "configure": "node-pre-gyp configure", "install": "node-pre-gyp install --fallback-to-build --loglevel verbose", "rebuild": "node-pre-gyp rebuild --loglevel verbose", "make:wasm": "docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) emscripten/emsdk emmake make", "build:wasm": "yarn make:wasm build", "rebuild:wasm": "yarn make:wasm rebuild", "clean:wasm": "yarn make:wasm clean", "clean-cache:wasm": "yarn make:wasm clean-cache", "workflows": "node script/workflows.js", "test": "mocha --timeout 5000", "binary:build": "node-pre-gyp rebuild package", "binary:publish": "AWS_PROFILE=supabase-dev node-pre-gyp publish" }, "author": "Dan Lynch <pyramation@gmail.com> (http://github.com/pyramation)", "license": "LICENSE IN LICENSE", "repository": { "type": "git", "url": "git://github.com/launchql/libpg-query-node.git" }, "devDependencies": { "@launchql/proto-cli": "1.25.0", "@yamlize/cli": "^0.8.0", "chai": "^3.5.0", "emnapi": "^0.43.1", "lodash": "^4.17.15", "mocha": "^5.2.0", "rimraf": "5.0.0" }, "dependencies": { "@emnapi/runtime": "^0.43.1", "@launchql/protobufjs": "7.2.6", "@mapbox/node-pre-gyp": "^1.0.8", "@pgsql/types": "^15.0.1", "node-addon-api": "^7.0.0", "node-gyp": "^10.0.1" }, "keywords": [ "sql", "postgres", "postgresql", "pg", "query", "plpgsql", "database" ], "binary": { "module_name": "queryparser", "module_path": "./build/Release/", "host": "https://supabase-public-artifacts-bucket.s3.amazonaws.com", "remote_path": "./libpg-query-node/" } }