mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-04 00:14:55 +01:00
95 lines
2.2 KiB
JSON
95 lines
2.2 KiB
JSON
{
|
|
"name": "async",
|
|
"description": "Higher-order functions and common patterns for asynchronous code",
|
|
"main": "lib/async.js",
|
|
"author": {
|
|
"name": "Caolan McMahon"
|
|
},
|
|
"version": "1.1.0",
|
|
"keywords": [
|
|
"async",
|
|
"callback",
|
|
"utility",
|
|
"module"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/caolan/async.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/caolan/async/issues"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"benchmark": "github:bestiejs/benchmark.js",
|
|
"coveralls": "^2.11.2",
|
|
"jshint": "~2.7.0",
|
|
"lodash": ">=2.4.1",
|
|
"mkdirp": "~0.5.1",
|
|
"nodeunit": ">0.0.0",
|
|
"nyc": "^2.1.0",
|
|
"uglify-js": "1.2.x",
|
|
"yargs": "~3.9.1"
|
|
},
|
|
"jam": {
|
|
"main": "lib/async.js",
|
|
"include": [
|
|
"lib/async.js",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"categories": [
|
|
"Utilities"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "npm run-script lint && nodeunit test/test-async.js",
|
|
"lint": "jshint lib/*.js test/*.js perf/*.js",
|
|
"coverage": "nyc npm test && nyc report",
|
|
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
|
|
},
|
|
"spm": {
|
|
"main": "lib/async.js"
|
|
},
|
|
"volo": {
|
|
"main": "lib/async.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
},
|
|
"gitHead": "88906aa60d407e12185139e86204aa63aa6faf28",
|
|
"homepage": "https://github.com/caolan/async#readme",
|
|
"_id": "async@1.1.0",
|
|
"_shasum": "2b33ea3e87fc0c5ed624f9e31a9c902c022da09b",
|
|
"_from": "async@*",
|
|
"_npmVersion": "2.9.1",
|
|
"_nodeVersion": "0.12.3",
|
|
"_npmUser": {
|
|
"name": "aearly",
|
|
"email": "alexander.early@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "caolan",
|
|
"email": "caolan.mcmahon@gmail.com"
|
|
},
|
|
{
|
|
"name": "beaugunderson",
|
|
"email": "beau@beaugunderson.com"
|
|
},
|
|
{
|
|
"name": "aearly",
|
|
"email": "alexander.early@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "2b33ea3e87fc0c5ed624f9e31a9c902c022da09b",
|
|
"tarball": "http://registry.npmjs.org/async/-/async-1.1.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/async/-/async-1.1.0.tgz"
|
|
}
|