{ "_from": "rc-checkbox@~2.1.6", "_id": "rc-checkbox@2.1.8", "_inBundle": false, "_integrity": "sha512-6qOgh0/by0nVNASx6LZnhRTy17Etcgav+IrI7kL9V9kcDZ/g7K14JFlqrtJ3NjDq/Kyn+BPI1st1XvbkhfaJeg==", "_location": "/rc-checkbox", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rc-checkbox@~2.1.6", "name": "rc-checkbox", "escapedName": "rc-checkbox", "rawSpec": "~2.1.6", "saveSpec": null, "fetchSpec": "~2.1.6" }, "_requiredBy": [ "/antd" ], "_resolved": "https://registry.npmmirror.com/rc-checkbox/-/rc-checkbox-2.1.8.tgz", "_shasum": "eedd9ef9c2f3af5b3b8e5cde5254aa89ad1a880a", "_spec": "rc-checkbox@~2.1.6", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/antd", "bugs": { "url": "http://github.com/react-component/checkbox/issues" }, "bundleDependencies": false, "config": { "port": 8001 }, "dependencies": { "babel-runtime": "^6.23.0", "classnames": "2.x", "prop-types": "15.x", "react-lifecycles-compat": "^3.0.4" }, "deprecated": false, "description": "checkbox ui component for react", "devDependencies": { "core-js": "^2.5.1", "coveralls": "^3.0.0", "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.0.1", "jest": "^21.2.1", "pre-commit": "1.x", "rc-tools": "^7.0.3", "react": "^16.0.0", "react-dom": "^16.0.0", "react-test-renderer": "^16.0.0" }, "files": [ "lib", "es", "assets/*.css", "index.d.ts" ], "homepage": "http://github.com/react-component/checkbox", "jest": { "setupFiles": [ "./tests/setup.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-checkbox", "checkbox" ], "licenses": "MIT", "main": "lib/index", "module": "es/index", "name": "rc-checkbox", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/react-component/checkbox.git" }, "scripts": { "build": "rc-tools run build", "compile": "rc-tools run compile --babel-runtime", "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls", "gh-pages": "rc-tools run gh-pages", "lint": "rc-tools run lint", "prepublish": "rc-tools run guard", "pub": "rc-tools run pub --babel-runtime", "start": "rc-tools run server", "test": "jest" }, "types": "index.d.ts", "version": "2.1.8" }