{ "_from": "rmc-calendar@^1.0.0", "_id": "rmc-calendar@1.1.4", "_inBundle": false, "_integrity": "sha512-xxQZaPFDnpHt4IFO8mukYrXSgC1W8LcNVp+EoX4iyeOJFimungOKB/iP5/cy+st8yXq8lUgk9TXsHNtM6Xo6ZA==", "_location": "/rmc-calendar", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rmc-calendar@^1.0.0", "name": "rmc-calendar", "escapedName": "rmc-calendar", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/antd-mobile" ], "_resolved": "https://registry.npmjs.org/rmc-calendar/-/rmc-calendar-1.1.4.tgz", "_shasum": "7db4990087877cd49a7772f4524d33b8016d3bd2", "_spec": "rmc-calendar@^1.0.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd-mobile", "bugs": { "url": "https://github.com/react-component/m-calendar/issues" }, "bundleDependencies": false, "config": { "port": 8021 }, "dependencies": { "babel-runtime": "^6.26.0", "rc-animate": "^2.4.4", "rmc-date-picker": "^6.0.8" }, "deprecated": false, "description": "React Mobile Calendar Component(web and react-native)", "devDependencies": { "@types/enzyme": "^2.8.11", "@types/enzyme-to-json": "^1.5.0", "@types/jest": "^21.1.2", "@types/react": "^16.0.10", "@types/react-dom": "^16.0.1", "coveralls": "^3.0.0", "enzyme": "^3.1.0", "enzyme-adapter-react-15": "^1.0.1", "enzyme-to-json": "^3.1.2", "jest": "^21.2.1", "pre-commit": "1.x", "rc-test": "^6.0.8", "rc-tools": "^7.0.0", "react": "^15.x", "react-dom": "^15.x", "react-test-renderer": "^15.x", "stylelint-config-standard": "^17.0.0" }, "files": [ "lib", "es", "assets/*.css" ], "homepage": "https://github.com/react-component/m-calendar", "jest": { "testMatch": [ "**/__tests__/**/*.ts?(x)", "**/?(*.)(spec|test).ts?(x)" ], "coverageDirectory": "./coverage/", "moduleFileExtensions": [ "ts", "tsx", "js" ], "collectCoverageFrom": [ "src/**/*" ], "transform": { "\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js", "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js" } }, "keywords": [ "react", "react-component", "react-m-calendar", "m-calendar" ], "licenses": "MIT", "main": "./lib/index", "module": "./es/index", "name": "rmc-calendar", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+https://github.com/react-component/m-calendar.git" }, "scripts": { "build": "rc-tools run build", "compile": "rc-tools run compile --babel-runtime", "coverage": "jest --coverage", "coverage:upload": "npm run coverage && cat ./coverage/lcov.info | coveralls", "gh-pages": "rc-tools run gh-pages", "lint": "rc-tools run lint --no-js-lint", "pub": "rc-tools run pub --babel-runtime", "rn-start": "node node_modules/react-native/local-cli/cli.js start", "start": "rc-tools run server", "test": "jest", "update-snap": "jest --updateSnapshot", "watch-tsc": "rc-tools run watch-tsc" }, "typings": "./lib/index.d.ts", "version": "1.1.4" }