post-task
Version:
A polyfill for the Scheduler API with a pre-configured progressively-enhanced function helps to split long-running tasks into chunks.
38 lines (37 loc) • 917 B
JSON
{
"name": "post-task",
"version": "1.2.0",
"description": "A polyfill for the Scheduler API with a pre-configured progressively-enhanced function helps to split long-running tasks into chunks.",
"type": "module",
"exports": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.cjs"
},
"scripts": {
"test": "node --check index.mjs",
"prepublishOnly": "sed 's/export default/module.exports =/g' ./index.mjs > index.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adevinta/post-task.git"
},
"keywords": [
"scheduler",
"postTask",
"INP",
"yield"
],
"author": {
"name": "Daniel Arthur Gallagher",
"email": "daniel.gallagher@adevinta.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/adevinta/post-task/issues"
},
"homepage": "https://github.com/adevinta/post-task#readme",
"devDependencies": {
"prettier": "3.4.2"
}
}