UNPKG

sort-isostring

Version:

A tiny (110B) utility to sort ISO 8601 Date strings

43 lines (42 loc) 843 B
{ "version": "1.0.0", "name": "sort-isostring", "repository": "lukeed/sort-isostring", "description": "A tiny (110B) utility to sort ISO 8601 Date strings", "unpkg": "dist/index.min.js", "module": "dist/index.mjs", "main": "dist/index.js", "types": "sort.d.ts", "license": "MIT", "author": { "name": "Luke Edwards", "email": "luke.edwards05@gmail.com", "url": "https://lukeed.com" }, "engines": { "node": ">=8" }, "scripts": { "build": "bundt", "pretest": "npm run build", "test": "tape -r esm test/*.js | tap-spec" }, "files": [ "*.d.ts", "dist" ], "keywords": [ "iso", "compare", "isostring", "iso 8601", "sorting", "date" ], "devDependencies": { "bundt": "1.0.0", "esm": "3.2.25", "tap-spec": "5.0.0", "tape": "4.9.1" } }