package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "y18n@4.0.3",
  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": "version",
  10. "registry": true,
  11. "raw": "y18n@4.0.3",
  12. "name": "y18n",
  13. "escapedName": "y18n",
  14. "rawSpec": "4.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "4.0.3"
  17. },
  18. "_requiredBy": [
  19. "/@commitlint/cli/yargs",
  20. "/copy-webpack-plugin/cacache",
  21. "/terser-webpack-plugin/cacache",
  22. "/webpack-dev-server/yargs"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
  25. "_shasum": "b5f259c82cd6e336921efd7bfd8bf560de9eeedf",
  26. "_spec": "y18n@4.0.3",
  27. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/terser-webpack-plugin/node_modules/cacache",
  28. "author": {
  29. "name": "Ben Coe",
  30. "email": "ben@npmjs.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/yargs/y18n/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "the bare-bones internationalization library used by yargs",
  38. "devDependencies": {
  39. "chai": "^4.0.1",
  40. "coveralls": "^3.0.0",
  41. "mocha": "^4.0.1",
  42. "nyc": "^11.0.1",
  43. "rimraf": "^2.5.0",
  44. "standard": "^10.0.0-beta.0",
  45. "standard-version": "^4.2.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/yargs/y18n",
  51. "keywords": [
  52. "i18n",
  53. "internationalization",
  54. "yargs"
  55. ],
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "y18n",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/yargs/y18n.git"
  62. },
  63. "scripts": {
  64. "coverage": "nyc report --reporter=text-lcov | coveralls",
  65. "pretest": "standard",
  66. "release": "standard-version",
  67. "test": "nyc mocha"
  68. },
  69. "version": "4.0.3"
  70. }