package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "nan@~2.7.0",
  3. "_id": "nan@2.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2Vv3IeyHfgjbJ27T/G63j5CDrUY=",
  6. "_location": "/nan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nan@~2.7.0",
  12. "name": "nan",
  13. "escapedName": "nan",
  14. "rawSpec": "~2.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.7.0"
  17. },
  18. "_requiredBy": [
  19. "/bufferutil"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nan/-/nan-2.7.0.tgz",
  22. "_shasum": "d95bf721ec877e08db276ed3fc6eb78f9083ad46",
  23. "_spec": "nan@~2.7.0",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/bufferutil",
  25. "bugs": {
  26. "url": "https://github.com/nodejs/nan/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Rod Vagg",
  32. "email": "r@va.gg",
  33. "url": "https://github.com/rvagg"
  34. },
  35. {
  36. "name": "Benjamin Byholm",
  37. "email": "bbyholm@abo.fi",
  38. "url": "https://github.com/kkoopa/"
  39. },
  40. {
  41. "name": "Trevor Norris",
  42. "email": "trev.norris@gmail.com",
  43. "url": "https://github.com/trevnorris"
  44. },
  45. {
  46. "name": "Nathan Rajlich",
  47. "email": "nathan@tootallnate.net",
  48. "url": "https://github.com/TooTallNate"
  49. },
  50. {
  51. "name": "Brett Lawson",
  52. "email": "brett19@gmail.com",
  53. "url": "https://github.com/brett19"
  54. },
  55. {
  56. "name": "Ben Noordhuis",
  57. "email": "info@bnoordhuis.nl",
  58. "url": "https://github.com/bnoordhuis"
  59. },
  60. {
  61. "name": "David Siegel",
  62. "email": "david@artcom.de",
  63. "url": "https://github.com/agnat"
  64. },
  65. {
  66. "name": "Michael Ira Krufky",
  67. "email": "mkrufky@gmail.com",
  68. "url": "https://github.com/mkrufky"
  69. }
  70. ],
  71. "deprecated": false,
  72. "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 8 compatibility",
  73. "devDependencies": {
  74. "bindings": "~1.2.1",
  75. "commander": "^2.8.1",
  76. "glob": "^5.0.14",
  77. "node-gyp": "~3.0.1",
  78. "readable-stream": "^2.1.4",
  79. "tap": "~0.7.1",
  80. "xtend": "~4.0.0"
  81. },
  82. "homepage": "https://github.com/nodejs/nan#readme",
  83. "license": "MIT",
  84. "main": "include_dirs.js",
  85. "name": "nan",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/nodejs/nan.git"
  89. },
  90. "scripts": {
  91. "docs": "doc/.build.sh",
  92. "rebuild-tests": "node-gyp rebuild --msvs_version=2013 --directory test",
  93. "test": "tap --gc --stderr test/js/*-test.js"
  94. },
  95. "version": "2.7.0"
  96. }