lepu-test-platform-web/node_modules/fibers/package.json

71 lines
1.6 KiB
JSON

{
"_args": [
[
"fibers@5.0.0",
"/Applications/work/GitLab/lepu-test-platform-web"
]
],
"_development": true,
"_from": "fibers@5.0.0",
"_id": "fibers@5.0.0",
"_inBundle": false,
"_integrity": "sha512-UpGv/YAZp7mhKHxDvC1tColrroGRX90sSvh8RMZV9leo+e5+EkRVgCEZPlmXeo3BUNQTZxUaVdLskq1Q2FyCPg==",
"_location": "/fibers",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fibers@5.0.0",
"name": "fibers",
"escapedName": "fibers",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/fibers/-/fibers-5.0.0.tgz",
"_spec": "5.0.0",
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
"author": {
"name": "Marcel Laverdet",
"email": "marcel@laverdet.com",
"url": "https://github.com/laverdet/"
},
"bugs": {
"url": "https://github.com/laverdet/node-fibers/issues"
},
"dependencies": {
"detect-libc": "^1.0.3"
},
"description": "Cooperative multi-tasking for Javascript",
"engines": {
"node": ">=10.0.0"
},
"homepage": "https://github.com/laverdet/node-fibers",
"keywords": [
"fiber",
"fibers",
"coroutine",
"thread",
"async",
"parallel",
"worker",
"future",
"promise"
],
"license": "MIT",
"main": "fibers",
"name": "fibers",
"repository": {
"type": "git",
"url": "git://github.com/laverdet/node-fibers.git"
},
"scripts": {
"install": "node build.js || nodejs build.js",
"test": "node test.js || nodejs test.js"
},
"version": "5.0.0"
}