many-dimansional-sparse-array
Version:
多维稀疏数组,一维数组存储方案,可能有维度扩展缺陷,可能有单元素复用缺陷
28 lines (27 loc) • 761 B
JSON
{
"name": "many-dimansional-sparse-array",
"version": "1.0.2",
"description": "多维稀疏数组,一维数组存储方案,可能有维度扩展缺陷,可能有单元素复用缺陷",
"main": "index.js",
"typings": "./index.ts",
"scripts": {
"test": "yarn build && node ./test/index.js",
"build": "webpack"
},
"repository": "https://github.com/anywo/many-dimansional-sparse-array.git",
"author": "anywo <1377593732@qq.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"keywords": [
"many-dimansional-sparse-array",
"typescript",
"umd",
"anywo"
]
}