You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "bsock",
  3. "_id": "bsock@0.1.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/l9Kg/c5o+n/0AqreMxh2jpzDMl1ikl4gUxT7RFNe3A3YRIyZkiREhwcjmqxiymJSRI/Qhew357xGn1SLw/xEw==",
  6. "_location": "/bsock",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "bsock",
  12. "name": "bsock",
  13. "escapedName": "bsock",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bsock/-/bsock-0.1.9.tgz",
  23. "_shasum": "6aa14b8e4bda730e0f60ec73eb52a8a888ac22c8",
  24. "_spec": "bsock",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib",
  26. "author": {
  27. "name": "Christopher Jeffrey",
  28. "email": "chjjeffrey@gmail.com"
  29. },
  30. "browser": {
  31. "./lib/backend": "./lib/backend-browser.js",
  32. "./lib/server": "./lib/server-browser.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/bcoin-org/bsock/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "bsert": "~0.0.10"
  40. },
  41. "deprecated": false,
  42. "description": "Websocket bike-shed",
  43. "devDependencies": {
  44. "bmocha": "^2.1.0"
  45. },
  46. "engines": {
  47. "node": ">=8.0.0"
  48. },
  49. "homepage": "https://github.com/bcoin-org/bsock",
  50. "keywords": [
  51. "tcp",
  52. "http",
  53. "socket.io",
  54. "websockets"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/bsock.js",
  58. "name": "bsock",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/bcoin-org/bsock.git"
  62. },
  63. "scripts": {
  64. "lint": "eslint lib/ test/socket-test.js || exit 0",
  65. "test": "bmocha --reporter spec test/*-test.js"
  66. },
  67. "version": "0.1.9"
  68. }