package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "y18n@3.2.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "y18n@3.2.1",
  9. "_id": "y18n@3.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
  12. "_location": "/y18n",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "y18n@3.2.1",
  18. "name": "y18n",
  19. "escapedName": "y18n",
  20. "rawSpec": "3.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.1"
  23. },
  24. "_requiredBy": [
  25. "/yargs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
  28. "_spec": "3.2.1",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Ben Coe",
  32. "email": "ben@npmjs.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/yargs/y18n/issues"
  36. },
  37. "description": "the bare-bones internationalization library used by yargs",
  38. "devDependencies": {
  39. "chai": "^3.4.1",
  40. "coveralls": "^2.11.6",
  41. "mocha": "^2.3.4",
  42. "nyc": "^6.1.1",
  43. "rimraf": "^2.5.0",
  44. "standard": "^5.4.1"
  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. "test": "nyc mocha"
  66. },
  67. "version": "3.2.1"
  68. }