licenses.dev

gulp-javascript-obfuscator v1.1.4

Gulp plugin for javascript-obfuscator Node.JS package.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT131
PackageRelationDependenciesPublished
@types/minimatch • 3.0.5TypeScript definitions for MinimatchINDIRECT0
@types/validator • 13.12.2TypeScript definitions for validatorINDIRECT0
acorn • 8.8.2ECMAScript parserINDIRECT0
ansi-gray • 0.1.1The color gray, in ansi.INDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
array-differ • 1.0.0Create an array with values that are present in the first input array but not additional onesINDIRECT0
array-differ • 3.0.0Create an array with values that are present in the first input array but not additional onesINDIRECT0
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
arrify • 2.0.1Convert a value to an arrayINDIRECT0
assert • 2.0.0The assert module from Node.js, for the browser.INDIRECT35
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
beeper • 1.1.1Make your terminal beepINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
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 functionINDIRECT15
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chance • 1.1.9Chance - Utility library to generate anything randomINDIRECT0
char-regex • 1.0.2A regex to match any full character, considering weird character ranges.INDIRECT0
class-validator • 0.14.1Decorator-based property validation for classes.INDIRECT3
clone-stats • 0.0.1Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
commander • 10.0.0the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
dateformat • 2.2.0A node.js package for Steven Levithan's excellent dateFormat() function.INDIRECT0
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
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-object-atoms • 1.1.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es6-object-assign • 1.1.0ECMAScript 2015 (ES6) Object.assign polyfill and ponyfillINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
fancy-log • 1.3.3Log things, prefixed with a timestamp.INDIRECT5
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
glogg • 1.0.2Global logging utilityINDIRECT1
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
gulp-util • 3.0.8Utility functions for gulp pluginsDIRECT58
gulplog • 1.0.0Logger for gulp and gulp pluginsINDIRECT2
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-gulplog • 0.1.0Check if gulplog is available before attempting to use itINDIRECT1
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
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
inversify • 6.0.1A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.INDIRECT0
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-generator-function • 1.1.0Determine if a function is a native generator function.INDIRECT16
is-nan • 1.3.2ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.INDIRECT18
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
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.INDIRECT23
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-string-escape • 1.0.1Escape strings for use as JavaScript string literalsINDIRECT0
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
libphonenumber-js • 1.11.17A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascriptINDIRECT0
lodash._basecopy • 3.0.1The modern build of lodash’s internal `baseCopy` as a module.INDIRECT0
lodash._basetostring • 3.0.1The modern build of lodash’s internal `baseToString` as a module.INDIRECT0
lodash._basevalues • 3.0.0The modern build of lodash’s internal `baseValues` as a module.INDIRECT0
lodash._getnative • 3.9.1The modern build of lodash’s internal `getNative` as a module.INDIRECT0
lodash._isiterateecall • 3.0.9The modern build of lodash’s internal `isIterateeCall` as a module.INDIRECT0
lodash._reescape • 3.0.0The modern build of lodash’s internal `reEscape` as a module.INDIRECT0
lodash._reevaluate • 3.0.0The modern build of lodash’s internal `reEvaluate` as a module.INDIRECT0
lodash._reinterpolate • 3.0.0The modern build of lodash’s internal `reInterpolate` as a module.INDIRECT0
lodash._root • 3.0.1The internal lodash function `root` exported as a module.INDIRECT0
lodash.escape • 3.2.0The lodash method `_.escape` exported as a module.INDIRECT1
lodash.isarguments • 3.1.0The lodash method `_.isArguments` exported as a module.INDIRECT0
lodash.isarray • 3.0.4The modern build of lodash’s `_.isArray` as a module.INDIRECT0
lodash.keys • 3.1.2The modern build of lodash’s `_.keys` as a module.INDIRECT3
lodash.restparam • 3.6.1The modern build of lodash’s `_.restParam` as a module.INDIRECT0
lodash.template • 3.6.2The modern build of lodash’s `_.template` as a module.INDIRECT13
lodash.templatesettings • 3.1.1The lodash method `_.templateSettings` exported as a module.INDIRECT3
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 2.1.3Recursively mkdir, like `mkdir -p`INDIRECT0
multimatch • 5.0.0Extends `minimatch.match()` with support for multiple patternsINDIRECT8
multipipe • 0.1.2pipe streams with centralized error handlingINDIRECT6
object-assign • 3.0.0ES6 Object.assign() ponyfillINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT18
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
opencollective-postinstall • 2.0.3Lightweight npm postinstall message to invite people to donate to your collectiveINDIRECT0
optionator • 0.8.3option parsing and help generationINDIRECT6
parse-node-version • 1.0.1Turn node's process.version into something useful.INDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
replace-ext • 0.0.1Replaces a file extension with another oneINDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
sparkles • 1.0.1Namespaced global event emitterINDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-template • 1.0.0A simple string template function based on named or indexed argumentsINDIRECT0
stringz • 2.1.0Zero-dependency unicode-aware string toolsINDIRECT1
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseDIRECT9
time-stamp • 1.1.0Get a formatted timestamp.INDIRECT0
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.12.5Node.js's util module for all enginesINDIRECT29
validator • 13.12.0String validation and sanitizationINDIRECT0
vinyl • 0.5.3A virtual file formatINDIRECT3
which-typed-array • 1.1.18Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
BSD-2-Clause8
PackageRelationDependenciesPublished
@javascript-obfuscator/escodegen • 2.3.0`escodegen` fork for `javascript-obfuscator``INDIRECT11
@javascript-obfuscator/estraverse • 5.4.0ECMAScript JS AST traversal functionsINDIRECT0
eslint-scope • 7.1.1ECMAScript scope analyzer for ESLintINDIRECT2
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esrecurse • 4.3.0ECMAScript AST recursive visitorINDIRECT1
estraverse • 5.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
javascript-obfuscator • 4.1.1JavaScript obfuscatorDIRECT91
BSD-3-Clause4
PackageRelationDependenciesPublished
charenc • 0.0.2character encoding utilitiesINDIRECT0
crypt • 0.0.2utilities for encryption and hashingINDIRECT0
md5 • 2.3.0js function for hashing messages with MD5INDIRECT3
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
ISC3
PackageRelationDependenciesPublished
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
Apache-2.02
PackageRelationDependenciesPublished
eslint-visitor-keys • 3.3.0Constants and utilities about visitor keys to traverse AST.INDIRECT0
reflect-metadata • 0.1.13Polyfill for Metadata Reflection APIINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.5.0Runtime library for TypeScript helper functionsINDIRECT0
non-standard1
PackageRelationDependenciesPublished
duplexer2 • 0.0.2Like duplexer (http://npm.im/duplexer) but using streams2INDIRECT5
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.4 version:

[![licenses](https://licenses.dev/b/npm/gulp-javascript-obfuscator/1.1.4)](https://licenses.dev/npm/gulp-javascript-obfuscator/1.1.4)
<a href="https://licenses.dev/npm/gulp-javascript-obfuscator/1.1.4">
  <img src="https://licenses.dev/b/npm/gulp-javascript-obfuscator/1.1.4" alt="licenses" />
</a>
GitHub