package.json 3.3 KB

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