You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 4.1 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "_args": [
  3. [
  4. "moment@2.25.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "moment@2.25.3",
  9. "_id": "moment@2.25.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg==",
  12. "_location": "/moment",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "moment@2.25.3",
  18. "name": "moment",
  19. "escapedName": "moment",
  20. "rawSpec": "2.25.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.25.3"
  23. },
  24. "_requiredBy": [
  25. "/@types/rc-time-picker",
  26. "/rc-time-picker"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/moment/-/moment-2.25.3.tgz",
  29. "_spec": "2.25.3",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Iskren Ivov Chernev",
  33. "email": "iskren.chernev@gmail.com",
  34. "url": "https://github.com/ichernev"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/moment/moment/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Tim Wood",
  42. "email": "washwithcare@gmail.com",
  43. "url": "http://timwoodcreates.com/"
  44. },
  45. {
  46. "name": "Rocky Meza",
  47. "url": "http://rockymeza.com"
  48. },
  49. {
  50. "name": "Matt Johnson",
  51. "email": "mj1856@hotmail.com",
  52. "url": "http://codeofmatt.com"
  53. },
  54. {
  55. "name": "Isaac Cambron",
  56. "email": "isaac@isaaccambron.com",
  57. "url": "http://isaaccambron.com"
  58. },
  59. {
  60. "name": "Andre Polykanine",
  61. "email": "andre@oire.org",
  62. "url": "https://github.com/oire"
  63. }
  64. ],
  65. "description": "Parse, validate, manipulate, and display dates",
  66. "devDependencies": {
  67. "benchmark": "latest",
  68. "coveralls": "latest",
  69. "es6-promise": "latest",
  70. "eslint": "latest",
  71. "grunt": "latest",
  72. "grunt-benchmark": "latest",
  73. "grunt-cli": "latest",
  74. "grunt-contrib-clean": "latest",
  75. "grunt-contrib-concat": "latest",
  76. "grunt-contrib-copy": "latest",
  77. "grunt-contrib-uglify": "latest",
  78. "grunt-contrib-watch": "latest",
  79. "grunt-env": "latest",
  80. "grunt-exec": "latest",
  81. "grunt-karma": "latest",
  82. "grunt-nuget": "latest",
  83. "grunt-string-replace": "latest",
  84. "karma": "latest",
  85. "karma-chrome-launcher": "latest",
  86. "karma-firefox-launcher": "latest",
  87. "karma-qunit": "latest",
  88. "karma-sauce-launcher": "latest",
  89. "load-grunt-tasks": "latest",
  90. "node-qunit": "latest",
  91. "nyc": "latest",
  92. "prettier": "latest",
  93. "rollup": "latest",
  94. "typescript": "^1.8.10",
  95. "typescript3": "npm:typescript@^3.1.6",
  96. "uglify-js": "latest"
  97. },
  98. "dojoBuild": "package.js",
  99. "ender": "./ender.js",
  100. "engines": {
  101. "node": "*"
  102. },
  103. "homepage": "https://momentjs.com",
  104. "jsnext:main": "./dist/moment.js",
  105. "jspm": {
  106. "files": [
  107. "moment.js",
  108. "moment.d.ts",
  109. "locale"
  110. ],
  111. "map": {
  112. "moment": "./moment"
  113. },
  114. "buildConfig": {
  115. "uglify": true
  116. }
  117. },
  118. "keywords": [
  119. "moment",
  120. "date",
  121. "time",
  122. "parse",
  123. "format",
  124. "validate",
  125. "i18n",
  126. "l10n",
  127. "ender"
  128. ],
  129. "license": "MIT",
  130. "main": "./moment.js",
  131. "name": "moment",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/moment/moment.git"
  135. },
  136. "scripts": {
  137. "coverage": "nyc npm test && nyc report",
  138. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  139. "eslint": "eslint Gruntfile.js tasks src",
  140. "prettier-check": "prettier --check Gruntfile.js tasks src",
  141. "prettier-fmt": "prettier --write Gruntfile.js tasks src",
  142. "test": "grunt test",
  143. "ts3.1-typescript-test": "node_modules/typescript3/bin/tsc --project ts3.1-typing-tests",
  144. "typescript-test": "node_modules/typescript/bin/tsc --project typing-tests"
  145. },
  146. "spm": {
  147. "main": "moment.js",
  148. "output": [
  149. "locale/*.js"
  150. ]
  151. },
  152. "typesVersions": {
  153. ">=3.1": {
  154. "*": [
  155. "ts3.1-typings/*"
  156. ]
  157. }
  158. },
  159. "typings": "./moment.d.ts",
  160. "version": "2.25.3"
  161. }