blob: 68634b7d07ee0ba82e5e96eb83fa7bfa7b699131 [file] [log] [blame]
{
"_from": "@octokit/types@^2.0.0",
"_id": "@octokit/types@2.0.2",
"_inBundle": false,
"_integrity": "sha512-StASIL2lgT3TRjxv17z9pAqbnI7HGu9DrJlg3sEBFfCLaMEqp+O3IQPUF6EZtQ4xkAu2ml6kMBBCtGxjvmtmuQ==",
"_location": "/@octokit/types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@octokit/types@^2.0.0",
"name": "@octokit/types",
"escapedName": "@octokit%2ftypes",
"scope": "@octokit",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@octokit/endpoint",
"/@octokit/request",
"/@octokit/request-error"
],
"_resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.0.2.tgz",
"_shasum": "0888497f5a664e28b0449731d5e88e19b2a74f90",
"_spec": "@octokit/types@^2.0.0",
"_where": "/home/stCarolas/Coding/projects/setup-maven/node_modules/@octokit/request",
"author": {
"name": "Gregor Martynus",
"url": "https://twitter.com/gr2m"
},
"bugs": {
"url": "https://github.com/octokit/types.ts/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/node": ">= 8"
},
"deprecated": false,
"description": "Shared TypeScript definitions for Octokit projects",
"devDependencies": {
"@octokit/graphql": "^4.2.2",
"handlebars": "^4.4.5",
"lodash.set": "^4.3.2",
"npm-run-all": "^4.1.5",
"pascal-case": "^2.0.1",
"prettier": "^1.18.2",
"semantic-release": "^15.13.24",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"sort-keys": "^4.0.0",
"string-to-jsdoc-comment": "^1.0.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.4"
},
"homepage": "https://github.com/octokit/types.ts#readme",
"keywords": [
"github",
"api",
"sdk",
"toolkit",
"typescript"
],
"license": "MIT",
"main": "src/index.ts",
"name": "@octokit/types",
"publishConfig": {
"access": "public"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
[
"semantic-release-plugin-update-version-in-files",
{
"files": [
"src/VERSION.ts"
]
}
]
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/types.ts.git"
},
"scripts": {
"docs": "typedoc --module commonjs --readme none --out docs src/",
"lint": "prettier --check '{src,test}/**/*' README.md package.json !src/generated/*",
"lint:fix": "prettier --write '{src,test}/**/*' README.md package.json !src/generated/*",
"pretest": "npm run -s lint",
"test": "tsc --noEmit --declaration src/index.ts",
"update-endpoints": "npm-run-all update-endpoints:*",
"update-endpoints:fetch-json": "node scripts/update-endpoints/fetch-json",
"update-endpoints:typescript": "node scripts/update-endpoints/typescript"
},
"version": "2.0.2"
}