86 lines
2.2 KiB
JSON
86 lines
2.2 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"bottleneck@2.19.5",
|
||
|
"/Users/dougtangren/code/rust/action-gh-release"
|
||
|
]
|
||
|
],
|
||
|
"_from": "bottleneck@2.19.5",
|
||
|
"_id": "bottleneck@2.19.5",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==",
|
||
|
"_location": "/bottleneck",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "bottleneck@2.19.5",
|
||
|
"name": "bottleneck",
|
||
|
"escapedName": "bottleneck",
|
||
|
"rawSpec": "2.19.5",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.19.5"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@octokit/plugin-throttling"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz",
|
||
|
"_spec": "2.19.5",
|
||
|
"_where": "/Users/dougtangren/code/rust/action-gh-release",
|
||
|
"author": {
|
||
|
"name": "Simon Grondin"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/SGrondin/bottleneck/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "Distributed task scheduler and rate limiter",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.5.0",
|
||
|
"@babel/preset-env": "^7.5.0",
|
||
|
"@types/es6-promise": "0.0.33",
|
||
|
"assert": "^1.5.0",
|
||
|
"coffeescript": "2.4.x",
|
||
|
"ejs-cli": "github:SGrondin/ejs-cli#master",
|
||
|
"ioredis": "^4.11.1",
|
||
|
"leakage": "^0.4.0",
|
||
|
"mocha": "^6.1.4",
|
||
|
"redis": "^2.8.0",
|
||
|
"regenerator-runtime": "^0.12.1",
|
||
|
"rollup": "^0.66.6",
|
||
|
"rollup-plugin-babel": "^4.3.3",
|
||
|
"rollup-plugin-commonjs": "^9.3.4",
|
||
|
"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": "mocha test",
|
||
|
"test-all": "./scripts/test_all.sh"
|
||
|
},
|
||
|
"typings": "bottleneck.d.ts",
|
||
|
"version": "2.19.5"
|
||
|
}
|