package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "nopt",
  3. "version": "1.0.10",
  4. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  5. "author": {
  6. "name": "Isaac Z. Schlueter",
  7. "email": "i@izs.me",
  8. "url": "http://blog.izs.me/"
  9. },
  10. "main": "lib/nopt.js",
  11. "scripts": {
  12. "test": "node lib/nopt.js"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/isaacs/nopt.git"
  17. },
  18. "bin": {
  19. "nopt": "./bin/nopt.js"
  20. },
  21. "license": {
  22. "type": "MIT",
  23. "url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
  24. },
  25. "dependencies": {
  26. "abbrev": "1"
  27. },
  28. "_npmUser": {
  29. "name": "isaacs",
  30. "email": "i@izs.me"
  31. },
  32. "_id": "nopt@1.0.10",
  33. "devDependencies": {},
  34. "engines": {
  35. "node": "*"
  36. },
  37. "_engineSupported": true,
  38. "_npmVersion": "1.0.93",
  39. "_nodeVersion": "v0.5.9-pre",
  40. "_defaultsLoaded": true,
  41. "dist": {
  42. "shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
  43. "tarball": "http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz"
  44. },
  45. "maintainers": [
  46. {
  47. "name": "isaacs",
  48. "email": "i@izs.me"
  49. }
  50. ],
  51. "directories": {},
  52. "_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
  53. "_from": "nopt@~1.0.10",
  54. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
  55. "bugs": {
  56. "url": "https://github.com/isaacs/nopt/issues"
  57. },
  58. "readme": "ERROR: No README data found!",
  59. "homepage": "https://github.com/isaacs/nopt"
  60. }