@contextjs/collections
Version:
Strongly-typed collection classes for TypeScript, including List, Dictionary, Queue, Stack, and HashSet.
41 lines (40 loc) • 952 B
JSON
{
"name": "@contextjs/collections",
"version": "25.1.0",
"description": "Strongly-typed collection classes for TypeScript, including List, Dictionary, Queue, Stack, and HashSet.",
"author": "ContextJS",
"license": "MIT",
"type": "module",
"main": "api/index.js",
"types": "api/index.d.ts",
"exports": {
".": {
"import": "./api/index.js",
"types": "./api/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/contextjs/context.git",
"directory": "src/collections"
},
"bugs": {
"url": "https://github.com/contextjs/context/issues"
},
"homepage": "https://github.com/contextjs/context/tree/main/src/collections#readme",
"keywords": [
"typescript",
"collections",
"list",
"dictionary",
"stack",
"queue",
"hashset",
"generics",
"data-structures",
"contextjs"
],
"dependencies": {
"@contextjs/system": "25.1.0"
}
}