licenses.dev

township v2.0.0

route handlers to use in your REST API to handle user management

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT90
PackageRelationDependenciesPublished
abstract-leveldown • 2.6.3An abstract prototype matching the LevelDOWN APIINDIRECT1
abstract-leveldown • 2.7.2An abstract prototype matching the LevelDOWN APIINDIRECT1
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
base64-js • 0.0.2Base64 encoding/decoding in pure JSINDIRECT0
bops • 0.1.1buffer operationsINDIRECT2
bytewise • 0.7.1Binary serialization which sorts bytewise for arbirarily complex data structuresINDIRECT3
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.9Robustly `.call.bind()` a functionINDIRECT18
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
clone • 0.1.19deep cloning of objects and arraysINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
deferred-leveldown • 1.2.2For handling delayed-open on LevelDOWN compatible librariesINDIRECT2
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
defined • 0.0.0return the first argument that is `!== undefined`INDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
each-async • 1.1.1Async concurrent iterator (async forEach)INDIRECT2
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
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.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
for-each • 0.3.5A better forEachINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
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.3A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT26
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.1Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
json-stable-stringify • 0.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT1
jsonwebtoken • 7.4.3JSON Web Token implementation (symmetric and asymmetric)INDIRECT13
jwa • 1.4.2JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.3Implementation of JSON Web SignaturesINDIRECT4
kind-of • 3.2.2Get the native type of a value.INDIRECT1
level-codec • 7.0.1Levelup's encoding logicINDIRECT0
level-errors • 1.0.5Error types for LevelUPINDIRECT2
level-fix-range • 2.0.0make using levelup reverse ranges easyINDIRECT1
level-indexer • 2.0.1Generic indexer for leveldb. Only stores document keys for space efficiency.INDIRECT16
level-iterator-stream • 1.3.1Turn a leveldown iterator into a readable streamINDIRECT9
level-option-wrap • 1.1.0wrap `opts.{{g,l}{t,e,te},start,end}` arguments with functionsINDIRECT1
levelup • 1.3.9Fast & simple storage - a Node.js-style LevelDB wrapperINDIRECT14
lodash.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
object-keys • 0.4.0An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shimINDIRECT0
onetime • 1.1.0Only call a function onceINDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
prr • 1.0.1A better Object.defineProperty()INDIRECT0
pump • 1.0.3pipe streams together and close all of them if one of them closesINDIRECT3
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
set-immediate-shim • 1.0.1Simple setImmediate shimINDIRECT0
shasum • 1.0.2Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.INDIRECT35
stream-collector • 1.0.1Buffer data from a stream into an array if a callback is providedINDIRECT2
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
sublevel • 2.4.0sublevels for levelupINDIRECT5
subleveldown • 2.1.0sublevels implemented using leveldownsINDIRECT18
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 0.6.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT6
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
to-buffer • 1.2.2Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.INDIRECT30
to-utf8 • 0.0.1single-function form of node's Buffer.toString(utf8)INDIRECT0
township-access • 2.0.0An access control module to accompany township-authINDIRECT25
township-auth • 2.0.5authentication libraryINDIRECT82
township-token • 2.2.0create a jwt token from township auth and access dataINDIRECT39
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT27
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 2.0.3Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
which-typed-array • 1.1.20Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT25
xtend • 2.1.2extend like a bossINDIRECT1
xtend • 4.0.2extend like a bossINDIRECT0
ISC5
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 5.4.1The semantic version parser used by npm.INDIRECT0
township-accounts • 4.0.3Node.js library for managing user accounts.DIRECT103
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause4
PackageRelationDependenciesPublished
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
hoek • 2.16.3General purpose node utilitiesINDIRECT0
joi • 6.10.1Object schema validationINDIRECT4
topo • 1.1.0Topological sorting with grouping supportINDIRECT1
unknown1
PackageRelationDependenciesPublished
level-simple-indexes • 2.2.0Create multiple indexes of data stored in a leveldb using level-indexerINDIRECT24
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.12Streamable SHA hashes in pure javascriptINDIRECT32
BSD-2-Clause1
PackageRelationDependenciesPublished
isemail • 1.2.0validate an email address according to RFCs 5321, 5322, and othersINDIRECT0
non-standard1
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.0 version:

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