package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "y18n@4.0.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "y18n@4.0.3",
  9. "_id": "y18n@4.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
  12. "_location": "/y18n",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "y18n@4.0.3",
  18. "name": "y18n",
  19. "escapedName": "y18n",
  20. "rawSpec": "4.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.3"
  23. },
  24. "_requiredBy": [
  25. "/cacache",
  26. "/copy-webpack-plugin/cacache",
  27. "/sass-graph/yargs",
  28. "/webpack-dev-server/yargs"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz",
  31. "_spec": "4.0.3",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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. }