package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "y18n@^4.0.0",
  3. "_id": "y18n@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
  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. "/webpack-dev-server/yargs",
  20. "/webpack/cacache",
  21. "/yargs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
  24. "_shasum": "b5f259c82cd6e336921efd7bfd8bf560de9eeedf",
  25. "_spec": "y18n@^4.0.0",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\yargs",
  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.3"
  69. }