{ "_args": [ [ "react-big-calendar@0.22.1", "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp" ] ], "_from": "react-big-calendar@0.22.1", "_id": "react-big-calendar@0.22.1", "_inBundle": false, "_integrity": "sha512-Pd0x0W4vjs5oDzPl3kvIlJok4ESO7p/+jpxKil0xkJ5sfsYlB/lZMCht7htEy9/WInnnJQGcXx+tLIcEzDbV8g==", "_location": "/react-big-calendar", "_phantomChildren": { "@babel/runtime": "7.9.6", "csstype": "2.6.10" }, "_requested": { "type": "version", "registry": true, "raw": "react-big-calendar@0.22.1", "name": "react-big-calendar", "escapedName": "react-big-calendar", "rawSpec": "0.22.1", "saveSpec": null, "fetchSpec": "0.22.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-0.22.1.tgz", "_spec": "0.22.1", "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp", "author": { "name": "Jason Quense", "email": "monastic.panic@gmail.com" }, "bugs": { "url": "https://github.com/intljusticemission/react-big-calendar/issues" }, "dependencies": { "@babel/runtime": "^7.1.5", "clsx": "^1.0.4", "date-arithmetic": "^4.0.1", "dom-helpers": "^5.1.0", "invariant": "^2.2.4", "lodash": "^4.17.11", "lodash-es": "^4.17.11", "memoize-one": "^4.0.3", "prop-types": "^15.6.2", "react-overlays": "^2.0.0-0", "uncontrollable": "^7.0.0", "warning": "^4.0.2" }, "description": "Calendar! with events", "devDependencies": { "@4c/rollout": "^1.4.0", "@babel/cli": "^7.1.0", "@babel/core": "^7.1.5", "@storybook/addon-actions": "^5.0.11", "@storybook/react": "^5.0.11", "autoprefixer": "^9.5.1", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.22", "babel-plugin-transform-rename-import": "^2.3.0", "babel-preset-jason": "^6.0.1", "bootstrap": "^3.3.5", "bootstrap-sass": "^3.4.1", "component-metadata-loader": "^4.0.0", "cpy-cli": "^2.0.0", "eslint": "^5.8.0", "eslint-config-jason": "^4.1.0", "eslint-config-prettier": "^3.1.0", "eslint-import-resolver-webpack": "^0.10.1", "eslint-plugin-import": "^2.14.0", "eslint-plugin-react": "^7.11.1", "font-awesome": "^4.7.0", "globalize": "^0.1.1", "husky": "^0.14.3", "jest": "^23.6.0", "lint-staged": "^8.0.4", "markdown-jsx-loader": "^3.0.2", "marked": "^0.5.1", "moment": "^2.22.2", "mt-changelog": "^0.6.1", "node-sass": "4.12.0", "postcss": "^7.0.16", "postcss-cli": "^6.1.2", "prettier": "^1.15.1", "react": "^16.6.1", "react-bootstrap": "^0.32.4", "react-docgen": "^3.0.0-rc.1", "react-dom": "^16.6.1", "react-tackle-box": "^2.1.0", "rimraf": "^2.4.2", "rollup": "^1.1.0", "rollup-plugin-babel": "^4.3.0", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-size-snapshot": "^0.8.0", "rollup-plugin-terser": "^4.0.2", "webpack": "^4.25.1", "webpack-atoms": "^8.0.0", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.10" }, "files": [ "lib/", "dist/", "LICENSE", "README.md", "CHANGELOG.md" ], "homepage": "https://github.com/intljusticemission/react-big-calendar#readme", "keywords": [ "scheduler", "react-component", "react", "calendar", "events", "full calendar" ], "license": "MIT", "lint-staged": { "src/**/*.js": "eslint", "test/**/*.js": "eslint", "*.{js,json,css,md}": [ "prettier --write", "git add" ] }, "main": "lib/index.js", "module": "dist/react-big-calendar.esm.js", "name": "react-big-calendar", "peerDependencies": { "react": "^16.6.1", "react-dom": "^16.6.1" }, "prettier": { "printWidth": 80, "semi": false, "singleQuote": true, "trailingComma": "es5", "bracketSpacing": true }, "repository": { "type": "git", "url": "git+https://github.com/intljusticemission/react-big-calendar.git" }, "resolutions": { "babel-core": "7.0.0-bridge.0" }, "scripts": { "assets": "cpy src/sass/* lib/sass && npm run assets-addons", "assets-addons": "cpy addons/**/*.scss ../lib/ --cwd=src --parents", "autoprefixer": "postcss --use autoprefixer -b 'ie >= 10, safari >= 8, last 2 versions' < ./lib/css/react-big/calendar.css | postcss --use autoprefixer -b 'ie >= 10, safari >= 8, last 2 versions' < ./lib/addons/dragAndDrop/styles.css", "build": "yarn clean && yarn build:cjs && yarn build:umd && yarn assets && yarn build:css", "build:cjs": "babel src --out-dir lib", "build:css": "npm run sass && npm run autoprefixer", "build:examples": "npm run clean:examples && webpack --config examples/webpack.config.js", "build:umd": "BABEL_ENV=esm yarn rollup -c", "clean": "rimraf lib", "clean:examples": "rimraf examples/static", "examples": "npm run clean:examples && webpack-dev-server --config examples/webpack.config.js --mode development", "lint": "eslint src test", "precommit": "lint-staged", "prepublishOnly": "npm run build", "prettier": "prettier '**/*js' !examples/bundle.js '!lib/**' --write ", "release": "rollout", "s": "node-sass src/sass/styles.scss ./lib/css/react-big-calendar.css", "sass": "npm run s && npm run sass-dnd", "sass-dnd": "node-sass src/addons/dragAndDrop/styles.scss ./lib/addons/dragAndDrop/styles.css", "storybook": "start-storybook -p 9002", "tdd": "jest --watch", "test": "npm run lint && jest" }, "style": "lib/css/react-big-calendar.css", "version": "0.22.1" }