package.json 2.0 KB

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