mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* chore(NA): upgrade bazel into v5 * chore(NA): initial work to upgrade to rules v5 * chore(NA): remove @elastic/datemath jest unit test for eslint plugin imports * chore(NA): removed packager tsc_wrapped added my mistake
10 lines
No EOL
233 B
JSON
10 lines
No EOL
233 B
JSON
{
|
|
"name": "@kbn/datemath",
|
|
"version": "5.0.4",
|
|
"description": "elasticsearch datemath parser, used in kibana",
|
|
"license": "Apache-2.0",
|
|
"main": "./target_node/index.js",
|
|
"peerDependencies": {
|
|
"moment": "^2.24.0"
|
|
}
|
|
} |