123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "_from": "ogg-packet@^1.0.0",
- "_id": "ogg-packet@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-RbiFchrI991c8iOR1CEGrlM6xng=",
- "_location": "/ogg-packet",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ogg-packet@^1.0.0",
- "name": "ogg-packet",
- "escapedName": "ogg-packet",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/node-opus"
- ],
- "_resolved": "https://registry.npmjs.org/ogg-packet/-/ogg-packet-1.0.0.tgz",
- "_shasum": "45b885721ac8f7dd5cf22391d42106ae533ac678",
- "_spec": "ogg-packet@^1.0.0",
- "_where": "/home/tdedhar/Documents/viki/node_modules/node-opus",
- "author": {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net",
- "url": "http://tootallnate.net"
- },
- "bugs": {
- "url": "https://github.com/TooTallNate/node-ogg-packet/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ref-struct": "*"
- },
- "deprecated": false,
- "description": "Manually construct `ogg_packet` struct instances",
- "homepage": "https://github.com/TooTallNate/node-ogg-packet#readme",
- "keywords": [
- "ogg",
- "libogg",
- "packet",
- "ogg_packet",
- "struct"
- ],
- "main": "./index.js",
- "name": "ogg-packet",
- "repository": {
- "type": "git",
- "url": "git://github.com/TooTallNate/node-ogg-packet.git"
- },
- "version": "1.0.0"
- }
|