UNPKG

@contextjs/collections

Version:

Strongly-typed collection classes for TypeScript, including List, Dictionary, Queue, Stack, and HashSet.

41 lines (40 loc) 966 B
{ "name": "@contextjs/collections", "version": "25.0.0-beta.3", "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": "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" ], "peerDependencies": { "@contextjs/system": "25.0.0-beta.3" } }