licenses.dev

ember-cli-typescript v2.0.2

Allow ember apps to use typescript files.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT59
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/generator • 7.26.3Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.9Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-create-class-features-plugin • 7.25.9Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-member-expression-to-functions • 7.25.9Helper function to replace certain member expressions with function callsINDIRECT19
@babel/helper-optimise-call-expression • 7.25.9Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.25.9General utilities for plugins to useINDIRECT0
@babel/helper-replace-supers • 7.25.9Helper function to replace supersINDIRECT21
@babel/helper-skip-transparent-expression-wrappers • 7.25.9Helper which skips types and parenthesesINDIRECT19
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/parser • 7.26.3A JavaScript parserINDIRECT3
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxDIRECT27
@babel/plugin-syntax-typescript • 7.25.9Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-transform-typescript • 7.4.5Transform TypeScript into ES.nextDIRECT2
@babel/template • 7.25.9Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.26.4The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.26.3Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jridgewell/gen-mapping • 0.3.8Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@types/minimatch • 3.0.5TypeScript definitions for MinimatchINDIRECT0
ansi-to-html • 0.6.15Convert ansi escaped text streams to html.DIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
debug • 4.4.0Lightweight debugging utility for Node.js and the browserDIRECT1
ember-cli-babel-plugin-helpers • 1.1.1Utilities for managing installed Babel plugins in an Ember app or addonDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
execa • 1.0.0A better `child_process`DIRECT18
fs-extra • 7.0.1fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.DIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyDIRECT5
rsvp • 4.8.5A lightweight library that provides tools for organizing asynchronous codeDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
stagehand • 1.0.1A type-safe library for communicating between JS processes, workers, or other message-passing boundaries.DIRECT2
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
walk-sync • 1.1.4Get an array of recursive directory contentsDIRECT7
ISC12
PackageRelationDependenciesPublished
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
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
matcher-collection • 1.1.2Minimatch but for collections of minimatcher matchers.INDIRECT4
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.DIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.2 version:

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