@xyh19/multi-map
Version:
Map which Allow Multiple Values for the same Key
38 lines (37 loc) • 826 B
JSON
{
"name": "@xyh19/multi-map",
"version": "1.0.0",
"description": "Map which Allow Multiple Values for the same Key",
"author": "xxXyh1908",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "npm run build -- --watch",
"build": "tsup"
},
"keywords": [
"collections",
"multimap",
"multi-map"
],
"devDependencies": {
"tsup": "^4.14.0",
"typescript": ">=4.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://gitee.com/xxXyh1908/multi-map"
},
"bugs": {
"url": "https://gitee.com/xxXyh1908/multi-map/issues"
},
"homepage": "https://gitee.com/xxXyh1908/multi-map/#readme"
}