package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "options@>=0.0.5",
  5. "D:\\work\\im\\node_modules\\ws"
  6. ]
  7. ],
  8. "_from": "options@>=0.0.5",
  9. "_id": "options@0.0.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/options",
  13. "_npmUser": {
  14. "email": "einaros@gmail.com",
  15. "name": "einaros"
  16. },
  17. "_npmVersion": "1.4.21",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "options",
  21. "raw": "options@>=0.0.5",
  22. "rawSpec": ">=0.0.5",
  23. "scope": null,
  24. "spec": ">=0.0.5",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/socket.io/engine.io-client/ws",
  29. "/socket.io/ws",
  30. "/ws"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
  33. "_shasum": "ec22d312806bb53e731773e7cdaefcf1c643128f",
  34. "_shrinkwrap": null,
  35. "_spec": "options@>=0.0.5",
  36. "_where": "D:\\work\\im\\node_modules\\ws",
  37. "author": {
  38. "email": "einaros@gmail.com",
  39. "name": "Einar Otto Stangvik",
  40. "url": "http://2x.io"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/einaros/options.js/issues"
  44. },
  45. "dependencies": {},
  46. "description": "A very light-weight in-code option parsers for node.js.",
  47. "devDependencies": {
  48. "mocha": "latest"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "ec22d312806bb53e731773e7cdaefcf1c643128f",
  53. "tarball": "https://registry.npmjs.org/options/-/options-0.0.6.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.4.0"
  57. },
  58. "gitHead": "ff53d0a092c897cb95964232a96fe17da65c11af",
  59. "homepage": "https://github.com/einaros/options.js",
  60. "main": "lib/options",
  61. "maintainers": [
  62. {
  63. "email": "einaros@gmail.com",
  64. "name": "einaros"
  65. }
  66. ],
  67. "name": "options",
  68. "optionalDependencies": {},
  69. "readme": "ERROR: No README data found!",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/einaros/options.js.git"
  73. },
  74. "scripts": {
  75. "test": "make test"
  76. },
  77. "version": "0.0.6"
  78. }