package.json 2.9 KB

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