86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@octokit/plugin-throttling@2.6.0",
|
|
"/Users/dougtangren/code/rust/action-gh-release"
|
|
]
|
|
],
|
|
"_from": "@octokit/plugin-throttling@2.6.0",
|
|
"_id": "@octokit/plugin-throttling@2.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-E0xQrcD36sVEeBhut6j9nWX38vm/1LKMRSUqjvJ/mqGLXfHr4jYMsrR3I/nT2QC0eJL1/SKMt7zxOt7pZiFhDA==",
|
|
"_location": "/@octokit/plugin-throttling",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@octokit/plugin-throttling@2.6.0",
|
|
"name": "@octokit/plugin-throttling",
|
|
"escapedName": "@octokit%2fplugin-throttling",
|
|
"scope": "@octokit",
|
|
"rawSpec": "2.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-2.6.0.tgz",
|
|
"_spec": "2.6.0",
|
|
"_where": "/Users/dougtangren/code/rust/action-gh-release",
|
|
"author": {
|
|
"name": "Simon Grondin",
|
|
"url": "http://github.com/SGrondin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/octokit/plugin-throttling.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"bottleneck": "^2.15.3"
|
|
},
|
|
"description": "Automatic rate limiting plugin for octokit",
|
|
"devDependencies": {
|
|
"@octokit/request": "3.0.3",
|
|
"@octokit/rest": "^16.3.0",
|
|
"@octokit/routes": "20.2.4",
|
|
"chai": "^4.2.0",
|
|
"coveralls": "^3.0.2",
|
|
"leakage": "^0.4.0",
|
|
"mocha": "^6.0.2",
|
|
"nyc": "^14.0.0",
|
|
"semantic-release": "^15.13.8",
|
|
"standard": "^12.0.1"
|
|
},
|
|
"homepage": "https://github.com/octokit/plugin-throttling.js#readme",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@octokit/plugin-throttling",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/octokit/plugin-throttling.js.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc report --reporter=html && open coverage/index.html",
|
|
"coverage:upload": "nyc report --reporter=text-lcov | coveralls",
|
|
"pretest": "standard",
|
|
"test": "nyc mocha test/integration/",
|
|
"test:memory": "node test/memory-leakage-test"
|
|
},
|
|
"standard": {
|
|
"globals": [
|
|
"describe",
|
|
"before",
|
|
"beforeEach",
|
|
"afterEach",
|
|
"after",
|
|
"it",
|
|
"expect"
|
|
]
|
|
},
|
|
"version": "2.6.0"
|
|
}
|