File: //opt/LibreChat/node_modules/ml-array-mean/package.json
{
"name": "ml-array-mean",
"version": "1.1.6",
"description": "Get the average value in an array",
"main": "lib/index.js",
"module": "lib-es6/index.js",
"types": "types.d.ts",
"files": [
"lib",
"lib-es6",
"src",
"types.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mljs/array.git"
},
"keywords": [],
"author": "Jefferson Hernández",
"license": "MIT",
"bugs": {
"url": "https://github.com/mljs/array/issues"
},
"homepage": "https://github.com/mljs/array/tree/master/packages/array-mean#readme",
"dependencies": {
"ml-array-sum": "^1.1.6"
},
"gitHead": "787f12ca8c7c39063a349e2da17152742bea67b1"
}