Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. "react-times@3.1.12",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-times@3.1.12",
  9. "_id": "react-times@3.1.12",
  10. "_inBundle": false,
  11. "_integrity": "sha512-L3pi2Vi5QzaJfl+/kZgYWqy8wFHwu8YjuTyHj8c00DseowygJHmWcDqor3rxzCWGiLDS4ak0g7Sdg+9gBVwn3w==",
  12. "_location": "/react-times",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "react-times@3.1.12",
  18. "name": "react-times",
  19. "escapedName": "react-times",
  20. "rawSpec": "3.1.12",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.12"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/react-times/-/react-times-3.1.12.tgz",
  28. "_spec": "3.1.12",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "ecmadao"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/ecmadao/react-times/issues"
  35. },
  36. "dependencies": {
  37. "classnames": "^2.2.6",
  38. "prop-types": "^15.6.0",
  39. "react-bootstrap-typeahead": "^2.4.0",
  40. "react-transition-group": "^2.2.1"
  41. },
  42. "description": "A react time-picker component, no jquery-rely",
  43. "devDependencies": {
  44. "@storybook/addon-info": "^3.3.14",
  45. "@storybook/addon-knobs": "^3.3.14",
  46. "@storybook/addons": "^3.3.14",
  47. "@storybook/react": "^3.3.12",
  48. "@storybook/storybook-deployer": "^2.2.0",
  49. "babel-cli": "^6.14.0",
  50. "babel-core": "^6.14.0",
  51. "babel-eslint": "^6.1.2",
  52. "babel-loader": "^7.1.2",
  53. "babel-plugin-system-import-transformer": "^3.1.0",
  54. "babel-polyfill": "^6.16.0",
  55. "babel-preset-env": "^1.6.1",
  56. "babel-preset-react": "^6.11.1",
  57. "babel-preset-stage-0": "^6.16.0",
  58. "babel-register": "^6.14.0",
  59. "chai": "^3.5.0",
  60. "coveralls": "^2.13.1",
  61. "enzyme": "^3.3.0",
  62. "enzyme-adapter-react-16": "^1.1.1",
  63. "eslint": "^3.17.1",
  64. "eslint-config-standard": "^7.0.1",
  65. "eslint-loader": "^1.6.3",
  66. "eslint-plugin-babel": "^4.1.1",
  67. "eslint-plugin-import": "^2.2.0",
  68. "eslint-plugin-promise": "^3.5.0",
  69. "eslint-plugin-react": "^6.10.0",
  70. "eslint-plugin-standard": "^2.1.1",
  71. "husky": "^0.14.3",
  72. "in-publish": "^2.0.0",
  73. "jsdom": "^11.6.2",
  74. "mocha": "^3.3.0",
  75. "mocha-lcov-reporter": "^1.3.0",
  76. "moment": "^2.22.0",
  77. "moment-timezone": "^0.5.14",
  78. "react": "^16.3.1",
  79. "react-dom": "^16.3.1",
  80. "react-svg-loader": "^2.1.0",
  81. "rimraf": "^2.6.1",
  82. "safe-publish-latest": "^1.1.1",
  83. "sinon": "^2.2.0",
  84. "sinon-sandbox": "^1.0.2",
  85. "style-loader": "^0.20.1",
  86. "webpack": "3.10.0"
  87. },
  88. "homepage": "https://github.com/ecmadao/react-times#readme",
  89. "keywords": [
  90. "react",
  91. "reactjs",
  92. "time picker",
  93. "time-picker",
  94. "timepicker"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "maintainers": [
  99. {
  100. "name": "ecmadao",
  101. "email": "wlec@outlook.com"
  102. },
  103. {
  104. "name": "carlodicelico",
  105. "email": "carlodicelico@gmail.com"
  106. }
  107. ],
  108. "name": "react-times",
  109. "peerDependencies": {
  110. "moment": "^2.19.1",
  111. "moment-timezone": "^0.5.14",
  112. "react": "^16.2.0",
  113. "react-dom": "^16.2.0"
  114. },
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/ecmadao/react-times.git"
  118. },
  119. "scripts": {
  120. "babel": "babel ./src --out-dir ./lib",
  121. "build": "npm run clean && npm run babel",
  122. "build:js": "babel src/ -d lib/ --ignore src/components",
  123. "clean": "rimraf lib",
  124. "coveralls": "cat ./coverage/lcov/lcov.info | ./node_modules/.bin/coveralls",
  125. "deploy-storybook": "storybook-to-ghpages",
  126. "eslint": "./node_modules/eslint/bin/eslint.js src",
  127. "lint": "eslint ./src && ./node_modules/.bin/eslint ./test && ./node_modules/.bin/eslint ./stories",
  128. "mocha": "./node_modules/mocha/bin/mocha --recursive ./test/_helpers --compilers js:babel-register,jsx:babel-register",
  129. "postversion": "git commit package.json -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish --registry=https://registry.npmjs.org/",
  130. "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
  131. "prepush": "npm run lint && npm test",
  132. "pretest": "npm run --silent eslint",
  133. "scratch": "test/components/TwelveHoursTheme_spec.jsx",
  134. "storybook": "start-storybook -p 9001 -c .storybook",
  135. "storybook-deploy": "npm i && npm run storybook-pro && npm run deploy-storybook",
  136. "storybook-pro": "build-storybook -c .storybook -o .out",
  137. "tag": "git tag v$npm_package_version",
  138. "test": "npm run mocha --silent test",
  139. "test:watch": "npm run mocha test -- --watch"
  140. },
  141. "version": "3.1.12"
  142. }