| Server IP : 173.236.223.38 / Your IP : 216.73.216.33 Web Server : Apache System : Linux vps62975 6.8.0-83-generic #83~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep 9 18:19:47 UTC 2 x86_64 User : invmicvps ( 6727287) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/nodejs/make-async-function/ |
Upload File : |
{
"name": "make-async-function",
"version": "1.0.0",
"description": "Function that returns an arbitrary `async function`, or undefined if `async function` syntax is unsupported.",
"main": "./",
"scripts": {
"prepublish": "safe-publish-latest",
"lint": "eslint .",
"pretest": "npm run lint",
"tests-only": "node test",
"test": "npm run tests-only",
"posttest": "npm run security",
"security": "nsp check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/make-async-function.git"
},
"keywords": [
"async function",
"async",
"function",
"ES2017",
"ES8",
"ES7",
"ES6",
"promise",
"await"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ljharb/make-async-function/issues"
},
"homepage": "https://github.com/ljharb/make-async-function#readme",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"eslint": "^4.6.1",
"nsp": "^2.7.0",
"safe-publish-latest": "^1.1.1",
"tape": "^4.8.0"
}
}