package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "y18n@4.0.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "y18n@4.0.3",
  10. "_id": "y18n@4.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tfJZyCzW4zaSHv17/Yv1YN6e7t8=",
  13. "_location": "/y18n",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "y18n@4.0.3",
  19. "name": "y18n",
  20. "escapedName": "y18n",
  21. "rawSpec": "4.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.3"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/sass-graph/yargs",
  28. "/webpack-dev-server/yargs"
  29. ],
  30. "_resolved": "https://registry.nlark.com/y18n/download/y18n-4.0.3.tgz",
  31. "_spec": "4.0.3",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Ben Coe",
  35. "email": "ben@npmjs.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/yargs/y18n/issues"
  39. },
  40. "description": "the bare-bones internationalization library used by yargs",
  41. "devDependencies": {
  42. "chai": "^4.0.1",
  43. "coveralls": "^3.0.0",
  44. "mocha": "^4.0.1",
  45. "nyc": "^11.0.1",
  46. "rimraf": "^2.5.0",
  47. "standard": "^10.0.0-beta.0",
  48. "standard-version": "^4.2.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/yargs/y18n",
  54. "keywords": [
  55. "i18n",
  56. "internationalization",
  57. "yargs"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "y18n",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/yargs/y18n.git"
  65. },
  66. "scripts": {
  67. "coverage": "nyc report --reporter=text-lcov | coveralls",
  68. "pretest": "standard",
  69. "release": "standard-version",
  70. "test": "nyc mocha"
  71. },
  72. "version": "4.0.3"
  73. }