選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

109 行
2.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "rc-time-picker@3.7.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "rc-time-picker@3.7.3",
  9. "_id": "rc-time-picker@3.7.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Lv1Mvzp9fRXhXEnRLO4nW6GLNxUkfAZ3RsiIBsWjGjXXvMNjdr4BX/ayElHAFK0DoJqOhm7c5tjmIYpEOwcUXg==",
  12. "_location": "/rc-time-picker",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "rc-time-picker@3.7.3",
  18. "name": "rc-time-picker",
  19. "escapedName": "rc-time-picker",
  20. "rawSpec": "3.7.3",
  21. "saveSpec": null,
  22. "fetchSpec": "3.7.3"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/rc-time-picker/-/rc-time-picker-3.7.3.tgz",
  28. "_spec": "3.7.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "wuzhao.mail@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "http://github.com/react-component/time-picker/issues"
  35. },
  36. "config": {
  37. "port": 8011
  38. },
  39. "dependencies": {
  40. "classnames": "2.x",
  41. "moment": "2.x",
  42. "prop-types": "^15.5.8",
  43. "raf": "^3.4.1",
  44. "rc-trigger": "^2.2.0",
  45. "react-lifecycles-compat": "^3.0.4"
  46. },
  47. "description": "React TimePicker",
  48. "devDependencies": {
  49. "enzyme": "^3.8.0",
  50. "lint-staged": "^9.0.0",
  51. "pre-commit": "1.x",
  52. "rc-tools": "^9.2.0",
  53. "rc-util": "^4.0.2",
  54. "react": "^16.0.0",
  55. "react-dom": "^16.0.0"
  56. },
  57. "files": [
  58. "lib",
  59. "es",
  60. "assets/*.css",
  61. "index.d.ts"
  62. ],
  63. "homepage": "http://github.com/react-component/time-picker",
  64. "keywords": [
  65. "react",
  66. "react-time-picker",
  67. "react-component",
  68. "timepicker",
  69. "time-picker",
  70. "ui component",
  71. "ui",
  72. "component"
  73. ],
  74. "licenses": "MIT",
  75. "lint-staged": {
  76. "*.{js,jsx,ts,tsx}": [
  77. "npm run pre-commit",
  78. "git add"
  79. ]
  80. },
  81. "main": "lib/index",
  82. "module": "es/index",
  83. "name": "rc-time-picker",
  84. "pre-commit": [
  85. "lint-staged"
  86. ],
  87. "repository": {
  88. "type": "git",
  89. "url": "git+ssh://git@github.com/react-component/time-picker.git"
  90. },
  91. "scripts": {
  92. "build": "rc-tools run build",
  93. "compile": "rc-tools run compile --babel-runtime",
  94. "coverage": "rc-tools run test --coverage",
  95. "gh-pages": "rc-tools run gh-pages",
  96. "init-tslint": "rc-tools run init-tslint",
  97. "lint": "rc-tools run lint",
  98. "lint-staged": "lint-staged",
  99. "lint:fix": "rc-tools run lint --fix",
  100. "pre-commit": "rc-tools run pre-commit",
  101. "prepublish": "rc-tools run guard",
  102. "prettier": "rc-tools run prettier",
  103. "pub": "rc-tools run pub --babel-runtime",
  104. "start": "rc-tools run server",
  105. "test": "rc-tools run test"
  106. },
  107. "version": "3.7.3"
  108. }