104 lines
2.5 KiB
JSON
104 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-switch@1.9.2",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-switch@1.9.2",
|
|
"_id": "rc-switch@1.9.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-qaK7mY4FLDKy99Hq3A1tf8CcqfzKtHp9LPX8WTnZ0MzdHCTneSARb1XD7Eqeu8BactasYGsi2bF9p18Q+/5JEw==",
|
|
"_location": "/rc-switch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-switch@1.9.2",
|
|
"name": "rc-switch",
|
|
"escapedName": "rc-switch",
|
|
"rawSpec": "1.9.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.9.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-switch/-/rc-switch-1.9.2.tgz",
|
|
"_spec": "1.9.2",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/switch/issues"
|
|
},
|
|
"config": {
|
|
"port": 8001
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.1",
|
|
"prop-types": "^15.5.6",
|
|
"react-lifecycles-compat": "^3.0.4"
|
|
},
|
|
"description": "switch ui component for react",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.15",
|
|
"enzyme": "^3.0.0",
|
|
"enzyme-adapter-react-16": "^1.0.1",
|
|
"enzyme-to-json": "^3.0.0",
|
|
"lint-staged": "^8.1.0",
|
|
"pre-commit": "1.x",
|
|
"rc-tools": "^9.3.4",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-test-renderer": "^16.0.0"
|
|
},
|
|
"files": [
|
|
"assets/*.css",
|
|
"es",
|
|
"lib",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "http://github.com/react-component/switch",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-switch",
|
|
"switch"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"npm run pre-commit",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "lib/index",
|
|
"module": "./es/index",
|
|
"name": "rc-switch",
|
|
"peerDependencies": {
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"pre-commit": [
|
|
"lint-staged"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/switch.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run build",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"coverage": "rc-tools run test --coverage",
|
|
"gh-pages": "rc-tools run gh-pages",
|
|
"lint": "rc-tools run lint",
|
|
"lint-staged": "lint-staged",
|
|
"pre-commit": "rc-tools run pre-commit",
|
|
"prepublish": "rc-tools run guard",
|
|
"pub": "rc-tools run pub --babel-runtime",
|
|
"start": "rc-tools run server",
|
|
"test": "rc-tools run test"
|
|
},
|
|
"typings": "./index.d.ts",
|
|
"version": "1.9.2"
|
|
}
|