芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-with-direction/package.json
{ "_args": [ [ "react-with-direction@1.4.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "react-with-direction@1.4.0", "_id": "react-with-direction@1.4.0", "_inBundle": false, "_integrity": "sha512-ybHNPiAmaJpoWwugwqry9Hd1Irl2hnNXlo/2SXQBwbLn/jGMauMS2y9jw+ydyX5V9ICryCqObNSthNt5R94xpg==", "_location": "/react-with-direction", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-with-direction@1.4.0", "name": "react-with-direction", "escapedName": "react-with-direction", "rawSpec": "1.4.0", "saveSpec": null, "fetchSpec": "1.4.0" }, "_requiredBy": [ "/@buffetjs/core", "/react-dates", "/react-with-styles" ], "_resolved": "https://registry.npmjs.org/react-with-direction/-/react-with-direction-1.4.0.tgz", "_spec": "1.4.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Yaniv Zimet", "email": "yaniv.zimet@airbnb.com" }, "bugs": { "url": "https://github.com/airbnb/react-with-direction/issues" }, "dependencies": { "airbnb-prop-types": "^2.16.0", "brcast": "^2.0.2", "deepmerge": "^1.5.2", "direction": "^1.0.4", "hoist-non-react-statics": "^3.3.2", "object.assign": "^4.1.2", "object.values": "^1.1.5", "prop-types": "^15.7.2" }, "description": "Components to provide and consume RTL or LTR direction in React", "devDependencies": { "babel-cli": "^6.26.0", "babel-jest": "^21.2.0", "babel-plugin-transform-replace-object-assign": "^1.0.0", "babel-preset-airbnb": "^2.6.0", "casual": "^1.6.2", "chai": "^4.3.4", "chai-enzyme": "^1.0.0-beta.1", "cheerio": "=1.0.0-rc.3", "enzyme": "^3.11.0", "enzyme-adapter-react-helper": "^1.3.9", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.26.1", "jest": "^21.2.1", "react": "^0.14 || ^15 || ^16", "react-dom": "^0.14 || ^15 || ^16", "rimraf": "^2.7.1", "safe-publish-latest": "^1.1.4", "sinon": "^4.5.0", "sinon-chai": "^3.7.0", "sinon-sandbox": "^2.0.6", "webpack": "^3.12.0" }, "homepage": "https://github.com/airbnb/react-with-direction#readme", "license": "MIT", "main": "dist/withDirection", "name": "react-with-direction", "peerDependencies": { "react": "^0.14 || ^15 || ^16", "react-dom": "^0.14 || ^15 || ^16" }, "repository": { "type": "git", "url": "git+https://github.com/airbnb/react-with-direction.git" }, "scripts": { "build": "babel src --out-dir dist", "clean": "rimraf dist", "lint": "eslint .", "prebuild": "npm run clean", "prepublish": "safe-publish-latest && npm run build", "pretest": "npm run lint", "pretest:only": "npm run react", "react": "enzyme-adapter-react-install 16", "test": "npm run test:only", "test:only": "jest", "test:watch": "npm run test:only -- --watchAll" }, "version": "1.4.0" }