package.json 4.1 KB

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