mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-29 06:36:02 +00:00
node_modules
This commit is contained in:
parent
5e3f23f92c
commit
806116bda4
734 changed files with 224451 additions and 0 deletions
48
node_modules/octokit-pagination-methods/package.json
generated
vendored
Normal file
48
node_modules/octokit-pagination-methods/package.json
generated
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"name": "octokit-pagination-methods",
|
||||
"version": "1.1.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
},
|
||||
"description": "Legacy Octokit pagination methods from v15",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "tap --coverage-report=html",
|
||||
"coverage:upload": "npm run test && tap --coverage-report=text-lcov | coveralls",
|
||||
"pretest": "standard && standard-markdown *.md",
|
||||
"test": "tap --coverage test.js",
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gr2m/octokit-pagination-methods.git"
|
||||
},
|
||||
"keywords": [
|
||||
"octokit",
|
||||
"github",
|
||||
"api",
|
||||
"rest",
|
||||
"plugin"
|
||||
],
|
||||
"author": "Gregor Martynus (https://github.com/gr2m)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/gr2m/octokit-pagination-methods/issues"
|
||||
},
|
||||
"homepage": "https://github.com/gr2m/octokit-pagination-methods#readme",
|
||||
"devDependencies": {
|
||||
"@octokit/rest": "github:octokit/rest.js#next",
|
||||
"coveralls": "^3.0.2",
|
||||
"nock": "^10.0.2",
|
||||
"semantic-release": "^15.10.8",
|
||||
"simple-mock": "^0.8.0",
|
||||
"standard": "^12.0.1",
|
||||
"standard-markdown": "^5.0.1",
|
||||
"tap": "^12.0.1"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue