Fri May 31 2019 05:02:21 GMT+0800 (China Standard Time)
false
coverage-percentage(latest: 0.0.2) Simple command line utility for turning code coverage reports into a number
gulp-replay(latest: 0.0.0) Sits in the middle of your stream and caches every file that comes through it. When it gets a repeat (a file that it has already cached), it re-emits the entire cache and the updated file.
stubify(latest: 0.0.0) More powerful ignore for browserify. Allows you to provide a map of files/modules (specified as minimatch patterns) to map to particular functions/objects in browserify.
overlaps(latest: 1.0.0) Simple utility that checks whether or not two arrays overlap. It is equivalent to intersection(arr1, arr2).length > 0, but is more performant.
is-local(latest: 0.1.0) Check if a URL is local or not
agnosticize(latest: 0.1.0) Takes in a URL and returns a protocol agnostic URL. E.g. 'http://www.google.com' => '//www.google.com'
immodel-attrs(latest: 0.0.3) Add attributes and complex types to immodel
immodel-base(latest: 0.1.2) Collection of plugins that add basic model functionality to immodel.
immodel-cast(latest: 0.1.2) Add basic casting support to immodel
immodel-defaults(latest: 0.1.2) Add default value support to immodel
invalidate(latest: 0.1.2) Invalidate a cached image in the browser, using an iframe trick.
refresh-images(latest: 0.1.0) Reload all image tags that have a certain src/url
declarative-cookie(latest: 0.1.10) Action creator for redux-effects-cookie
declarative-fetch(latest: 0.1.13) Fetch description generator. This package does not actually execute any fetches, it simply provides an API identical to the standard fetch for producing descriptions of fetch operations that are compatible with redux-fetch middleware.
vdux-client(latest: 0.2.3) Pre-bundled clientside vdux store creator
vdux-preset-client(latest: 0.2.3) Pre-bundled clientside vdux store creator
vdux-server(latest: 0.1.1) Server-side rendering for vdux
declarative-promise(latest: 0.2.1) Behaves kinda like the es6 Promise api, but it doesn't actually *do* anything. It just produces a description of what is to be done, by someone else. At the moment, it's designed to work with the [redux-fetch](https://github.com/ashaffer/redux-fetch) mi
bit-vector(latest: 0.1.6) Simple, fast bit vectors for javascript. Useful in place of objects where performance is extremely important and your keys are all iteger convertible values)
dift(latest: 0.1.12) Super fast list diff algorithm
redux-effects(latest: 0.4.3) You write pure functions, redux-effects handles the rest.