package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "dashdash@1.14.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "dashdash@^1.12.0",
  9. "_id": "dashdash@1.14.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
  12. "_location": "/dashdash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "dashdash@1.14.1",
  18. "name": "dashdash",
  19. "escapedName": "dashdash",
  20. "rawSpec": "1.14.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.14.1"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/sshpk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
  29. "_shasum": "853cfa0f7cbe2fed5de20326b8dd581035f6e2f0",
  30. "_spec": "1.14.1",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Trent Mick",
  34. "email": "trentm@gmail.com",
  35. "url": "http://trentm.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/trentm/node-dashdash/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "assert-plus": "^1.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "A light, featureful and explicit option parsing library.",
  46. "devDependencies": {
  47. "nodeunit": "0.9.x"
  48. },
  49. "engines": {
  50. "node": ">=0.10"
  51. },
  52. "homepage": "https://github.com/trentm/node-dashdash#readme",
  53. "keywords": [
  54. "option",
  55. "parser",
  56. "parsing",
  57. "cli",
  58. "command",
  59. "args",
  60. "bash",
  61. "completion"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib/dashdash.js",
  65. "name": "dashdash",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/trentm/node-dashdash.git"
  69. },
  70. "scripts": {
  71. "test": "nodeunit test/*.test.js"
  72. },
  73. "version": "1.14.1"
  74. }