licenses.dev

account-dev v0.0.1

Account-dev

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT78
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 moduleINDIRECT0
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
async • 1.5.2Higher-order functions and common patterns for asynchronous codeINDIRECT0
backoff • 2.5.0Fibonacci and exponential backoffs.INDIRECT1
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 servicesINDIRECT18
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
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
component-emitter • 1.2.1Event emitterINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cookiejar • 2.0.6simple persistent cookiejar systemINDIRECT0
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
debug • 2.6.9small debugging utilityINDIRECT1
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT27
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
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
divsense-adda-helper • 0.0.5Divsense ADDA API helpersDIRECT0
divsense-alien-body • 0.0.6Divsense Alien BodyDIRECT0
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
extend • 3.0.0Port of jQuery.extend for node.js and the browserINDIRECT0
extsprintf • 1.4.1extended POSIX-style sprintfINDIRECT0
form-data • 1.0.0-rc3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
formidable • 1.0.17A node.js module for parsing form data, especially file uploads.INDIRECT0
formidable • 1.2.6(DEPRECATED! Install formidable@v2) A node.js module for parsing form data, especially file uploads.INDIRECT0
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.INDIRECT3
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
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
keep-alive-agent • 0.0.1a keep-alive agent for http and httpsINDIRECT0
lambdajs • 1.0.1The full ECMAScript API done a pointfree way.DIRECT3
lodash.compose • 2.4.1The Lo-Dash function `_.compose` as a Node.js module generated by lodash-cli.INDIRECT1
lodash.curry • 4.1.1The lodash method `_.curry` exported as a module.INDIRECT0
lodash.isfunction • 2.4.1The Lo-Dash function `_.isFunction` as a Node.js module generated by lodash-cli.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.3.4A comprehensive library for mime-type mappingINDIRECT0
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
minimist • 1.2.8parse argument optionsDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
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 negotiationINDIRECT0
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
readable-stream • 1.0.27-1Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
restify • 3.0.3REST frameworkDIRECT73
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.INDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
superagent • 1.8.5elegant & feature rich browser / node HTTP with a fluent APIDIRECT21
verror • 1.10.1richer JavaScript errorsINDIRECT3
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.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
rimraf • 2.4.5A deep deletion module for node (like `rm -rf`)INDIRECT10
semver • 4.3.6The semantic version parser used by npm.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause7
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.INDIRECT4
qs • 2.3.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
qs • 2.4.2A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
stream-transform • 0.1.2Object transformations implementing the Node.js `stream.Transform` APIINDIRECT0
unknown3
PackageRelationDependenciesPublished
escape-regexp-component • 1.0.2Escape regular expression special charactersINDIRECT0
node-uuid • 1.4.8Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
precond • 0.2.3Precondition checking utilities.INDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
reduce-component • 1.0.1Array reduce componentINDIRECT0
tunnel-agent • 0.4.3HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
dtrace-provider • 0.4.0Native DTrace providers for node.js applicationsINDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.1 version:

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