jam-cloud/jam-ui/node_modules/redux/package.json

144 lines
3.9 KiB
JSON

{
"_args": [
[
"redux@4.1.0",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "redux@4.1.0",
"_id": "redux@4.1.0",
"_inBundle": false,
"_integrity": "sha512-uI2dQN43zqLWCt6B/BMGRMY6db7TTY4qeHHfGeKb3EOhmOKjU3KdWvNLJyqaHRksv/ErdNH7cFZWg9jXtewy4g==",
"_location": "/redux",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "redux@4.1.0",
"name": "redux",
"escapedName": "redux",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/@reduxjs/toolkit",
"/@types/react-redux",
"/react-beautiful-dnd"
],
"_resolved": "https://registry.npmjs.org/redux/-/redux-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"authors": [
"Dan Abramov <dan.abramov@me.com> (https://github.com/gaearon)",
"Andrew Clark <acdlite@me.com> (https://github.com/acdlite)"
],
"bugs": {
"url": "https://github.com/reduxjs/redux/issues"
},
"dependencies": {
"@babel/runtime": "^7.9.2"
},
"description": "Predictable state container for JavaScript apps",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-flow": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@babel/register": "^7.9.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.2",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.4",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.4.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"glob": "^7.1.6",
"jest": "^25.4.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.7.2",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.0",
"rxjs": "^6.5.5",
"typescript": "^3.8.3",
"typings-tester": "^0.3.2"
},
"files": [
"dist",
"lib",
"es",
"src",
"index.d.ts"
],
"homepage": "http://redux.js.org",
"jest": {
"testRegex": "(/test/.*\\.spec\\.[tj]s)$",
"coverageProvider": "v8"
},
"keywords": [
"redux",
"reducer",
"state",
"predictable",
"functional",
"immutable",
"hot",
"live",
"replay",
"flux",
"elm"
],
"license": "MIT",
"main": "lib/redux.js",
"module": "es/redux.js",
"name": "redux",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
],
"npmName": "redux",
"repository": {
"type": "git",
"url": "git+https://github.com/reduxjs/redux.git"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf lib dist es coverage",
"examples:lint": "eslint examples",
"examples:test": "cross-env CI=true babel-node examples/testAll.js",
"format": "prettier --write \"{src,test}/**/*.{js,ts}\" index.d.ts \"**/*.md\"",
"format:check": "prettier --list-different \"{src,test}/**/*.{js,ts}\" index.d.ts \"**/*.md\"",
"lint": "eslint src test",
"prepublishOnly": "npm run clean && npm run format:check && npm run lint && npm test",
"pretest": "npm run build",
"test": "jest",
"test:cov": "npm test -- --coverage",
"test:watch": "npm test -- --watch"
},
"sideEffects": false,
"typings": "./index.d.ts",
"unpkg": "dist/redux.js",
"version": "4.1.0"
}