You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
796 B
JSON
37 lines
796 B
JSON
3 weeks ago
|
{
|
||
|
"name": "run-async",
|
||
|
"version": "4.0.6",
|
||
|
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
|
||
|
"exports": {
|
||
|
"./package.json": "./package.json",
|
||
|
".": {
|
||
|
"types": "./index.d.ts",
|
||
|
"default": "./index.js"
|
||
|
}
|
||
|
},
|
||
|
"sideEffects": false,
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "node --test test.js",
|
||
|
"lint": "npx oxlint && npx prettier --check ."
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.12.0"
|
||
|
},
|
||
|
"repository": "SBoudrias/run-async",
|
||
|
"keywords": [
|
||
|
"flow",
|
||
|
"flow-control",
|
||
|
"async"
|
||
|
],
|
||
|
"author": "Simon Boudrias <admin@simonboudrias.com>",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"oxlint": "^1.2.0",
|
||
|
"prettier": "^3.5.3"
|
||
|
}
|
||
|
}
|