UNPKG

oas-resolver-browser

Version:

Resolve external $refs in OpenAPI (swagger) 2.0 / 3.x definitions

42 lines (41 loc) 966 B
{ "name": "oas-resolver-browser", "version": "2.5.6", "description": "Resolve external $refs in OpenAPI (swagger) 2.0 / 3.x definitions", "main": "index.js", "bin": { "resolve": "resolve.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "funding": "https://github.com/Mermade/oas-kit?sponsor=1", "keywords": [ "openapi", "swagger", "oas", "resolver", "resolution", "ref", "json-pointer", "json-ref" ], "author": "Mike Ralphson", "license": "BSD-3-Clause", "dependencies": { "node-fetch-h2": "^2.3.0", "oas-kit-common": "^1.0.8", "path-browserify": "^1.0.1", "reftools": "^1.1.9", "yaml": "^1.10.0", "yargs": "^17.0.1" }, "repository": { "type": "git", "url": "https://github.com/Mermade/oas-kit.git" }, "bugs": { "url": "https://github.com/mermade/oas-kit/issues" }, "gitHead": "da527220c78530e836c33f77178493aab93d385c" }