live-set
Version:
Class representing a changing and transformable collection of items.
64 lines (63 loc) • 1.78 kB
JSON
{
"name": "live-set",
"version": "1.0.0",
"description": "Class representing a changing and transformable collection of items.",
"main": "index.js",
"sideEffects": false,
"scripts": {
"prepare": "rm -f *.js *.flow && babel -s inline -d ./ src/ --ignore '**/*.test.js' && flow-copy-source -v src . --ignore '*.test.*'",
"test": "yarn run lint && flow check && jest && tsc",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"keywords": [
"stream",
"frp",
"set",
"liveset"
],
"author": "Chris Cowan <agentme49@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/StreakYC/live-set.git"
},
"bugs": {
"url": "https://github.com/StreakYC/live-set/issues"
},
"homepage": "https://github.com/StreakYC/live-set#readme",
"browserify": {
"transform": [
"envify"
]
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@types/transducers.js": "^0.3.0",
"@types/zen-observable": "^0.8.0",
"asap": "^2.0.5",
"envify": "^4.0.0",
"symbol-observable": "^1.0.4",
"zen-observable": "^0.8.9"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-add-module-exports": "^1.0.0",
"eslint": "^5.6.1",
"eslint-plugin-flowtype": "^2.50.0",
"flow-bin": "^0.82.0",
"flow-copy-source": "^2.0.2",
"jest": "^23.5.0",
"pdelay": "^2.0.0",
"transducers.js": "^0.3.2",
"typescript": "^3.1.1"
}
}