next-task
Version:
Implementation of nextTick (microtask queue) for all platforms (like asap.js).
45 lines • 1.36 kB
JSON
{
"name": "next-task",
"version": "1.0.9",
"description": "Implementation of nextTick (microtask queue) for all platforms (like asap.js).",
"main": "src/next-task.js",
"scripts": {
"test:browser": "./node_modules/opener/opener.js ./test/test.html && ./node_modules/opener/opener.js ./test/no-promise.html && ./node_modules/opener/opener.js ./test/no-promise-no-mutation.html",
"test:node": "./node_modules/mocha/bin/mocha ./test/test.js",
"benchmark:browser": "./node_modules/opener/opener.js ./benchmark/index.html",
"benchmark:node": "node benchmark",
"build": "./node_modules/webpack/bin/webpack.js --display-modules -v"
},
"browser": {
"./benchmark/scaffold.js": "./benchmark/browser-scaffold.js"
},
"keywords": [
"nextTick",
"asap",
"rawAsap",
"setImmediate",
"task",
"microtask",
"queue"
],
"dependencies": {},
"devDependencies": {
"asap": "^2.0.4",
"benchmark": "^2.1.1",
"webpack": "^1.13.2",
"mocha": "^3.0.2",
"opener": "^1.4.2",
"lodash": "^4.15.0",
"platform": "^1.3.1"
},
"author": "uid-11222",
"bugs": {
"url": "https://github.com/uid-11222/next-task/issues"
},
"license": "MIT",
"homepage": "https://github.com/uid-11222/next-task",
"repository": {
"type": "git",
"url": "https://github.com/uid-11222/next-task"
}
}