package.json 4.1 KB

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