Sha256: 3bdda49857d18f7ef3a7b53f5a2843a25037747521434bf2c1ae58ee7e889e0f
Contents?: true
Size: 1.71 KB
Versions: 28
Compression:
Stored size: 1.71 KB
Contents
{ "name": "next-tick", "version": "0.2.2", "description": "Environment agnostic nextTick polyfill", "author": { "name": "Mariusz Nowak", "email": "medykk@medikoo.com", "url": "http://www.medikoo.com/" }, "keywords": [ "nexttick", "setImmediate", "setTimeout", "async" ], "repository": { "type": "git", "url": "git://github.com/medikoo/next-tick.git" }, "bugs": { "url": "https://github.com/medikoo/next-tick/issues", "email": "medikoo+next-tick@medikoo.com" }, "scripts": { "test": "node node_modules/tad/bin/tad" }, "devDependencies": { "tad": "~0.1.21" }, "license": "MIT", "readme": "# next-tick\n## Environment agnostic nextTick polyfill\n\nTo be used in environment agnostic modules that need nextTick functionality.\n\n- When run in Node.js `process.nextTick` is used\n- In modern browsers microtask resolution is guaranteed by `MutationObserver`\n- In other engines `setImmediate` or `setTimeout(fn, 0)` is used as fallback.\n- If none of the above is supported module resolves to `null`\n\n## Installation\n### NPM\n\nIn your project path:\n\n\t$ npm install next-tick\n\n#### Browser\n\nYou can easily bundle `next-tick` for browser with any CJS bundler, e.g. [modules-webmake](https://github.com/medikoo/modules-webmake)\n\n## Tests [](https://travis-ci.org/medikoo/next-tick)\n\n\t$ npm test\n", "readmeFilename": "README.md", "homepage": "https://github.com/medikoo/next-tick", "_id": "next-tick@0.2.2", "_shasum": "75da4a927ee5887e39065880065b7336413b310d", "_from": "next-tick@~0.2.2", "_resolved": "https://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz" }
Version data entries
28 entries across 7 versions & 1 rubygems