Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "/webpack-cli/yargs",
  21. "/yargs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
  24. "_shasum": "95ef94f85ecc81d007c264e190a120f0a3c8566b",
  25. "_spec": "y18n@^4.0.0",
  26. "_where": "/var/www/html/mdch.sipadu/node_modules/cacache",
  27. "author": {
  28. "name": "Ben Coe",
  29. "email": "ben@npmjs.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/yargs/y18n/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "the bare-bones internationalization library used by yargs",
  37. "devDependencies": {
  38. "chai": "^4.0.1",
  39. "coveralls": "^3.0.0",
  40. "mocha": "^4.0.1",
  41. "nyc": "^11.0.1",
  42. "rimraf": "^2.5.0",
  43. "standard": "^10.0.0-beta.0",
  44. "standard-version": "^4.2.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/yargs/y18n",
  50. "keywords": [
  51. "i18n",
  52. "internationalization",
  53. "yargs"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "y18n",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/yargs/y18n.git"
  61. },
  62. "scripts": {
  63. "coverage": "nyc report --reporter=text-lcov | coveralls",
  64. "pretest": "standard",
  65. "release": "standard-version",
  66. "test": "nyc mocha"
  67. },
  68. "version": "4.0.0"
  69. }