package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "cldrjs@^0.4.6",
  3. "_id": "cldrjs@0.4.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-O5lMRk0qMrWsp8XeF6YKh+RdxPk=",
  6. "_location": "/cldrjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cldrjs@^0.4.6",
  12. "name": "cldrjs",
  13. "escapedName": "cldrjs",
  14. "rawSpec": "^0.4.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.6"
  17. },
  18. "_requiredBy": [
  19. "/globalize"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cldrjs/-/cldrjs-0.4.8.tgz",
  22. "_shasum": "3b994c464d2a32b5aca7c5de17a60a87e45dc4f9",
  23. "_spec": "cldrjs@^0.4.6",
  24. "_where": "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra\\node_modules\\globalize",
  25. "author": {
  26. "name": "Rafael Xavier de Souza",
  27. "email": "rxaviers@gmail.com",
  28. "url": "http://rafael.xavier.blog.br"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/rxaviers/cldrjs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Simple CLDR traverser",
  36. "devDependencies": {
  37. "cldr-data-downloader": "0.2.x",
  38. "grunt": "0.4.x",
  39. "grunt-compare-size": "0.4.0",
  40. "grunt-contrib-connect": "0.3.x",
  41. "grunt-contrib-copy": "0.4.x",
  42. "grunt-contrib-jshint": "0.10.x",
  43. "grunt-contrib-requirejs": "0.4.x",
  44. "grunt-contrib-uglify": "0.2.x",
  45. "grunt-dco": "0.0.3",
  46. "grunt-mocha": "0.3.x",
  47. "gzip-js": "0.3.2",
  48. "matchdep": "*"
  49. },
  50. "files": [
  51. "CHANGELOG.md",
  52. "DCO.md",
  53. "dist/",
  54. "doc/",
  55. "LICENSE-MIT",
  56. "README.md"
  57. ],
  58. "homepage": "https://github.com/rxaviers/cldrjs#readme",
  59. "keywords": [
  60. "utility",
  61. "globalization",
  62. "internationalization",
  63. "multilingualization",
  64. "localization",
  65. "g11n",
  66. "i18n",
  67. "m17n",
  68. "L10n",
  69. "localize",
  70. "locale",
  71. "cldr",
  72. "json",
  73. "inheritance",
  74. "compiler"
  75. ],
  76. "licenses": [
  77. {
  78. "type": "MIT",
  79. "url": "https://github.com/rxaviers/cldrjs/blob/master/LICENSE-MIT"
  80. }
  81. ],
  82. "main": "dist/node_main.js",
  83. "name": "cldrjs",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/rxaviers/cldrjs.git"
  87. },
  88. "version": "0.4.8"
  89. }