mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
Some checks failed
CI / Go tests (push) Has been cancelled
CI / More Go tests (push) Has been cancelled
CI / Go tests with previous Go version (push) Has been cancelled
CI / UI tests (push) Has been cancelled
CI / Go tests on Windows (push) Has been cancelled
CI / Mixins tests (push) Has been cancelled
CI / Build Prometheus for common architectures (push) Has been cancelled
CI / Build Prometheus for all architectures (push) Has been cancelled
CI / Check generated parser (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
CI / fuzzing (push) Has been cancelled
CI / codeql (push) Has been cancelled
CI / Report status of build Prometheus for all architectures (push) Has been cancelled
CI / Publish main branch artifacts (push) Has been cancelled
CI / Publish release artefacts (push) Has been cancelled
CI / Publish UI on npm Registry (push) Has been cancelled
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@prometheus-io/lezer-promql",
|
|
"version": "0.309.1",
|
|
"description": "lezer-based PromQL grammar",
|
|
"main": "dist/index.cjs",
|
|
"type": "module",
|
|
"exports": {
|
|
"types": "./dist/index.d.ts",
|
|
"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.8.0",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@lezer/lr": "^1.4.3",
|
|
"@rollup/plugin-node-resolve": "^16.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@lezer/highlight": "^1.1.2",
|
|
"@lezer/lr": "^1.2.3"
|
|
}
|
|
}
|