| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/nami/node_modules/async/ |
Upload File : |
{
"_args": [
[
"async@1.0.0",
"/tmp/gulp-25900-1619104469123/nami-bundle/opt/bitnami/nami"
]
],
"_development": true,
"_from": "async@1.0.0",
"_id": "async@1.0.0",
"_inBundle": false,
"_integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=",
"_location": "/async",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "async@1.0.0",
"name": "async",
"escapedName": "async",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/tmp/gulp-25900-1619104469123/nami-bundle/opt/bitnami/nami",
"author": {
"name": "Caolan McMahon"
},
"bugs": {
"url": "https://github.com/caolan/async/issues"
},
"description": "Higher-order functions and common patterns for asynchronous code",
"devDependencies": {
"benchmark": "~1.0.0",
"jshint": "~2.7.0",
"lodash": ">=2.4.1",
"mkdirp": "~0.5.1",
"nodeunit": ">0.0.0",
"uglify-js": "1.2.x"
},
"homepage": "https://github.com/caolan/async#readme",
"jam": {
"main": "lib/async.js",
"include": [
"lib/async.js",
"README.md",
"LICENSE"
],
"categories": [
"Utilities"
]
},
"keywords": [
"async",
"callback",
"utility",
"module"
],
"license": "MIT",
"main": "lib/async.js",
"name": "async",
"repository": {
"type": "git",
"url": "git+https://github.com/caolan/async.git"
},
"scripts": {
"lint": "jshint lib/*.js test/*.js perf/*.js",
"test": "npm run-script lint && nodeunit test/test-async.js"
},
"spm": {
"main": "lib/async.js"
},
"version": "1.0.0",
"volo": {
"main": "lib/async.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
}