128 lines
2.8 KiB
JSON
128 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"bach@1.2.0",
|
|
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "bach@1.2.0",
|
|
"_id": "bach@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Szzpa/JxNPeaG0FKUcFONMO9mIA=",
|
|
"_location": "/bach",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "bach@1.2.0",
|
|
"name": "bach",
|
|
"escapedName": "bach",
|
|
"rawSpec": "1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/undertaker"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz",
|
|
"_spec": "1.2.0",
|
|
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
|
|
"author": {
|
|
"name": "Gulp Team",
|
|
"email": "team@gulpjs.com",
|
|
"url": "http://gulpjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/bach/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine.bublitz@gmail.com"
|
|
},
|
|
{
|
|
"name": "Pawel Kozlowski",
|
|
"email": "pkozlowski.opensource@gmail.com"
|
|
},
|
|
{
|
|
"name": "Benjamin Tan",
|
|
"email": "demoneaux@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"arr-filter": "^1.1.1",
|
|
"arr-flatten": "^1.0.1",
|
|
"arr-map": "^2.0.0",
|
|
"array-each": "^1.0.0",
|
|
"array-initial": "^1.0.0",
|
|
"array-last": "^1.1.1",
|
|
"async-done": "^1.2.2",
|
|
"async-settle": "^1.0.0",
|
|
"now-and-later": "^2.0.0"
|
|
},
|
|
"description": "Compose your async functions with elegance.",
|
|
"devDependencies": {
|
|
"eslint": "^1.7.3",
|
|
"eslint-config-gulp": "^2.0.0",
|
|
"expect": "^1.19.0",
|
|
"istanbul": "^0.4.3",
|
|
"istanbul-coveralls": "^1.0.3",
|
|
"jscs": "^2.3.5",
|
|
"jscs-preset-gulp": "^1.0.0",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/gulpjs/bach#readme",
|
|
"keywords": [
|
|
"compose",
|
|
"fluent",
|
|
"composing",
|
|
"continuation",
|
|
"function composition",
|
|
"functional",
|
|
"async",
|
|
"map",
|
|
"series",
|
|
"parallel",
|
|
"extension",
|
|
"tracing",
|
|
"debug",
|
|
"timing",
|
|
"aop",
|
|
"settle",
|
|
"promises",
|
|
"callbacks",
|
|
"observables",
|
|
"streams",
|
|
"end",
|
|
"completion",
|
|
"complete",
|
|
"finish",
|
|
"done",
|
|
"error handling"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "bach",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gulpjs/bach.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover _mocha --report lcovonly",
|
|
"coveralls": "npm run cover && istanbul-coveralls",
|
|
"lint": "eslint . && jscs index.js lib/ test/",
|
|
"pretest": "npm run lint",
|
|
"test": "mocha --async-only"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|