licenses.dev

patch-package v8.0.0

Fix broken node modules with no fuss

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT47
PackageRelationDependenciesPublished
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
chalk • 4.1.2Terminal string styling done rightDIRECT5
ci-info • 3.9.0Get details about the current Continuous Integration environmentDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cross-spawn • 7.0.3Cross platform child_process#spawn and child_process#spawnSyncDIRECT5
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
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.DIRECT4
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
has-flag • 4.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.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine 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-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
json-stable-stringify • 1.1.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsDIRECT15
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
klaw-sync • 6.0.0Recursive, synchronous, and fast file system walkerDIRECT1
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
minimist • 1.2.8parse argument optionsDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
open • 7.4.2Open stuff like URLs, files, executables. Cross-platform.DIRECT2
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
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.INDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
slash • 2.0.0Convert Windows backslash paths to slash pathsDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
tmp • 0.0.33Temporary file and directory creatorDIRECT1
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
ISC14
PackageRelationDependenciesPublished
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
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
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)DIRECT11
semver • 7.6.3The semantic version parser used by npm.DIRECT0
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
yaml • 2.5.1JavaScript parser and stringifier for YAMLDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
@yarnpkg/lockfile • 1.1.0The parser/stringifier for Yarn lockfiles.DIRECT0
Apache-2.01
PackageRelationDependenciesPublished
find-yarn-workspace-root • 2.0.0Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.comDIRECT6
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/patch-package)](https://licenses.dev/npm/patch-package)
<a href="https://licenses.dev/npm/patch-package">
  <img src="https://licenses.dev/b/npm/patch-package" alt="licenses" />
</a>

Or the licenses badge code for the 8.0.0 version:

[![licenses](https://licenses.dev/b/npm/patch-package/8.0.0)](https://licenses.dev/npm/patch-package/8.0.0)
<a href="https://licenses.dev/npm/patch-package/8.0.0">
  <img src="https://licenses.dev/b/npm/patch-package/8.0.0" alt="licenses" />
</a>
GitHub