custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
107 lines (106 loc) • 2.59 kB
JSON
{
"_args": [
[
"rc-time-picker@3.7.1",
"G:\\dhcc-app-dll"
]
],
"_from": "rc-time-picker@3.7.1",
"_id": "rc-time-picker@3.7.1",
"_inBundle": false,
"_integrity": "sha512-ULiLnal/0erk9LrPLcDMroPnqL/LBDT4gz9MzQgtc2QN6KBAOgGihHXZempSQTYCg575oAl+BNX5e1teKWOrjw==",
"_location": "/rc-time-picker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-time-picker@3.7.1",
"name": "rc-time-picker",
"escapedName": "rc-time-picker",
"rawSpec": "3.7.1",
"saveSpec": null,
"fetchSpec": "3.7.1"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-time-picker/-/rc-time-picker-3.7.1.tgz",
"_spec": "3.7.1",
"_where": "G:\\dhcc-app-dll",
"author": {
"name": "wuzhao.mail@gmail.com"
},
"bugs": {
"url": "http://github.com/react-component/time-picker/issues"
},
"config": {
"port": 8011
},
"dependencies": {
"classnames": "2.x",
"moment": "2.x",
"prop-types": "^15.5.8",
"raf": "^3.4.1",
"rc-trigger": "^2.2.0"
},
"description": "React TimePicker",
"devDependencies": {
"enzyme": "^3.8.0",
"lint-staged": "^8.1.0",
"pre-commit": "1.x",
"rc-tools": "^9.2.0",
"rc-util": "^4.0.2",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"files": [
"lib",
"es",
"assets/*.css"
],
"homepage": "http://github.com/react-component/time-picker",
"keywords": [
"react",
"react-time-picker",
"react-component",
"timepicker",
"time-picker",
"ui component",
"ui",
"component"
],
"licenses": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"npm run pre-commit",
"git add"
]
},
"main": "lib/index",
"module": "es/index",
"name": "rc-time-picker",
"pre-commit": [
"lint-staged"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/time-picker.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",
"init-tslint": "rc-tools run init-tslint",
"lint": "rc-tools run lint",
"lint-staged": "lint-staged",
"lint:fix": "rc-tools run lint --fix",
"pre-commit": "rc-tools run pre-commit",
"prepublish": "rc-tools run guard",
"prettier": "rc-tools run prettier",
"pub": "rc-tools run pub --babel-runtime",
"start": "rc-tools run server",
"test": "rc-tools run test"
},
"version": "3.7.1"
}