package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "//": "Platform limitations is due to lack of config.h files. See README.md for more information.",
  3. "_from": "node-opus@^0.2.7",
  4. "_id": "node-opus@0.2.7",
  5. "_inBundle": false,
  6. "_integrity": "sha1-W3JuKXlbCxJ7TIfmYtTegWhAV5w=",
  7. "_location": "/node-opus",
  8. "_phantomChildren": {},
  9. "_requested": {
  10. "type": "range",
  11. "registry": true,
  12. "raw": "node-opus@^0.2.7",
  13. "name": "node-opus",
  14. "escapedName": "node-opus",
  15. "rawSpec": "^0.2.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.2.7"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/node-opus/-/node-opus-0.2.7.tgz",
  24. "_shasum": "5b726e29795b0b127b4c87e662d4de816840579c",
  25. "_spec": "node-opus@^0.2.7",
  26. "_where": "/home/tdedhar/Documents/viki",
  27. "author": {
  28. "name": "Mikko Rantanen",
  29. "email": "jubjub@jubjubnest.net"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Rantanen/node-opus/issues"
  33. },
  34. "bundleDependencies": false,
  35. "cpu": [
  36. "x64",
  37. "arm",
  38. "ia32"
  39. ],
  40. "dependencies": {
  41. "bindings": "~1.2.1",
  42. "commander": "^2.9.0",
  43. "nan": "^2.3.2",
  44. "ogg-packet": "^1.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "NodeJS native binding to OPUS",
  48. "devDependencies": {
  49. "chai": "^3.5.0",
  50. "mocha": "^3.3.0",
  51. "ogg": "^1.2.5",
  52. "stream-equal": "^1.0.0"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "gypfile": true,
  58. "homepage": "https://github.com/Rantanen/node-opus",
  59. "license": "MIT",
  60. "name": "node-opus",
  61. "optionalDependencies": {
  62. "ogg-packet": "^1.0.0"
  63. },
  64. "os": [
  65. "linux",
  66. "darwin",
  67. "win32",
  68. "freebsd"
  69. ],
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/Rantanen/node-opus.git"
  73. },
  74. "scripts": {
  75. "install": "node-gyp rebuild",
  76. "test": "mocha"
  77. },
  78. "version": "0.2.7"
  79. }