Files
icehrm/web/node_modules/rc-checkbox/package.json
2020-05-20 18:47:29 +02:00

100 lines
2.5 KiB
JSON

{
"_from": "rc-checkbox@~2.2.0",
"_id": "rc-checkbox@2.2.0",
"_inBundle": false,
"_integrity": "sha512-Wjh/nutLA8iIPTT1P9I9KOqlUblVe+CWa3SxMibFySnLyYbMxKNtPhwNcbADPOqzNU0AsCntTduNeJg1n0B5fg==",
"_location": "/rc-checkbox",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-checkbox@~2.2.0",
"name": "rc-checkbox",
"escapedName": "rc-checkbox",
"rawSpec": "~2.2.0",
"saveSpec": null,
"fetchSpec": "~2.2.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-2.2.0.tgz",
"_shasum": "a0ce95c34f05e0eb882664174518cd4baa36dce9",
"_spec": "rc-checkbox@~2.2.0",
"_where": "/Users/thilina/TestProjects/icehrm-pro/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"
},
"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.2.0"
}