package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "bindings@1.2.x",
  5. "D:\\work\\im\\node_modules\\bufferutil"
  6. ]
  7. ],
  8. "_from": "bindings@>=1.2.0 <1.3.0",
  9. "_id": "bindings@1.2.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bindings",
  13. "_npmUser": {
  14. "email": "nathan@tootallnate.net",
  15. "name": "tootallnate"
  16. },
  17. "_npmVersion": "1.4.14",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "bindings",
  21. "raw": "bindings@1.2.x",
  22. "rawSpec": "1.2.x",
  23. "scope": null,
  24. "spec": ">=1.2.0 <1.3.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/bson-ext",
  29. "/bufferutil",
  30. "/utf-8-validate"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz",
  33. "_shasum": "14ad6113812d2d37d72e67b4cacb4bb726505f11",
  34. "_shrinkwrap": null,
  35. "_spec": "bindings@1.2.x",
  36. "_where": "D:\\work\\im\\node_modules\\bufferutil",
  37. "author": {
  38. "email": "nathan@tootallnate.net",
  39. "name": "Nathan Rajlich",
  40. "url": "http://tootallnate.net"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/TooTallNate/node-bindings/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Helper module for loading your native module's .node file",
  47. "devDependencies": {},
  48. "directories": {},
  49. "dist": {
  50. "shasum": "14ad6113812d2d37d72e67b4cacb4bb726505f11",
  51. "tarball": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz"
  52. },
  53. "gitHead": "e404152ee27f8478ccbc7122ee051246e8e5ec02",
  54. "homepage": "https://github.com/TooTallNate/node-bindings",
  55. "keywords": [
  56. "native",
  57. "addon",
  58. "bindings",
  59. "gyp",
  60. "waf",
  61. "c",
  62. "c++"
  63. ],
  64. "license": "MIT",
  65. "main": "./bindings.js",
  66. "maintainers": [
  67. {
  68. "email": "nathan@tootallnate.net",
  69. "name": "TooTallNate"
  70. },
  71. {
  72. "email": "nathan@tootallnate.net",
  73. "name": "tootallnate"
  74. }
  75. ],
  76. "name": "bindings",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/TooTallNate/node-bindings.git"
  82. },
  83. "scripts": {},
  84. "version": "1.2.1"
  85. }