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.

package.json 1.7KB

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