File: //usr/share/opensearch-dashboards/node_modules/@elastic/numeral/package.json
{
"name": "@amoo-miki/numeral",
"version": "2.6.0",
"description": "Fork of numeraljs for use in OpenSearch Dashboards",
"authors": [
"Adam Draper <adamwdraper@gmail.com> (http://github.com/adamwdraper)",
"Spencer Alger <spalger@users.noreply.github.com>",
"Chris Earle <pickypg+npm@elastic.co>",
"AMoo-Miki"
],
"scripts": {
"test": "grunt",
"build": "grunt build-languages"
},
"main": "./numeral.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AMoo-Miki/numeral-js.git"
},
"bugs": {
"url": "https://github.com/AMoo-Miki/numeral-js/issues"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^5.0.0",
"prettier": "^2.8.8",
"@types/prettier": "^2.7.3"
}
}