UNPKG

github-repository-provider

Version:
77 lines (76 loc) 2.05 kB
{ "name": "github-repository-provider", "version": "10.0.46", "publishConfig": { "access": "public", "provenance": true }, "packageManager": "npm@11.18.0", "exports": { ".": { "default": "./src/github-provider.mjs" } }, "description": "repository provider for github", "keywords": [ "git", "github", "repository-provider" ], "contributors": [ { "name": "Markus Felten", "email": "markus.felten@gmx.de" } ], "license": "0BSD", "scripts": { "test": "node --run test:ava", "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme --section=API ./src**/*.mjs", "lint": "node --run lint:docs", "lint:docs": "documentation lint ./src**/*.mjs" }, "dependencies": { "content-entry": "^14.2.7", "fetch-link-util": "^1.1.4", "fetch-rate-limit-util": "^4.6.2", "matching-iterator": "^2.1.7", "one-time-execution-method": "^3.1.4", "repository-provider": "^37.1.7" }, "devDependencies": { "@types/node": "^26.1.0", "ava": "^8.0.1", "c8": "^11.0.0", "documentation": "^14.0.3", "etag-cache-leveldb": "^2.1.17", "leveldown": "^6.1.1", "levelup": "^5.1.1", "repository-provider-test-support": "^5.0.26", "semantic-release": "^25.0.5" }, "overrides": { "c8": { "yargs": "^18.0.0" } }, "engines": { "node": ">=24.11.1" }, "repository": { "type": "git", "url": "git+https://github.com/arlac77/github-repository-provider.git" }, "bugs": { "url": "https://github.com/arlac77/github-repository-provider/issues" }, "homepage": "https://github.com/arlac77/github-repository-provider#readme", "template": { "inheritFrom": [ "arlac77/template-arlac77-github", "arlac77/template-javascript-component" ] } }