芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/redux/package.json
{ "_args": [ [ "redux@4.1.2", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "redux@4.1.2", "_id": "redux@4.1.2", "_inBundle": false, "_integrity": "sha512-SH8PglcebESbd/shgf6mii6EIoRM0zrQyjcuQ+ojmfxjTtE0z9Y8pa62iA/OJ58qjP6j27uyW4kUF4jl/jd6sw==", "_location": "/redux", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "redux@4.1.2", "name": "redux", "escapedName": "redux", "rawSpec": "4.1.2", "saveSpec": null, "fetchSpec": "4.1.2" }, "_requiredBy": [ "/dnd-core", "/strapi-admin", "/strapi-plugin-content-manager", "/strapi-plugin-content-type-builder", "/strapi-plugin-documentation", "/video-react" ], "_resolved": "https://registry.npmjs.org/redux/-/redux-4.1.2.tgz", "_spec": "4.1.2", "_where": "/home/freeclou/app.optimyar.com/backend", "authors": [ "Dan Abramov
(https://github.com/gaearon)", "Andrew Clark
(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.2" }