forgeplus-react/node_modules/rc-checkbox/package.json

105 lines
2.6 KiB
JSON

{
"_args": [
[
"rc-checkbox@2.1.8",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-checkbox@2.1.8",
"_id": "rc-checkbox@2.1.8",
"_inBundle": false,
"_integrity": "sha512-6qOgh0/by0nVNASx6LZnhRTy17Etcgav+IrI7kL9V9kcDZ/g7K14JFlqrtJ3NjDq/Kyn+BPI1st1XvbkhfaJeg==",
"_location": "/rc-checkbox",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-checkbox@2.1.8",
"name": "rc-checkbox",
"escapedName": "rc-checkbox",
"rawSpec": "2.1.8",
"saveSpec": null,
"fetchSpec": "2.1.8"
},
"_requiredBy": [
"/antd"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-checkbox/-/rc-checkbox-2.1.8.tgz",
"_spec": "2.1.8",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"bugs": {
"url": "http://github.com/react-component/checkbox/issues"
},
"config": {
"port": 8001
},
"dependencies": {
"babel-runtime": "^6.23.0",
"classnames": "2.x",
"prop-types": "15.x",
"react-lifecycles-compat": "^3.0.4"
},
"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"
}