{"_id":"@most/scheduler","_rev":"950705","name":"@most/scheduler","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","dist-tags":{"beta":"1.0.0-beta.1","latest":"1.3.0"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"time":{"modified":"2021-09-23T02:24:25.000Z","created":"2017-04-09T21:29:53.437Z","1.3.0":"2020-09-30T02:00:14.635Z","1.2.3":"2019-06-25T22:49:15.482Z","1.2.2":"2019-02-01T16:08:47.844Z","1.2.1":"2018-07-25T11:25:19.020Z","1.2.0":"2018-05-15T12:13:48.030Z","1.1.0":"2017-12-07T23:21:18.946Z","1.0.1":"2017-11-08T14:32:13.863Z","1.0.0":"2017-11-07T01:37:14.687Z","1.0.0-beta.1":"2017-11-03T11:06:01.072Z","1.0.0-beta.0":"2017-10-25T15:58:31.961Z","0.13.1":"2017-10-07T00:30:23.582Z","0.13.0":"2017-09-05T01:01:09.533Z","0.12.0":"2017-08-24T21:08:51.162Z","0.11.0":"2017-07-12T00:30:40.975Z","0.10.0":"2017-06-28T20:41:34.037Z","0.9.1":"2017-06-21T19:25:38.710Z","0.9.0":"2017-06-21T19:17:37.807Z","0.8.0":"2017-06-12T19:45:21.270Z","0.7.1":"2017-06-05T12:56:53.398Z","0.7.0":"2017-06-04T01:47:30.367Z","0.5.0":"2017-05-04T00:51:56.165Z","0.4.1":"2017-04-20T12:02:46.104Z","0.4.0":"2017-04-09T21:29:53.437Z"},"users":{},"author":{"name":"brian@hovercraftstudios.com"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"versions":{"1.3.0":{"name":"@most/scheduler","version":"1.3.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"dist/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"cross-env NODE_ENV=test nyc mocha","test:lint":"eslint --fix 'src/**/*.ts' 'test/**/*.ts'","test:flow":"flow check","build":"npm run build:dist && npm run build:flow","build:dist":"rollup -c","build:flow":"cpy src/index.js.flow dist","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@istanbuljs/nyc-config-typescript":"^1.0.0","@types/mocha":"^5.2.7","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","cpy-cli":"^3.0.0","cross-env":"^6.0.3","eslint":"^6.1.0","eslint-config-standard-with-typescript":"^8.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-node":"^11.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","flow-bin":"^0.114.0","mocha":"^6.1.4","nyc":"^15.0.0","rollup":"^1.6.0","rollup-plugin-typescript2":"^0.25.2","sinon":"^8.0.1","ts-node":"^8.3.0","typescript":"^3.5.2"},"dependencies":{"@most/prelude":"^1.8.0","@most/types":"^1.1.0"},"standard":{"ignore":["test/perf","test/flow"],"parser":"@typescript-eslint/parser","plugins":["@typescript-eslint/eslint-plugin"]},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","all":true,"reporter":["text-summary"],"exclude":["dist/**","coverage/**"]},"gitHead":"339e6debcbb817a3712df3a2b37c99b85f5f3d09","bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.3.0","_nodeVersion":"10.15.3","_npmVersion":"lerna/3.19.0/node@v10.15.3+x64 (darwin)","dist":{"shasum":"eebf563cde34bc7a99133e2b9df7c7356899ea43","size":14428,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.3.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler_1.3.0_1601431214493_0.27816665615233904"},"_hasShrinkwrap":false,"publish_time":1601431214635,"_cnpm_publish_time":1601431214635},"1.2.3":{"name":"@most/scheduler","version":"1.2.3","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"cross-env NODE_ENV=test nyc --reporter=text-summary mocha -r babel-register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:flow","build:dist":"rollup -c","build:flow":"cpy src/index.js.flow dist","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","babel-core":"^6.26.3","babel-plugin-annotate-pure-calls":"^0.2.0","babel-plugin-external-helpers":"^6.22.0","babel-preset-env":"^1.7.0","babel-register":"^6.26.0","cpy-cli":"^2.0.0","cross-env":"^5.2.0","flow-bin":"^0.101.0","mocha":"^5.2.0","nyc":"^14.1.1","rollup":"^0.50.0","rollup-plugin-babel":"^3.0.2","sinon":"^1.17.7","snazzy":"^8.0.0","standard":"^12.0.1"},"dependencies":{"@most/prelude":"^1.7.3","@most/types":"^1.0.2"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.2.3","_nodeVersion":"12.4.0","_npmVersion":"6.9.0","dist":{"shasum":"7cb97904a23bbfcb2664c60ea4fe047d7b5572f7","size":19525,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.2.3.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler_1.2.3_1561502955363_0.37028310326927816"},"_hasShrinkwrap":false,"publish_time":1561502955482,"_cnpm_publish_time":1561502955482},"1.2.2":{"name":"@most/scheduler","version":"1.2.2","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"cross-env NODE_ENV=test nyc --reporter=text-summary mocha -r babel-register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:flow","build:dist":"rollup -c","build:flow":"cpy src/index.js.flow dist","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","babel-core":"^6.26.3","babel-plugin-annotate-pure-calls":"^0.2.0","babel-plugin-external-helpers":"^6.22.0","babel-preset-env":"^1.7.0","babel-register":"^6.26.0","cpy-cli":"^1.0.1","cross-env":"^5.0.5","flow-bin":"^0.57.3","mocha":"^5.2.0","nyc":"^13.0.0","rollup":"^0.50.0","rollup-plugin-babel":"^3.0.2","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3"},"dependencies":{"@most/prelude":"^1.7.2","@most/types":"^1.0.1"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.2.2","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"69ec548f8202088499cdb6f1033e912b8fe2b754","size":19524,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.2.2.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler_1.2.2_1549037327698_0.5153256929384686"},"_hasShrinkwrap":false,"publish_time":1549037327844,"_cnpm_publish_time":1549037327844},"1.2.1":{"name":"@most/scheduler","version":"1.2.1","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"cross-env NODE_ENV=test nyc --reporter=text-summary mocha -r babel-register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:flow","build:dist":"rollup -c","build:flow":"cpy src/index.js.flow dist","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","babel-core":"^6.26.3","babel-plugin-annotate-pure-calls":"^0.2.0","babel-plugin-external-helpers":"^6.22.0","babel-preset-env":"^1.7.0","babel-register":"^6.26.0","cpy-cli":"^1.0.1","cross-env":"^5.0.5","flow-bin":"^0.57.3","mocha":"^5.2.0","nyc":"^13.0.0","rollup":"^0.50.0","rollup-plugin-babel":"^3.0.2","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3"},"dependencies":{"@most/prelude":"^1.7.2","@most/types":"^1.0.1"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.2.1","_npmVersion":"6.1.0","_nodeVersion":"10.7.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"f0f5b0af2e28908ac1a10907afe3648b71e10d36","size":19246,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.2.1.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler_1.2.1_1532517918916_0.09697790507443993"},"_hasShrinkwrap":false,"publish_time":1532517919020,"_cnpm_publish_time":1532517919020},"1.2.0":{"name":"@most/scheduler","version":"1.2.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"cross-env NODE_ENV=test nyc --reporter=text-summary mocha -r babel-register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:flow","build:dist":"rollup -c","build:flow":"cpy src/index.js.flow dist","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","babel-core":"^6.26.0","babel-plugin-annotate-pure-calls":"^0.2.0","babel-plugin-external-helpers":"^6.22.0","babel-preset-env":"^1.6.0","babel-register":"^6.26.0","cpy-cli":"^1.0.1","cross-env":"^5.0.5","flow-bin":"^0.57.3","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.50.0","rollup-plugin-babel":"^3.0.2","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3"},"dependencies":{"@most/prelude":"^1.7.1","@most/types":"^1.0.0"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"3bc87beb68f53b08debcbfd75ac1e03ea484e641","size":19051,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.2.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler_1.2.0_1526386427925_0.5998630285106292"},"_hasShrinkwrap":false,"publish_time":1526386428030,"_cnpm_publish_time":1526386428030},"1.1.0":{"name":"@most/scheduler","version":"1.1.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"cross-env NODE_ENV=test nyc --reporter=text-summary mocha -r babel-register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:flow","build:dist":"rollup -c","build:flow":"cpy src/index.js.flow dist","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","babel-core":"^6.26.0","babel-plugin-annotate-pure-calls":"^0.2.0","babel-plugin-external-helpers":"^6.22.0","babel-preset-env":"^1.6.0","babel-register":"^6.26.0","cpy-cli":"^1.0.1","cross-env":"^5.0.5","flow-bin":"^0.57.3","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.50.0","rollup-plugin-babel":"^3.0.2","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3"},"dependencies":{"@most/prelude":"^1.7.0","@most/types":"^1.0.0"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.1.0","_npmVersion":"5.5.1","_nodeVersion":"8.8.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"36d6bf8d166a637c7c16eeb4fbe6946302b7a8c9","size":19049,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.1.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-1.1.0.tgz_1512688878845_0.15984880737960339"},"directories":{},"publish_time":1512688878946,"_hasShrinkwrap":false,"_cnpm_publish_time":1512688878946},"1.0.1":{"name":"@most/scheduler","version":"1.0.1","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:flow","build:dist":"rollup -c","build:flow":"cpy src/index.js.flow dist","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","buba":"^4.0.2","cpy-cli":"^1.0.1","flow-bin":"^0.57.3","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.50.0","rollup-plugin-buble":"^0.16.0","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3"},"dependencies":{"@most/prelude":"^1.6.4","@most/types":"^1.0.0"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.0.1","_npmVersion":"5.5.1","_nodeVersion":"8.8.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"aaa6611c0989c83103148a8c2cd7e090fd9a68dc","size":13971,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.0.1.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-1.0.1.tgz_1510151532875_0.8730198834091425"},"directories":{},"publish_time":1510151533863,"_hasShrinkwrap":false,"_cnpm_publish_time":1510151533863},"1.0.0":{"name":"@most/scheduler","version":"1.0.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:flow","build:dist":"rollup -c","build:flow":"cpy src/index.js.flow dist","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","buba":"^4.0.2","cpy-cli":"^1.0.1","flow-bin":"^0.57.3","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.50.0","rollup-plugin-buble":"^0.16.0","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3"},"dependencies":{"@most/prelude":"^1.6.4","@most/types":"^1.0.0"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.0.0","_npmVersion":"5.4.2","_nodeVersion":"8.8.1","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"54c87ff1a831e30e2977c32c6496855c3dac89a1","size":16216,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.0.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-1.0.0.tgz_1510018633636_0.9548584467265755"},"directories":{},"publish_time":1510018634687,"_hasShrinkwrap":false,"_cnpm_publish_time":1510018634687},"1.0.0-beta.1":{"name":"@most/scheduler","version":"1.0.0-beta.1","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:flow","build:dist":"rollup -c","build:flow":"cpy src/index.js.flow dist","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","buba":"^4.0.2","cpy-cli":"^1.0.1","flow-bin":"^0.57.3","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.50.0","rollup-plugin-buble":"^0.16.0","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3"},"dependencies":{"@most/prelude":"^1.6.4","@most/types":"^1.0.0-beta.1"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.0.0-beta.1","_npmVersion":"5.4.2","_nodeVersion":"8.8.1","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"8bf9c5f44306ae94a8a7fa418b30b7fc386a2b24","size":16218,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.0.0-beta.1.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-1.0.0-beta.1.tgz_1509707160030_0.6835771685000509"},"directories":{},"publish_time":1509707161072,"_hasShrinkwrap":false,"_cnpm_publish_time":1509707161072},"1.0.0-beta.0":{"name":"@most/scheduler","version":"1.0.0-beta.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","buba":"^4.0.2","cpy-cli":"^1.0.1","flow-bin":"^0.53.1","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.43.0","rollup-plugin-buble":"^0.15.0","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.6.4","@most/types":"^1.0.0-beta.0"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@1.0.0-beta.0","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"990ec924d0fac1aeb54a2f25a7b40f93edf38011","size":16292,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-1.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-1.0.0-beta.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-1.0.0-beta.0.tgz_1508947111042_0.9350477172993124"},"directories":{},"publish_time":1508947111961,"_hasShrinkwrap":false,"_cnpm_publish_time":1508947111961},"0.13.1":{"name":"@most/scheduler","version":"0.13.1","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","buba":"^4.0.2","cpy-cli":"^1.0.1","flow-bin":"^0.53.1","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.43.0","rollup-plugin-buble":"^0.15.0","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.6.4","@most/types":"^0.11.1"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.13.1","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"38b7cb13b81e16e3c3ef4964269d4aa9278e2e99","size":11094,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.13.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.13.1.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.13.1.tgz_1507336222229_0.8510662843473256"},"directories":{},"publish_time":1507336223582,"_hasShrinkwrap":false,"_cnpm_publish_time":1507336223582},"0.13.0":{"name":"@most/scheduler","version":"0.13.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","buba":"^4.0.2","cpy-cli":"^1.0.1","flow-bin":"^0.53.1","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.43.0","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","snazzy":"^7.0.0","standard":"^10.0.3","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.6.4","@most/types":"^0.11.1"},"standard":{"ignore":["test/perf","test/flow"]},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.13.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"d76f0713ed04df4c7c9250c16a9c966e89cd6248","size":18290,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.13.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.13.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.13.0.tgz_1504573268511_0.9475088354665786"},"directories":{},"publish_time":1504573269533,"_hasShrinkwrap":false,"_cnpm_publish_time":1504573269533},"0.12.0":{"name":"@most/scheduler","version":"0.12.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.53.1","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.43.0","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.6.3","@most/types":"^0.11.0"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.12.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"149b1e40194379a96dc4f10f321010c463feeac8","size":19530,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.12.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.12.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.12.0.tgz_1503608930164_0.1894751931540668"},"directories":{},"publish_time":1503608931162,"_cnpm_publish_time":1503608931162,"_hasShrinkwrap":false},"0.11.0":{"name":"@most/scheduler","version":"0.11.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.47.0","mocha":"^3.4.2","nyc":"^11.0.2","rollup":"^0.43.0","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.6.2","@most/types":"^0.10.0"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.11.0","_shasum":"0f67a0f097c9358e4308931e206c03a30f87faf4","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"0f67a0f097c9358e4308931e206c03a30f87faf4","size":18822,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.11.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.11.0.tgz_1499819439161_0.38388892938382924"},"directories":{},"publish_time":1499819440975,"_hasShrinkwrap":false,"_cnpm_publish_time":1499819440975},"0.10.0":{"name":"@most/scheduler","version":"0.10.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.47.0","mocha":"^3.4.2","rollup":"^0.43.0","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.6.1","@most/types":"^0.9.1"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.10.0","_shasum":"ac0557e1afa3802c6f38cf5bb0b7ca605bad32e2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"davidchase","email":"davidchase03@gmail.com"},"dist":{"shasum":"ac0557e1afa3802c6f38cf5bb0b7ca605bad32e2","size":18790,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.10.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.10.0.tgz_1498682492964_0.18396470951847732"},"directories":{},"publish_time":1498682494037,"_hasShrinkwrap":false,"_cnpm_publish_time":1498682494037},"0.9.1":{"name":"@most/scheduler","version":"0.9.1","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.47.0","mocha":"^3.4.2","rollup":"^0.43.0","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.5.3","@most/types":"^0.9.1"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.9.1","_shasum":"9f015fbc88df089e6b1ee48d99fcc05aed8bd0cc","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"9f015fbc88df089e6b1ee48d99fcc05aed8bd0cc","size":18810,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.9.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.9.1.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.9.1.tgz_1498073137697_0.5402692228090018"},"directories":{},"publish_time":1498073138710,"_hasShrinkwrap":false,"_cnpm_publish_time":1498073138710},"0.9.0":{"name":"@most/scheduler","version":"0.9.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.47.0","mocha":"^3.4.2","rollup":"^0.43.0","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.5.3","@most/types":"^0.9.0"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.9.0","_shasum":"5b711a306a3fd69acb7570bfe2e3d04ce2340ba6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"5b711a306a3fd69acb7570bfe2e3d04ce2340ba6","size":19236,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.9.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.9.0.tgz_1498072656761_0.30488337646238506"},"directories":{},"publish_time":1498072657807,"_hasShrinkwrap":false,"_cnpm_publish_time":1498072657807},"0.8.0":{"name":"@most/scheduler","version":"0.8.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.43.1","mocha":"^3.2.0","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.5.2","@most/types":"^0.8.0"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.8.0","_shasum":"8dce9b6e39fb81228b85926aa1c7807391e6490c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"8dce9b6e39fb81228b85926aa1c7807391e6490c","size":19229,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.8.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.8.0.tgz_1497296720250_0.8041103649884462"},"directories":{},"publish_time":1497296721270,"_hasShrinkwrap":false,"_cnpm_publish_time":1497296721270},"0.7.1":{"name":"@most/scheduler","version":"0.7.1","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.43.1","mocha":"^3.2.0","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.5.2","@most/types":"^0.5.0"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.7.1","_shasum":"b0fd84615ff12422fb5fe4235fc76aa2a1fd4247","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"b0fd84615ff12422fb5fe4235fc76aa2a1fd4247","size":11298,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.7.1.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.7.1.tgz_1496667412448_0.056270399363711476"},"directories":{},"publish_time":1496667413398,"_hasShrinkwrap":false,"_cnpm_publish_time":1496667413398},"0.7.0":{"name":"@most/scheduler","version":"0.7.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.43.1","mocha":"^3.2.0","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.5.2","@most/types":"^0.5.0"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.7.0","_shasum":"8bcf490144213e2f00bbb3bde697ea7500a4d864","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"8bcf490144213e2f00bbb3bde697ea7500a4d864","size":11344,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.7.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/scheduler-0.7.0.tgz_1496540849399_0.6676587273832411"},"directories":{},"publish_time":1496540850367,"_hasShrinkwrap":false,"_cnpm_publish_time":1496540850367},"0.5.0":{"name":"@most/scheduler","version":"0.5.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.43.1","mocha":"^3.2.0","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.5.2","@most/types":"^0.5.0"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.5.0","_shasum":"c65a7cde792824e79a347a1b0829f79aa5bfc66c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"c65a7cde792824e79a347a1b0829f79aa5bfc66c","size":9641,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.5.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/scheduler-0.5.0.tgz_1493859114606_0.6362136034294963"},"directories":{},"publish_time":1493859116165,"_hasShrinkwrap":false,"_cnpm_publish_time":1493859116165},"0.4.1":{"name":"@most/scheduler","version":"0.4.1","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.43.1","mocha":"^3.2.0","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.5.2","@most/types":"^0.4.1"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.4.1","_shasum":"d190500ef6e77e0444288bb75a4e43eeaa818e9d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"briancavalier","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"d190500ef6e77e0444288bb75a4e43eeaa818e9d","size":9638,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.4.1.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/scheduler-0.4.1.tgz_1492689764046_0.9820065540261567"},"directories":{},"publish_time":1492689766104,"_hasShrinkwrap":false,"_cnpm_publish_time":1492689766104},"0.4.0":{"name":"@most/scheduler","version":"0.4.0","description":"Reactive programming with lean, functions-only, curried, tree-shakeable API","typings":"type-definitions/index.d.ts","main":"dist/index.js","module":"dist/index.es.js","jsnext:main":"dist/index.es.js","files":["type-definitions","dist"],"scripts":{"test":"npm run test:lint && npm run test:unit && npm run test:flow","test:unit":"mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'","test:lint":"eslint --fix --ignore-path ../../.eslintignore src test","test:flow":"flow check","build":"npm run build:dist && npm run build:min && npm run build:flow","build:dist":"rollup -c","build:min":"uglifyjs dist/index.js -m -o dist/index.min.js","build:flow":"cpy src/index.js.flow dist --rename=index.js.flow && cpy src/index.js.flow dist --rename=index.es.js.flow","prepublish":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/mostjs/core.git"},"keywords":["reactive","reactive programming","events","event stream","promise","promises","monad","monadic","functional","async"],"author":{"name":"brian@hovercraftstudios.com"},"license":"MIT","devDependencies":{"@briancavalier/assert":"^3.2.0","@most/eslint-config-most":"^1.0.3","babel-eslint":"^7.1.1","buba":"^4.0.2","cpy-cli":"^1.0.1","eslint":"^3.15.0","flow-bin":"^0.37.4","mocha":"^3.2.0","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-node-resolve":"^2.0.0","sinon":"^1.17.7","uglify-js":"^2.7.5"},"dependencies":{"@most/prelude":"^1.4.0","@most/types":"^0.4.0"},"bugs":{"url":"https://github.com/mostjs/core/issues"},"homepage":"https://github.com/mostjs/core#readme","_id":"@most/scheduler@0.4.0","_shasum":"de143ca8ba6b5a25bde5c66249a46e1b68028789","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"most","email":"brian@hovercraftstudios.com"},"dist":{"shasum":"de143ca8ba6b5a25bde5c66249a46e1b68028789","size":9790,"noattachment":false,"key":"/@most/scheduler/-/@most/scheduler-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@most/scheduler/download/@most/scheduler-0.4.0.tgz"},"maintainers":[{"name":"briancavalier","email":"brian@hovercraftstudios.com"},{"name":"davidchase","email":"davidchase03@gmail.com"},{"name":"frikki","email":"fkrautwald@gmail.com"},{"name":"most","email":"brian@hovercraftstudios.com"},{"name":"tylors","email":"tlsteinberger167@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/scheduler-0.4.0.tgz_1491773391542_0.7912403724621981"},"directories":{},"publish_time":1491773393437,"_hasShrinkwrap":false,"_cnpm_publish_time":1491773393437}},"readme":"ERROR: No README data found!","_attachments":{},"homepage":"https://github.com/mostjs/core#readme","bugs":{"url":"https://github.com/mostjs/core/issues"},"license":"MIT"}