{ "_from": "rc-time-picker@~3.7.1", "_id": "rc-time-picker@3.7.3", "_inBundle": false, "_integrity": "sha512-Lv1Mvzp9fRXhXEnRLO4nW6GLNxUkfAZ3RsiIBsWjGjXXvMNjdr4BX/ayElHAFK0DoJqOhm7c5tjmIYpEOwcUXg==", "_location": "/rc-time-picker", "_phantomChildren": {}, "_requested": { "type": "range", "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.3.tgz", "_shasum": "65a8de904093250ae9c82b02a4905e0f995e23e2", "_spec": "rc-time-picker@~3.7.1", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd", "author": { "name": "wuzhao.mail@gmail.com" }, "bugs": { "url": "http://github.com/react-component/time-picker/issues" }, "bundleDependencies": false, "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" }, "deprecated": false, "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" }