@webkrafters/long-count
Version:
Long Count - intervals and timeout capable of handling superbly long wait times surviving device sleep and wake cycles.
71 lines (70 loc) • 1.88 kB
JSON
{
"alias": "long-count",
"author": "Stephen Isienyi <stephen.isienyi@webkrafting.com>",
"bugs": {
"url": "https://github.com/webKrafters/long-count/issues"
},
"contributors": [
"steveswork <stephen.isienyi@gmail.com> (https://github.com/steveswork)"
],
"description": "Long Count - intervals and timeout capable of handling superbly long wait times surviving device sleep and wake cycles.",
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.20.5",
"@babel/node": "^7.12.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.28",
"babel-loader": "^8.2.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"files": [
"dist",
"logo.svg"
],
"homepage": "https://github.com/webKrafters/long-count/readme",
"keywords": [
"interval",
"long count",
"long-count",
"longCount",
"longcount",
"set interval",
"set-interval",
"setInterval",
"setinterval",
"set timeout",
"set-timeout",
"setTimeout",
"settimeout",
"time out",
"time-out",
"timeOut",
"timeout",
"timer"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@webkrafters/long-count",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webKrafters/long-count.git"
},
"scripts": {
"build": "rm -rf dist && tsc && babel dist -d dist",
"test": "jest --coverage --updateSnapshot",
"test:clean": "jest --clearCache",
"test:core": "jest --updateSnapshot",
"test:watch": "jest --updateSnapshot --watchAll"
},
"types": "dist/index.d.ts",
"version": "2.0.0"
}