package.json 1.5 KB

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