licenses.dev

swagger2openapi v3.2.14

Convert Swagger 2.0 definitions to OpenApi 3.0 and validate

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

MIT81
PackageRelationDependenciesPublished
@babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/helper-validator-identifier • 7.29.7Validate identifier/keywords nameINDIRECT0
@babel/runtime • 7.29.7babel's modular runtime helpersINDIRECT0
ajv • 5.5.2Another JSON Schema ValidatorINDIRECT4
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
call-me-maybe • 1.0.2Let your JS API users either give you a callback or receive a promiseDIRECT0
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
co • 4.6.0generator async control flow goodnessINDIRECT0
code-error-fragment • 0.0.230Shows code error fragment of input fileINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es6-promise • 3.3.1A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
execa • 1.0.0A better `child_process`INDIRECT18
fast-deep-equal • 1.1.0Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fast-safe-stringify • 2.1.1Safely and quickly serialize JavaScript objectsINDIRECT0
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
grapheme-splitter • 1.0.4A JavaScript library that breaks strings into their individual user-perceived characters. It supports emojis!INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
http2-client • 1.3.5Drop-in replacement for Nodes http and https that transparently make http request to both http1 / http2 server, it's using the ALPN protocolINDIRECT0
invert-kv • 2.0.0Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`INDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.15.0YAML 1.2 parser and serializerDIRECT3
json-schema-traverse • 0.3.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-to-ast • 2.1.0JSON AST parserINDIRECT2
jsonpointer • 4.1.0Simple JSON Addressing.INDIRECT0
lcid • 2.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
leven • 2.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
map-age-cleaner • 0.1.3Automatically cleanup expired items in a MapINDIRECT1
mem • 4.3.0Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical inputINDIRECT4
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
node-fetch-h2 • 2.3.0Implementation of window.fetch which can use http2 seamlesslyINDIRECT1
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsDIRECT3
node-readfiles • 0.2.0A lightweight Node.js module to recursively read files in a directory using ES6 PromisesDIRECT1
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
os-locale • 3.1.0Get the system localeINDIRECT26
p-defer • 1.0.0Create a deferred promiseINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-is-promise • 2.1.0Check if something is a promiseINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
pump • 3.0.4pipe streams together and close all of them if one of them closesINDIRECT3
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
should-equal • 2.0.0Deep comparison of 2 instances for should.jsINDIRECT1
should-format • 3.0.3Formatting of objects for should.jsINDIRECT3
should-type-adaptors • 1.1.0Small utility functions to use the same traversing etc code on different typesINDIRECT2
should-type • 1.4.0Simple module to get instance type. Like a bit more advanced version of typeofINDIRECT0
should-util • 1.0.1Utility functionsINDIRECT0
should • 13.2.3test framework agnostic BDD-style assertionsINDIRECT5
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
yargs • 12.0.5yargs the modern, pirate-themed, successor to optimist.DIRECT54
ISC14
PackageRelationDependenciesPublished
cliui • 4.1.0easily create complex multi-column command-line-interfacesINDIRECT11
get-caller-file • 1.0.3[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 11.1.1the mighty option parser used by yargsINDIRECT2
BSD-3-Clause7
PackageRelationDependenciesPublished
oas-kit-common • 1.0.8Common utility functions for oas-kitDIRECT1
oas-linter • 1.0.8Default linter plugin for oas-validatorINDIRECT10
oas-resolver • 1.1.1Resolve external $refs in OpenAPI (swagger) 2.0 / 3.x definitionsDIRECT64
oas-schema-walker • 1.1.5Library to walk OAS 3 schema objects and call a callbackDIRECT0
oas-validator • 1.1.13Parser/validator for OpenAPI 3.x definitionsDIRECT97
reftools • 1.1.9Utility functions to deal with references in objectsDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
better-ajv-errors • 0.5.7JSON Schema validation for HumanINDIRECT18
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/swagger2openapi)](https://licenses.dev/npm/swagger2openapi)
<a href="https://licenses.dev/npm/swagger2openapi">
  <img src="https://licenses.dev/b/npm/swagger2openapi" alt="licenses" />
</a>

Or the licenses badge code for the 3.2.14 version:

[![licenses](https://licenses.dev/b/npm/swagger2openapi/3.2.14)](https://licenses.dev/npm/swagger2openapi/3.2.14)
<a href="https://licenses.dev/npm/swagger2openapi/3.2.14">
  <img src="https://licenses.dev/b/npm/swagger2openapi/3.2.14" alt="licenses" />
</a>
GitHub