package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "dashdash@^1.12.0",
  5. "D:\\work\\im\\node_modules\\sshpk"
  6. ]
  7. ],
  8. "_from": "dashdash@>=1.12.0 <2.0.0",
  9. "_id": "dashdash@1.14.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/dashdash",
  13. "_npmOperationalInternal": {
  14. "host": "packages-16-east.internal.npmjs.com",
  15. "tmp": "tmp/dashdash-1.14.0.tgz_1464847169030_0.07120498712174594"
  16. },
  17. "_npmUser": {
  18. "email": "trentm@gmail.com",
  19. "name": "trentm"
  20. },
  21. "_npmVersion": "1.4.29",
  22. "_phantomChildren": {},
  23. "_requested": {
  24. "name": "dashdash",
  25. "raw": "dashdash@^1.12.0",
  26. "rawSpec": "^1.12.0",
  27. "scope": null,
  28. "spec": ">=1.12.0 <2.0.0",
  29. "type": "range"
  30. },
  31. "_requiredBy": [
  32. "/sshpk"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.0.tgz",
  35. "_shasum": "29e486c5418bf0f356034a993d51686a33e84141",
  36. "_shrinkwrap": null,
  37. "_spec": "dashdash@^1.12.0",
  38. "_where": "D:\\work\\im\\node_modules\\sshpk",
  39. "author": {
  40. "email": "trentm@gmail.com",
  41. "name": "Trent Mick",
  42. "url": "http://trentm.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/trentm/node-dashdash/issues"
  46. },
  47. "contributors": [
  48. {
  49. "email": "trentm@gmail.com",
  50. "name": "Trent Mick",
  51. "url": "http://trentm.com"
  52. },
  53. {
  54. "name": "Isaac Schlueter",
  55. "url": "https://github.com/isaacs"
  56. },
  57. {
  58. "name": "Joshua M. Clulow",
  59. "url": "https://github.com/jclulow"
  60. },
  61. {
  62. "name": "Patrick Mooney",
  63. "url": "https://github.com/pfmooney"
  64. },
  65. {
  66. "name": "Dave Pacheco",
  67. "url": "https://github.com/davepacheco"
  68. }
  69. ],
  70. "dependencies": {
  71. "assert-plus": "^1.0.0"
  72. },
  73. "description": "A light, featureful and explicit option parsing library.",
  74. "devDependencies": {
  75. "nodeunit": "0.9.x"
  76. },
  77. "directories": {},
  78. "dist": {
  79. "shasum": "29e486c5418bf0f356034a993d51686a33e84141",
  80. "tarball": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.0.tgz"
  81. },
  82. "engines": {
  83. "node": ">=0.10"
  84. },
  85. "gitHead": "2f70d248a509418e4473922ee034faf9cd91b3f8",
  86. "homepage": "https://github.com/trentm/node-dashdash",
  87. "keywords": [
  88. "option",
  89. "parser",
  90. "parsing",
  91. "cli",
  92. "command",
  93. "args",
  94. "bash",
  95. "completion"
  96. ],
  97. "license": "MIT",
  98. "main": "./lib/dashdash.js",
  99. "maintainers": [
  100. {
  101. "email": "trentm@gmail.com",
  102. "name": "trentm"
  103. }
  104. ],
  105. "name": "dashdash",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git://github.com/trentm/node-dashdash.git"
  111. },
  112. "scripts": {
  113. "test": "nodeunit test/*.test.js"
  114. },
  115. "version": "1.14.0"
  116. }