licenses.dev

fbjs-scripts v1.2.0

A bundle of helpful scripts used in projects consuming fbjs.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT106
PackageRelationDependenciesPublished
@babel/code-frame • 7.25.7Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.25.8INDIRECT0
@babel/core • 7.25.8Babel compiler core.DIRECT48
@babel/generator • 7.25.7Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.7Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT4
@babel/helper-compilation-targets • 7.25.7Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.7Compile class public and private fields, private methods and decorators to ES6INDIRECT34
@babel/helper-member-expression-to-functions • 7.25.7Helper function to replace certain member expressions with function callsINDIRECT28
@babel/helper-module-imports • 7.25.7Babel helper functions for inserting module loadsINDIRECT28
@babel/helper-module-transforms • 7.25.7Babel helper functions for implementing ES6 module transformationsINDIRECT30
@babel/helper-optimise-call-expression • 7.25.7Helper function to optimise call expressionINDIRECT4
@babel/helper-plugin-utils • 7.25.7General utilities for plugins to useINDIRECT0
@babel/helper-replace-supers • 7.25.7Helper function to replace supersINDIRECT30
@babel/helper-simple-access • 7.25.7Babel helper for ensuring that access to a given value is performed through simple accessesINDIRECT28
@babel/helper-skip-transparent-expression-wrappers • 7.25.7Helper which skips types and parenthesesINDIRECT28
@babel/helper-string-parser • 7.25.7A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.7Validate plugin/preset optionsINDIRECT0
@babel/helpers • 7.25.7Collection of helper functions used by Babel transforms.INDIRECT17
@babel/highlight • 7.25.7Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@babel/parser • 7.25.8A JavaScript parserINDIRECT4
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT36
@babel/plugin-proposal-object-rest-spread • 7.20.7Compile object rest and spread to ES5INDIRECT16
@babel/plugin-syntax-class-properties • 7.12.13Allow parsing of class propertiesINDIRECT1
@babel/plugin-syntax-flow • 7.25.7Allow parsing of the flow syntaxINDIRECT1
@babel/plugin-syntax-jsx • 7.25.7Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-transform-arrow-functions • 7.25.7Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-block-scoped-functions • 7.25.7Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.7Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-classes • 7.25.7Compile ES2015 classes to ES5INDIRECT45
@babel/plugin-transform-computed-properties • 7.25.7Compile ES2015 computed properties to ES5INDIRECT18
@babel/plugin-transform-destructuring • 7.25.7Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-flow-strip-types • 7.25.7Strip flow type annotations from your output code.INDIRECT2
@babel/plugin-transform-for-of • 7.25.7Compile ES2015 for...of to ES5INDIRECT30
@babel/plugin-transform-function-name • 7.25.7Apply ES2015 function.name semantics to all functionsINDIRECT41
@babel/plugin-transform-literals • 7.25.7Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.7Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-commonjs • 7.25.7This plugin transforms ES2015 modules to CommonJSINDIRECT32
@babel/plugin-transform-object-super • 7.25.7Compile ES2015 object super to ES5INDIRECT32
@babel/plugin-transform-parameters • 7.25.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-property-literals • 7.25.7Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.25.7Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx • 7.25.7Turn JSX into React function callsINDIRECT32
@babel/plugin-transform-shorthand-properties • 7.25.7Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.7Compile ES2015 spread to ES5INDIRECT30
@babel/plugin-transform-template-literals • 7.25.7Compile ES2015 template literals to ES5INDIRECT1
@babel/template • 7.25.7Generate an AST from a string template.INDIRECT16
@babel/traverse • 7.25.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT27
@babel/types • 7.25.8Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
@jridgewell/gen-mapping • 0.3.5Generate 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
ansi-colors • 1.1.0Collection of ansi colors and styles.DIRECT1
ansi-cyan • 0.1.1The color cyan, in ansi.INDIRECT1
ansi-gray • 0.1.1The color gray, in ansi.INDIRECT1
ansi-red • 0.1.1The color red, in ansi.INDIRECT1
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
arr-diff • 1.1.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT2
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 2.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-slice • 0.2.3Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.INDIRECT0
babel-plugin-syntax-trailing-function-commas • 7.0.0-beta.0Compile trailing function commas to ES5INDIRECT0
babel-preset-fbjs • 3.4.0Babel preset for Facebook projects.DIRECT77
browserslist • 4.24.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
chalk • 2.4.2Terminal string styling done rightINDIRECT6
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js • 2.6.12Standard libraryDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cross-spawn • 5.1.0Cross platform child_process#spawn and child_process#spawnSyncDIRECT7
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
extend-shallow • 1.1.4Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
fancy-log • 1.3.3Log things, prefixed with a timestamp.DIRECT5
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
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
json5 • 2.2.3JSON for HumansINDIRECT0
kind-of • 1.1.0Get the native type of a value.INDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-releases • 2.0.18Node.js releases dataINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillDIRECT0
parse-node-version • 1.0.1Turn node's process.version into something useful.INDIRECT0
plugin-error • 0.1.2Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes.DIRECT9
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
supports-color • 5.5.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
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
update-browserslist-db • 1.1.1CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC13
PackageRelationDependenciesPublished
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
electron-to-chromium • 1.5.38Provides a list of electron-to-chromium version mappingsINDIRECT0
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 • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
semver • 5.7.2The semantic version parser used by npm.DIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
yallist • 2.1.2Yet Another Linked ListINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001668A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.2.0 version:

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