package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "y18n@4.0.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "y18n@4.0.1",
  10. "_id": "y18n@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jbK4PDHF11CZu4kLI/MJSJHiR9Q=",
  13. "_location": "/y18n",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "y18n@4.0.1",
  19. "name": "y18n",
  20. "escapedName": "y18n",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/webpack-dev-server/yargs"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/y18n/download/y18n-4.0.1.tgz?cache=0&sync_timestamp=1609798736426&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fy18n%2Fdownload%2Fy18n-4.0.1.tgz",
  30. "_spec": "4.0.1",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "author": {
  33. "name": "Ben Coe",
  34. "email": "ben@npmjs.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/yargs/y18n/issues"
  38. },
  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. }