custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
96 lines (95 loc) • 2.22 kB
JSON
{
"_args": [
[
"rc-rate@2.5.0",
"G:\\dhcc-app-dll"
]
],
"_from": "rc-rate@2.5.0",
"_id": "rc-rate@2.5.0",
"_inBundle": false,
"_integrity": "sha512-aXX5klRqbVZxvLghcKnLqqo7LvLVCHswEDteWsm5Gb7NBIPa1YKTcAbvb5SZ4Z4i4EeRoZaPwygRAWsQgGtbKw==",
"_location": "/rc-rate",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-rate@2.5.0",
"name": "rc-rate",
"escapedName": "rc-rate",
"rawSpec": "2.5.0",
"saveSpec": null,
"fetchSpec": "2.5.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.5.0.tgz",
"_spec": "2.5.0",
"_where": "G:\\dhcc-app-dll",
"bugs": {
"url": "https://github.com/react-component/rate/issues"
},
"config": {
"port": 8000
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"rc-util": "^4.3.0",
"react-lifecycles-compat": "^3.0.4"
},
"description": "React Star Rate Component",
"devDependencies": {
"enzyme": "^3.1.1",
"jest": "^21.2.1",
"lint-staged": "^8.1.0",
"pre-commit": "1.x",
"rc-tools": "^9.2.0",
"rc-tooltip": "^3.7.3",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"files": [
"lib",
"es",
"assets/*.css"
],
"homepage": "https://github.com/react-component/rate",
"keywords": [
"react",
"react-component",
"react-rate",
"rate"
],
"licenses": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"npm run pre-commit",
"git add"
]
},
"main": "./lib/index",
"module": "./es/index",
"name": "rc-rate",
"pre-commit": [
"lint-staged"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-component/rate.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",
"pub": "rc-tools run pub",
"start": "rc-tools run server",
"test": "rc-tools run test"
},
"version": "2.5.0"
}