File: /var/www/zaklada/html/node_modules/winston/node_modules/async/package.json
{
"_args": [
[
"async@1.0.0",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "async@1.0.0",
"_id": "async@1.0.0",
"_inBundle": false,
"_integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=",
"_location": "/winston/async",
"_optional": true,
"_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": "http://registry.npmjs.org/async/-/async-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"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"
]
}
}