UNPKG

css-time-sort

Version:
50 lines 1.02 kB
{ "name": "css-time-sort", "description": "Sort an array of CSS <time> values", "version": "3.0.0", "type": "module", "homepage": "https://github.com/projectwallace/css-time-sort", "repository": { "type": "git", "url": "git+https://github.com/projectwallace/css-time-sort.git" }, "issues": "https://github.com/projectwallace/css-time-sort/issues", "license": "MIT", "author": "Bart Veneman", "keywords": [ "projectwallace", "wallace", "css", "sort", "time", "duration", "animation", "delay", "array" ], "files": [ "dist" ], "scripts": { "test": "uvu", "check": "tsc --noEmit", "build": "vite build" }, "engines": { "node": ">=18.0.0" }, "main": "./dist/css-time-sort.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/css-time-sort.js" }, "devDependencies": { "@codecov/vite-plugin": "^1.9.0", "c8": "^10.1.3", "typescript": "^5.8.3", "uvu": "^0.5.6", "vite": "^6.2.6", "vite-plugin-dts": "^4.5.3" } }