FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
OpenAPI-Specification/package.json at main · Aviatorscode2/OpenAPI-Specification · GitHub
Aviatorscode2
/
OpenAPI-Specification
Public
forked from
OAI/OpenAPI-Specification
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
OpenAPI-Specification
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (43 loc) · 887 Bytes
Breadcrumbs
OpenAPI-Specification
/
package.json
Copy path
File metadata and controls
43 lines (43 loc) · 887 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name"
:
"
oas-schemas
"
,
"version"
:
"
2.0.0
"
,
"description"
:
"
OpenAPI Specification JSON schemas
"
,
"author"
: {
"name"
:
"
OpenAPI Initiative TSC
"
,
"email"
:
"
tsc@openapis.org
"
,
"url"
:
"
https://openapis.org/
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/OAI/OpenAPI-Specification.git
"
},
"license"
:
"
Apache-2.0
"
,
"scripts"
: {
"test"
:
"
npx mocha tests/**/test.js
"
},
"readmeFilename"
:
"
README.md
"
,
"files"
: [
"
README.md
"
,
"
schemas/*
"
],
"dependencies"
: {
"cheerio"
:
"
^1.0.0-rc.5
"
,
"highlight.js"
:
"
^10.6.0
"
,
"markdown-it"
:
"
^12.0.4
"
,
"yargs"
:
"
^12.0.5
"
},
"devDependencies"
: {
"@hyperjump/json-schema"
:
"
^0.17.0
"
,
"chai"
:
"
^4.3.1
"
,
"mdv"
:
"
^1.0.7
"
,
"mocha"
:
"
^8.3.0
"
,
"yaml"
:
"
^1.8.3
"
},
"keywords"
: [
"
OpenAPI
"
,
"
OAS
"
,
"
Swagger
"
,
"
schema
"
,
"
API
"
]
}
Back
|
FazBrowse Home
|
New Git URL