|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_args": [
- [
- "rc-time-picker@3.7.3",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_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": {},
- "_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": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/rc-time-picker/-/rc-time-picker-3.7.3.tgz",
- "_spec": "3.7.3",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "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"
- }
|