package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "arg@4.1.3",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "arg@4.1.3",
  10. "_id": "arg@4.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
  13. "_location": "/arg",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "arg@4.1.3",
  19. "name": "arg",
  20. "escapedName": "arg",
  21. "rawSpec": "4.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.3"
  24. },
  25. "_requiredBy": [
  26. "/ts-node"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/arg/-/arg-4.1.3.tgz",
  29. "_spec": "4.1.3",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Josh Junon",
  33. "email": "junon@zeit.co"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/zeit/arg/issues"
  37. },
  38. "description": "Another simple argument parser",
  39. "devDependencies": {
  40. "chai": "^4.1.1",
  41. "jest": "^20.0.4",
  42. "xo": "^0.18.2"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/zeit/arg#readme",
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "arg",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/zeit/arg.git"
  55. },
  56. "scripts": {
  57. "pretest": "xo",
  58. "test": "WARN_EXIT=1 jest --coverage -w 2"
  59. },
  60. "types": "index.d.ts",
  61. "version": "4.1.3",
  62. "xo": {
  63. "rules": {
  64. "complexity": 0,
  65. "max-depth": 0,
  66. "no-div-regex": 0
  67. }
  68. }
  69. }