licenses.dev

ember-cli-htmlbars v6.3.0

A library for adding htmlbars to ember CLI

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT161
PackageRelationDependenciesPublished
@ember/edition-utils • 1.2.0Utilities to detect if a given edition is in use in an ember-cli application.DIRECT0
@glimmer/env • 0.1.7Glimmer application environment variables stubINDIRECT0
@glimmer/interfaces • 0.84.3INDIRECT1
@glimmer/syntax • 0.84.3INDIRECT6
@glimmer/util • 0.84.3Common utilities used in GlimmerINDIRECT3
@simple-dom/interface • 1.4.0Simple DOM typescript interfacesINDIRECT0
@types/minimatch • 3.0.5TypeScript definitions for MinimatchINDIRECT0
@types/symlink-or-copy • 1.2.2TypeScript definitions for symlink-or-copyINDIRECT0
array-buffer-byte-length • 1.0.2Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT17
arraybuffer.prototype.slice • 1.0.4ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT80
async-disk-cache • 2.1.0Async disk cacheINDIRECT26
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
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
babel-import-util • 3.0.0Utility for manipulating imports within babel pluginsINDIRECT0
babel-plugin-ember-modules-api-polyfill • 3.5.0Polyfill for Ember JS API.INDIRECT1
babel-plugin-ember-template-compilation • 2.3.0Babel implementation of Ember's low-level template-compilation APIDIRECT8
babel-plugin-htmlbars-inline-precompile • 5.3.1Babel plugin to replace tagged template strings with precompiled HTMLBars templatesDIRECT90
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
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
broccoli-debug • 0.6.5Enable easy debugging of broccoli pipelines with broccoli-debug!DIRECT35
broccoli-kitchen-sink-helpers • 0.3.1Collection of helpers that need to be extracted into separate packagesINDIRECT12
broccoli-node-api • 1.7.0Broccoli Plugin API TypesINDIRECT0
broccoli-node-info • 2.2.0Inspect Broccoli nodes; thin wrapper around node.__broccoliGetInfo__()INDIRECT0
broccoli-output-wrapper • 3.2.5Output wrapper is a library to write output file to outputpath.INDIRECT10
broccoli-persistent-filter • 3.1.3broccoli filter but with a persistent cacheDIRECT73
broccoli-plugin • 1.3.1Base class for all Broccoli pluginsINDIRECT20
broccoli-plugin • 4.0.7Base class for all Broccoli pluginsDIRECT41
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT14
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT11
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
data-view-buffer • 1.0.2Get the ArrayBuffer out of a DataView, robustly.INDIRECT24
data-view-byte-length • 1.0.2Get the byteLength out of a DataView, robustly.INDIRECT24
data-view-byte-offset • 1.0.1Get the byteOffset out of a DataView, robustly.INDIRECT24
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
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
editions • 2.3.1Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)INDIRECT2
ember-cli-version-checker • 5.1.2Determine if your addon is being used by a minimum version of Ember CLI.DIRECT13
ember-rfc176-data • 0.3.18JSON data for Ember.js RFC #176INDIRECT0
errlop • 2.2.0An extended Error class that envelops a parent error, such that the stack trace contains the causationINDIRECT0
es-abstract • 1.23.7ECMAScript spec abstract operations.INDIRECT80
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.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.0.3A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT12
es-to-primitive • 1.3.0ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT18
for-each • 0.3.3A better forEachINDIRECT1
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fs-merger • 3.2.1Reads files from a real locationINDIRECT24
fs-tree-diff • 0.5.9Backs out file tree changesINDIRECT8
fs-tree-diff • 2.0.1Backs out file tree changesDIRECT9
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.8An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT20
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.2.6Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT10
get-symbol-description • 1.1.0Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-bigints • 1.1.0Determine if the JS environment has BigInt support.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-proto • 1.2.0Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT5
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
heimdalljs-logger • 0.1.10Structured logging via heimdalljsDIRECT4
heimdalljs • 0.2.6Structured instrumentation libraryINDIRECT1
internal-slot • 1.1.0ES spec-like internal slotsINDIRECT17
is-array-buffer • 3.0.5Is this value a JS ArrayBuffer?INDIRECT16
is-async-function • 2.0.0Determine if a function is a native async function.INDIRECT2
is-bigint • 1.1.0Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.2.1Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-data-view • 1.0.2Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT23
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-finalizationregistry • 1.1.1Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-generator-function • 1.0.10Determine if a function is a native generator function.INDIRECT2
is-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-number-object • 1.1.1Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-set • 2.0.3Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-shared-array-buffer • 1.0.4Is this value a JS SharedArrayBuffer?INDIRECT12
is-string • 1.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-symbol • 1.1.1Determine if a value is an ES6 Symbol or not.INDIRECT15
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.INDIRECT22
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakref • 1.1.0Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
istextorbinary • 2.6.0Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.INDIRECT5
js-string-escape • 1.0.1Escape strings for use as JavaScript string literalsDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
line-column • 1.0.2Convert efficiently index to/from line-column in a stringINDIRECT2
lodash • 4.17.21Lodash modular utilities.INDIRECT0
magic-string • 0.25.9Modify strings, generate sourcemapsINDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mktemp • 0.4.0mktemp command for node.jsINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
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-shimINDIRECT18
parse-static-imports • 1.1.0Gracefully parse ECMAScript static imports 💃INDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
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
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
promise-map-series • 0.2.3Map over array avoiding parallel execution, using promisesINDIRECT1
promise-map-series • 0.3.0Map over array avoiding parallel execution, using promisesINDIRECT0
quick-temp • 0.1.8Create and remove temporary directories with minimal effortINDIRECT16
reflect.getprototypeof • 1.0.9An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possibleINDIRECT80
regexp.prototype.flags • 1.5.3ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT19
resolve-package-path • 1.2.7a special purpose fast memoizing way to resolve a node modules package.jsonINDIRECT8
resolve-package-path • 3.1.0a special purpose fast memoizing way to resolve a node modules package.jsonINDIRECT8
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
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
rsvp • 4.8.5A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
safe-array-concat • 1.1.3`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT17
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
set-function-length • 1.2.2Set a function's length propertyINDIRECT13
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT13
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT14
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT16
simple-html-tokenizer • 0.5.11Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.INDIRECT0
sourcemap-codec • 1.4.8Encode/decode sourcemap mappingsINDIRECT0
string.prototype.matchall • 4.0.12Spec-compliant polyfill for String.prototype.matchAllINDIRECT81
string.prototype.trim • 1.2.10ES5 spec-compliant shim for String.prototype.trimINDIRECT80
string.prototype.trimend • 1.0.9ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT18
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT17
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
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT23
typed-array-byte-length • 1.0.3Robustly get the byte length of a Typed ArrayINDIRECT24
typed-array-byte-offset • 1.0.4Robustly get the byte offset of a Typed ArrayINDIRECT80
typed-array-length • 1.0.7Robustly get the length of a Typed ArrayINDIRECT80
unbox-primitive • 1.1.0Unbox a boxed JS primitive value.INDIRECT22
underscore.string • 3.3.6String manipulation extensions for Underscore.js javascript library.INDIRECT2
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
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
walk-sync • 0.3.4Get an array of recursive directory contentsINDIRECT6
walk-sync • 2.2.0Get an array of recursive directory contentsDIRECT7
which-boxed-primitive • 1.1.1Which kind of boxed JS primitive is this?INDIRECT21
which-builtin-type • 1.2.1What is the type of this builtin JS value?INDIRECT46
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT16
which-typed-array • 1.1.18Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT21
ISC21
PackageRelationDependenciesPublished
@handlebars/parser • 2.0.0The parser for the Handlebars languageINDIRECT0
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
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 5.0.15a little globberINDIRECT9
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
hash-for-dep • 1.5.1generates a hash that represents a module and its depenencies uniquenessDIRECT27
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
matcher-collection • 1.1.2Minimatch but for collections of minimatcher matchers.INDIRECT4
matcher-collection • 2.0.1Minimatch but for collections of minimatcher matchers.INDIRECT5
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
path-posix • 1.0.0posix-specific core path moduleINDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.DIRECT0
silent-error • 1.1.1stackless unless otherwise requested errorDIRECT2
tree-sync • 1.4.0A module for repeated efficient synchronizing two directories.INDIRECT31
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
unknown1
PackageRelationDependenciesPublished
sync-disk-cache • 2.1.0sync disk cacheINDIRECT19
BSD-3-Clause1
PackageRelationDependenciesPublished
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 6.3.0 version:

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