UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

38 lines (37 loc) 906 B
{ "name": "fibers", "version": "4.0.3", "description": "Cooperative multi-tasking for Javascript", "keywords": [ "fiber", "fibers", "coroutine", "thread", "async", "parallel", "worker", "future", "promise" ], "homepage": "https://github.com/laverdet/node-fibers", "author": "Marcel Laverdet <marcel@laverdet.com> (https://github.com/laverdet/)", "main": "fibers", "scripts": { "install": "node build.js || nodejs build.js", "test": "node test.js || nodejs test.js" }, "repository": { "type": "git", "url": "git://github.com/laverdet/node-fibers.git" }, "license": "MIT", "engines": { "node": ">=10.0.0" }, "dependencies": { "detect-libc": "^1.0.3" } ,"_resolved": "https://registry.npmjs.org/fibers/-/fibers-4.0.3.tgz" ,"_integrity": "sha512-MW5VrDtTOLpKK7lzw4qD7Z9tXaAhdOmOED5RHzg3+HjUk+ibkjVW0Py2ERtdqgTXaerLkVkBy2AEmJiT6RMyzg==" ,"_from": "fibers@4.0.3" }