package.json 1.7 KB

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