package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@dojo/i18n@~0.6.0",
  3. "_id": "@dojo/i18n@0.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7D576mCfFqotuancUdO6nQnCwaPgB26f4LDw7WBEslXp4aIszMo7azrXY5g5x/2xEM6KCBUpUwB+kCU+qcLWIA==",
  6. "_location": "/@dojo/i18n",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@dojo/i18n@~0.6.0",
  12. "name": "@dojo/i18n",
  13. "escapedName": "@dojo%2fi18n",
  14. "scope": "@dojo",
  15. "rawSpec": "~0.6.0",
  16. "saveSpec": null,
  17. "fetchSpec": "~0.6.0"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@dojo/i18n/-/i18n-0.6.0.tgz",
  23. "_shasum": "30731c5991ce91c90910856b6d48377b56a74a61",
  24. "_spec": "@dojo/i18n@~0.6.0",
  25. "_where": "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra",
  26. "bugs": {
  27. "url": "https://github.com/dojo/i18n/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "globalize": "1.3.0",
  32. "tslib": "~1.8.1"
  33. },
  34. "deprecated": false,
  35. "description": "Dojo 2 Internationalization",
  36. "devDependencies": {
  37. "@dojo/loader": "~0.1.1",
  38. "@types/glob": "~5.0.0",
  39. "@types/grunt": "~0.4.0",
  40. "@types/sinon": "^1.16.31",
  41. "cldr-data": "~32.0.0",
  42. "grunt": "^1.0.1",
  43. "grunt-dojo2": "latest",
  44. "grunt-tslint": "5.0.1",
  45. "husky": "0.14.3",
  46. "intern": "~4.1.0",
  47. "lint-staged": "6.0.0",
  48. "prettier": "1.9.2",
  49. "sinon": "^1.17.6",
  50. "tslint": "5.2.0",
  51. "typescript": "~2.6.1"
  52. },
  53. "engines": {
  54. "npm": ">=3.0.0"
  55. },
  56. "homepage": "https://dojo.io",
  57. "license": "BSD-3-Clause",
  58. "lint-staged": {
  59. "*.{ts,tsx}": [
  60. "prettier --write",
  61. "git add"
  62. ]
  63. },
  64. "main": "main.js",
  65. "name": "@dojo/i18n",
  66. "peerDependencies": {
  67. "@dojo/core": "~0.5.0",
  68. "@dojo/has": "~0.1.1",
  69. "@dojo/shim": "~0.2.6"
  70. },
  71. "prettier": {
  72. "singleQuote": true,
  73. "tabWidth": 4,
  74. "useTabs": true,
  75. "parser": "typescript",
  76. "printWidth": 120,
  77. "arrowParens": "always"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/dojo/i18n.git"
  82. },
  83. "version": "0.6.0"
  84. }