UNPKG

@d1g1tal/collections

Version:
84 lines 1.98 kB
{ "name": "@d1g1tal/collections", "author": "D1g1talEntr0py", "version": "2.2.1", "license": "MIT", "description": "JavaScript Collections ES Modules", "homepage": "https://github.com/D1g1talEntr0py/collections#readme", "repository": { "type": "git", "url": "git+https://github.com/D1g1talEntr0py/collections.git" }, "bugs": { "url": "https://github.com/D1g1talEntr0py/collections/issues" }, "maintainers": [ { "name": "D1g1talEntr0py", "email": "jason.dimeo@gmail.com" } ], "engines": { "node": ">=20.16.0" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "type": "module", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./*": { "types": "./dist/*.d.ts", "import": "./dist/*.js" } }, "files": [ "/dist", "README.md", "CHANGELOG.md", "LICENSE" ], "devDependencies": { "@d1g1tal/tsbuild": "^1.7.5", "@eslint/compat": "^2.0.4", "@eslint/js": "^10.0.1", "@types/benchmark": "^2.1.5", "@types/node": "^25.5.2", "@typescript-eslint/eslint-plugin": "8.58.0", "@typescript-eslint/parser": "8.58.0", "@vitest/coverage-v8": "^4.1.3", "benchmark": "^2.1.4", "eslint": "^10.2.0", "eslint-plugin-compat": "^7.0.1", "eslint-plugin-jsdoc": "^62.9.0", "globals": "^17.4.0", "microtime": "^3.1.1", "typescript": "^6.0.2", "typescript-eslint": "8.58.0", "vitest": "^4.1.3" }, "browserslist": [ "defaults", "not ios_saf < 15", "not op_mini all" ], "keywords": [ "Collections", "Data Structures", "ESModules" ], "scripts": { "build": "tsbuild", "build:watch": "tsbuild --watch", "type-check": "tsbuild --noEmit", "lint": "eslint", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" } }