licenses.dev

restify v3.0.3

REST framework

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT53
PackageRelationDependenciesPublished
asn1 • 0.1.11Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT0
assert-plus • 0.1.5Extra assertions on top of node's assert moduleDIRECT0
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
backoff • 2.5.0Fibonacci and exponential backoffs.DIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
bunyan • 1.3.4a JSON logging library for node.js servicesDIRECT18
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
ctype • 0.5.3read and write binary structures and data typesINDIRECT0
deep-equal • 1.1.2node's assert.deepEqual algorithmDIRECT27
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
extsprintf • 1.4.1extended POSIX-style sprintfINDIRECT0
formidable • 1.2.6(DEPRECATED! Install formidable@v2) A node.js module for parsing form data, especially file uploads.DIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-signature • 0.10.1Reference implementation of Joyent's HTTP Signature scheme.DIRECT3
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
keep-alive-agent • 0.0.1a keep-alive agent for http and httpsDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mime • 1.6.0A comprehensive library for mime-type mappingDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mv • 2.1.1fs.rename but works across devices. same as the unix utility 'mv'INDIRECT14
nan • 1.5.3Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibilityINDIRECT0
ncp • 2.0.0Asynchronous recursive file copy utility.INDIRECT0
negotiator • 0.5.3HTTP content negotiationDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT18
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
safe-json-stringify • 1.2.0Prevent defined property getters from throwing errorsINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
spdy • 1.32.5Implementation of the SPDY protocol on node.js.DIRECT0
verror • 1.10.1richer JavaScript errorsDIRECT3
ISC9
PackageRelationDependenciesPublished
glob • 6.0.4a little globberINDIRECT9
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache • 2.7.3A cache object that deletes the least-recently-used items.DIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeDIRECT1
rimraf • 2.4.5A deep deletion module for node (like `rm -rf`)INDIRECT10
semver • 4.3.6The semantic version parser used by npm.DIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause6
PackageRelationDependenciesPublished
csv-generate • 0.0.6CSV and object generation implementing the Node.js `stream.Readable` APIINDIRECT0
csv-parse • 1.3.3CSV parsing implementing the Node.js `stream.Transform` APIINDIRECT0
csv-stringify • 0.0.8CSV stringifier implementing the Node.js `stream.Transform` APIINDIRECT0
csv • 0.4.6CSV parser with simple api, full of options and tested against large datasets.DIRECT4
qs • 2.4.2A querystring parser that supports nesting and arrays, with a depth limitDIRECT0
stream-transform • 0.1.2Object transformations implementing the Node.js `stream.Transform` APIINDIRECT0
unknown3
PackageRelationDependenciesPublished
escape-regexp-component • 1.0.2Escape regular expression special charactersDIRECT0
node-uuid • 1.4.8Rigorous implementation of RFC4122 (v1 and v4) UUIDs.DIRECT0
precond • 0.2.3Precondition checking utilities.INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
dtrace-provider • 0.4.0Native DTrace providers for node.js applicationsDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
tunnel-agent • 0.4.3HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.0.3 version:

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