package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "bindings@~1.2.1",
  3. "_id": "bindings@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-FK1hE4EtLTfXLme0ystLtyZQXxE=",
  6. "_location": "/node-opus/bindings",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bindings@~1.2.1",
  12. "name": "bindings",
  13. "escapedName": "bindings",
  14. "rawSpec": "~1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/node-opus"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz",
  22. "_shasum": "14ad6113812d2d37d72e67b4cacb4bb726505f11",
  23. "_spec": "bindings@~1.2.1",
  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-bindings/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Helper module for loading your native module's .node file",
  36. "homepage": "https://github.com/TooTallNate/node-bindings",
  37. "keywords": [
  38. "native",
  39. "addon",
  40. "bindings",
  41. "gyp",
  42. "waf",
  43. "c",
  44. "c++"
  45. ],
  46. "license": "MIT",
  47. "main": "./bindings.js",
  48. "name": "bindings",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/TooTallNate/node-bindings.git"
  52. },
  53. "version": "1.2.1"
  54. }