{ "_from": "bottleneck@^2.0.1", "_id": "bottleneck@2.13.0", "_inBundle": false, "_integrity": "sha512-9YmZ0aiKta2OAxTujKCS/INjGWCIGWK4Ff1nQpgHnR4CTjlk9jcnpaHOjPnMZPtqRXkqwKdtxZgvJ9udsXylaw==", "_location": "/bottleneck", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "bottleneck@^2.0.1", "name": "bottleneck", "escapedName": "bottleneck", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/@semantic-release/github" ], "_resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.13.0.tgz", "_shasum": "875df17df9e62c76bea42b62af3a45c73a995c4f", "_spec": "bottleneck@^2.0.1", "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/github", "author": { "name": "Simon Grondin" }, "bugs": { "url": "https://github.com/SGrondin/bottleneck/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Distributed task scheduler and rate limiter", "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "7.1.x", "@types/es6-promise": "0.0.33", "assert": "1.4.x", "coffeescript": "2.3.x", "ejs-cli": "2.0.1", "ioredis": "^4.0.0", "mocha": "4.x", "redis": "^2.8.0", "regenerator-runtime": "^0.12.1", "rollup": "^0.66.6", "rollup-plugin-babel": "4.0.x", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-resolve": "^3.4.0", "typescript": "^2.6.2" }, "homepage": "https://github.com/SGrondin/bottleneck#readme", "keywords": [ "async rate limiter", "rate limiter", "rate limiting", "async", "rate", "limiting", "limiter", "throttle", "throttling", "throttler", "load", "clustering" ], "license": "MIT", "main": "lib/index.js", "name": "bottleneck", "repository": { "type": "git", "url": "git+https://github.com/SGrondin/bottleneck.git" }, "scripts": { "test": "./node_modules/mocha/bin/mocha test", "test-all": "DATASTORE=ioredis npm test && DATASTORE=redis npm test && BUILD=bundle npm test && npm test" }, "typings": "bottleneck.d.ts", "version": "2.13.0" }