| Server IP : 146.190.157.162 / Your IP : 216.73.217.6 Web Server : Apache System : Linux ubuntu-s-2vcpu-4gb-amd-sfo3-01-KIT-DIGITAL 6.5.0-44-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:10:09 UTC 2024 x86_64 User : businessweek ( 639) PHP Version : 8.2.10-2ubuntu2.2 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_signal,pcntl_signal_dispatch,pcntl_getpriority,pcntl_setpriority,dl,putenv,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/nodejs/asyncro/ |
Upload File : |
{
"name": "asyncro",
"version": "3.0.0",
"description": "Asynchronous Array Utilities (for await)",
"main": "dist/asyncro.js",
"module": "dist/asyncro.m.js",
"source": "src/index.js",
"scripts": {
"build": "microbundle && npm run -s docs",
"prepublish": "npm run -s build && npm t",
"transpile": "rollup -c rollup.config.js -m ${npm_package_main}.map -f umd -n $npm_package_name $npm_package_jsnext_main -o $npm_package_main",
"docs": "documentation readme src/*.js -q -s API && documentation build src/*.js -f html -o docs",
"test": "eslint src test && npm run -s build && ava --verbose",
"release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"eslintConfig": {
"extends": "eslint-config-developit"
},
"repository": "developit/asyncro",
"keywords": [
"async",
"await",
"arrays"
],
"files": [
"src",
"dist"
],
"author": "Jason Miller <jason@developit.ca>",
"license": "MIT",
"bugs": {
"url": "https://github.com/developit/asyncro/issues"
},
"homepage": "https://github.com/developit/asyncro",
"devDependencies": {
"ava": "^0.16.0",
"documentation": "^4.0.0-beta11",
"eslint": "^3.19.0",
"eslint-config-developit": "^1.1.1",
"microbundle": "^0.3.1",
"sinon": "^1.17.6"
}
}