mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-06 03:55:47 +00:00
78148dae50
* Updates * Update * Update * Update * Update * Yarn sometimes prefers npmrc, so use same token * Description * Update readme * Feedback * Add type * new toolkit and scoped registries * npmrc in RUNNER_TEMP * Dont always auth * Try exporting blank token * Get auth working for now pending runner changes * Fix string interpolation for auth token. * Don't export both userconfigs * Update authutil.js * Add single quotes for authString * Fix the registry string. * Use userconfig and append trailing slash * Keep in root of repo * Try just adding auth token * Remove auth token * Try changes again * Add tests * Npm and GPR samples * Add types
76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"_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"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/rest"
|
|
],
|
|
"_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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gr2m/octokit-pagination-methods/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Legacy Octokit pagination methods from v15",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|