web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
638 B

  1. {
  2. "name": "argparse",
  3. "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  4. "version": "1.0.10",
  5. "keywords": [
  6. "cli",
  7. "parser",
  8. "argparse",
  9. "option",
  10. "args"
  11. ],
  12. "contributors": [
  13. "Eugene Shkuropat",
  14. "Paul Jacobson"
  15. ],
  16. "files": [
  17. "index.js",
  18. "lib/"
  19. ],
  20. "license": "MIT",
  21. "repository": "nodeca/argparse",
  22. "scripts": {
  23. "test": "make test"
  24. },
  25. "dependencies": {
  26. "sprintf-js": "~1.0.2"
  27. },
  28. "devDependencies": {
  29. "eslint": "^2.13.1",
  30. "istanbul": "^0.4.5",
  31. "mocha": "^3.1.0",
  32. "ndoc": "^5.0.1"
  33. }
  34. }