package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "nan",
  3. "version": "1.9.0",
  4. "description": "Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility",
  5. "main": "include_dirs.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/nodejs/nan.git"
  9. },
  10. "scripts": {
  11. "test": "tap --gc test/js/*-test.js",
  12. "rebuild-tests": "pangyp rebuild --msvs_version=2013 --directory test"
  13. },
  14. "contributors": [
  15. {
  16. "name": "Rod Vagg",
  17. "email": "r@va.gg",
  18. "url": "https://github.com/rvagg"
  19. },
  20. {
  21. "name": "Benjamin Byholm",
  22. "email": "bbyholm@abo.fi",
  23. "url": "https://github.com/kkoopa/"
  24. },
  25. {
  26. "name": "Trevor Norris",
  27. "email": "trev.norris@gmail.com",
  28. "url": "https://github.com/trevnorris"
  29. },
  30. {
  31. "name": "Nathan Rajlich",
  32. "email": "nathan@tootallnate.net",
  33. "url": "https://github.com/TooTallNate"
  34. },
  35. {
  36. "name": "Brett Lawson",
  37. "email": "brett19@gmail.com",
  38. "url": "https://github.com/brett19"
  39. },
  40. {
  41. "name": "Ben Noordhuis",
  42. "email": "info@bnoordhuis.nl",
  43. "url": "https://github.com/bnoordhuis"
  44. },
  45. {
  46. "name": "David Siegel",
  47. "email": "david@artcom.de",
  48. "url": "https://github.com/agnat"
  49. }
  50. ],
  51. "devDependencies": {
  52. "bindings": "~1.2.1",
  53. "node-gyp": "~2.0.2",
  54. "pangyp": "~2.2.0",
  55. "tap": "~0.7.1",
  56. "xtend": "~4.0.0"
  57. },
  58. "license": "MIT",
  59. "gitHead": "399b3a54ada39a7cf7a11978ea727eae3686666e",
  60. "bugs": {
  61. "url": "https://github.com/nodejs/nan/issues"
  62. },
  63. "homepage": "https://github.com/nodejs/nan#readme",
  64. "_id": "nan@1.9.0",
  65. "_shasum": "1a9cd2755609766f5c291e4194fce39fde286515",
  66. "_from": "nan@^1.6.2",
  67. "_npmVersion": "2.13.3",
  68. "_nodeVersion": "0.12.2",
  69. "_npmUser": {
  70. "name": "kkoopa",
  71. "email": "bbyholm@abo.fi"
  72. },
  73. "maintainers": [
  74. {
  75. "name": "rvagg",
  76. "email": "rod@vagg.org"
  77. },
  78. {
  79. "name": "kkoopa",
  80. "email": "bbyholm@abo.fi"
  81. }
  82. ],
  83. "dist": {
  84. "shasum": "1a9cd2755609766f5c291e4194fce39fde286515",
  85. "tarball": "http://registry.npmjs.org/nan/-/nan-1.9.0.tgz"
  86. },
  87. "directories": {},
  88. "_resolved": "https://registry.npmjs.org/nan/-/nan-1.9.0.tgz",
  89. "readme": "ERROR: No README data found!"
  90. }