package.json 2.2 KB

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