package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "uws@^9.14.0",
  3. "_id": "uws@9.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HNMztPP5A1sKuVFmdZ6BPVpBQd5bUjNC8EFMFiICK+oho/OQsAJy5hnIx4btMHiOk8j04f/DbIlqnEZ9d72dqg==",
  6. "_location": "/uws",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "uws@^9.14.0",
  12. "name": "uws",
  13. "escapedName": "uws",
  14. "rawSpec": "^9.14.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.14.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/uws/-/uws-9.14.0.tgz",
  23. "_shasum": "fac8386befc33a7a3705cbd58dc47b430ca4dd95",
  24. "_spec": "uws@^9.14.0",
  25. "_where": "/home/tdedhar/Documents/viki",
  26. "author": {
  27. "name": "Alex Hultman",
  28. "email": "alexhultman@gmail.com",
  29. "url": "https://github.com/alexhultman"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/uWebSockets/uWebSockets/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Tiny WebSockets",
  37. "engines": {
  38. "node": ">=4"
  39. },
  40. "homepage": "https://github.com/uWebSockets/uWebSockets",
  41. "keywords": [
  42. "tiny",
  43. "websockets"
  44. ],
  45. "license": "Zlib",
  46. "main": "uws.js",
  47. "name": "uws",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/uWebSockets/uWebSockets.git"
  51. },
  52. "scripts": {
  53. "install": "node-gyp rebuild > build_log.txt 2>&1 || exit 0"
  54. },
  55. "version": "9.14.0"
  56. }