2020-05-26 18:17:24 +02:00

151 lines
3.4 KiB
JSON

{
"_args": [
[
"bach@^1.0.0",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/undertaker"
]
],
"_from": "bach@>=1.0.0 <2.0.0",
"_id": "bach@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/bach",
"_nodeVersion": "0.10.48",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bach-1.2.0.tgz_1501706918750_0.8439931008033454"
},
"_npmUser": {
"email": "blaine.bublitz@gmail.com",
"name": "phated"
},
"_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"name": "bach",
"raw": "bach@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/undertaker"
],
"_resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz",
"_shasum": "4b3ce96bf27134f79a1b414a51c14e34c3bd9880",
"_shrinkwrap": null,
"_spec": "bach@^1.0.0",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/undertaker",
"author": {
"email": "team@gulpjs.com",
"name": "Gulp Team",
"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"
},
"directories": {},
"dist": {
"shasum": "4b3ce96bf27134f79a1b414a51c14e34c3bd9880",
"tarball": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js",
"lib"
],
"gitHead": "d03f74c91e8f14c12166a45eecda50b5ca3e0223",
"homepage": "https://github.com/gulpjs/bach#readme",
"keywords": [
"aop",
"async",
"callbacks",
"complete",
"completion",
"compose",
"composing",
"continuation",
"debug",
"done",
"end",
"error handling",
"extension",
"finish",
"fluent",
"function composition",
"functional",
"map",
"observables",
"parallel",
"promises",
"series",
"settle",
"streams",
"timing",
"tracing"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "phated",
"email": "blaine@iceddev.com"
}
],
"name": "bach",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}