mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
1070c9b06c
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@prometheus-io/lezer-promql",
|
|
"version": "0.43.0",
|
|
"description": "lezer-based PromQL grammar",
|
|
"main": "dist/index.cjs",
|
|
"type": "module",
|
|
"exports": {
|
|
"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": {
|
|
"@lezer/generator": "^1.2.2",
|
|
"@lezer/lr": "^1.3.1",
|
|
"@lezer/highlight": "^1.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@lezer/lr": "^1.2.3",
|
|
"@lezer/highlight": "^1.1.2"
|
|
}
|
|
}
|