Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

152 wiersze
4.4 KiB

  1. {
  2. "_args": [
  3. [
  4. "date-fns@2.13.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "date-fns@2.13.0",
  9. "_id": "date-fns@2.13.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xm0c61mevGF7f0XpCGtDTGpzEFC/1fpLXHbmFpxZZQJuvByIK2ozm6cSYuU+nxFYOPh2EuCfzUwlTEFwKG+h5w==",
  12. "_location": "/date-fns",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "date-fns@2.13.0",
  18. "name": "date-fns",
  19. "escapedName": "date-fns",
  20. "rawSpec": "2.13.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.13.0"
  23. },
  24. "_requiredBy": [
  25. "/@types/react-datepicker",
  26. "/react-datepicker"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.13.0.tgz",
  29. "_spec": "2.13.0",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "bugs": {
  32. "url": "https://github.com/date-fns/date-fns/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Sasha Koss",
  37. "email": "koss@nocorp.me"
  38. },
  39. {
  40. "name": "Lesha Koss",
  41. "email": "regiusprod@gmail.com"
  42. }
  43. ],
  44. "dependencies": {},
  45. "description": "Modern JavaScript date utility library",
  46. "devDependencies": {
  47. "@babel/cli": "^7.5.5",
  48. "@babel/core": "^7.5.5",
  49. "@babel/node": "^7.5.5",
  50. "@babel/plugin-transform-arrow-functions": "^7.2.0",
  51. "@babel/plugin-transform-block-scoping": "^7.5.5",
  52. "@babel/plugin-transform-destructuring": "^7.5.0",
  53. "@babel/plugin-transform-modules-commonjs": "^7.5.0",
  54. "@babel/plugin-transform-parameters": "^7.4.4",
  55. "@babel/plugin-transform-template-literals": "^7.4.4",
  56. "@typescript-eslint/eslint-plugin": "^2.9.0",
  57. "@typescript-eslint/parser": "^2.9.0",
  58. "babel-eslint": "^10.0.2",
  59. "babel-loader": "8.0.6",
  60. "babel-plugin-add-module-exports": "^1.0.2",
  61. "babel-preset-power-assert": "^3.0.0",
  62. "cloc": "^2.2.0",
  63. "coveralls": "^3.0.6",
  64. "eslint": "^5.16.0",
  65. "eslint-config-prettier": "^4.3.0",
  66. "firebase": "^3.7.1",
  67. "flow-bin": "0.84.0",
  68. "fs-promise": "^1.0.0",
  69. "glob-promise": "^2.0.0",
  70. "gzip-size-cli": "^1.0.0",
  71. "husky": "^1.0.1",
  72. "istanbul-instrumenter-loader": "^3.0.1",
  73. "jest": "^24.8.0",
  74. "jest-plugin-context": "^2.9.0",
  75. "js-beautify": "^1.5.10",
  76. "jsdoc-to-markdown": "^5.0.0",
  77. "karma": "^3.1.4",
  78. "karma-benchmark": "^1.0.4",
  79. "karma-benchmark-reporter": "^0.1.1",
  80. "karma-chrome-launcher": "2.2",
  81. "karma-cli": "^1.0.1",
  82. "karma-coverage": "^1.1.2",
  83. "karma-coverage-istanbul-reporter": "^2.1.0",
  84. "karma-mocha": "^1.3.0",
  85. "karma-mocha-reporter": "^2.2.5",
  86. "karma-phantomjs-launcher": "^1.0.4",
  87. "karma-sauce-launcher": "^1.2.0",
  88. "karma-sourcemap-loader": "^0.3.5",
  89. "karma-webpack": "^4.0.2",
  90. "lint-staged": "^7.3.0",
  91. "lodash": "^4.17.15",
  92. "lodash.clonedeep": "^4.5.0",
  93. "mocha": "^3.5.3",
  94. "moment": "^2.24.0",
  95. "mz": "^2.7.0",
  96. "node-fetch": "^1.7.3",
  97. "power-assert": "^1.6.1",
  98. "prettier": "^1.18.2",
  99. "rimraf": "^2.7.1",
  100. "sinon": "^7.4.1",
  101. "size-limit": "^0.21.0",
  102. "snazzy": "^7.0.0",
  103. "systemjs": "^0.19.39",
  104. "systemjs-plugin-babel": "0.0.17",
  105. "typescript": "^3.7.2",
  106. "webpack": "4",
  107. "webpack-cli": "^3.1.2",
  108. "world-countries": "^1.8.1"
  109. },
  110. "engine": {
  111. "node": ">= 0.11"
  112. },
  113. "funding": {
  114. "type": "opencollective",
  115. "url": "https://opencollective.com/date-fns"
  116. },
  117. "homepage": "https://github.com/date-fns/date-fns#readme",
  118. "husky": {
  119. "hooks": {
  120. "pre-commit": "lint-staged"
  121. }
  122. },
  123. "license": "MIT",
  124. "lint-staged": {
  125. "*.js": [
  126. "prettier --write",
  127. "git add"
  128. ]
  129. },
  130. "main": "index.js",
  131. "module": "esm/index.js",
  132. "name": "date-fns",
  133. "repository": {
  134. "type": "git",
  135. "url": "git+https://github.com/date-fns/date-fns.git"
  136. },
  137. "resolutions": {
  138. "ajv": "6.8.1"
  139. },
  140. "scripts": {
  141. "benchmark": "env TEST_BENCHMARK=true yarn test --single-run",
  142. "lint": "eslint .",
  143. "lint-types": "eslint --config=.ts-eslintrc.js typings.d.ts",
  144. "locale-snapshots": "env TZ=utc babel-node ./scripts/build/localeSnapshots/index.js",
  145. "stats": "cloc . --exclude-dir=node_modules,tmp,.git",
  146. "test": "karma start config/karma.js"
  147. },
  148. "sideEffects": false,
  149. "typings": "./typings.d.ts",
  150. "version": "2.13.0"
  151. }