# fbjs-scripts

> A bundle of helpful scripts used in projects consuming fbjs.

Latest version **3.0.1** (published 2021-10-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install fbjs-scripts
pnpm add fbjs-scripts
yarn add fbjs-scripts
bun add fbjs-scripts
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2021-10-22 |
| First published | 2015-08-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 18.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1960 |
| Maintainers | zpao, rubennorte, fb, jstejada |

## Links

- npm: https://www.npmjs.com/package/fbjs-scripts
- Repository: https://github.com/facebook/fbjs
- Homepage: https://github.com/facebook/fbjs#readme
- Issues: https://github.com/facebook/fbjs/issues
- npm.io page: https://npm.io/package/fbjs-scripts

## Dependencies (9)

- [semver](https://npm.io/package/semver.md) ^5.1.0
- [through2](https://npm.io/package/through2.md) ^2.0.0
- [fancy-log](https://npm.io/package/fancy-log.md) ^1.3.2
- [@babel/core](https://npm.io/package/@babel/core.md) ^7.0.0
- [ansi-colors](https://npm.io/package/ansi-colors.md) ^1.0.1
- [cross-spawn](https://npm.io/package/cross-spawn.md) ^5.1.0
- [plugin-error](https://npm.io/package/plugin-error.md) ^0.1.2
- [object-assign](https://npm.io/package/object-assign.md) ^4.0.1
- [babel-preset-fbjs](https://npm.io/package/babel-preset-fbjs.md) ^3.2.0

## Recent versions

- 3.0.1 (latest) — 2021-10-22
- 0.6.0-alpha.3 (next) — 2016-03-03
- 3.0.0 — 2020-10-07
- 2.0.0 — 2020-07-30
- 1.2.0 — 2019-03-20
- 1.1.0 — 2019-02-26
- 1.0.1 — 2018-09-19
- 1.0.0 — 2018-09-18
- 0.8.3 — 2018-04-18
- 0.8.2 — 2018-03-27
- 0.8.1 — 2017-07-25
- 0.8.0 — 2017-05-31
- 0.7.1 — 2016-05-25
- 0.7.0 — 2016-04-29
- 0.6.0 — 2016-04-05
- … 8 more at https://npm.io/package/fbjs-scripts/versions

## README

# fbjs-scripts

This is a collection of tools and scripts intended to be used in conjunction with `fbjs`. Previously these were shipped as a part of `fbjs`.

```js
// before (fbjs@0.1.0)
var invariant = require('fbjs/lib/invariant');
var devExpression = require('fbjs/scripts/babel/dev-expression');

// after (fbjs, fbjs-scripts@0.2.0)
var invariant = require('fbjs/lib/invariant');
var devExpression = require('fbjs-scripts/babel/dev-expression');
```

## Why?

This ensures that production code consuming `fbjs` library code does not need to install script dependencies, unless you explicitly use them via the `fbjs-scripts` package.

---
_Source: https://npm.io/package/fbjs-scripts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
