mm_stock
Version:
这是一个股票分析模块,用于预测和分析股票未来走势。
34 lines (33 loc) • 776 B
JSON
{
"name": "mm_stock",
"version": "1.1.2",
"description": "这是一个股票分析模块,用于预测和分析股票未来走势。",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiuwenwu/mm_stock.git"
},
"keywords": [
"math",
"array",
"number",
"identities",
"expression",
"set",
"convert",
"symbol",
"$"
],
"author": "邱文武",
"license": "ISC",
"bugs": {
"url": "https://github.com/qiuwenwu/mm_stock/issues"
},
"homepage": "https://github.com/qiuwenwu/mm_stock#readme",
"dependencies": {
"mm_maths": "^1.1.5"
}
}