2022-04-05 05:49:22 -04:00
|
|
|
{
|
2022-06-13 09:19:07 -04:00
|
|
|
"name": "@prometheus-io/lezer-promql",
|
2026-01-07 11:05:27 -05:00
|
|
|
"version": "0.309.1",
|
2022-04-05 05:49:22 -04:00
|
|
|
"description": "lezer-based PromQL grammar",
|
2023-01-25 05:00:59 -05:00
|
|
|
"main": "dist/index.cjs",
|
2022-04-05 05:49:22 -04:00
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
2024-10-28 12:05:10 -04:00
|
|
|
"types": "./dist/index.d.ts",
|
2022-04-05 05:49:22 -04:00
|
|
|
"import": "./dist/index.es.js",
|
|
|
|
|
"require": "./dist/index.cjs"
|
|
|
|
|
},
|
|
|
|
|
"module": "dist/index.es.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"author": "Prometheus Authors <prometheus-developers@googlegroups.com>",
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/prometheus/prometheus.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"lezer",
|
|
|
|
|
"promql"
|
|
|
|
|
],
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/prometheus/prometheus/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/prometheus/prometheus/blob/main/web/ui/module/lezer-promql/README.md",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "bash ./build.sh",
|
|
|
|
|
"lint": "echo 'nothing to do'",
|
|
|
|
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-01 04:58:29 -04:00
|
|
|
"@lezer/generator": "^1.8.0",
|
2025-11-06 14:06:56 -05:00
|
|
|
"@lezer/highlight": "^1.2.3",
|
2026-02-05 17:20:46 -05:00
|
|
|
"@lezer/lr": "^1.4.8",
|
2025-11-06 14:06:56 -05:00
|
|
|
"@rollup/plugin-node-resolve": "^16.0.3"
|
2022-04-05 05:49:22 -04:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-09-01 04:35:29 -04:00
|
|
|
"@lezer/highlight": "^1.1.2",
|
|
|
|
|
"@lezer/lr": "^1.2.3"
|
2022-04-05 05:49:22 -04:00
|
|
|
}
|
|
|
|
|
}
|