12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "//": "Platform limitations is due to lack of config.h files. See README.md for more information.",
- "_from": "node-opus@^0.2.7",
- "_id": "node-opus@0.2.7",
- "_inBundle": false,
- "_integrity": "sha1-W3JuKXlbCxJ7TIfmYtTegWhAV5w=",
- "_location": "/node-opus",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "node-opus@^0.2.7",
- "name": "node-opus",
- "escapedName": "node-opus",
- "rawSpec": "^0.2.7",
- "saveSpec": null,
- "fetchSpec": "^0.2.7"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/node-opus/-/node-opus-0.2.7.tgz",
- "_shasum": "5b726e29795b0b127b4c87e662d4de816840579c",
- "_spec": "node-opus@^0.2.7",
- "_where": "/home/tdedhar/Documents/viki",
- "author": {
- "name": "Mikko Rantanen",
- "email": "jubjub@jubjubnest.net"
- },
- "bugs": {
- "url": "https://github.com/Rantanen/node-opus/issues"
- },
- "bundleDependencies": false,
- "cpu": [
- "x64",
- "arm",
- "ia32"
- ],
- "dependencies": {
- "bindings": "~1.2.1",
- "commander": "^2.9.0",
- "nan": "^2.3.2",
- "ogg-packet": "^1.0.0"
- },
- "deprecated": false,
- "description": "NodeJS native binding to OPUS",
- "devDependencies": {
- "chai": "^3.5.0",
- "mocha": "^3.3.0",
- "ogg": "^1.2.5",
- "stream-equal": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "gypfile": true,
- "homepage": "https://github.com/Rantanen/node-opus",
- "license": "MIT",
- "name": "node-opus",
- "optionalDependencies": {
- "ogg-packet": "^1.0.0"
- },
- "os": [
- "linux",
- "darwin",
- "win32",
- "freebsd"
- ],
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/Rantanen/node-opus.git"
- },
- "scripts": {
- "install": "node-gyp rebuild",
- "test": "mocha"
- },
- "version": "0.2.7"
- }
|