licenses.dev

@triptyk/tpk-ember-export-menu v0.0.2

This addon will give you a wasm export menu in TailwindCSS with Ember

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT467
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.26.3The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.0Babel compiler core.INDIRECT38
@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-compilation-targets • 7.25.9Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.9Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-create-regexp-features-plugin • 7.26.3Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.3Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.25.9Helper function to replace certain member expressions with function callsINDIRECT19
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-module-transforms • 7.26.0Babel helper functions for implementing ES6 module transformationsINDIRECT20
@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-remap-async-to-generator • 7.25.9Helper function to remap async functions to generatorsINDIRECT21
@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/helper-validator-option • 7.25.9Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.25.9Helper to wrap functions inside a function call.INDIRECT19
@babel/helpers • 7.26.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.26.3A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT20
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT22
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT20
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-proposal-decorators • 7.25.9Compile class and object decorators to ES5INDIRECT28
@babel/plugin-proposal-private-methods • 7.18.6This plugin transforms private class methodsINDIRECT27
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-proposal-private-property-in-object • 7.21.11This plugin transforms checks for a private property in an objectINDIRECT28
@babel/plugin-syntax-decorators • 7.25.9Allow parsing of decoratorsINDIRECT1
@babel/plugin-syntax-import-assertions • 7.26.0Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.26.0Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-private-property-in-object • 7.14.5Allow parsing of '#foo in obj' brand checksINDIRECT1
@babel/plugin-syntax-typescript • 7.25.9Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.25.9Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.25.9Turn async generator functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-async-to-generator • 7.25.9Turn async functions into ES2015 generatorsINDIRECT24
@babel/plugin-transform-block-scoped-functions • 7.25.9Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.9Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.25.9This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-transform-class-static-block • 7.26.0Transform class static blocksINDIRECT27
@babel/plugin-transform-classes • 7.25.9Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.25.9Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.25.9Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 7.25.9Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.25.9Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.25.9Transform import() expressionsINDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.26.3Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.25.9Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.25.9Compile ES2015 for...of to ES5INDIRECT21
@babel/plugin-transform-function-name • 7.25.9Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.25.9Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.25.9Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.25.9Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.9Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.25.9This plugin transforms ES2015 modules to AMDINDIRECT22
@babel/plugin-transform-modules-commonjs • 7.26.3This plugin transforms ES2015 modules to CommonJSINDIRECT22
@babel/plugin-transform-modules-systemjs • 7.25.9This plugin transforms ES2015 modules to SystemJSINDIRECT22
@babel/plugin-transform-modules-umd • 7.25.9This plugin transforms ES2015 modules to UMDINDIRECT22
@babel/plugin-transform-named-capturing-groups-regex • 7.25.9Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.25.9Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.25.9Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.25.9Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.25.9Compile object rest and spread to ES5INDIRECT15
@babel/plugin-transform-object-super • 7.25.9Compile ES2015 object super to ES5INDIRECT23
@babel/plugin-transform-optional-catch-binding • 7.25.9Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.25.9Transform optional chaining operators into a series of nil checksINDIRECT21
@babel/plugin-transform-parameters • 7.25.9Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.25.9This plugin transforms private class methodsINDIRECT27
@babel/plugin-transform-private-property-in-object • 7.25.9This plugin transforms checks for a private property in an objectINDIRECT27
@babel/plugin-transform-property-literals • 7.25.9Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-regenerator • 7.25.9Explode async and generator functions into a state machine.INDIRECT4
@babel/plugin-transform-regexp-modifiers • 7.26.0Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.25.9Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-runtime • 7.25.9Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT45
@babel/plugin-transform-shorthand-properties • 7.25.9Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.9Compile ES2015 spread to ES5INDIRECT21
@babel/plugin-transform-sticky-regex • 7.25.9Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.25.9Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.25.9This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-typescript • 7.26.3Transform TypeScript into ES.nextINDIRECT28
@babel/plugin-transform-unicode-escapes • 7.25.9Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.25.9Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.25.9Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.25.9Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/polyfill • 7.12.1Provides polyfills necessary for a full ES2015+ environmentINDIRECT2
@babel/preset-env • 7.26.0A Babel preset for each environment.INDIRECT129
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/runtime • 7.12.18babel's modular runtime helpersINDIRECT1
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@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
@discoveryjs/json-ext • 0.5.7A set of utilities that extend the use of JSONINDIRECT0
@ember-data/rfc395-data • 0.0.4JSON data for Ember.js RFC #395INDIRECT0
@ember/edition-utils • 1.2.0Utilities to detect if a given edition is in use in an ember-cli application.INDIRECT0
@embroider/macros • 1.16.10Standardized build-time macros for ember apps.INDIRECT302
@embroider/shared-internals • 2.8.1Utilities shared among the other embroider packagesINDIRECT24
@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
@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
@polka/url • 1.0.0-next.28Super fast, memoized `req.url` parserINDIRECT0
@simple-dom/interface • 1.4.0Simple DOM typescript interfacesINDIRECT0
@types/fs-extra • 5.1.0TypeScript definitions for fs-extraINDIRECT2
@types/glob • 8.1.0TypeScript definitions for globINDIRECT3
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/minimatch • 3.0.5TypeScript definitions for MinimatchINDIRECT0
@types/minimatch • 5.1.2TypeScript definitions for minimatchINDIRECT0
@types/node • 22.10.2TypeScript definitions for nodeINDIRECT1
@types/rimraf • 2.0.5TypeScript definitions for rimrafINDIRECT4
@types/symlink-or-copy • 1.2.2TypeScript definitions for symlink-or-copyINDIRECT0
acorn-walk • 8.3.4ECMAScript (ESTree) AST walkerINDIRECT1
acorn • 8.14.0ECMAScript parserINDIRECT0
ajv-formats • 2.1.1Format validation for Ajv v7+INDIRECT5
ajv-keywords • 3.5.2Custom JSON-Schema keywords for Ajv validatorINDIRECT0
ajv-keywords • 5.1.0Additional JSON-Schema keywords for Ajv JSON validatorINDIRECT1
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ajv • 8.17.1Another JSON Schema ValidatorINDIRECT4
amd-name-resolver • 1.3.1AMD module name resolver algorithmINDIRECT2
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-to-html • 0.6.15Convert ansi escaped text streams to html.INDIRECT1
array-buffer-byte-length • 1.0.2Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT17
array-equal • 1.0.2Check if two arrays are equalINDIRECT0
arraybuffer.prototype.slice • 1.0.4ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT80
assert-never • 1.4.0Helper function for exhaustive checks of discriminated unions in TypeScriptINDIRECT0
async-disk-cache • 1.3.5Async disk cacheINDIRECT24
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 • 2.1.1Utility for manipulating imports within babel pluginsINDIRECT0
babel-import-util • 3.0.0Utility for manipulating imports within babel pluginsINDIRECT0
babel-loader • 8.4.1babel module loader for webpackINDIRECT24
babel-plugin-debug-macros • 0.3.4Debug macros and feature flag strippingINDIRECT1
babel-plugin-ember-data-packages-polyfill • 0.1.2Polyfill for EmberData Packages API.INDIRECT1
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 APIINDIRECT8
babel-plugin-htmlbars-inline-precompile • 5.3.1Babel plugin to replace tagged template strings with precompiled HTMLBars templatesINDIRECT90
babel-plugin-module-resolver • 3.2.0Module resolver plugin for BabelINDIRECT28
babel-plugin-polyfill-corejs2 • 0.4.12A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.6A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.3A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
babel-plugin-syntax-dynamic-import • 6.18.0Allow parsing of import()INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
better-path-resolve • 1.0.0A better path.resolve() that normalizes paths on WindowsINDIRECT1
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
binaryextensions • 2.3.0A package that contains an array of every single file extension there is for binary filesINDIRECT0
biskviit • 1.0.1Yet another module for http cookie handlingINDIRECT2
blank-object • 1.0.2A faster alternative to Object.create(null)INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
broccoli-babel-transpiler • 7.8.1A Broccoli plugin which transpile ES6 to readable ES5 by using babel.INDIRECT135
broccoli-debug • 0.6.5Enable easy debugging of broccoli pipelines with broccoli-debug!INDIRECT35
broccoli-funnel • 2.0.2Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.INDIRECT37
broccoli-funnel • 3.0.8Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.INDIRECT45
broccoli-kitchen-sink-helpers • 0.3.1Collection of helpers that need to be extracted into separate packagesINDIRECT12
broccoli-merge-trees • 3.0.2Broccoli plugin to merge multiple trees into oneINDIRECT32
broccoli-merge-trees • 4.2.0Broccoli plugin to merge multiple trees into oneINDIRECT48
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 • 2.3.1broccoli filter but with a persistent cacheINDIRECT59
broccoli-persistent-filter • 3.1.3broccoli filter but with a persistent cacheINDIRECT73
broccoli-plugin • 1.3.1Base class for all Broccoli pluginsINDIRECT20
broccoli-plugin • 2.1.0Base class for all Broccoli pluginsINDIRECT20
broccoli-plugin • 4.0.7Base class for all Broccoli pluginsINDIRECT41
broccoli-source • 2.1.2Broccoli plugin for referring to source directories on the file systemINDIRECT0
broccoli-source • 3.0.1Broccoli plugin for referring to source directories on the file systemINDIRECT1
broccoli-stew • 3.0.0foundation of any healthy brocfileINDIRECT89
browserslist • 4.24.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
builtin-status-codes • 3.0.0The map of HTTP status codes from the builtin http moduleINDIRECT0
calculate-cache-key-for-tree • 2.0.0ember-cli addon tree cache key builderINDIRECT20
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
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
chalk • 2.4.2Terminal string styling done rightINDIRECT6
clean-up-path • 1.0.0Make paths absolute and normalize them.INDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
commander • 7.2.0the complete solution for node.js command-line programsINDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.39.0core-js compatINDIRECT7
core-js • 2.6.12Standard libraryINDIRECT0
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
css-loader • 5.2.7css loader module for webpackINDIRECT27
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
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
debounce • 1.2.1Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invokedINDIRECT0
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
duplexer • 0.1.2Creates a duplex streamINDIRECT0
editions • 1.3.4Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)INDIRECT0
editions • 2.3.1Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)INDIRECT2
ember-auto-import • 2.10.0Zero-config import from NPM packagesDIRECT448
ember-cli-babel-plugin-helpers • 1.1.1Utilities for managing installed Babel plugins in an Ember app or addonINDIRECT0
ember-cli-babel • 7.26.11Ember CLI addon for BabelDIRECT280
ember-cli-htmlbars • 6.3.0A library for adding htmlbars to ember CLIDIRECT184
ember-cli-typescript • 4.2.1Allow ember apps to use typescript files.DIRECT118
ember-cli-version-checker • 4.1.1Determine if your addon is being used by a minimum version of Ember CLI.INDIRECT13
ember-cli-version-checker • 5.1.2Determine if your addon is being used by a minimum version of Ember CLI.INDIRECT13
ember-rfc176-data • 0.3.18JSON data for Ember.js RFC #176INDIRECT0
ember-test-selectors • 6.0.0Enabling better Test selectors in Ember.js applications.DIRECT283
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
encoding • 0.1.12Convert encodings, uses iconv by default and fallbacks to iconv-lite if neededINDIRECT2
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
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
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
execa • 4.1.0Process execution for humansINDIRECT19
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
fetch • 1.1.0Fetch URL contentsDIRECT6
file-saver • 2.0.5An HTML5 saveAs() FileSaver implementationDIRECT0
find-babel-config • 1.2.2Find the closest babel config based on a directoryINDIRECT3
find-cache-dir • 3.3.2Finds the common standard cache directoryINDIRECT10
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
fixturify-project • 1.10.0[![Build Status](https://travis-ci.org/stefanpenner/node-fixturify-project.svg?branch=master)](https://travis-ci.org/stefanpenner/node-fixturify-project) [![Build status](https://ci.appveyor.com/api/projects/status/li9y4rjfjt7fmvpc/branch/master?svg=true)INDIRECT19
fixturify • 1.3.0Convert objects into directory structures and back againINDIRECT16
for-each • 0.3.3A better forEachINDIRECT1
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT3
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.INDIRECT3
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-extra • 9.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT4
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 changesINDIRECT9
fs-updater • 1.0.4Incrementally update a directory based on an in-memory representation.INDIRECT21
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
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-intrinsic • 1.2.6Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT10
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
get-symbol-description • 1.1.0Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
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
gzip-size • 6.0.0Get the gzipped size of a string or bufferINDIRECT1
handlebars • 4.7.8Handlebars provides the power necessary to let you build semantic templates effectively with no frustrationINDIRECT5
has-bigints • 1.1.0Determine if the JS environment has BigInt support.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
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 heimdalljsINDIRECT4
heimdalljs • 0.2.6Structured instrumentation libraryINDIRECT1
html-escaper • 2.0.2fast and safe way to escape and unescape &<>'" charsINDIRECT0
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
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-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
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-subdir • 1.2.0Return whether a directory is a subdirectory of another directoryINDIRECT2
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
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
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.1.0Determines if a buffer is comprised of text or binaryINDIRECT3
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 literalsINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-stable-stringify • 1.2.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT19
json5 • 1.0.2JSON for humans.INDIRECT1
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
line-column • 1.0.2Convert efficiently index to/from line-column in a stringINDIRECT2
loader-utils • 2.0.4utils for webpack loadersINDIRECT3
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
magic-string • 0.25.9Modify strings, generate sourcemapsINDIRECT1
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
merge-trees • 2.0.0Incrementally merge directories.INDIRECT22
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
mini-css-extract-plugin • 2.9.2extracts CSS into separate filesINDIRECT10
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mktemp • 0.4.0mktemp command for node.jsINDIRECT0
mrmime • 2.0.0A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filenameINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nanoid • 3.3.8A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-hash • 1.3.1Generate hashes from javascript objects in node and the browser.INDIRECT0
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
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
p-try • 2.2.0`Start a promise chainINDIRECT0
parse-static-imports • 1.1.0Gracefully parse ECMAScript static imports 💃INDIRECT0
parse5 • 6.0.1HTML parser and serializer.INDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
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
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
pkg-entry-points • 1.1.1Get all entry-points for an npm package. Supports the `exports` field in `package.json`.INDIRECT0
pkg-up • 2.0.0Find the closest package.json fileINDIRECT6
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
postcss-modules-local-by-default • 4.2.0A CSS Modules transform to make local scope the defaultINDIRECT5
postcss-selector-parser • 7.0.0> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeINDIRECT0
postcss • 8.4.49Tool for transforming styles with JS pluginsINDIRECT3
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
psl • 1.15.0Domain name parser based on the Public Suffix ListINDIRECT1
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
quick-temp • 0.1.8Create and remove temporary directories with minimal effortINDIRECT16
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
reflect.getprototypeof • 1.0.9An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possibleINDIRECT80
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.13.11Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regexp.prototype.flags • 1.5.3ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT19
regexpu-core • 6.2.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
require-from-string • 2.0.2Require module from stringINDIRECT0
reselect • 3.0.1Selectors for Redux.INDIRECT0
resolve-package-path • 1.2.7a special purpose fast memoizing way to resolve a node modules package.jsonINDIRECT8
resolve-package-path • 2.0.0a 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-package-path • 4.0.3a special purpose fast memoizing way to resolve a node modules package.jsonINDIRECT2
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-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
schema-utils • 2.7.1webpack Validation UtilsINDIRECT8
schema-utils • 3.3.0webpack Validation UtilsINDIRECT8
schema-utils • 4.3.0webpack Validation UtilsINDIRECT8
set-function-length • 1.2.2Set a function's length propertyINDIRECT13
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
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
sirv • 2.0.4The optimized & lightweight middleware for serving requests to static assetsINDIRECT3
sourcemap-codec • 1.4.8Encode/decode sourcemap mappingsINDIRECT0
stagehand • 1.0.1A type-safe library for communicating between JS processes, workers, or other message-passing boundaries.INDIRECT2
stream-http • 3.2.0Streaming http in the browserDIRECT7
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
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
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
style-loader • 2.0.0style loader module for webpackINDIRECT13
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
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
tapable • 2.2.1Just a little module for plugins.INDIRECT0
textextensions • 2.6.0A package that contains an array of every single file extension there is for text filesINDIRECT0
tmp • 0.0.28Temporary file and directory creatorINDIRECT1
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
totalist • 3.0.1A tiny (195B to 220B) utility to recursively list all (total) files in a directoryINDIRECT0
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
typescript-memoize • 1.1.1Memoize decorator for TypescriptINDIRECT0
unbox-primitive • 1.1.0Unbox a boxed JS primitive value.INDIRECT22
underscore.string • 3.3.6String manipulation extensions for Underscore.js javascript library.INDIRECT2
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
update-browserslist-db • 1.1.1CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
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 • 1.1.4Get an array of recursive directory contentsINDIRECT7
walk-sync • 2.2.0Get an array of recursive directory contentsINDIRECT7
walk-sync • 3.0.0Get an array of recursive directory contentsINDIRECT7
webpack-bundle-analyzer • 4.10.2Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemapDIRECT16
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
wordwrap • 1.0.0Wrap those words. Show them at what columns to start and stop.INDIRECT0
ws • 7.5.10Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC35
PackageRelationDependenciesPublished
@handlebars/parser • 2.0.0The parser for the Handlebars languageINDIRECT0
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
electron-to-chromium • 1.5.76Provides a list of electron-to-chromium version mappingsINDIRECT0
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
fast-ordered-set • 1.0.3quick and dirty ordered-setINDIRECT1
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 uniquenessINDIRECT27
icss-utils • 5.1.0ICSS utils for postcss astINDIRECT0
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
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
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
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
postcss-modules-extract-imports • 3.1.0A CSS Modules transform to extract local aliases for inline importsINDIRECT0
postcss-modules-scope • 3.2.1A CSS Modules transform to extract export statements from local-scope classesINDIRECT3
postcss-modules-values • 4.0.0PostCSS plugin for CSS Modules to pass arbitrary values between your module filesINDIRECT1
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 • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
silent-error • 1.1.1stackless unless otherwise requested errorINDIRECT2
tree-sync • 1.4.0A module for repeated efficient synchronizing two directories.INDIRECT31
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause5
PackageRelationDependenciesPublished
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
BSD-3-Clause4
PackageRelationDependenciesPublished
fast-uri • 3.0.3Dependency free RFC 3986 URI toolboxINDIRECT0
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
unknown3
PackageRelationDependenciesPublished
csv-wasm • 0.1.0DIRECT0
sync-disk-cache • 1.3.4sync disk cacheINDIRECT19
sync-disk-cache • 2.1.0sync disk cacheINDIRECT19
Apache-2.03
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
human-signals • 1.1.1Human-friendly process signalsINDIRECT0
workerpool • 3.1.2Offload tasks to a pool of workers on node.js and in the browserINDIRECT41
MIT OR WTFPL1
PackageRelationDependenciesPublished
opener • 1.5.2Opens stuff, like webpages and files and executables, cross-platformINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001690A smaller version of caniuse-db, with only the essentials!INDIRECT0
non-standard1
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40triptyk%2Ftpk-ember-export-menu)](https://licenses.dev/npm/%40triptyk%2Ftpk-ember-export-menu)
<a href="https://licenses.dev/npm/%40triptyk%2Ftpk-ember-export-menu">
  <img src="https://licenses.dev/b/npm/%40triptyk%2Ftpk-ember-export-menu" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.2 version:

[![licenses](https://licenses.dev/b/npm/%40triptyk%2Ftpk-ember-export-menu/0.0.2)](https://licenses.dev/npm/%40triptyk%2Ftpk-ember-export-menu/0.0.2)
<a href="https://licenses.dev/npm/%40triptyk%2Ftpk-ember-export-menu/0.0.2">
  <img src="https://licenses.dev/b/npm/%40triptyk%2Ftpk-ember-export-menu/0.0.2" alt="licenses" />
</a>
GitHub