mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-12 12:38:06 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@octokit/request-error",
|
|
"description": "Error class for Octokit request errors",
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist-*/",
|
|
"bin/"
|
|
],
|
|
"pika": true,
|
|
"sideEffects": false,
|
|
"keywords": [
|
|
"octokit",
|
|
"github",
|
|
"api",
|
|
"error"
|
|
],
|
|
"homepage": "https://github.com/octokit/request-error.js#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/octokit/request-error.js/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/octokit/request-error.js.git"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/types": "^2.0.0",
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pika/pack": "^0.5.0",
|
|
"@pika/plugin-build-node": "^0.7.0",
|
|
"@pika/plugin-build-web": "^0.7.0",
|
|
"@pika/plugin-bundle-web": "^0.7.0",
|
|
"@pika/plugin-ts-standard-pkg": "^0.7.0",
|
|
"@types/jest": "^24.0.12",
|
|
"@types/node": "^12.0.2",
|
|
"@types/once": "^1.4.0",
|
|
"jest": "^24.7.1",
|
|
"pika-plugin-unpkg-field": "^1.1.0",
|
|
"prettier": "^1.17.0",
|
|
"semantic-release": "^15.10.5",
|
|
"ts-jest": "^24.0.2",
|
|
"typescript": "^3.4.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"source": "dist-src/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"main": "dist-node/index.js",
|
|
"deno": "dist-web/index.js"
|
|
}
|