2022-04-05 02:49:22 -07:00
|
|
|
{
|
2022-06-13 06:19:07 -07:00
|
|
|
"name": "@prometheus-io/lezer-promql",
|
2024-01-15 08:44:33 -08:00
|
|
|
"version": "0.49.1",
|
2022-04-05 02:49:22 -07:00
|
|
|
"description": "lezer-based PromQL grammar",
|
2023-01-25 02:00:59 -08:00
|
|
|
"main": "dist/index.cjs",
|
2022-04-05 02:49:22 -07:00
|
|
|
"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": {
|
2023-12-07 06:43:15 -08:00
|
|
|
"@lezer/generator": "^1.5.1",
|
|
|
|
"@lezer/highlight": "^1.2.0",
|
2024-02-21 13:36:27 -08:00
|
|
|
"@lezer/lr": "^1.3.14",
|
|
|
|
"@rollup/plugin-node-resolve": "^15.2.3"
|
2022-04-05 02:49:22 -07:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-09-01 01:35:29 -07:00
|
|
|
"@lezer/highlight": "^1.1.2",
|
|
|
|
"@lezer/lr": "^1.2.3"
|
2022-04-05 02:49:22 -07:00
|
|
|
}
|
|
|
|
}
|