UNPKG

date-vir

Version:

Easy and explicit dates and times.

65 lines (64 loc) 1.88 kB
{ "name": "date-vir", "version": "7.3.1", "description": "Easy and explicit dates and times.", "keywords": [ "date", "duration", "time", "util", "vir" ], "homepage": "https://github.com/electrovir/date-vir", "bugs": { "url": "https://github.com/electrovir/date-vir/issues" }, "repository": { "type": "git", "url": "git+https://github.com/electrovir/date-vir.git" }, "license": "(MIT or CC0 1.0)", "author": { "name": "electrovir", "url": "https://github.com/electrovir" }, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "compile": "virmator compile", "docs": "virmator docs", "test": "NODE_OPTIONS=\"--import tsx\" virmator test web", "test:coverage": "npm run test coverage", "test:docs": "virmator docs check" }, "dependencies": { "@augment-vir/assert": "^31.10.0", "@augment-vir/common": "^31.10.0", "@date-vir/duration": "^7.3.1", "@types/luxon": "^3.4.2", "luxon": "^3.5.0", "object-shape-tester": "^5.1.5", "type-fest": "^4.37.0" }, "devDependencies": { "@augment-vir/test": "^31.10.0", "@web/dev-server-esbuild": "^1.0.4", "@web/test-runner": "^0.20.0", "@web/test-runner-commands": "^0.9.0", "@web/test-runner-playwright": "^0.11.0", "@web/test-runner-visual-regression": "^0.10.0", "element-vir": "^23.4.2", "istanbul-smart-text-reporter": "^1.1.5", "markdown-code-example-inserter": "^3.0.3", "typedoc": "^0.27.9", "typescript": "^5.8.2" }, "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }