Install yarn

This commit is contained in:
Jay Trees 2022-04-08 12:55:35 +02:00
parent 0453e84836
commit 1fde8a81be
1927 changed files with 82144 additions and 83317 deletions

View file

@ -1,41 +1,39 @@
{
"_args": [
[
"octokit-pagination-methods@1.1.0",
"F:\\laragon\\www\\wishthis"
]
],
"_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": "version",
"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"
],
"_resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Gregor Martynus",
"url": "https://github.com/gr2m"
"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"
},
"dependencies": {},
"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",
@ -46,34 +44,5 @@
"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": {}
}