UNPKG

@yookue/ts-multi-map

Version:

Multiple key/value map & range map for typescript

98 lines (97 loc) 2.9 kB
{ "name": "@yookue/ts-multi-map", "version": "0.2.2", "title": "TsMultiMap", "description": "Multiple key/value map & range map for typescript", "homepage": "https://yookue.github.io/ts-multi-map", "organization": "Yookue Ltd", "private": false, "license": "MIT", "keywords": [ "multi-map", "multiple-map", "many-keys-map", "many-values-map", "range-map", "readonly-multi-map", "readonly-multiple-map", "readonly-many-keys-map", "readonly-many-values-map", "readonly-range-map" ], "files": [ "dist" ], "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "unpkg": "dist/umd/ts-multi-map.min.js", "types": "dist/esm/index.d.ts", "sideEffects": false, "scripts": { "build": "del-cli ./dist && father build", "build:doctor": "father doctor", "build:watch": "father dev", "docs:build": "typedoc --out ./docs-dist", "docs:publish": "gh-pages -d ./docs-dist", "lint": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"", "test": "jest", "test:coverage": "del-cli ./coverage && jest --coverage --coverageDirectory ./coverage" }, "dependencies": { "@babel/runtime": "^7.27.6", "object-hash": "^3.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.32.0", "@types/jest": "^30.0.0", "@types/object-hash": "^3.0.6", "@typescript-eslint/eslint-plugin": "^8.38.0", "@yookue/babel-plugin-remove-comment": "^0.2.0", "@yookue/typedoc-plugin-raw-content": "~0.3.0", "@yookue/typedoc-theme-dumi": "~0.4.0", "del-cli": "^6.0.0", "father": "^4.5.6", "gh-pages": "^6.3.0", "globals": "^16.3.0", "ts-jest": "^29.4.0", "typedoc": "~0.28.8", "typescript": "^5.8.3" }, "repository": { "type": "git", "url": "git+https://github.com/yookue/ts-multi-map.git" }, "bugs": { "url": "https://github.com/yookue/ts-multi-map/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "collective": { "url": "https://opencollective.com/yookue-awesome" }, "funding": [ { "type": "opencollective", "url": "https://opencollective.com/yookue-awesome" }, { "type": "individual", "url": "https://yookue.com/public/donate" } ], "author": { "name": "Yookue Ltd", "email": "yookue@outlook.com", "url": "https://yookue.com" }, "contributors": [ { "name": "David Hsing", "email": "davidhsing@163.com", "url": "https://github.com/davidhsing" } ] }