unitspan
Version:
Create differential spans for units of measurement, including time measurements, digital (binary) measurements, and more.
77 lines (76 loc) • 2.23 kB
JSON
{
"type": "module",
"name": "unitspan",
"version": "1.1.0",
"description": "Create differential spans for units of measurement, including time measurements, digital (binary) measurements, and more.",
"directories": {
"test": "test"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"clean": "del /S /Q .\\dist",
"build": "npm run clean && npm run build:source && npm run build:types",
"build:source": "tsup",
"build:types": "tsc",
"prepare": "npm run build"
},
"keywords": [
"units",
"span",
"conversion",
"time",
"binary",
"digital"
],
"author": "Travis R. Zuleger",
"repository": {
"url": "https://github.com/tzuleger/unitspan"
},
"license": "MIT",
"module": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/types/index.d.ts"
}
},
"devDependencies": {
"@types/node": "^22.10.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"assertion-error": "^2.0.1",
"cac": "^6.7.14",
"chai": "^5.1.2",
"check-error": "^2.1.1",
"debug": "^4.3.7",
"deep-eql": "^5.0.2",
"es-module-lexer": "^1.5.4",
"esbuild": "^0.21.5",
"estree-walker": "^3.0.3",
"expect-type": "^1.1.0",
"loupe": "^3.1.2",
"magic-string": "^0.30.14",
"ms": "^2.1.3",
"nanoid": "^3.3.8",
"pathe": "^1.1.2",
"pathval": "^2.0.0",
"picocolors": "^1.1.1",
"postcss": "^8.4.49",
"rollup": "^4.28.0",
"siginfo": "^2.0.0",
"source-map-js": "^1.2.1",
"stackback": "^0.0.2",
"std-env": "^3.8.0",
"tinybench": "^2.9.0",
"tinyexec": "^0.3.1",
"tinypool": "^1.0.2",
"tinyrainbow": "^1.2.0",
"tinyspy": "^3.0.2",
"vite": "^5.4.11",
"vite-node": "^2.1.8",
"why-is-node-running": "^2.3.0"
}
}