Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "y18n@^4.0.0",
  3. "_id": "y18n@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
  6. "_location": "/y18n",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "y18n@^4.0.0",
  12. "name": "y18n",
  13. "escapedName": "y18n",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/yargs"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
  23. "_shasum": "95ef94f85ecc81d007c264e190a120f0a3c8566b",
  24. "_spec": "y18n@^4.0.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/cacache",
  26. "author": {
  27. "name": "Ben Coe",
  28. "email": "ben@npmjs.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yargs/y18n/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "the bare-bones internationalization library used by yargs",
  36. "devDependencies": {
  37. "chai": "^4.0.1",
  38. "coveralls": "^3.0.0",
  39. "mocha": "^4.0.1",
  40. "nyc": "^11.0.1",
  41. "rimraf": "^2.5.0",
  42. "standard": "^10.0.0-beta.0",
  43. "standard-version": "^4.2.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/yargs/y18n",
  49. "keywords": [
  50. "i18n",
  51. "internationalization",
  52. "yargs"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "y18n",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/yargs/y18n.git"
  60. },
  61. "scripts": {
  62. "coverage": "nyc report --reporter=text-lcov | coveralls",
  63. "pretest": "standard",
  64. "release": "standard-version",
  65. "test": "nyc mocha"
  66. },
  67. "version": "4.0.0"
  68. }