{
  "_args": [
    [
      "fibers@5.0.0",
      "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-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": "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-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"
}
