licenses.dev

scroungejs v1.0.1

compress, concatenate and/or timestamp your files as part of a build process for your web site.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT169
PackageRelationDependenciesPublished
acorn • 1.2.2ECMAScript parserINDIRECT0
acorn • 5.7.4ECMAScript parserINDIRECT0
ajv • 4.11.8Another JSON Schema ValidatorINDIRECT17
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipesDIRECT0
array.prototype.find • 1.0.0Array.prototype.find ES6 polyfill.INDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 0.2.0Extra assertions on top of node's assert moduleINDIRECT0
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
babel-code-frame • 6.26.0Generate errors that contain a code frame that point to source locations.INDIRECT9
babel-core • 6.26.3Babel compiler core.DIRECT49
babel-generator • 6.26.1Turns an AST into code.INDIRECT14
babel-helper-call-delegate • 6.24.1Helper function to call delegateINDIRECT25
babel-helper-define-map • 6.26.0Helper function to define a mapINDIRECT27
babel-helper-function-name • 6.24.1Helper function to change the property 'name' of every functionINDIRECT26
babel-helper-get-function-arity • 6.24.1Helper function to get function arityINDIRECT7
babel-helper-hoist-variables • 6.24.1Helper function to hoist variablesINDIRECT7
babel-helper-optimise-call-expression • 6.24.1Helper function to optimise call expressionINDIRECT7
babel-helper-regex • 6.26.0Helper function to check for literal RegExINDIRECT7
babel-helper-replace-supers • 6.24.1Helper function to replace supersINDIRECT26
babel-helpers • 6.24.1Collection of helper functions used by Babel transforms.INDIRECT25
babel-messages • 6.23.0Collection of debug messages used by Babel.INDIRECT3
babel-plugin-check-es2015-constants • 6.22.0Compile ES2015 constants to ES5INDIRECT3
babel-plugin-transform-es2015-arrow-functions • 6.22.0Compile ES2015 arrow functions to ES5INDIRECT3
babel-plugin-transform-es2015-block-scoped-functions • 6.22.0Babel plugin to ensure function declarations at the block level are block scopedINDIRECT3
babel-plugin-transform-es2015-block-scoping • 6.26.0Compile ES2015 block scoping (const and let) to ES5INDIRECT25
babel-plugin-transform-es2015-classes • 6.24.1Compile ES2015 classes to ES5INDIRECT30
babel-plugin-transform-es2015-computed-properties • 6.24.1Compile ES2015 computed properties to ES5INDIRECT25
babel-plugin-transform-es2015-destructuring • 6.23.0Compile ES2015 destructuring to ES5INDIRECT3
babel-plugin-transform-es2015-duplicate-keys • 6.24.1Compile objects with duplicate keys to valid strict ES5INDIRECT7
babel-plugin-transform-es2015-for-of • 6.23.0Compile ES2015 for...of to ES5INDIRECT3
babel-plugin-transform-es2015-function-name • 6.24.1Apply ES2015 function.name semantics to all functionsINDIRECT27
babel-plugin-transform-es2015-literals • 6.22.0Compile ES2015 unicode string and number literals to ES5INDIRECT3
babel-plugin-transform-es2015-modules-amd • 6.24.1This plugin transforms ES2015 modules to AMDINDIRECT27
babel-plugin-transform-es2015-modules-commonjs • 6.26.2This plugin transforms ES2015 modules to CommonJSINDIRECT26
babel-plugin-transform-es2015-modules-systemjs • 6.24.1This plugin transforms ES2015 modules to SystemJSINDIRECT26
babel-plugin-transform-es2015-modules-umd • 6.24.1This plugin transforms ES2015 modules to UMDINDIRECT28
babel-plugin-transform-es2015-object-super • 6.24.1Compile ES2015 object super to ES5INDIRECT27
babel-plugin-transform-es2015-parameters • 6.24.1Compile ES2015 default and rest parameters to ES5INDIRECT28
babel-plugin-transform-es2015-shorthand-properties • 6.24.1Compile ES2015 shorthand properties to ES5INDIRECT7
babel-plugin-transform-es2015-spread • 6.22.0Compile ES2015 spread to ES5INDIRECT3
babel-plugin-transform-es2015-sticky-regex • 6.24.1Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT8
babel-plugin-transform-es2015-template-literals • 6.22.0Compile ES2015 template literals to ES5INDIRECT3
babel-plugin-transform-es2015-typeof-symbol • 6.23.0This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT3
babel-plugin-transform-es2015-unicode-regex • 6.24.1Compile ES2015 Unicode regex to ES5INDIRECT13
babel-plugin-transform-regenerator • 6.26.0Explode async and generator functions into a state machine.INDIRECT9
babel-plugin-transform-strict-mode • 6.24.1This plugin places a 'use strict'; directive at the top of all files to enable strict modeINDIRECT7
babel-preset-es2015 • 6.24.1Babel preset for all es2015 plugins.DIRECT65
babel-register • 6.26.0babel require hookINDIRECT49
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
babel-template • 6.26.0Generate an AST from a string template.INDIRECT24
babel-traverse • 6.26.0The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT23
babel-types • 6.26.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT6
babylon • 6.18.0A JavaScript parserINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bcjstocjs • 0.0.2Return an babel commonjs string as a commonjs stringDIRECT15
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
clean-css • 2.0.0A well-tested CSS minifierDIRECT1
co • 4.6.0generator async control flow goodnessINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.0.0the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
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.INDIRECT8
defined • 1.0.1return the first argument that is `!== undefined`INDIRECT0
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
depgraph • 0.1.9generate a full dependency graph or tree of nodes from a given fileDIRECT24
detect-indent • 4.0.0Detect the indentation of codeINDIRECT2
detective • 4.1.1find all require() calls by walking the ASTINDIRECT15
detective • 4.7.1find all require() calls by walking the ASTINDIRECT2
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
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
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fast-levenshtein • 1.0.7Efficient implementation of Levenshtein algorithm with asynchronous callback supportINDIRECT0
fnguard • 0.6.6javascript function guardsINDIRECT0
form-data • 2.1.4A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
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
getpass • 0.1.7getpass for node.jsINDIRECT1
globals • 9.18.0Global identifiers from different JavaScript environmentsINDIRECT0
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
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-require • 1.2.2Check if code requires any module or a specific idINDIRECT1
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
home-or-tmp • 2.0.0Get the user home directory with fallback to the system temp directoryINDIRECT2
http-signature • 1.1.1Reference implementation of Joyent's HTTP Signature scheme.INDIRECT16
image-size • 0.5.5get dimensions of any image fileINDIRECT0
invariant • 2.2.4invariantINDIRECT2
is-finite • 1.1.0ES2015 Number.isFinite() ponyfillINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
js-tokens • 3.0.2A regex that tokenizes JavaScript.INDIRECT0
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
jsesc • 1.3.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
json-stable-stringify • 1.1.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT15
json5 • 0.5.1JSON for the ES5 era.INDIRECT0
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
levn • 0.2.5Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
lodash • 4.17.21Lodash modular utilities.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`DIRECT1
moduletype • 0.0.4Pass in the string representation of a file to get the file's module pattern. `moduletype` returns the module pattern type used by a script, for example 'cjs' or 'esm'.DIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
optfn • 0.0.7No runtime errors if non-function is 'called'.DIRECT0
optionator • 0.5.0option parsing and help generationINDIRECT6
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
patch-text • 1.0.2Make multiple changes to a block of text by providing start and end indices and replacement textINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pathpublic • 0.0.7yields a 'public' filepath from a filepath and a public dirpathDIRECT0
performance-now • 0.2.0Implements performance.now (based on process.hrtime).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
private • 0.1.8Utility for associating truly private state with any JavaScript objectINDIRECT0
promise • 7.3.1Bare bones Promises/A+ implementationINDIRECT1
prr • 1.0.1A better Object.defineProperty()INDIRECT0
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regexpu-core • 2.0.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT4
regjsgen • 0.2.0Generate `RegExp`s from RegJSParser’s ASTINDIRECT0
repeating • 2.0.1Repeat a string - fastINDIRECT1
replace-requires • 1.0.4Replace require statementsDIRECT7
resolve • 1.1.7resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT0
resolveuid • 0.0.3given a filepath return a unique id with serialised info from any package.json file is discovered on the pathINDIRECT1
resolvewithplus • 0.0.7resolvewith with extra powerINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
simpletime • 0.3.1Convert and manipulate various time formats..DIRECT0
slash • 1.0.0Convert Windows backslash paths to slash pathsINDIRECT0
source-map-support • 0.4.18Fixes stack traces for files with source mapsINDIRECT1
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
stringstream • 0.0.6Encode and decode streams into string streamsINDIRECT0
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
to-fast-properties • 1.0.3Force V8 to use fast properties for an objectINDIRECT0
trim-right • 1.0.1Similar to String#trim() but removes only whitespace on the rightINDIRECT0
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
umd • 3.0.3Universal Module Definition for use in automated build systemsDIRECT0
umdname • 0.0.7adapt umd module types to alternative formatsDIRECT15
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
wordwrap • 0.0.3Wrap those words. Show them at what columns to start and stop.INDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
BSD-3-Clause11
PackageRelationDependenciesPublished
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
boom • 2.10.1HTTP-friendly error objectsINDIRECT1
cryptiles • 2.0.5General purpose crypto utilitiesINDIRECT2
hawk • 3.1.3HTTP Hawk Authentication SchemeINDIRECT4
hoek • 2.16.3General purpose node utilitiesINDIRECT0
immutable • 3.7.4Immutable Data CollectionsINDIRECT0
qs • 6.4.1A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
sntp • 1.0.9SNTP ClientINDIRECT1
source-map • 0.2.0Generates and consumes source mapsINDIRECT1
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
tough-cookie • 2.3.4RFC6265 Cookies and Cookie Jar for node.jsINDIRECT1
Apache-2.08
PackageRelationDependenciesPublished
aws-sign2 • 0.6.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
babel-preset-es2015-script • 1.1.0Babel preset for ES2015 in the browserDIRECT60
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
less • 2.7.3Leaner CSSDIRECT76
oauth-sign • 0.8.2OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.81.0Simplified HTTP request client.INDIRECT65
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
BSD-2-Clause7
PackageRelationDependenciesPublished
escodegen • 1.7.1ECMAScript code generatorINDIRECT12
esprima • 1.2.5ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 2.7.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 1.9.3ECMAScript JS AST traversal functionsINDIRECT0
estraverse • 4.1.1ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitDIRECT0
ISC5
PackageRelationDependenciesPublished
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
har-schema • 1.0.5JSON Schema for HTTP Archive (HAR)INDIRECT0
har-validator • 4.2.1Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT19
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
non-standard3
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
regenerator-transform • 0.10.1Explode async and generator functions into a state machine.INDIRECT8
regjsparser • 0.1.5Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.1 version:

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