package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "nan@2.3.5",
  6. "scope": null,
  7. "escapedName": "nan",
  8. "name": "nan",
  9. "rawSpec": "2.3.5",
  10. "spec": "2.3.5",
  11. "type": "version"
  12. },
  13. "/home/robert/workspace/code-examples/node_modules/bcrypt"
  14. ]
  15. ],
  16. "_from": "nan@2.3.5",
  17. "_id": "nan@2.3.5",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/nan",
  21. "_nodeVersion": "5.0.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/nan-2.3.5.tgz_1464707164994_0.4295874561648816"
  25. },
  26. "_npmUser": {
  27. "name": "kkoopa",
  28. "email": "bbyholm@abo.fi"
  29. },
  30. "_npmVersion": "3.3.6",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "nan@2.3.5",
  34. "scope": null,
  35. "escapedName": "nan",
  36. "name": "nan",
  37. "rawSpec": "2.3.5",
  38. "spec": "2.3.5",
  39. "type": "version"
  40. },
  41. "_requiredBy": [
  42. "/bcrypt"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/nan/-/nan-2.3.5.tgz",
  45. "_shasum": "822a0dc266290ce4cd3a12282ca3e7e364668a08",
  46. "_shrinkwrap": null,
  47. "_spec": "nan@2.3.5",
  48. "_where": "/home/robert/workspace/code-examples/node_modules/bcrypt",
  49. "bugs": {
  50. "url": "https://github.com/nodejs/nan/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Rod Vagg",
  55. "email": "r@va.gg",
  56. "url": "https://github.com/rvagg"
  57. },
  58. {
  59. "name": "Benjamin Byholm",
  60. "email": "bbyholm@abo.fi",
  61. "url": "https://github.com/kkoopa/"
  62. },
  63. {
  64. "name": "Trevor Norris",
  65. "email": "trev.norris@gmail.com",
  66. "url": "https://github.com/trevnorris"
  67. },
  68. {
  69. "name": "Nathan Rajlich",
  70. "email": "nathan@tootallnate.net",
  71. "url": "https://github.com/TooTallNate"
  72. },
  73. {
  74. "name": "Brett Lawson",
  75. "email": "brett19@gmail.com",
  76. "url": "https://github.com/brett19"
  77. },
  78. {
  79. "name": "Ben Noordhuis",
  80. "email": "info@bnoordhuis.nl",
  81. "url": "https://github.com/bnoordhuis"
  82. },
  83. {
  84. "name": "David Siegel",
  85. "email": "david@artcom.de",
  86. "url": "https://github.com/agnat"
  87. }
  88. ],
  89. "dependencies": {},
  90. "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 6 compatibility",
  91. "devDependencies": {
  92. "bindings": "~1.2.1",
  93. "commander": "^2.8.1",
  94. "glob": "^5.0.14",
  95. "node-gyp": "~3.0.1",
  96. "tap": "~0.7.1",
  97. "xtend": "~4.0.0"
  98. },
  99. "directories": {},
  100. "dist": {
  101. "shasum": "822a0dc266290ce4cd3a12282ca3e7e364668a08",
  102. "tarball": "https://registry.npmjs.org/nan/-/nan-2.3.5.tgz"
  103. },
  104. "homepage": "https://github.com/nodejs/nan#readme",
  105. "license": "MIT",
  106. "main": "include_dirs.js",
  107. "maintainers": [
  108. {
  109. "name": "rvagg",
  110. "email": "rod@vagg.org"
  111. },
  112. {
  113. "name": "kkoopa",
  114. "email": "bbyholm@abo.fi"
  115. }
  116. ],
  117. "name": "nan",
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git://github.com/nodejs/nan.git"
  123. },
  124. "scripts": {
  125. "docs": "doc/.build.sh",
  126. "rebuild-tests": "node-gyp rebuild --msvs_version=2013 --directory test",
  127. "test": "tap --gc --stderr test/js/*-test.js"
  128. },
  129. "version": "2.3.5"
  130. }