package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_from": "globalize@1.3.0",
  3. "_id": "globalize@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-xWUkuKz9LOONDJfd/c6zj2RLM5I=",
  6. "_location": "/globalize",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "globalize@1.3.0",
  12. "name": "globalize",
  13. "escapedName": "globalize",
  14. "rawSpec": "1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/@dojo/i18n"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globalize/-/globalize-1.3.0.tgz",
  22. "_shasum": "c56524b8acfd2ce38d0c97ddfdceb38f644b3392",
  23. "_spec": "globalize@1.3.0",
  24. "_where": "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra\\node_modules\\@dojo\\i18n",
  25. "author": {
  26. "name": "jQuery Foundation and other contributors",
  27. "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/jquery/globalize/issues"
  31. },
  32. "bundleDependencies": false,
  33. "commitplease": {
  34. "nohook": true
  35. },
  36. "dependencies": {
  37. "cldrjs": "^0.4.6"
  38. },
  39. "deprecated": false,
  40. "description": "A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data.",
  41. "devDependencies": {
  42. "cldr-data-downloader": "^0.2.5",
  43. "glob": "^7.1.1",
  44. "globalize-compiler": "^0.3.0-alpha.6",
  45. "grunt": "0.4.5",
  46. "grunt-check-dependencies": "0.6.0",
  47. "grunt-commitplease": "0.0.5",
  48. "grunt-compare-size": "0.4.0",
  49. "grunt-contrib-clean": "0.6.0",
  50. "grunt-contrib-connect": "0.8.0",
  51. "grunt-contrib-copy": "0.6.0",
  52. "grunt-contrib-jshint": "0.11.1",
  53. "grunt-contrib-qunit": "1.3.0",
  54. "grunt-contrib-requirejs": "0.4.4",
  55. "grunt-contrib-uglify": "0.6.0",
  56. "grunt-contrib-watch": "0.6.1",
  57. "grunt-git-authors": "^3.1.0",
  58. "grunt-jscs": "1.8.0",
  59. "grunt-mocha-test": "^0.13.2",
  60. "gzip-js": "0.3.2",
  61. "iana-tz-data": ">=2017.0.0",
  62. "matchdep": "0.3.0",
  63. "mocha": "^3.3.0",
  64. "semver": "^5.3.0",
  65. "zoned-date-time": "1.0.0"
  66. },
  67. "files": [
  68. "CONTRIBUTING.md",
  69. "dist/",
  70. "!dist/.build",
  71. "doc/",
  72. "examples/",
  73. "!examples/**/bower_components",
  74. "!examples/**/.tmp-globalize-webpack",
  75. "!examples/plain-javascript/cldrjs",
  76. "!examples/plain-javascript/globalize",
  77. "LICENSE.txt",
  78. "README.md"
  79. ],
  80. "homepage": "https://github.com/jquery/globalize",
  81. "keywords": [
  82. "utility",
  83. "globalization",
  84. "internationalization",
  85. "multilingualization",
  86. "localization",
  87. "g11n",
  88. "i18n",
  89. "m17n",
  90. "L10n",
  91. "localize",
  92. "format",
  93. "parse",
  94. "translate",
  95. "strings",
  96. "numbers",
  97. "dates",
  98. "times",
  99. "calendars",
  100. "plural",
  101. "plurals",
  102. "pluralize",
  103. "cultures",
  104. "languages",
  105. "locales",
  106. "Unicode",
  107. "CLDR",
  108. "JSON"
  109. ],
  110. "license": "MIT",
  111. "main": "./dist/node-main.js",
  112. "maintainers": [
  113. {
  114. "name": "Jörn Zaefferer",
  115. "email": "joern.zaefferer@gmail.com",
  116. "url": "http://bassistance.de"
  117. },
  118. {
  119. "name": "Rafael Xavier de Souza",
  120. "email": "rxaviers@gmail.com",
  121. "url": "http://rafael.xavier.blog.br"
  122. }
  123. ],
  124. "name": "globalize",
  125. "repository": {
  126. "type": "git",
  127. "url": "git://github.com/jquery/globalize.git"
  128. },
  129. "scripts": {
  130. "test": "grunt"
  131. },
  132. "version": "1.3.0"
  133. }