package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_from": "moment@^2.29.1",
  3. "_id": "moment@2.30.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
  6. "_location": "/moment",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "moment@^2.29.1",
  12. "name": "moment",
  13. "escapedName": "moment",
  14. "rawSpec": "^2.29.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.29.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz",
  22. "_shasum": "f8c91c07b7a786e30c59926df530b4eac96974ae",
  23. "_spec": "moment@^2.29.1",
  24. "_where": "D:\\jianguan\\qpls-md-app",
  25. "author": {
  26. "name": "Iskren Ivov Chernev",
  27. "email": "iskren.chernev@gmail.com",
  28. "url": "https://github.com/ichernev"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/moment/moment/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Tim Wood",
  37. "email": "washwithcare@gmail.com",
  38. "url": "http://timwoodcreates.com/"
  39. },
  40. {
  41. "name": "Rocky Meza",
  42. "url": "http://rockymeza.com"
  43. },
  44. {
  45. "name": "Matt Johnson",
  46. "email": "mj1856@hotmail.com",
  47. "url": "http://codeofmatt.com"
  48. },
  49. {
  50. "name": "Isaac Cambron",
  51. "email": "isaac@isaaccambron.com",
  52. "url": "http://isaaccambron.com"
  53. },
  54. {
  55. "name": "Andre Polykanine",
  56. "email": "andre@oire.org",
  57. "url": "https://github.com/oire"
  58. }
  59. ],
  60. "deprecated": false,
  61. "description": "Parse, validate, manipulate, and display dates",
  62. "devDependencies": {
  63. "@types/node": "17.0.21",
  64. "benchmark": "latest",
  65. "coveralls": "latest",
  66. "cross-env": "^6.0.3",
  67. "es6-promise": "latest",
  68. "eslint": "latest",
  69. "grunt": "latest",
  70. "grunt-benchmark": "latest",
  71. "grunt-cli": "latest",
  72. "grunt-contrib-clean": "latest",
  73. "grunt-contrib-concat": "latest",
  74. "grunt-contrib-copy": "latest",
  75. "grunt-contrib-uglify": "latest",
  76. "grunt-contrib-watch": "latest",
  77. "grunt-env": "latest",
  78. "grunt-exec": "latest",
  79. "grunt-karma": "latest",
  80. "grunt-nuget": "latest",
  81. "grunt-string-replace": "latest",
  82. "karma": "latest",
  83. "karma-chrome-launcher": "latest",
  84. "karma-firefox-launcher": "latest",
  85. "karma-qunit": "latest",
  86. "karma-sauce-launcher": "4.1.4",
  87. "load-grunt-tasks": "latest",
  88. "lodash": ">=4.17.19",
  89. "node-qunit": "latest",
  90. "nyc": "latest",
  91. "prettier": "latest",
  92. "qunit": "^2.10.0",
  93. "rollup": "2.17.1",
  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": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests",
  144. "typescript-test": "cross-env 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. "min/moment-with-locales": [
  158. "ts3.1-typings/moment.d.ts"
  159. ]
  160. }
  161. },
  162. "typings": "./moment.d.ts",
  163. "version": "2.30.1"
  164. }