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.

64 lines
1.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "bufferutil@4.0.1",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "bufferutil@4.0.1",
  9. "_id": "bufferutil@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3VoER1NH5Mw1n1o0ojdspp+GS2J//2gCVyrzQDApQ4unGF+QOoA==",
  12. "_location": "/bufferutil",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bufferutil@4.0.1",
  19. "name": "bufferutil",
  20. "escapedName": "bufferutil",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.1.tgz",
  29. "_spec": "4.0.1",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Einar Otto Stangvik",
  33. "email": "einaros@gmail.com",
  34. "url": "http://2x.io"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/websockets/bufferutil/issues"
  38. },
  39. "dependencies": {
  40. "node-gyp-build": "~3.7.0"
  41. },
  42. "description": "WebSocket buffer utils",
  43. "devDependencies": {
  44. "mocha": "~5.2.0",
  45. "prebuildify": "~2.10.0"
  46. },
  47. "homepage": "https://github.com/websockets/bufferutil",
  48. "keywords": [
  49. "bufferutil"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "bufferutil",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/websockets/bufferutil.git"
  57. },
  58. "scripts": {
  59. "install": "node-gyp-build",
  60. "prebuild": "prebuildify --napi",
  61. "test": "mocha"
  62. },
  63. "version": "4.0.1"
  64. }