WIP - add extractor, generate snippet_data
This commit is contained in:
132
node_modules/react-redux/package.json
generated
vendored
Normal file
132
node_modules/react-redux/package.json
generated
vendored
Normal file
@ -0,0 +1,132 @@
|
||||
{
|
||||
"_from": "react-redux@^7.1.0",
|
||||
"_id": "react-redux@7.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-hyu/PoFK3vZgdLTg9ozbt7WF3GgX5+Yn3pZm5/96/o4UueXA+zj08aiSC9Mfj2WtD1bvpIb3C5yvskzZySzzaw==",
|
||||
"_location": "/react-redux",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "react-redux@^7.1.0",
|
||||
"name": "react-redux",
|
||||
"escapedName": "react-redux",
|
||||
"rawSpec": "^7.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.1.0.tgz",
|
||||
"_shasum": "72af7cf490a74acdc516ea9c1dd80e25af9ea0b2",
|
||||
"_spec": "react-redux@^7.1.0",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
|
||||
"author": {
|
||||
"name": "Dan Abramov",
|
||||
"email": "dan.abramov@me.com",
|
||||
"url": "https://github.com/gaearon"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"loose-envify"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/reduxjs/react-redux/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.4.5",
|
||||
"hoist-non-react-statics": "^3.3.0",
|
||||
"invariant": "^2.2.4",
|
||||
"loose-envify": "^1.4.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-is": "^16.8.6"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Official React bindings for Redux",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.4.4",
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/plugin-proposal-decorators": "^7.4.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
|
||||
"@babel/plugin-transform-react-display-name": "^7.2.0",
|
||||
"@babel/plugin-transform-react-jsx": "^7.3.0",
|
||||
"@babel/plugin-transform-runtime": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@testing-library/react": "^8.0.1",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-jest": "^24.8.0",
|
||||
"codecov": "^3.5.0",
|
||||
"create-react-class": "^15.6.3",
|
||||
"cross-env": "^5.2.0",
|
||||
"es3ify": "^0.2.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-prettier": "^4.3.0",
|
||||
"eslint-plugin-import": "^2.17.3",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"glob": "^7.1.4",
|
||||
"jest": "^24.8.0",
|
||||
"jest-dom": "^3.5.0",
|
||||
"prettier": "^1.18.2",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-hooks-testing-library": "^0.5.1",
|
||||
"react-test-renderer": "^16.8.6",
|
||||
"redux": "^4.0.1",
|
||||
"rimraf": "^2.6.3",
|
||||
"rollup": "^1.14.6",
|
||||
"rollup-plugin-babel": "^4.3.2",
|
||||
"rollup-plugin-commonjs": "^10.0.0",
|
||||
"rollup-plugin-node-resolve": "^5.0.1",
|
||||
"rollup-plugin-replace": "^2.2.0",
|
||||
"rollup-plugin-terser": "^5.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"lib",
|
||||
"src",
|
||||
"es"
|
||||
],
|
||||
"homepage": "https://github.com/reduxjs/react-redux",
|
||||
"jest": {
|
||||
"coverageDirectory": "./coverage/",
|
||||
"collectCoverage": true,
|
||||
"testURL": "http://localhost"
|
||||
},
|
||||
"keywords": [
|
||||
"react",
|
||||
"reactjs",
|
||||
"redux"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"name": "react-redux",
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.3",
|
||||
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/reduxjs/react-redux.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
|
||||
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
|
||||
"build:es": "babel src --out-dir es",
|
||||
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/react-redux.js",
|
||||
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/react-redux.min.js",
|
||||
"clean": "rimraf lib dist es coverage",
|
||||
"coverage": "codecov",
|
||||
"format": "prettier --write \"{src,test}/**/*.{js,ts}\" index.d.ts \"docs/**/*.md\"",
|
||||
"lint": "eslint src test/utils test/components test/hooks",
|
||||
"prepare": "npm run clean && npm run build",
|
||||
"pretest": "npm run lint",
|
||||
"test": "jest"
|
||||
},
|
||||
"unpkg": "dist/react-redux.js",
|
||||
"version": "7.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user