package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "bindings@~1.3.0",
  3. "_id": "bindings@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DpLh5EzMR2kzvX1KIlVC0VkC3iZtHKTgdtZ0a3pglBZdaQFjt5S9g9xd1lE+YvXyfd6mtCeRnrUfOLYiTMlNSw==",
  6. "_location": "/bindings",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bindings@~1.3.0",
  12. "name": "bindings",
  13. "escapedName": "bindings",
  14. "rawSpec": "~1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/bufferutil"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.3.0.tgz",
  22. "_shasum": "b346f6ecf6a95f5a815c5839fc7cdb22502f1ed7",
  23. "_spec": "bindings@~1.3.0",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/bufferutil",
  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.3.0"
  54. }