mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-13 00:54:04 -08:00
5d1756c822
* bump codemirror to v0.20.x and lezer to v.0.16.x Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * bump codemirror to v6 and lezer to v1 Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * stop treating warning as error for UI Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@prometheus-io/lezer-promql",
|
|
"version": "0.23.0",
|
|
"description": "lezer-based PromQL grammar",
|
|
"main": "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.0.0",
|
|
"@lezer/lr": "^1.0.0",
|
|
"@lezer/highlight": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@lezer/lr": "^1.0.0",
|
|
"@lezer/highlight": "^1.0.0"
|
|
}
|
|
}
|