203 lines
22 KiB
JSON
203 lines
22 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "redux@^3.6.0",
|
|
"scope": null,
|
|
"escapedName": "redux",
|
|
"name": "redux",
|
|
"rawSpec": "^3.6.0",
|
|
"spec": ">=3.6.0 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/xdl"
|
|
]
|
|
],
|
|
"_from": "redux@>=3.6.0 <4.0.0",
|
|
"_id": "redux@3.7.2",
|
|
"_inCache": true,
|
|
"_location": "/redux",
|
|
"_nodeVersion": "8.1.3",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/redux-3.7.2.tgz_1499904793186_0.6400073701515794"
|
|
},
|
|
"_npmUser": {
|
|
"name": "timdorr",
|
|
"email": "timdorr@timdorr.com"
|
|
},
|
|
"_npmVersion": "5.2.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "redux@^3.6.0",
|
|
"scope": null,
|
|
"escapedName": "redux",
|
|
"name": "redux",
|
|
"rawSpec": "^3.6.0",
|
|
"spec": ">=3.6.0 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/xdl"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/redux/-/redux-3.7.2.tgz",
|
|
"_shasum": "06b73123215901d25d065be342eb026bc1c8537b",
|
|
"_shrinkwrap": null,
|
|
"_spec": "redux@^3.6.0",
|
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/xdl",
|
|
"authors": [
|
|
"Dan Abramov <dan.abramov@me.com> (https://github.com/gaearon)",
|
|
"Andrew Clark <acdlite@me.com> (https://github.com/acdlite)"
|
|
],
|
|
"browserify": {
|
|
"transform": [
|
|
"loose-envify"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/reactjs/redux/issues"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.2.1",
|
|
"lodash-es": "^4.2.1",
|
|
"loose-envify": "^1.1.0",
|
|
"symbol-observable": "^1.0.3"
|
|
},
|
|
"description": "Predictable state container for JavaScript apps",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.3.15",
|
|
"babel-core": "^6.3.15",
|
|
"babel-eslint": "^7.0.0",
|
|
"babel-jest": "^20.0.3",
|
|
"babel-plugin-check-es2015-constants": "^6.3.13",
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
|
|
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
|
|
"babel-plugin-transform-es2015-classes": "^6.3.13",
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.3.13",
|
|
"babel-plugin-transform-es2015-for-of": "^6.3.13",
|
|
"babel-plugin-transform-es2015-function-name": "^6.3.13",
|
|
"babel-plugin-transform-es2015-literals": "^6.3.13",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
|
|
"babel-plugin-transform-es2015-object-super": "^6.3.13",
|
|
"babel-plugin-transform-es2015-parameters": "^6.3.13",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
|
|
"babel-plugin-transform-es2015-spread": "^6.3.13",
|
|
"babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
|
|
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
|
|
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
|
|
"babel-plugin-transform-es3-property-literals": "^6.5.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.3.13",
|
|
"babel-register": "^6.3.13",
|
|
"cross-env": "^5.0.1",
|
|
"eslint": "^4.0.0",
|
|
"eslint-config-react-app": "^1.0.4",
|
|
"eslint-plugin-flowtype": "^2.29.2",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^5.0.3",
|
|
"eslint-plugin-react": "^7.1.0",
|
|
"gitbook-cli": "^2.3.0",
|
|
"glob": "^7.1.1",
|
|
"jest": "^20.0.4",
|
|
"rimraf": "^2.3.4",
|
|
"rollup": "^0.43.0",
|
|
"rollup-plugin-babel": "^2.7.1",
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
|
"rollup-plugin-replace": "^1.1.1",
|
|
"rollup-plugin-uglify": "^2.0.1",
|
|
"rxjs": "^5.0.0-beta.6",
|
|
"typescript": "^1.8.0",
|
|
"typescript-definition-tester": "0.0.4"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"integrity": "sha512-pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A==",
|
|
"shasum": "06b73123215901d25d065be342eb026bc1c8537b",
|
|
"tarball": "https://registry.npmjs.org/redux/-/redux-3.7.2.tgz"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"es",
|
|
"src",
|
|
"index.d.ts"
|
|
],
|
|
"gitHead": "8f60ba321e8ba5fa71d60fa35573c2cdf9c0d852",
|
|
"homepage": "http://redux.js.org",
|
|
"jest": {
|
|
"testRegex": "(/test/.*\\.spec.js)$"
|
|
},
|
|
"jsnext:main": "es/index.js",
|
|
"keywords": [
|
|
"redux",
|
|
"reducer",
|
|
"state",
|
|
"predictable",
|
|
"functional",
|
|
"immutable",
|
|
"hot",
|
|
"live",
|
|
"replay",
|
|
"flux",
|
|
"elm"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "timdorr",
|
|
"email": "timdorr@timdorr.com"
|
|
},
|
|
{
|
|
"name": "acdlite",
|
|
"email": "acdlite@me.com"
|
|
},
|
|
{
|
|
"name": "gaearon",
|
|
"email": "dan.abramov@gmail.com"
|
|
}
|
|
],
|
|
"module": "es/index.js",
|
|
"name": "redux",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
],
|
|
"npmName": "redux",
|
|
"optionalDependencies": {},
|
|
"readme": "# <a href='http://redux.js.org'><img src='https://camo.githubusercontent.com/f28b5bc7822f1b7bb28a96d8d09e7d79169248fc/687474703a2f2f692e696d6775722e636f6d2f4a65567164514d2e706e67' height='60'></a>\n\nRedux is a predictable state container for JavaScript apps. \n(If you're looking for a WordPress framework, check out [Redux Framework](https://reduxframework.com/).)\n\nIt helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as [live code editing combined with a time traveling debugger](https://github.com/gaearon/redux-devtools).\n\nYou can use Redux together with [React](https://facebook.github.io/react/), or with any other view library. \nIt is tiny (2kB, including dependencies).\n\n[![build status](https://img.shields.io/travis/reactjs/redux/master.svg?style=flat-square)](https://travis-ci.org/reactjs/redux)\n[![npm version](https://img.shields.io/npm/v/redux.svg?style=flat-square)](https://www.npmjs.com/package/redux)\n[![npm downloads](https://img.shields.io/npm/dm/redux.svg?style=flat-square)](https://www.npmjs.com/package/redux)\n[![redux channel on discord](https://img.shields.io/badge/discord-%23redux%20%40%20reactiflux-61dafb.svg?style=flat-square)](https://discord.gg/0ZcbPKXt5bZ6au5t)\n[![#rackt on freenode](https://img.shields.io/badge/irc-%23rackt%20%40%20freenode-61DAFB.svg?style=flat-square)](https://webchat.freenode.net/)\n[![Changelog #187](https://img.shields.io/badge/changelog-%23187-lightgrey.svg?style=flat-square)](https://changelog.com/187)\n\n>**Learn Redux from its creator:** \n>**[Part 1: Getting Started with Redux](https://egghead.io/series/getting-started-with-redux) (30 free videos)**<br>\n>**[Part 2: Building React Applications with Idiomatic Redux](https://egghead.io/courses/building-react-applications-with-idiomatic-redux) (27 free videos)**\n\n### Testimonials\n\n>[“Love what you're doing with Redux”](https://twitter.com/jingc/status/616608251463909376) \n>Jing Chen, creator of Flux\n\n>[“I asked for comments on Redux in FB's internal JS discussion group, and it was universally praised. Really awesome work.”](https://twitter.com/fisherwebdev/status/616286955693682688) \n>Bill Fisher, author of Flux documentation\n\n>[“It's cool that you are inventing a better Flux by not doing Flux at all.”](https://twitter.com/andrestaltz/status/616271392930201604) \n>André Staltz, creator of Cycle\n\n### Before Proceeding Further\n\n>**Also read:** \n>**[You Might Not Need Redux](https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367)**\n\n### Developer Experience\n\nI wrote Redux while working on my React Europe talk called [“Hot Reloading with Time Travel”](https://www.youtube.com/watch?v=xsSnOQynTHs). My goal was to create a state management library with minimal API but completely predictable behavior, so it is possible to implement logging, hot reloading, time travel, universal apps, record and replay, without any buy-in from the developer.\n\n### Influences\n\nRedux evolves the ideas of [Flux](http://facebook.github.io/flux/), but avoids its complexity by taking cues from [Elm](https://github.com/evancz/elm-architecture-tutorial/). \nWhether you have used them or not, Redux only takes a few minutes to get started with.\n\n### Installation\n\nTo install the stable version:\n\n```\nnpm install --save redux\n```\n\nThis assumes you are using [npm](https://www.npmjs.com/) as your package manager. \n\nIf you're not, you can [access these files on unpkg](https://unpkg.com/redux/), download them, or point your package manager to them.\n\nMost commonly people consume Redux as a collection of [CommonJS](http://webpack.github.io/docs/commonjs.html) modules. These modules are what you get when you import `redux` in a [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/), or a Node environment. If you like to live on the edge and use [Rollup](http://rollupjs.org), we support that as well.\n\nIf you don't use a module bundler, it's also fine. The `redux` npm package includes precompiled production and development [UMD](https://github.com/umdjs/umd) builds in the [`dist` folder](https://unpkg.com/redux/dist/). They can be used directly without a bundler and are thus compatible with many popular JavaScript module loaders and environments. For example, you can drop a UMD build as a [`<script>` tag](https://unpkg.com/redux/dist/redux.js) on the page, or [tell Bower to install it](https://github.com/reactjs/redux/pull/1181#issuecomment-167361975). The UMD builds make Redux available as a `window.Redux` global variable.\n\nThe Redux source code is written in ES2015 but we precompile both CommonJS and UMD builds to ES5 so they work in [any modern browser](http://caniuse.com/#feat=es5). You don't need to use Babel or a module bundler to [get started with Redux](https://github.com/reactjs/redux/blob/master/examples/counter-vanilla/index.html).\n\n#### Complementary Packages\n\nMost likely, you'll also need [the React bindings](https://github.com/reactjs/react-redux) and [the developer tools](https://github.com/gaearon/redux-devtools).\n\n```\nnpm install --save react-redux\nnpm install --save-dev redux-devtools\n```\n\nNote that unlike Redux itself, many packages in the Redux ecosystem don't provide UMD builds, so we recommend using CommonJS module bundlers like [Webpack](https://webpack.js.org/) and [Browserify](http://browserify.org/) for the most comfortable development experience.\n\n### The Gist\n\nThe whole state of your app is stored in an object tree inside a single *store*. \nThe only way to change the state tree is to emit an *action*, an object describing what happened. \nTo specify how the actions transform the state tree, you write pure *reducers*.\n\nThat's it!\n\n```js\nimport { createStore } from 'redux'\n\n/**\n * This is a reducer, a pure function with (state, action) => state signature.\n * It describes how an action transforms the state into the next state.\n *\n * The shape of the state is up to you: it can be a primitive, an array, an object,\n * or even an Immutable.js data structure. The only important part is that you should\n * not mutate the state object, but return a new object if the state changes.\n *\n * In this example, we use a `switch` statement and strings, but you can use a helper that\n * follows a different convention (such as function maps) if it makes sense for your\n * project.\n */\nfunction counter(state = 0, action) {\n switch (action.type) {\n case 'INCREMENT':\n return state + 1\n case 'DECREMENT':\n return state - 1\n default:\n return state\n }\n}\n\n// Create a Redux store holding the state of your app.\n// Its API is { subscribe, dispatch, getState }.\nlet store = createStore(counter)\n\n// You can use subscribe() to update the UI in response to state changes.\n// Normally you'd use a view binding library (e.g. React Redux) rather than subscribe() directly.\n// However it can also be handy to persist the current state in the localStorage.\n\nstore.subscribe(() =>\n console.log(store.getState())\n)\n\n// The only way to mutate the internal state is to dispatch an action.\n// The actions can be serialized, logged or stored and later replayed.\nstore.dispatch({ type: 'INCREMENT' })\n// 1\nstore.dispatch({ type: 'INCREMENT' })\n// 2\nstore.dispatch({ type: 'DECREMENT' })\n// 1\n```\n\nInstead of mutating the state directly, you specify the mutations you want to happen with plain objects called *actions*. Then you write a special function called a *reducer* to decide how every action transforms the entire application's state.\n\nIf you're coming from Flux, there is a single important difference you need to understand. Redux doesn't have a Dispatcher or support many stores. Instead, there is just a single store with a single root reducing function. As your app grows, instead of adding stores, you split the root reducer into smaller reducers independently operating on the different parts of the state tree. This is exactly like how there is just one root component in a React app, but it is composed out of many small components.\n\nThis architecture might seem like an overkill for a counter app, but the beauty of this pattern is how well it scales to large and complex apps. It also enables very powerful developer tools, because it is possible to trace every mutation to the action that caused it. You can record user sessions and reproduce them just by replaying every action.\n\n### Learn Redux from Its Creator\n\n[Getting Started with Redux](https://egghead.io/series/getting-started-with-redux) is a video course consisting of 30 videos narrated by Dan Abramov, author of Redux. It is designed to complement the “Basics” part of the docs while bringing additional insights about immutability, testing, Redux best practices, and using Redux with React. **This course is free and will always be.**\n\n>[“Great course on egghead.io by @dan_abramov - instead of just showing you how to use #redux, it also shows how and why redux was built!”](https://twitter.com/sandrinodm/status/670548531422326785) \n>Sandrino Di Mattia\n\n>[“Plowing through @dan_abramov 'Getting Started with Redux' - its amazing how much simpler concepts get with video.”](https://twitter.com/chrisdhanaraj/status/670328025553219584) \n>Chris Dhanaraj\n\n>[“This video series on Redux by @dan_abramov on @eggheadio is spectacular!”](https://twitter.com/eddiezane/status/670333133242408960) \n>Eddie Zaneski\n\n>[“Come for the name hype. Stay for the rock solid fundamentals. (Thanks, and great job @dan_abramov and @eggheadio!)”](https://twitter.com/danott/status/669909126554607617) \n>Dan\n\n>[“This series of videos on Redux by @dan_abramov is repeatedly blowing my mind - gunna do some serious refactoring”](https://twitter.com/gelatindesign/status/669658358643892224) \n>Laurence Roberts\n\nSo, what are you waiting for?\n\n#### [Watch the 30 Free Videos!](https://egghead.io/series/getting-started-with-redux)\n\nIf you enjoyed my course, consider supporting Egghead by [buying a subscription](https://egghead.io/pricing). Subscribers have access to the source code for the example in every one of my videos, as well as to tons of advanced lessons on other topics, including JavaScript in depth, React, Angular, and more. Many [Egghead instructors](https://egghead.io/instructors) are also open source library authors, so buying a subscription is a nice way to thank them for the work that they've done.\n\n### Documentation\n\n* [Introduction](http://redux.js.org/docs/introduction/index.html)\n* [Basics](http://redux.js.org/docs/basics/index.html)\n* [Advanced](http://redux.js.org/docs/advanced/index.html)\n* [Recipes](http://redux.js.org/docs/recipes/index.html)\n* [FAQ](http://redux.js.org/docs/FAQ.html)\n* [Troubleshooting](http://redux.js.org/docs/Troubleshooting.html)\n* [Glossary](http://redux.js.org/docs/Glossary.html)\n* [API Reference](http://redux.js.org/docs/api/index.html)\n\nFor PDF, ePub, and MOBI exports for offline reading, and instructions on how to create them, please see: [paulkogel/redux-offline-docs](https://github.com/paulkogel/redux-offline-docs).\n\nFor Offline docs, please see: [devdocs](http://devdocs.io/redux/)\n\n### Examples\n\nAlmost all examples have a corresponding CodeSandbox sandbox. This is an interactive version of the code that you can play with online.\n\n* [Counter Vanilla](http://redux.js.org/docs/introduction/Examples.html#counter-vanilla) ([source](https://github.com/reactjs/redux/tree/master/examples/counter-vanilla))\n* [Counter](http://redux.js.org/docs/introduction/Examples.html#counter) ([source](https://github.com/reactjs/redux/tree/master/examples/counter), [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/counter))\n* [Todos](http://redux.js.org/docs/introduction/Examples.html#todos) ([source](https://github.com/reactjs/redux/tree/master/examples/todos), [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todos))\n* [Todos with Undo](http://redux.js.org/docs/introduction/Examples.html#todos-with-undo) ([source](https://github.com/reactjs/redux/tree/master/examples/todos-with-undo), [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todos-with-undo))\n* [TodoMVC](http://redux.js.org/docs/introduction/Examples.html#todomvc) ([source](https://github.com/reactjs/redux/tree/master/examples/todomvc), [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todomvc))\n* [Shopping Cart](http://redux.js.org/docs/introduction/Examples.html#shopping-cart) ([source](https://github.com/reactjs/redux/tree/master/examples/shopping-cart), [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/shopping-cart))\n* [Tree View](http://redux.js.org/docs/introduction/Examples.html#tree-view) ([source](https://github.com/reactjs/redux/tree/master/examples/tree-view), [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/tree-view))\n* [Async](http://redux.js.org/docs/introduction/Examples.html#async) ([source](https://github.com/reactjs/redux/tree/master/examples/async), [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/async))\n* [Universal](http://redux.js.org/docs/introduction/Examples.html#universal) ([source](https://github.com/reactjs/redux/tree/master/examples/universal))\n* [Real World](http://redux.js.org/docs/introduction/Examples.html#real-world) ([source](https://github.com/reactjs/redux/tree/master/examples/real-world), [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/real-world))\n\nIf you're new to the NPM ecosystem and have troubles getting a project up and running, or aren't sure where to paste the gist above, check out [simplest-redux-example](https://github.com/jackielii/simplest-redux-example) that uses Redux together with React and Browserify.\n\n### Discussion\n\nJoin the [#redux](https://discord.gg/0ZcbPKXt5bZ6au5t) channel of the [Reactiflux](http://www.reactiflux.com) Discord community.\n\n### Thanks\n\n* [The Elm Architecture](https://github.com/evancz/elm-architecture-tutorial) for a great intro to modeling state updates with reducers;\n* [Turning the database inside-out](http://www.confluent.io/blog/turning-the-database-inside-out-with-apache-samza/) for blowing my mind;\n* [Developing ClojureScript with Figwheel](https://www.youtube.com/watch?v=j-kj2qwJa_E) for convincing me that re-evaluation should “just work”;\n* [Webpack](https://webpack.js.org/concepts/hot-module-replacement/) for Hot Module Replacement;\n* [Flummox](https://github.com/acdlite/flummox) for teaching me to approach Flux without boilerplate or singletons;\n* [disto](https://github.com/threepointone/disto) for a proof of concept of hot reloadable Stores;\n* [NuclearJS](https://github.com/optimizely/nuclear-js) for proving this architecture can be performant;\n* [Om](https://github.com/omcljs/om) for popularizing the idea of a single state atom;\n* [Cycle](https://github.com/cyclejs/cycle-core) for showing how often a function is the best tool;\n* [React](https://github.com/facebook/react) for the pragmatic innovation.\n\nSpecial thanks to [Jamie Paton](http://jdpaton.github.io) for handing over the `redux` NPM package name.\n\n### Logo\n\nYou can find the official logo [on GitHub](https://github.com/reactjs/redux/tree/master/logo).\n\n### Change Log\n\nThis project adheres to [Semantic Versioning](http://semver.org/). \nEvery release, along with the migration instructions, is documented on the Github [Releases](https://github.com/reactjs/redux/releases) page.\n\n### Patrons\n\nThe work on Redux was [funded by the community](https://www.patreon.com/reactdx). \nMeet some of the outstanding companies that made it possible:\n\n* [Webflow](https://github.com/webflow)\n* [Ximedes](https://www.ximedes.com/)\n\n[See the full list of Redux patrons.](PATRONS.md), as well as the always-growing list of [people and companies that use Redux](https://github.com/reactjs/redux/issues/310).\n\n### License\n\nMIT\n",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/reactjs/redux.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run build:commonjs && yarn run build:es && yarn run build:umd && yarn run build:umd:min",
|
|
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
|
|
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
|
|
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/redux.js",
|
|
"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -i src/index.js -o dist/redux.min.js",
|
|
"clean": "rimraf lib dist es coverage",
|
|
"docs:build": "yarn run docs:prepare && gitbook build -g reactjs/redux && cp logo/apple-touch-icon.png _book/gitbook/images/apple-touch-icon-precomposed-152.png && cp logo/favicon.ico _book/gitbook/images",
|
|
"docs:clean": "rimraf _book",
|
|
"docs:prepare": "gitbook install",
|
|
"docs:publish": "yarn run docs:clean && yarn run docs:build && cp CNAME _book && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push git@github.com:reactjs/redux gh-pages --force",
|
|
"docs:watch": "yarn run docs:prepare && gitbook serve",
|
|
"examples:lint": "eslint examples",
|
|
"examples:test": "cross-env CI=true babel-node examples/testAll.js",
|
|
"lint": "eslint src test build",
|
|
"prepare": "yarn run clean && yarn run lint && yarn test && yarn run build",
|
|
"test": "cross-env BABEL_ENV=commonjs jest",
|
|
"test:cov": "yarn test -- --coverage",
|
|
"test:watch": "yarn test -- --watch"
|
|
},
|
|
"typings": "./index.d.ts",
|
|
"version": "3.7.2"
|
|
}
|