wishthis/node_modules/octokit-pagination-methods/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "octokit-pagination-methods",
"version": "1.1.0",
"publishConfig": {
"access": "public",
"tag": "latest"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"description": "Legacy Octokit pagination methods from v15",
2022-04-08 10:55:35 +00:00
"main": "index.js",
2022-02-23 16:41:13 +00:00
"directories": {
"test": "test"
},
2022-04-08 10:55:35 +00:00
"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"
},
2022-02-23 16:41:13 +00:00
"keywords": [
"octokit",
"github",
"api",
"rest",
"plugin"
],
2022-04-08 10:55:35 +00:00
"author": "Gregor Martynus (https://github.com/gr2m)",
2022-02-23 16:41:13 +00:00
"license": "MIT",
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/gr2m/octokit-pagination-methods/issues"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"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"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"dependencies": {}
2022-01-21 08:28:41 +00:00
}