licenses.dev

esinstall v1.1.7

Convert packages to ESM.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT75
PackageRelationDependenciesPublished
@rollup/plugin-commonjs • 16.0.0Convert CommonJS modules to ES2015DIRECT26
@rollup/plugin-inject • 4.0.4Scan modules for global variables and injects `import` statements where necessaryDIRECT7
@rollup/plugin-json • 4.1.0Convert .json files to ES6 modulesDIRECT4
@rollup/plugin-node-resolve • 10.0.0Locate and bundle third-party dependencies in node_modulesDIRECT16
@rollup/plugin-replace • 2.4.2Replace strings in files while bundlingDIRECT6
@rollup/pluginutils • 3.1.0A set of utility functions commonly used by Rollup pluginsINDIRECT3
@types/estree • 0.0.39TypeScript definitions for ESTree AST specificationINDIRECT0
@types/node • 22.15.3TypeScript definitions for nodeINDIRECT1
@types/resolve • 1.17.1TypeScript definitions for resolveINDIRECT2
acorn-walk • 8.3.4ECMAScript (ESTree) AST walkerINDIRECT1
acorn • 8.14.1ECMAScript parserINDIRECT0
assert • 1.5.1The node.js assert module, re-packaged for web browsers.INDIRECT22
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
builtin-modules • 3.3.0List of the Node.js builtin modulesDIRECT0
builtins • 1.0.3List of node.js builtin modulesINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
cjs-module-lexer • 1.4.3Lexes CommonJS modules, returning their named exports metadataDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
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
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-module-lexer • 0.6.0Lexes ES modules returning their import/export metadataDIRECT0
es-object-atoms • 1.1.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
estree-walker • 1.0.1Traverse an ESTree-compliant ASTINDIRECT0
estree-walker • 2.0.2Traverse an ESTree-compliant ASTINDIRECT0
execa • 5.1.1Process execution for humansDIRECT15
fsevents • 2.1.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
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-module • 1.0.0check if a source string is an es6 moduleINDIRECT0
is-reference • 1.2.1Determine whether an AST node is a referenceINDIRECT1
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-valid-identifier • 2.0.2check if a string is a valid ECMAscript identifierDIRECT23
kleur • 4.1.5The fastest Node.js library for formatting terminal text with ANSI colors~!DIRECT0
magic-string • 0.25.9Modify strings, generate sourcemapsINDIRECT1
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
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`DIRECT0
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
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-shimINDIRECT19
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
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
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.DIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyDIRECT5
rollup-plugin-polyfill-node • 0.6.2rollup-plugin-polyfill-node ===DIRECT8
rollup • 2.37.1Next-generation ES module bundlerDIRECT1
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsDIRECT0
sourcemap-codec • 1.4.8Encode/decode sourcemap mappingsINDIRECT0
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
undici-types • 6.21.0A stand-alone types package for UndiciINDIRECT0
util • 0.10.4Node.JS util moduleINDIRECT1
vm2 • 3.9.19vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!DIRECT2
ISC13
PackageRelationDependenciesPublished
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberINDIRECT10
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)DIRECT11
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
validate-npm-package-name • 3.0.0Give me a string and I'll tell you if it's a valid npm package nameDIRECT1
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
Apache-2.01
PackageRelationDependenciesPublished
human-signals • 2.1.0Human-friendly process signalsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.7 version:

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