licenses.dev

ember-newton-cradle-loader v0.0.7

The default blueprint for ember-cli addons.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT282
PackageRelationDependenciesPublished
@pkgjs/parseargs • 0.11.0Polyfill of future proposal for `util.parseArgs()`INDIRECT0
acorn • 5.7.4ECMAScript parserINDIRECT0
ajv • 6.15.0Another JSON Schema ValidatorINDIRECT5
align-text • 0.1.4Align the text in a string.INDIRECT4
alter • 0.2.0alters a string by replacing multiple range fragments in one fast passINDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 6.2.2Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 6.2.3ANSI escape codes for styling strings in the terminalINDIRECT0
array-equal • 1.0.2Check if two arrays are equalINDIRECT0
array-find-index • 1.0.2ES2015 `Array#findIndex()` ponyfillINDIRECT0
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
ast-traverse • 0.1.1simple but flexible AST traversal with pre and post visitorsINDIRECT0
ast-types • 0.8.12Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
ast-types • 0.9.6Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
async-disk-cache • 1.3.5Async disk cacheINDIRECT24
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
async-promise-queue • 1.0.5wrapper around async.queue to make some common usages simplerINDIRECT4
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
babel-core • 5.8.38A compiler for writing next generation JavaScriptINDIRECT126
babel-plugin-constant-folding • 1.0.1Compile static constants (ie. code that we can statically determine to be constant at runtime)INDIRECT0
babel-plugin-dead-code-elimination • 1.0.2Eliminate dead codeINDIRECT0
babel-plugin-eval • 1.0.1Compile eval calls with string literalsINDIRECT0
babel-plugin-inline-environment-variables • 1.0.1Inline environment variablesINDIRECT0
babel-plugin-jscript • 1.0.4Babel plugin to fix buggy JScript named function expressionsINDIRECT0
babel-plugin-member-expression-literals • 1.0.1Turn valid member expression property literals into plain identifiersINDIRECT0
babel-plugin-property-literals • 1.0.1Turn valid property key literals to plain identifiersINDIRECT0
babel-plugin-proto-to-assign • 1.0.4Babel plugin for turning __proto__ into a shallow property cloneINDIRECT1
babel-plugin-react-constant-elements • 1.0.3Treat React JSX elements as value types and hoist them to the highest scopeINDIRECT0
babel-plugin-react-display-name • 1.0.3Add displayName to React.createClass callsINDIRECT0
babel-plugin-remove-console • 1.0.1Remove console.* callsINDIRECT0
babel-plugin-remove-debugger • 1.0.1Remove debugger statementsINDIRECT0
babel-plugin-runtime • 1.0.7Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT0
babel-plugin-undeclared-variables-check • 1.0.2Throw a compile-time error on references to undeclared variablesINDIRECT1
babel-plugin-undefined-to-void • 1.1.6Replace references to `undefined` with `void 0`INDIRECT0
babylon • 5.8.38<p align="center"> <img alt="babylon" src="https://raw.githubusercontent.com/babel/logo/master/babylon.png" width="700"> </p>INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
binaryextensions • 2.3.0A package that contains an array of every single file extension there is for binary filesINDIRECT0
blank-object • 1.0.2A faster alternative to Object.create(null)INDIRECT0
bluebird • 2.11.0Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
brace-expansion • 1.1.16Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.1.2Brace expansion as known from sh/bashINDIRECT1
breakable • 1.0.0Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.INDIRECT0
broccoli-babel-transpiler • 5.7.4A Broccoli plugin which transpile ES6 to readable ES5 by using babel.INDIRECT228
broccoli-caching-writer • 3.1.0Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.INDIRECT61
broccoli-funnel • 1.2.0Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.INDIRECT73
broccoli-merge-trees • 1.2.4Broccoli plugin to merge multiple trees into oneINDIRECT69
broccoli-persistent-filter • 1.4.6broccoli filter but with a persistent cacheINDIRECT89
broccoli-plugin • 1.3.1Base class for all Broccoli pluginsINDIRECT55
broccoli-sass-source-maps • 1.8.1Libsass-based Sass compiler for BroccoliINDIRECT250
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
camelcase-keys • 2.1.0Convert object keys to camelCaseINDIRECT2
camelcase • 1.2.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
camelcase • 2.1.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
camelcase • 3.0.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
can-symlink • 1.0.0Utility module to determine if fs.symlink commands will succeed. Useful for win32 enviornments where special permission is required for symlinking.INDIRECT2
center-align • 0.1.3Center-align the text in a string.INDIRECT6
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
clone • 0.2.0deep cloning of objects and arraysINDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commoner • 0.10.8Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modulesINDIRECT25
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js • 1.2.7Standard libraryINDIRECT0
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cross-spawn • 3.0.1Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
currently-unhandled • 0.4.1Track the list of currently unhandled promise rejections.INDIRECT1
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
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
defined • 1.0.1return the first argument that is `!== undefined`INDIRECT0
defs • 1.1.1Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.INDIRECT28
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
detect-indent • 3.0.1Detect the indentation of codeINDIRECT4
detective • 4.7.1find all require() calls by walking the ASTINDIRECT2
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
eastasianwidth • 0.2.0Get East Asian Width from a character.INDIRECT0
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
editions • 1.3.4Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)INDIRECT0
ember-cli-babel • 5.2.8Ember CLI addon for BabelDIRECT232
ember-cli-htmlbars • 1.3.5A library for adding htmlbars to ember CLIDIRECT115
ember-cli-sass • 5.3.1Use node-sass to preprocess your ember-cli app's files, with support for sourceMaps and include pathsDIRECT265
ember-cli-version-checker • 1.3.1Determine if your addon is being used by a minimum version of Ember CLI.INDIRECT1
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
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
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
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
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
fs-readdir-recursive • 0.1.2Recursively read a directoryINDIRECT0
fs-tree-diff • 0.5.9Backs out file tree changesINDIRECT8
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gaze • 1.1.3A globbing fs.watch wrapper built from the best parts of other fine watch libs.INDIRECT13
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
get-stdin • 4.0.1Easier stdinINDIRECT0
getpass • 0.1.7getpass for node.jsINDIRECT1
globals • 6.4.1Global identifiers from different JavaScript environmentsINDIRECT0
globule • 1.3.4An easy-to-use wildcard globbing library.INDIRECT12
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
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
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
heimdalljs-logger • 0.1.10Structured logging via heimdalljsINDIRECT4
heimdalljs • 0.2.6Structured instrumentation libraryINDIRECT1
home-or-tmp • 1.0.0Get the user home directory with fallback to the system temp directoryINDIRECT2
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
include-path-searcher • 0.1.0Helper functions for searching for files in multiple include pathsINDIRECT0
indent-string • 2.1.0Indent each line in a stringINDIRECT2
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
is-finite • 1.1.0ES2015 Number.isFinite() ponyfillINDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
istextorbinary • 2.1.0Determines if a buffer is comprised of text or binaryINDIRECT3
js-tokens • 1.0.1A regex that tokenizes JavaScript.INDIRECT0
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-stable-stringify • 1.3.0deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT23
json5 • 0.4.0JSON for the ES5 era.INDIRECT0
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
kind-of • 3.2.2Get the native type of a value.INDIRECT1
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
leven • 1.0.2Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
lodash.assign • 4.2.0The lodash method `_.assign` exported as a module.INDIRECT0
lodash.clonedeep • 4.5.0The lodash method `_.cloneDeep` exported as a module.INDIRECT0
lodash • 3.10.1The modern build of lodash modular utilities.INDIRECT0
lodash • 4.18.1Lodash modular utilities.INDIRECT0
longest • 1.0.1Get the longest item in an array.INDIRECT0
loud-rejection • 1.6.0Make unhandled promise rejections fail loudly instead of the default silent failINDIRECT3
map-obj • 1.0.1Map object keys and values into a new objectINDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
meow • 3.7.0CLI app helperINDIRECT47
merge • 1.2.1Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.INDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.3.5Recursively mkdir, like `mkdir -p`INDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mktemp • 2.0.3create temporary files and directoriesINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nan • 2.28.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 26 compatibilityINDIRECT0
node-gyp • 3.8.0Node.js native addon build toolINDIRECT101
node-sass • 3.13.1Wrapper around libsassINDIRECT203
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 2.1.1ES6 Object.assign() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT22
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
output-file-sync • 1.1.2Synchronously write a file and create its ancestor directories if neededINDIRECT4
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
path-exists • 1.0.0Check if a path existsINDIRECT0
path-exists • 2.1.0Check if a path existsINDIRECT2
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-root-regex • 0.1.2Regular expression for getting the root of a posix or windows filepath.INDIRECT0
path-root • 0.1.1Get the root of a posix or windows filepath.INDIRECT1
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
private • 0.1.8Utility for associating truly private state with any JavaScript objectINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
promise-map-series • 0.2.3Map over array avoiding parallel execution, using promisesINDIRECT1
psl • 1.15.0Domain name parser based on the Public Suffix ListINDIRECT1
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
quick-temp • 0.1.9Create and remove temporary directories with minimal effortINDIRECT40
read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT29
read-pkg • 1.1.0Read a package.json fileINDIRECT26
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
recast • 0.10.33JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
recast • 0.11.23JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
redent • 1.0.0Strip redundant indentation and indent the stringINDIRECT5
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regexpu • 1.3.0A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5.INDIRECT10
regjsgen • 0.2.0Generate `RegExp`s from RegJSParser’s ASTINDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
repeating • 1.1.3Repeat a string - fastINDIRECT1
repeating • 2.0.1Repeat a string - fastINDIRECT1
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve-package-path • 1.2.7a special purpose fast memoizing way to resolve a node modules package.jsonINDIRECT9
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
right-align • 0.1.3Right-align the text in a string.INDIRECT5
rsvp • 3.2.1A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
rsvp • 3.6.2A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sass-graph • 2.2.6Parse sass files and extract a graph of importsINDIRECT87
scss-tokenizer • 0.2.3A tokenzier for Sass' SCSS syntaxINDIRECT3
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
simple-fmt • 0.1.0maximally minimal string formatting libraryINDIRECT0
simple-is • 0.2.0maximally minimal type-testing libraryINDIRECT0
slash • 1.0.0Convert Windows backslash paths to slash pathsINDIRECT0
source-map-support • 0.2.10Fixes stack traces for files with source mapsINDIRECT2
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 5.1.2Get the visual width of a string - the number of columns required to display itINDIRECT4
stringmap • 0.2.2fast and robust stringmapINDIRECT0
stringset • 0.2.1fast and robust stringsetINDIRECT0
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 7.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
strip-indent • 1.0.1Strip leading whitespace from every line in a stringINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
symlink-or-copy • 1.3.1Symlink files or directories, falling back to copying on WindowsINDIRECT0
textextensions • 2.6.0A package that contains an array of every single file extension there is for text filesINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
tmp • 0.0.28Temporary file and directory creatorINDIRECT1
to-fast-properties • 1.0.3Force V8 to use fast properties for an objectINDIRECT0
trim-newlines • 1.0.0Trim newlines from the start and/or end of a stringINDIRECT0
trim-right • 1.0.1Similar to String#trim() but removes only whitespace on the rightINDIRECT0
try-resolve • 1.0.1Try and resolve a filenameINDIRECT0
tryor • 0.1.2return fn() or default value (in case of exception)INDIRECT0
underscore.string • 3.3.6String manipulation extensions for Underscore.js javascript library.INDIRECT2
user-home • 1.1.1Get the path to the user home directoryINDIRECT0
username-sync • 1.0.3username but only sync and for node 0.12INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
walk-sync • 0.3.4Get an array of recursive directory contentsINDIRECT6
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codesINDIRECT6
yargs • 3.27.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT17
yargs • 7.1.2yargs the modern, pirate-themed, successor to optimist.INDIRECT70
ISC60
PackageRelationDependenciesPublished
@isaacs/cliui • 8.0.2easily create complex multi-column command-line-interfacesINDIRECT16
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 1.1.7Keep track of the overall completion of many disparate processesINDIRECT9
block-stream • 0.0.9a stream of blocksINDIRECT1
cliui • 2.1.0easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
ensure-posix-path • 1.1.1[![Build Status](https://travis-ci.org/stefanpenner/ensure-posix-path.svg)](https://travis-ci.org/stefanpenner/ensure-posix-path) [![Build status](https://ci.appveyor.com/api/projects/status/bt015k54b2ohk1oi?svg=true)](https://ci.appveyor.com/project/embeINDIRECT0
exists-sync • 0.0.4existsSync that also checks for symlinksINDIRECT0
fast-ordered-set • 1.0.3quick and dirty ordered-setINDIRECT1
foreground-child • 3.3.1Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
fstream • 1.0.12Advanced file system stream thingsINDIRECT15
gauge • 2.7.4A terminal based horizontal guageINDIRECT17
get-caller-file • 1.0.3[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob • 10.5.0the most correct and second fastest glob implementation in JavaScriptINDIRECT34
glob • 5.0.15a little globberINDIRECT9
glob • 7.1.7a little globberINDIRECT10
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)INDIRECT0
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
hash-for-dep • 1.5.2generates a hash that represents a module and its depenencies uniquenessINDIRECT15
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
in-publish • 2.0.1Detect if we were run as a result of `npm publish`INDIRECT0
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
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
lru-cache • 10.4.3A cache object that deletes the least-recently-used items.INDIRECT0
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
matcher-collection • 1.1.2Minimatch but for collections of minimatcher matchers.INDIRECT4
minimatch • 2.0.10a glob matcher in javascriptINDIRECT3
minimatch • 3.0.8a glob matcher in javascriptINDIRECT3
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
minimatch • 9.0.9a glob matcher in javascriptINDIRECT2
nopt • 3.0.6Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npmlog • 4.1.2logger for npmINDIRECT29
once • 1.4.0Run a function exactly one timeINDIRECT1
osenv • 0.1.5Look up environment settings specific to different operating systemsINDIRECT2
path-posix • 1.0.0posix-specific core path moduleINDIRECT0
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 5.0.10A deep deletion module for node (like `rm -rf`)INDIRECT35
semver • 5.3.0The semantic version parser used by npm.INDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
tar • 2.2.2tar for nodeINDIRECT17
which-module • 1.0.0Find the module object for something that was require()dINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT5
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
yallist • 2.1.2Yet Another Linked ListINDIRECT0
yargs-parser • 5.0.1the mighty option parser used by yargsINDIRECT24
Apache-2.09
PackageRelationDependenciesPublished
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.INDIRECT46
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
workerpool • 2.3.4Offload tasks to a pool of workers on node.js and in the browserINDIRECT1
BSD-3-Clause8
PackageRelationDependenciesPublished
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
js-base64 • 2.6.4Yet another Base64 transcoder in pure-JSINDIRECT0
qs • 6.5.5A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
source-map • 0.1.32Generates and consumes source mapsINDIRECT1
source-map • 0.4.4Generates and consumes source mapsINDIRECT1
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
BSD-2-Clause5
PackageRelationDependenciesPublished
esprima • 2.7.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 3.1.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT14
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
BlueOak-1.0.04
PackageRelationDependenciesPublished
jackspeak • 3.4.3A very strict and proper argument parser.INDIRECT18
minipass • 7.1.3minimal implementation of a PassThrough streamINDIRECT0
package-json-from-dist • 1.0.1Load the local package.json from either src or dist folderINDIRECT0
path-scurry • 1.11.1walk paths fast and efficientlyINDIRECT2
non-standard3
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
regenerator • 0.8.40Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)INDIRECT58
regjsparser • 0.1.5Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
unknown2
PackageRelationDependenciesPublished
async-foreach • 0.1.3An optionally-asynchronous forEach with an interesting interface.INDIRECT0
esprima-fb • 15001.1001.0-dev-harmony-fbFacebook-specific fork of the esprima projectINDIRECT0
ISC OR WTFPL1
PackageRelationDependenciesPublished
is-integer • 1.0.7ES2015 (ES6) Number.isInteger polyfillINDIRECT1
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.23A list of SPDX license identifiersINDIRECT0
MIT OR X111
PackageRelationDependenciesPublished
wordwrap • 0.0.2Wrap those words. Show them at what columns to start and stop.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.7 version:

[![licenses](https://licenses.dev/b/npm/ember-newton-cradle-loader/0.0.7)](https://licenses.dev/npm/ember-newton-cradle-loader/0.0.7)
<a href="https://licenses.dev/npm/ember-newton-cradle-loader/0.0.7">
  <img src="https://licenses.dev/b/npm/ember-newton-cradle-loader/0.0.7" alt="licenses" />
</a>
GitHub