UNPKG

@augment-vir/node

Version:

A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.

71 lines (70 loc) 2.03 kB
{ "name": "@augment-vir/node", "version": "32.0.0", "description": "A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.", "keywords": [ "augment", "helper", "util", "node", "browser", "backend", "frontend", "vir", "augment-vir" ], "homepage": "https://github.com/electrovir/augment-vir", "bugs": { "url": "https://github.com/electrovir/augment-vir/issues" }, "repository": { "type": "git", "url": "git+https://github.com/electrovir/augment-vir.git" }, "license": "(MIT OR CC0-1.0)", "author": { "name": "electrovir", "url": "https://github.com/electrovir" }, "sideEffects": false, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "compile": "virmator compile", "test": "virmator --no-deps test node --test-concurrency=1", "test:coverage": "virmator test node coverage --test-concurrency=1", "test:update": "npm test" }, "dependencies": { "@augment-vir/assert": "^32.0.0", "@augment-vir/common": "^32.0.0", "@date-vir/duration": "^8.6.1", "ansi-styles": "^6.2.3", "sanitize-filename": "^1.6.4", "terminate": "^2.8.0", "tsx": "^4.22.4", "type-fest": "^5.7.0", "typed-event-target": "^4.3.1" }, "devDependencies": { "@augment-vir/test": "^32.0.0", "@types/node": "^26.0.1", "@web/dev-server-esbuild": "^1.0.5", "@web/test-runner": "^0.20.2", "@web/test-runner-playwright": "^0.11.1", "c8": "^11.0.0", "istanbul-smart-text-reporter": "^1.1.5", "typescript": "^6.0.3" }, "peerDependencies": { "typescript": "*" }, "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }