package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "websocket",
  3. "_id": "websocket@1.0.28",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nl9v3Io/4B1EImR++Tq92NRaeNM=",
  6. "_location": "/websocket",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "websocket",
  12. "name": "websocket",
  13. "escapedName": "websocket",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/websocket/download/websocket-1.0.28.tgz",
  23. "_shasum": "9e5f6fdc8a3fe01d4422647ef93abdd8d45a78d3",
  24. "_spec": "websocket",
  25. "_where": "E:\\dev\\007\\node10",
  26. "author": {
  27. "name": "Brian McKelvey",
  28. "email": "theturtle32@gmail.com",
  29. "url": "https://github.com/theturtle32"
  30. },
  31. "browser": "lib/browser.js",
  32. "bugs": {
  33. "url": "https://github.com/theturtle32/WebSocket-Node/issues"
  34. },
  35. "bundleDependencies": false,
  36. "config": {
  37. "verbose": false
  38. },
  39. "contributors": [
  40. {
  41. "name": "Iñaki Baz Castillo",
  42. "email": "ibc@aliax.net",
  43. "url": "http://dev.sipdoc.net"
  44. }
  45. ],
  46. "dependencies": {
  47. "debug": "^2.2.0",
  48. "nan": "^2.11.0",
  49. "typedarray-to-buffer": "^3.1.5",
  50. "yaeti": "^0.0.6"
  51. },
  52. "deprecated": false,
  53. "description": "Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.",
  54. "devDependencies": {
  55. "buffer-equal": "^1.0.0",
  56. "faucet": "^0.0.1",
  57. "gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
  58. "gulp-jshint": "^2.0.4",
  59. "jshint": "^2.0.0",
  60. "jshint-stylish": "^2.2.1",
  61. "tape": "^4.9.1"
  62. },
  63. "directories": {
  64. "lib": "./lib"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "homepage": "https://github.com/theturtle32/WebSocket-Node",
  70. "keywords": [
  71. "websocket",
  72. "websockets",
  73. "socket",
  74. "networking",
  75. "comet",
  76. "push",
  77. "RFC-6455",
  78. "realtime",
  79. "server",
  80. "client"
  81. ],
  82. "license": "Apache-2.0",
  83. "main": "index",
  84. "name": "websocket",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/theturtle32/WebSocket-Node.git"
  88. },
  89. "scripts": {
  90. "gulp": "gulp",
  91. "install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
  92. "test": "faucet test/unit"
  93. },
  94. "version": "1.0.28"
  95. }