mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 12:01:07 +07:00
85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@octokit/request-error@1.0.4",
|
|
"C:\\dev\\repos\\actions\\setup-dotnet"
|
|
]
|
|
],
|
|
"_from": "@octokit/request-error@1.0.4",
|
|
"_id": "@octokit/request-error@1.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-L4JaJDXn8SGT+5G0uX79rZLv0MNJmfGa4vb4vy1NnpjSnWDLJRy6m90udGwvMmavwsStgbv2QNkPzzTCMmL+ig==",
|
|
"_location": "/@octokit/request-error",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@octokit/request-error@1.0.4",
|
|
"name": "@octokit/request-error",
|
|
"escapedName": "@octokit%2frequest-error",
|
|
"scope": "@octokit",
|
|
"rawSpec": "1.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/request",
|
|
"/@octokit/rest"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.0.4.tgz",
|
|
"_spec": "1.0.4",
|
|
"_where": "C:\\dev\\repos\\actions\\setup-dotnet",
|
|
"bugs": {
|
|
"url": "https://github.com/octokit/request-error.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
},
|
|
"description": "Error class for Octokit request errors",
|
|
"devDependencies": {
|
|
"@pika/pack": "^0.3.7",
|
|
"@pika/plugin-build-node": "^0.4.0",
|
|
"@pika/plugin-build-web": "^0.4.0",
|
|
"@pika/plugin-bundle-web": "^0.4.0",
|
|
"@pika/plugin-ts-standard-pkg": "^0.4.0",
|
|
"@semantic-release/git": "^7.0.12",
|
|
"@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"
|
|
},
|
|
"files": [
|
|
"dist-*/",
|
|
"bin/"
|
|
],
|
|
"homepage": "https://github.com/octokit/request-error.js#readme",
|
|
"keywords": [
|
|
"octokit",
|
|
"github",
|
|
"api",
|
|
"error"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist-node/index.js",
|
|
"module": "dist-web/index.js",
|
|
"name": "@octokit/request-error",
|
|
"pika": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/octokit/request-error.js.git"
|
|
},
|
|
"sideEffects": false,
|
|
"source": "dist-src/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"version": "1.0.4"
|
|
}
|