Created
December 17, 2017 21:22
-
-
Save krainboltgreene/8ef58216798037554abda47ff8678320 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "cycle-channel", | |
"version": "1.0.0", | |
"description": "A single pipeline of sources to sinks", | |
"keywords": [ | |
"cycle", | |
"channel", | |
"state", | |
"intents" | |
], | |
"contributors": [ | |
{ | |
"name": "Kurtis Rainbolt-Greene", | |
"email": "[email protected]", | |
"url": "https://kurtis.rainbolt-greene.online" | |
} | |
], | |
"license": "ISC", | |
"homepage": "https://github.com/krainboltgreene/cycle-channel#readme", | |
"repository": "github:krainboltgreene/cycle-channel", | |
"bugs": "https://github.com/krainboltgreene/cycle-channel/issues", | |
"main": "transpiled/index.js", | |
"files": [ | |
"transpiled/" | |
], | |
"nyc": { | |
"require": [ | |
"babel-register" | |
], | |
"sourceMap": false, | |
"instrument": false, | |
"exclude": [ | |
"**/test.js" | |
] | |
}, | |
"scripts": { | |
"prepublishOnly": "npm run build", | |
"test": "NODE_ENV=test tap --jobs-auto --100 './source/channel/test.js'", | |
"build": "babel './source/' -d './transpiled/'", | |
"lint": "eslint './source/'", | |
"check": "flow check", | |
"ci": "npm run test && npm run lint && npm run check", | |
"watch": "chokidar './source/' --command 'npm run ci --silent'" | |
}, | |
"devDependencies": { | |
"@unction/indexby": "2.1.0", | |
"@unction/streamsatisfies": "4.2.0", | |
"@unction/treeify": "3.66.0", | |
"babel-cli": "6.26.0", | |
"babel-core": "6.26.0", | |
"babel-eslint": "8.0.3", | |
"babel-plugin-flow-runtime": "0.15.0", | |
"babel-plugin-istanbul": "4.1.5", | |
"babel-plugin-module-resolver": "3.0.0", | |
"babel-plugin-transform-object-rest-spread": "6.26.0", | |
"babel-preset-env": "1.6.1", | |
"babel-preset-flow": "6.23.0", | |
"chokidar-cli": "1.2.0", | |
"dom-test": "0.2.7", | |
"eslint": "4.13.1", | |
"eslint-import-resolver-babel-module": "4.0.0", | |
"eslint-plugin-babel": "4.1.2", | |
"eslint-plugin-flowtype": "2.40.1", | |
"eslint-plugin-immutable": "1.0.0", | |
"eslint-plugin-import": "2.8.0", | |
"eslint-plugin-promise": "3.6.0", | |
"flow": "0.2.3", | |
"flow-bin": "0.61.0", | |
"flow-runtime": "0.16.0", | |
"flow-typed": "2.2.3", | |
"nyc": "11.3.0", | |
"snabbdom-helpers": "6.0.0", | |
"tap": "11.0.0", | |
"xstream": "11.1.0" | |
}, | |
"dependencies": { | |
"@unction/always": "2.8.0", | |
"@unction/domeventsmany": "3.47.0", | |
"@unction/equals": "1.50.0", | |
"@unction/groupby": "1.1.0", | |
"@unction/ifthenelse": "2.8.0", | |
"@unction/inflatetree": "1.27.0", | |
"@unction/ispopulated": "4.49.0", | |
"@unction/istype": "2.12.0", | |
"@unction/itself": "2.8.0", | |
"@unction/key": "4.12.0", | |
"@unction/keychain": "2.45.0", | |
"@unction/mapvalues": "3.48.0", | |
"@unction/mapwithvaluekey": "1.0.3", | |
"@unction/mergeallright": "2.47.0", | |
"@unction/mergedeepright": "2.48.0", | |
"@unction/mergeright": "3.36.2", | |
"@unction/pipe": "2.44.0", | |
"@unction/recordfrom": "2.48.0", | |
"@unction/recordfromentity": "1.17.0", | |
"@unction/reducevalues": "2.44.0", | |
"@unction/reducewithvaluekey": "5.0.0", | |
"@unction/selectvalues": "1.42.0", | |
"@unction/where": "1.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment