coseq
Version:
Compose chains of functions to manipulate data via synchronous and asynchronous iterators
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "coseq",
"version": "1.0.0",
"description": "Compose chains of functions to manipulate data via synchronous and asynchronous iterators",
"main": "index.js",
"scripts": {
"prepublish": "pakit index.js --out dist/index.js",
"build": "pakit index.js --out dist/index.js",
"test": "mocha --compilers js:babel-register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiguelCastillo/coseq.git"
},
"keywords": [
"cosequence",
"sequence",
"iterable",
"iterator",
"enumerable",
"enumerator",
"async",
"foreach",
"map",
"linq"
],
"author": "Miguel Castillo <manchagnu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MiguelCastillo/coseq/issues"
},
"homepage": "https://github.com/MiguelCastillo/coseq#readme",
"devDependencies": {
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^4.1.1",
"mocha": "^3.5.0",
"pakit": "^0.4.0"
}
}