芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-dates/package.json
{ "_args": [ [ "react-dates@21.8.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "react-dates@21.8.0", "_id": "react-dates@21.8.0", "_inBundle": false, "_integrity": "sha512-PPriGqi30CtzZmoHiGdhlA++YPYPYGCZrhydYmXXQ6RAvAsaONcPtYgXRTLozIOrsQ5mSo40+DiA5eOFHnZ6xw==", "_location": "/react-dates", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "react-dates@21.8.0", "name": "react-dates", "escapedName": "react-dates", "rawSpec": "21.8.0", "saveSpec": null, "fetchSpec": "21.8.0" }, "_requiredBy": [ "/@buffetjs/core", "/@buffetjs/styles" ], "_resolved": "https://registry.npmjs.org/react-dates/-/react-dates-21.8.0.tgz", "_spec": "21.8.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Maja Wichrowska", "email": "maja.wichrowska@airbnb.com" }, "bugs": { "url": "https://github.com/airbnb/react-dates/issues" }, "dependencies": { "airbnb-prop-types": "^2.15.0", "consolidated-events": "^1.1.1 || ^2.0.0", "enzyme-shallow-equal": "^1.0.0", "is-touch-device": "^1.0.1", "lodash": "^4.1.1", "object.assign": "^4.1.0", "object.values": "^1.1.0", "prop-types": "^15.7.2", "raf": "^3.4.1", "react-moment-proptypes": "^1.6.0", "react-outside-click-handler": "^1.2.4", "react-portal": "^4.2.0", "react-with-direction": "^1.3.1", "react-with-styles": "^4.1.0", "react-with-styles-interface-css": "^6.0.0" }, "description": "A responsive and accessible date range picker component built with React", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/register": "^7.5.5", "@babel/runtime": "^7.0.0", "@storybook/addon-actions": "^5.1.11", "@storybook/addon-info": "^5.1.11", "@storybook/addon-links": "^5.1.11", "@storybook/addon-options": "^5.1.11", "@storybook/addons": "^5.1.11", "@storybook/react": "^5.1.11", "@welldone-software/why-did-you-render": "^3.3.1", "airbnb-js-shims": "^2.2.0", "aphrodite": "^2.3.1", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "babel-plugin-inline-react-svg": "^1.1.0", "babel-plugin-inline-svg": "^1.0.1", "babel-plugin-istanbul": "^5.2.0", "babel-plugin-transform-replace-object-assign": "^2.0.0", "babel-preset-airbnb": "^4.0.1", "chai": "^4.2.0", "clean-css": "^4.2.1", "coveralls": "^3.0.6", "cross-env": "^5.2.0", "enzyme": "^3.10.0", "enzyme-adapter-react-helper": "^1.3.6", "eslint": "^6.2.1", "eslint-config-airbnb": "^18.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.7.0", "eslint-plugin-react-with-styles": "^2.2.0", "git-directory-deploy": "^1.5.1", "imports-loader": "^0.8.0", "in-publish": "^2.0.0", "karma": "^4.2.0", "karma-chai": "^0.1.0", "karma-firefox-launcher": "^1.2.0", "karma-mocha": "^1.3.0", "karma-sinon": "^1.0.5", "karma-webpack": "^4.0.2", "mocha": "^3.5.3", "mocha-wrap": "^2.1.2", "moment": "^2.24.0", "moment-jalaali": "^0.7.4", "node-sass": "^4.12.0", "nyc": "^14.1.1", "raw-loader": "^0.5.1", "react": "^0.14 || ^15.5.4 || ^16.1.1", "react-dom": "^0.14 || ^15.5.4 || ^16.1.1", "react-with-styles-interface-aphrodite": "^6.0.0", "react-with-styles-interface-css-compiler": "^2.2.0", "rimraf": "^2.6.3", "safe-publish-latest": "^1.1.3", "sass-loader": "^7.2.0", "sinon": "^7.4.1", "sinon-sandbox": "^2.0.5", "style-loader": "^0.20.3", "typescript": "*", "webpack": "^4.31.0" }, "greenkeeper": { "ignore": [ "mocha", "webpack" ] }, "homepage": "https://github.com/airbnb/react-dates#readme", "license": "MIT", "main": "index.js", "name": "react-dates", "peerDependencies": { "@babel/runtime": "^7.0.0", "moment": "^2.18.1", "react": "^0.14 || ^15.5.4 || ^16.1.1", "react-dom": "^0.14 || ^15.5.4 || ^16.1.1", "react-with-direction": "^1.3.1" }, "repository": { "type": "git", "url": "git+https://github.com/airbnb/react-dates.git" }, "scripts": { "build": "npm run build:cjs && npm run build:esm && npm run build:css -- --optimize ", "build:cjs": "BABEL_ENV=cjs babel src/ -d lib/", "build:css": "node scripts/buildCSS.js", "build:esm": "BABEL_ENV=esm babel src/ -d esm/", "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)", "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0", "clean": "rimraf lib esm", "cover": "cross-env NODE_ENV=test node --max-old-space-size=4096 $(which nyc) npm run mocha", "gh-pages": "npm run gh-pages:clean && npm run gh-pages:build && npm run gh-pages:publish", "gh-pages:build": "$(npm bin)/build-storybook -o _gh-pages", "gh-pages:clean": "rimraf _gh-pages", "gh-pages:publish": "$(npm bin)/git-directory-deploy --directory _gh-pages", "lint": "eslint --ext .js,.jsx src test", "mocha": "mocha ./test/_helpers", "postpublish": "[ \"${npm_config_tag:-latest}\" != latest ] || npm run gh-pages", "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish --registry=https://registry.npmjs.org/", "prebuild": "npm run clean", "prebuild:css": "rimraf lib/css && mkdir -p lib/css", "precover": "rimraf coverage && npm run react", "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish", "pretest": "npm run --silent lint", "pretests-karma": "npm run react", "pretests-only": "npm run react", "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed", "react": "enzyme-adapter-react-install 16", "storybook": "start-storybook -p 6006", "storybook:css": "npm run build:css && start-storybook -p 6006 -c .storybook-css", "storybook:uninstall": "npm uninstall --no-save @storybook/react && rimraf node_modules/@storybook node_modules/react-modal node_modules/react-dom-factories", "tag": "git tag v$npm_package_version", "test": "npm run build && npm run tests-only", "tests-karma": "karma start", "tests-only": "npm run mocha --silent", "version:major": "npm --no-git-tag-version version major", "version:minor": "npm --no-git-tag-version version minor", "version:patch": "npm --no-git-tag-version version patch" }, "version": "21.8.0" }