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.

74 lines
1.6 KiB

3 years ago
  1. {
  2. "_args": [
  3. [
  4. "argparse@1.0.10",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "argparse@1.0.10",
  10. "_id": "argparse@1.0.10",
  11. "_inBundle": false,
  12. "_integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  13. "_location": "/argparse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "argparse@1.0.10",
  19. "name": "argparse",
  20. "escapedName": "argparse",
  21. "rawSpec": "1.0.10",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.10"
  24. },
  25. "_requiredBy": [
  26. "/js-yaml"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  29. "_spec": "1.0.10",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "bugs": {
  32. "url": "https://github.com/nodeca/argparse/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Eugene Shkuropat"
  37. },
  38. {
  39. "name": "Paul Jacobson"
  40. }
  41. ],
  42. "dependencies": {
  43. "sprintf-js": "~1.0.2"
  44. },
  45. "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  46. "devDependencies": {
  47. "eslint": "^2.13.1",
  48. "istanbul": "^0.4.5",
  49. "mocha": "^3.1.0",
  50. "ndoc": "^5.0.1"
  51. },
  52. "files": [
  53. "index.js",
  54. "lib/"
  55. ],
  56. "homepage": "https://github.com/nodeca/argparse#readme",
  57. "keywords": [
  58. "cli",
  59. "parser",
  60. "argparse",
  61. "option",
  62. "args"
  63. ],
  64. "license": "MIT",
  65. "name": "argparse",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/nodeca/argparse.git"
  69. },
  70. "scripts": {
  71. "test": "make test"
  72. },
  73. "version": "1.0.10"
  74. }