package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "ogg-packet@^1.0.0",
  3. "_id": "ogg-packet@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RbiFchrI991c8iOR1CEGrlM6xng=",
  6. "_location": "/ogg-packet",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ogg-packet@^1.0.0",
  12. "name": "ogg-packet",
  13. "escapedName": "ogg-packet",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/node-opus"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ogg-packet/-/ogg-packet-1.0.0.tgz",
  22. "_shasum": "45b885721ac8f7dd5cf22391d42106ae533ac678",
  23. "_spec": "ogg-packet@^1.0.0",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/node-opus",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://tootallnate.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TooTallNate/node-ogg-packet/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ref-struct": "*"
  36. },
  37. "deprecated": false,
  38. "description": "Manually construct `ogg_packet` struct instances",
  39. "homepage": "https://github.com/TooTallNate/node-ogg-packet#readme",
  40. "keywords": [
  41. "ogg",
  42. "libogg",
  43. "packet",
  44. "ogg_packet",
  45. "struct"
  46. ],
  47. "main": "./index.js",
  48. "name": "ogg-packet",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/TooTallNate/node-ogg-packet.git"
  52. },
  53. "version": "1.0.0"
  54. }