jq-web
Version:
a hack that makes jq run in the browser with emscripten.
32 lines (31 loc) • 642 B
JSON
{
"name": "jq-web",
"version": "0.6.2",
"description": "a hack that makes jq run in the browser with emscripten.",
"main": "jq.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiatjaf/jq-web.git"
},
"keywords": [
"emscriptem",
"jq",
"json",
"filter",
"path"
],
"author": "fiatjaf",
"license": "ISC",
"bugs": {
"url": "https://github.com/fiatjaf/jq-web/issues"
},
"homepage": "https://github.com/fiatjaf/jq-web#readme",
"devDependencies": {
"esbuild": "^0.24.0",
"tape": "^4.9.1",
"uglify-es": "^3.3.9"
}
}