Website/node_modules/async/package.json
2015-12-02 18:21:44 -05:00

110 lines
2.4 KiB
JSON

{
"_args": [
[
"async@~0.9.0",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith"
]
],
"_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.0",
"rawSpec": "~0.9.0",
"scope": null,
"spec": ">=0.9.0 <0.10.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith"
],
"_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
"_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
"_shrinkwrap": null,
"_spec": "async@~0.9.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith",
"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": "http://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": {},
"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"
}
}