mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 12:01:07 +07:00
87 lines
2.2 KiB
JSON
87 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@octokit/endpoint@5.3.5",
|
|
"C:\\dev\\repos\\actions\\setup-dotnet"
|
|
]
|
|
],
|
|
"_from": "@octokit/endpoint@5.3.5",
|
|
"_id": "@octokit/endpoint@5.3.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-f8KqzIrnzPLiezDsZZPB+K8v8YSv6aKFl7eOu59O46lmlW4HagWl1U6NWl6LmT8d1w7NsKBI3paVtzcnRGO1gw==",
|
|
"_location": "/@octokit/endpoint",
|
|
"_phantomChildren": {
|
|
"os-name": "3.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@octokit/endpoint@5.3.5",
|
|
"name": "@octokit/endpoint",
|
|
"escapedName": "@octokit%2fendpoint",
|
|
"scope": "@octokit",
|
|
"rawSpec": "5.3.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.3.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.3.5.tgz",
|
|
"_spec": "5.3.5",
|
|
"_where": "C:\\dev\\repos\\actions\\setup-dotnet",
|
|
"bugs": {
|
|
"url": "https://github.com/octokit/endpoint.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"is-plain-object": "^3.0.0",
|
|
"universal-user-agent": "^4.0.0"
|
|
},
|
|
"description": "Turns REST API endpoints into generic request options",
|
|
"devDependencies": {
|
|
"@octokit/routes": "20.9.2",
|
|
"@pika/pack": "^0.5.0",
|
|
"@pika/plugin-build-node": "^0.6.0",
|
|
"@pika/plugin-build-web": "^0.6.0",
|
|
"@pika/plugin-ts-standard-pkg": "^0.6.0",
|
|
"@types/jest": "^24.0.11",
|
|
"handlebars": "^4.1.2",
|
|
"jest": "^24.7.1",
|
|
"lodash.set": "^4.3.2",
|
|
"pascal-case": "^2.0.1",
|
|
"prettier": "1.18.2",
|
|
"semantic-release": "^15.13.8",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"string-to-jsdoc-comment": "^1.0.0",
|
|
"ts-jest": "^24.0.2",
|
|
"typescript": "^3.4.5"
|
|
},
|
|
"files": [
|
|
"dist-*/",
|
|
"bin/"
|
|
],
|
|
"homepage": "https://github.com/octokit/endpoint.js#readme",
|
|
"keywords": [
|
|
"octokit",
|
|
"github",
|
|
"api",
|
|
"rest"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist-node/index.js",
|
|
"module": "dist-web/index.js",
|
|
"name": "@octokit/endpoint",
|
|
"pika": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/octokit/endpoint.js.git"
|
|
},
|
|
"sideEffects": false,
|
|
"source": "dist-src/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"version": "5.3.5"
|
|
}
|