You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
2.4 KiB
111 lines
2.4 KiB
4 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"async@0.9.x",
|
||
|
"/home/user/dockydock/webApp/node_modules/jake"
|
||
|
]
|
||
|
],
|
||
|
"_from": "async@>=0.9.0 <0.10.0",
|
||
|
"_id": "async@0.9.2",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/async",
|
||
|
"_nodeVersion": "2.0.1",
|
||
|
"_npmUser": {
|
||
|
"email": "beau@beaugunderson.com",
|
||
|
"name": "beaugunderson"
|
||
|
},
|
||
|
"_npmVersion": "2.9.0",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "async",
|
||
|
"raw": "async@0.9.x",
|
||
|
"rawSpec": "0.9.x",
|
||
|
"scope": null,
|
||
|
"spec": ">=0.9.0 <0.10.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/jake"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
|
||
|
"_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "async@0.9.x",
|
||
|
"_where": "/home/user/dockydock/webApp/node_modules/jake",
|
||
|
"author": {
|
||
|
"name": "Caolan McMahon"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/caolan/async/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "Higher-order functions and common patterns for asynchronous code",
|
||
|
"devDependencies": {
|
||
|
"lodash": ">=2.4.1",
|
||
|
"nodelint": ">0.0.0",
|
||
|
"nodeunit": ">0.0.0",
|
||
|
"uglify-js": "1.2.x"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
|
||
|
"tarball": "https://registry.npmjs.org/async/-/async-0.9.2.tgz"
|
||
|
},
|
||
|
"gitHead": "de3a16091d5125384eff4a54deb3998b13c3814c",
|
||
|
"homepage": "https://github.com/caolan/async#readme",
|
||
|
"jam": {
|
||
|
"categories": [
|
||
|
"Utilities"
|
||
|
],
|
||
|
"include": [
|
||
|
"LICENSE",
|
||
|
"README.md",
|
||
|
"lib/async.js"
|
||
|
],
|
||
|
"main": "lib/async.js"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"async",
|
||
|
"callback",
|
||
|
"module",
|
||
|
"utility"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/async.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "caolan",
|
||
|
"email": "caolan.mcmahon@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "beaugunderson",
|
||
|
"email": "beau@beaugunderson.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "async",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/caolan/async.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "nodeunit test/test-async.js"
|
||
|
},
|
||
|
"spm": {
|
||
|
"main": "lib/async.js"
|
||
|
},
|
||
|
"version": "0.9.2",
|
||
|
"volo": {
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"bower_components",
|
||
|
"node_modules",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"main": "lib/async.js"
|
||
|
}
|
||
|
}
|