mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-20 05:14:44 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
96
node_modules/octokit-pagination-methods/package.json
generated
vendored
96
node_modules/octokit-pagination-methods/package.json
generated
vendored
|
@ -1,38 +1,39 @@
|
|||
{
|
||||
"_from": "octokit-pagination-methods@^1.1.0",
|
||||
"_id": "octokit-pagination-methods@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==",
|
||||
"_location": "/octokit-pagination-methods",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "octokit-pagination-methods@^1.1.0",
|
||||
"name": "octokit-pagination-methods",
|
||||
"escapedName": "octokit-pagination-methods",
|
||||
"rawSpec": "^1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.0"
|
||||
"name": "octokit-pagination-methods",
|
||||
"version": "1.1.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@octokit/rest"
|
||||
"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"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz",
|
||||
"_shasum": "cf472edc9d551055f9ef73f6e42b4dbb4c80bea4",
|
||||
"_spec": "octokit-pagination-methods@^1.1.0",
|
||||
"_where": "C:\\Users\\Administrator\\Documents\\setup-node\\node_modules\\@octokit\\rest",
|
||||
"author": {
|
||||
"name": "Gregor Martynus",
|
||||
"url": "https://github.com/gr2m"
|
||||
},
|
||||
"author": "Gregor Martynus (https://github.com/gr2m)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/gr2m/octokit-pagination-methods/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Legacy Octokit pagination methods from v15",
|
||||
"homepage": "https://github.com/gr2m/octokit-pagination-methods#readme",
|
||||
"devDependencies": {
|
||||
"@octokit/rest": "github:octokit/rest.js#next",
|
||||
"coveralls": "^3.0.2",
|
||||
|
@ -43,34 +44,9 @@
|
|||
"standard-markdown": "^5.0.1",
|
||||
"tap": "^12.0.1"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"homepage": "https://github.com/gr2m/octokit-pagination-methods#readme",
|
||||
"keywords": [
|
||||
"octokit",
|
||||
"github",
|
||||
"api",
|
||||
"rest",
|
||||
"plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "octokit-pagination-methods",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gr2m/octokit-pagination-methods.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "tap --coverage-report=html",
|
||||
"coverage:upload": "npm run test && tap --coverage-report=text-lcov | coveralls",
|
||||
"pretest": "standard && standard-markdown *.md",
|
||||
"semantic-release": "semantic-release",
|
||||
"test": "tap --coverage test.js"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
"dependencies": {}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz"
|
||||
,"_integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ=="
|
||||
,"_from": "octokit-pagination-methods@1.1.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue