package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_args": [
  3. [
  4. "moment@2.29.1",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_from": "moment@2.29.1",
  9. "_id": "moment@2.29.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-sr52n6MZQL6e7qZGnAdeNQBvo9M=",
  12. "_location": "/moment",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "moment@2.29.1",
  18. "name": "moment",
  19. "escapedName": "moment",
  20. "rawSpec": "2.29.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.29.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/moment/download/moment-2.29.1.tgz?cache=0&sync_timestamp=1601983557585&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmoment%2Fdownload%2Fmoment-2.29.1.tgz",
  28. "_spec": "2.29.1",
  29. "_where": "D:\\代码\\单商户\\admin",
  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. "benchmark": "latest",
  67. "coveralls": "latest",
  68. "cross-env": "^6.0.3",
  69. "es6-promise": "latest",
  70. "eslint": "~6",
  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": "4.1.4",
  89. "load-grunt-tasks": "latest",
  90. "lodash": ">=4.17.19",
  91. "node-qunit": "latest",
  92. "nyc": "latest",
  93. "prettier": "latest",
  94. "qunit": "^2.10.0",
  95. "rollup": "2.17.1",
  96. "typescript": "^1.8.10",
  97. "typescript3": "npm:typescript@^3.1.6",
  98. "uglify-js": "latest"
  99. },
  100. "dojoBuild": "package.js",
  101. "ender": "./ender.js",
  102. "engines": {
  103. "node": "*"
  104. },
  105. "homepage": "https://momentjs.com",
  106. "jsnext:main": "./dist/moment.js",
  107. "jspm": {
  108. "files": [
  109. "moment.js",
  110. "moment.d.ts",
  111. "locale"
  112. ],
  113. "map": {
  114. "moment": "./moment"
  115. },
  116. "buildConfig": {
  117. "uglify": true
  118. }
  119. },
  120. "keywords": [
  121. "moment",
  122. "date",
  123. "time",
  124. "parse",
  125. "format",
  126. "validate",
  127. "i18n",
  128. "l10n",
  129. "ender"
  130. ],
  131. "license": "MIT",
  132. "main": "./moment.js",
  133. "name": "moment",
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://github.com/moment/moment.git"
  137. },
  138. "scripts": {
  139. "coverage": "nyc npm test && nyc report",
  140. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  141. "eslint": "eslint Gruntfile.js tasks src",
  142. "prettier-check": "prettier --check Gruntfile.js tasks src",
  143. "prettier-fmt": "prettier --write Gruntfile.js tasks src",
  144. "test": "grunt test",
  145. "ts3.1-typescript-test": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests",
  146. "typescript-test": "cross-env node_modules/typescript/bin/tsc --project typing-tests"
  147. },
  148. "spm": {
  149. "main": "moment.js",
  150. "output": [
  151. "locale/*.js"
  152. ]
  153. },
  154. "typesVersions": {
  155. ">=3.1": {
  156. "*": [
  157. "ts3.1-typings/*"
  158. ]
  159. }
  160. },
  161. "typings": "./moment.d.ts",
  162. "version": "2.29.1"
  163. }