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 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "yargs-parser@5.0.0-security.0",
  3. "_id": "yargs-parser@5.0.0-security.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-T69y4Ps64LNesYxeYGYPvfoMTt/7y1XtfpIslUeK4um+9Hu7hlGoRtaDLvdXb7+/tfq4opVa2HRY5xGip022rQ==",
  6. "_location": "/yargs-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "yargs-parser@5.0.0-security.0",
  12. "name": "yargs-parser",
  13. "escapedName": "yargs-parser",
  14. "rawSpec": "5.0.0-security.0",
  15. "saveSpec": null,
  16. "fetchSpec": "5.0.0-security.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0-security.0.tgz",
  22. "_shasum": "4ff7271d25f90ac15643b86076a2ab499ec9ee24",
  23. "_spec": "yargs-parser@5.0.0-security.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/yargs-parser/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "camelcase": "^3.0.0",
  35. "object.assign": "^4.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "the mighty option parser used by yargs",
  39. "devDependencies": {
  40. "chai": "^3.5.0",
  41. "coveralls": "^2.11.12",
  42. "mocha": "^3.0.1",
  43. "nyc": "^10.0.0",
  44. "standard": "^8.0.0",
  45. "standard-version": "^4.0.0"
  46. },
  47. "files": [
  48. "lib",
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/yargs/yargs-parser#readme",
  52. "keywords": [
  53. "argument",
  54. "parser",
  55. "yargs",
  56. "command",
  57. "cli",
  58. "parsing",
  59. "option",
  60. "args",
  61. "argument"
  62. ],
  63. "license": "ISC",
  64. "main": "index.js",
  65. "name": "yargs-parser",
  66. "repository": {
  67. "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  68. },
  69. "scripts": {
  70. "coverage": "nyc report --reporter=text-lcov | coveralls",
  71. "pretest": "standard",
  72. "release": "standard-version",
  73. "test": "nyc mocha test/*.js"
  74. },
  75. "version": "5.0.0-security.0"
  76. }