Files
asciidisco.com/build/node_modules/github/package.json
2023-08-01 13:49:46 +02:00

136 lines
3.3 KiB
JSON

{
"_from": "github",
"_id": "github@13.0.1",
"_inBundle": false,
"_integrity": "sha512-rApJzcnzy6E3WXhjGlSeRlWKnKM/yoi0fAxNjcOuq+1fjX4dMsiS/AWakrrhpMV3ZHi+mbNgNopS5d3go2AopQ==",
"_location": "/github",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "github",
"name": "github",
"escapedName": "github",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/github/-/github-13.0.1.tgz",
"_shasum": "4ccf4a41df662f92367e77a474674eabb1b6c78d",
"_spec": "github",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"apidoc": {
"template": {
"withCompare": false
}
},
"author": {
"name": "Mike de Boer",
"email": "info@mikedeboer.nl"
},
"bugs": {
"url": "https://github.com/octokit/node-github/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mike de Boer",
"email": "info@mikedeboer.nl"
},
{
"name": "Fabian Jakobs",
"email": "fabian@c9.io"
},
{
"name": "Joe Gallo",
"email": "joe@brassafrax.com"
},
{
"name": "Gregor Martynus",
"url": "https://github.com/gr2m"
}
],
"dependencies": {
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"https-proxy-agent": "^2.1.0",
"lodash": "^4.17.4",
"proxy-from-env": "^1.0.0",
"url-template": "^2.0.8"
},
"deprecated": false,
"description": "NodeJS wrapper for the GitHub API",
"devDependencies": {
"@octokit/fixtures": "^5.4.0",
"apidoc": "^0.17.6",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"gh-pages-with-token": "^1.0.0",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"mocha": "^4.0.1",
"mustache": "^2.2.1",
"nock": "^9.1.0",
"npm-run-all": "^4.1.1",
"nyc": "^11.2.1",
"proxyquire": "^1.8.0",
"semantic-release": "^11.0.0",
"simple-mock": "^0.8.0",
"standard": "^10.0.3",
"standard-markdown": "^4.0.2"
},
"engines": {
"node": ">=4"
},
"files": [
"lib"
],
"homepage": "https://github.com/octokit/node-github#readme",
"license": "MIT",
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": "lib",
"name": "github",
"nyc": {
"ignore": [
"examples",
"test"
]
},
"publishConfig": {
"tag": "next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/node-github.git"
},
"scripts": {
"build": "npm-run-all build:*",
"build:docs": "node scripts/generate-api-docs",
"build:flow": "node scripts/generate-flow-types",
"build:ts": "node scripts/generate-typescript-types",
"coverage": "nyc report --reporter=html && open coverage/index.html",
"coverage:upload": "nyc report --reporter=text-lcov | coveralls",
"deploy-docs": "gh-pages-with-token -d apidoc",
"postbuild:docs": "apidoc -i doc/ -o apidoc/",
"postpublish": "npm run -s deploy-docs",
"prebuild:docs": "mkdirp doc/",
"presemantic-release": "npm run -s build",
"pretest": "standard && standard-markdown",
"semantic-release": "semantic-release",
"test": "nyc mocha test/**/*-test.js"
},
"types": "lib/index.d.ts",
"version": "13.0.1"
}