package.json 1.7 KB

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