package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "bufferutil",
  3. "_id": "bufferutil@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ohd+jlgZoSQ/4WtjoZmVGnrY1Kc=",
  6. "_location": "/bufferutil",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "bufferutil",
  12. "name": "bufferutil",
  13. "escapedName": "bufferutil",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/bufferutil/download/bufferutil-4.0.1.tgz",
  23. "_shasum": "3a177e8e5819a1243fe16b63a199951a7ad8d4a7",
  24. "_spec": "bufferutil",
  25. "_where": "E:\\dev\\007\\node10",
  26. "author": {
  27. "name": "Einar Otto Stangvik",
  28. "email": "einaros@gmail.com",
  29. "url": "http://2x.io"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/websockets/bufferutil/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "node-gyp-build": "~3.7.0"
  37. },
  38. "deprecated": false,
  39. "description": "WebSocket buffer utils",
  40. "devDependencies": {
  41. "mocha": "~5.2.0",
  42. "prebuildify": "~2.10.0"
  43. },
  44. "homepage": "https://github.com/websockets/bufferutil",
  45. "keywords": [
  46. "bufferutil"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "bufferutil",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/websockets/bufferutil.git"
  54. },
  55. "scripts": {
  56. "install": "node-gyp-build",
  57. "prebuild": "prebuildify --napi",
  58. "test": "mocha"
  59. },
  60. "version": "4.0.1"
  61. }