package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "options@>=0.0.5",
  3. "_id": "options@0.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=",
  6. "_location": "/options",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "options@>=0.0.5",
  12. "name": "options",
  13. "escapedName": "options",
  14. "rawSpec": ">=0.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": ">=0.0.5"
  17. },
  18. "_requiredBy": [
  19. "/ws"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
  22. "_shasum": "ec22d312806bb53e731773e7cdaefcf1c643128f",
  23. "_spec": "options@>=0.0.5",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\ws",
  25. "author": {
  26. "name": "Einar Otto Stangvik",
  27. "email": "einaros@gmail.com",
  28. "url": "http://2x.io"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/einaros/options.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "A very light-weight in-code option parsers for node.js.",
  37. "devDependencies": {
  38. "mocha": "latest"
  39. },
  40. "engines": {
  41. "node": ">=0.4.0"
  42. },
  43. "homepage": "https://github.com/einaros/options.js#readme",
  44. "main": "lib/options",
  45. "name": "options",
  46. "repository": {
  47. "type": "git",
  48. "url": "git://github.com/einaros/options.js.git"
  49. },
  50. "scripts": {
  51. "test": "make test"
  52. },
  53. "version": "0.0.6"
  54. }