Files
freeCodeCamp/probot/presolver/node_modules/bottleneck/package.json
2018-12-05 11:23:55 +05:30

78 lines
2.0 KiB
JSON
Executable File

{
"_from": "bottleneck@^2.8.0",
"_id": "bottleneck@2.12.2",
"_inBundle": false,
"_integrity": "sha512-9HrCO+5MJ0wmendPQSWaA9myojLavaEbkwZbsEjNK83nWPfkhFZN+5cYLhRKu1lRqn36cjO5r3qMJ7/JUN5hQQ==",
"_location": "/bottleneck",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bottleneck@^2.8.0",
"name": "bottleneck",
"escapedName": "bottleneck",
"rawSpec": "^2.8.0",
"saveSpec": null,
"fetchSpec": "^2.8.0"
},
"_requiredBy": [
"/probot"
],
"_resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.12.2.tgz",
"_shasum": "8aa136a89ca4a3b82763f1b1cb98880420fede91",
"_spec": "bottleneck@^2.8.0",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
"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": {
"@types/es6-promise": "0.0.33",
"assert": "1.4.x",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browserify": "*",
"coffeescript": "2.3.x",
"ejs-cli": "2.0.1",
"ioredis": "^4.0.0",
"mocha": "4.x",
"redis": "^2.8.0",
"typescript": "^2.6.2",
"uglify-es": "3.x"
},
"homepage": "https://github.com/SGrondin/bottleneck#readme",
"keywords": [
"async rate limiter",
"rate limiter",
"rate limiting",
"async",
"rate",
"limiting",
"limiter",
"throttle",
"throttling",
"load",
"ddos"
],
"license": "MIT",
"main": "lib/index.js",
"name": "bottleneck",
"repository": {
"type": "git",
"url": "git+https://github.com/SGrondin/bottleneck.git"
},
"scripts": {
"build": "./scripts/build.sh",
"compile": "./scripts/build.sh compile",
"test": "./node_modules/mocha/bin/mocha test"
},
"typings": "bottleneck.d.ts",
"version": "2.12.2"
}