@valjoux/timeout
Version:
date & time util toolset
40 lines • 837 B
JSON
{
"name": "@valjoux/timeout",
"version": "0.4.4",
"description": "date & time util toolset",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@typen/nullish": "^0.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/valjoux.git"
},
"keywords": [
"array",
"vector",
"matrix",
"object"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/valjoux"
},
"homepage": "https://github.com/hoyeungw/valjoux#readme",
"gitHead": "792790a75c6068fe0d36507ff0e74a895939783f",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/timeout.test.js"
}
}