package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "nopt@~1.0.10",
  6. "scope": null,
  7. "escapedName": "nopt",
  8. "name": "nopt",
  9. "rawSpec": "~1.0.10",
  10. "spec": ">=1.0.10 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/touch"
  14. ]
  15. ],
  16. "_defaultsLoaded": true,
  17. "_engineSupported": true,
  18. "_from": "nopt@>=1.0.10 <1.1.0",
  19. "_id": "nopt@1.0.10",
  20. "_inCache": true,
  21. "_location": "/nopt",
  22. "_nodeVersion": "v0.5.9-pre",
  23. "_npmUser": {
  24. "name": "isaacs",
  25. "email": "i@izs.me"
  26. },
  27. "_npmVersion": "1.0.93",
  28. "_phantomChildren": {},
  29. "_requested": {
  30. "raw": "nopt@~1.0.10",
  31. "scope": null,
  32. "escapedName": "nopt",
  33. "name": "nopt",
  34. "rawSpec": "~1.0.10",
  35. "spec": ">=1.0.10 <1.1.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/touch"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
  42. "_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
  43. "_shrinkwrap": null,
  44. "_spec": "nopt@~1.0.10",
  45. "_where": "/home/robert/workspace/xmlrpc/node_modules/touch",
  46. "author": {
  47. "name": "Isaac Z. Schlueter",
  48. "email": "i@izs.me",
  49. "url": "http://blog.izs.me/"
  50. },
  51. "bin": {
  52. "nopt": "./bin/nopt.js"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/isaacs/nopt/issues"
  56. },
  57. "dependencies": {
  58. "abbrev": "1"
  59. },
  60. "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
  61. "devDependencies": {},
  62. "directories": {},
  63. "dist": {
  64. "shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
  65. "tarball": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz"
  66. },
  67. "engines": {
  68. "node": "*"
  69. },
  70. "homepage": "https://github.com/isaacs/nopt#readme",
  71. "license": {
  72. "type": "MIT",
  73. "url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
  74. },
  75. "main": "lib/nopt.js",
  76. "maintainers": [
  77. {
  78. "name": "isaacs",
  79. "email": "i@izs.me"
  80. }
  81. ],
  82. "name": "nopt",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/isaacs/nopt.git"
  88. },
  89. "scripts": {
  90. "test": "node lib/nopt.js"
  91. },
  92. "version": "1.0.10"
  93. }