licenses.dev

@etclabscore/pristine-typescript-openrpc-server v0.0.0-development

Pristine Typescript OpenRPC Server

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT73
PackageRelationDependenciesPublished
@json-schema-spec/json-pointer • 0.1.2This package provides a TypeScript and JavaScript implementation of [RFC6901 JavaScript Object Notation (JSON) Pointer][rfc6901].INDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
body-parser • 1.20.3Node.js body parsing middlewareINDIRECT36
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
call-me-maybe • 1.0.2Let your JS API users either give you a callback or receive a promiseINDIRECT0
connect • 3.7.0High performance middleware frameworkINDIRECT11
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cors • 2.8.5Node.js CORS middlewareDIRECT2
debug • 2.6.9small debugging utilityINDIRECT1
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
detect-node • 2.1.0Detect Node.JS (as opposite to browser environment) (reliable)INDIRECT0
easy-stack • 1.0.1Simple JS stack with auto run for node and browsersINDIRECT0
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
fast-deep-equal • 3.1.3Fast 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
finalhandler • 1.1.2Node.js final http responderINDIRECT9
format-util • 1.0.5Lightweight format utility for the browser, based on util.format().INDIRECT0
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
is-url • 1.2.4Check whether a string is a URL.INDIRECT0
isomorphic-fetch • 3.0.0Isomorphic WHATWG Fetch API, for Node & BrowserifyINDIRECT5
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
json-schema-faker • 0.5.6JSON-Schema + fake data generatorsINDIRECT9
json-schema-ref-parser • 6.1.0Parse, Resolve, and Dereference JSON Schema $ref pointersINDIRECT7
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
jsonpath-plus • 7.2.0A JS implementation of JSONPath with some additional operatorsINDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
on-finished • 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
ono • 4.0.11Throw better errors.INDIRECT1
parseurl • 1.3.3parse a url with memoizationINDIRECT0
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
whatwg-fetch • 3.6.20A window.fetch polyfill.INDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
ws • 8.18.0Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
Apache-2.07
PackageRelationDependenciesPublished
@json-schema-tools/dereferencer • 1.6.3Dereference (aka parse refs) from JSON SchemasINDIRECT10
@json-schema-tools/meta-schema • 1.7.5JSON Schema Meta Schema & Generated types for typescript, rust, golang and pythonINDIRECT0
@json-schema-tools/reference-resolver • 1.2.6Turns a $ref into a JSONSchemaINDIRECT7
@json-schema-tools/traverse • 1.10.4This package exports a method that will traverse a JSON-Schema, calling a mutation function for each sub schema found. It is useful for building tools to work with JSON Schemas.INDIRECT0
@open-rpc/meta-schema • 1.14.9OpenRPC Specification JSON schemasDIRECT0
@open-rpc/schema-utils-js • 2.0.5<center> <span> <img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/open-rpc/schema-utils-js/master.svg"> <img src="https://codecov.io/gh/open-rpc/schema-utils-js/branch/master/graph/badge.svg" /> <img alt="npm" srINDIRECT25
@open-rpc/server-js • 1.9.5<center> <span> <img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/open-rpc/server-js/master.svg"> <img src="https://codecov.io/gh/open-rpc/server-js/branch/master/graph/badge.svg" /> <img alt="Dependabot status" DIRECT91
non-standard3
PackageRelationDependenciesPublished
js-message • 1.0.5normalized JS Object and JSON message and event protocol for node.js, vanialla js, react.js, components, actions, stores and dispatchersINDIRECT0
js-queue • 2.0.0Simple JS queue with auto run for node and browsersINDIRECT1
node-ipc • 9.1.1A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.INDIRECT4
ISC3
PackageRelationDependenciesPublished
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
BSD-2-Clause3
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
event-pubsub • 4.3.0Super light and fast Extensible PubSub events and EventEmitters for Node and the browser with support for ES6 by default, and ES5 versions for older verions of node and older IE/Safari versions. Easy for any developer level. No frills, just high speed pubINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40etclabscore%2Fpristine-typescript-openrpc-server)](https://licenses.dev/npm/%40etclabscore%2Fpristine-typescript-openrpc-server)
<a href="https://licenses.dev/npm/%40etclabscore%2Fpristine-typescript-openrpc-server">
  <img src="https://licenses.dev/b/npm/%40etclabscore%2Fpristine-typescript-openrpc-server" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.0-development version:

[![licenses](https://licenses.dev/b/npm/%40etclabscore%2Fpristine-typescript-openrpc-server/0.0.0-development)](https://licenses.dev/npm/%40etclabscore%2Fpristine-typescript-openrpc-server/0.0.0-development)
<a href="https://licenses.dev/npm/%40etclabscore%2Fpristine-typescript-openrpc-server/0.0.0-development">
  <img src="https://licenses.dev/b/npm/%40etclabscore%2Fpristine-typescript-openrpc-server/0.0.0-development" alt="licenses" />
</a>
GitHub