forgeplus-react/node_modules/rc-time-picker/package.json

111 lines
2.7 KiB
JSON

{
"_args": [
[
"rc-time-picker@3.7.3",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-time-picker@3.7.3",
"_id": "rc-time-picker@3.7.3",
"_inBundle": false,
"_integrity": "sha512-Lv1Mvzp9fRXhXEnRLO4nW6GLNxUkfAZ3RsiIBsWjGjXXvMNjdr4BX/ayElHAFK0DoJqOhm7c5tjmIYpEOwcUXg==",
"_location": "/rc-time-picker",
"_phantomChildren": {
"performance-now": "2.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-time-picker@3.7.3",
"name": "rc-time-picker",
"escapedName": "rc-time-picker",
"rawSpec": "3.7.3",
"saveSpec": null,
"fetchSpec": "3.7.3"
},
"_requiredBy": [
"/antd"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-time-picker/-/rc-time-picker-3.7.3.tgz",
"_spec": "3.7.3",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"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",
"react-lifecycles-compat": "^3.0.4"
},
"description": "React TimePicker",
"devDependencies": {
"enzyme": "^3.8.0",
"lint-staged": "^9.0.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",
"index.d.ts"
],
"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.3"
}