package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "nan@^2.3.2",
  6. "scope": null,
  7. "escapedName": "nan",
  8. "name": "nan",
  9. "rawSpec": "^2.3.2",
  10. "spec": ">=2.3.2 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/node-sass"
  14. ]
  15. ],
  16. "_from": "nan@>=2.3.2 <3.0.0",
  17. "_id": "nan@2.7.0",
  18. "_inCache": true,
  19. "_location": "/nan",
  20. "_nodeVersion": "6.11.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/nan-2.7.0.tgz_1504053769999_0.18853025324642658"
  24. },
  25. "_npmUser": {
  26. "name": "kkoopa",
  27. "email": "bbyholm@abo.fi"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "nan@^2.3.2",
  33. "scope": null,
  34. "escapedName": "nan",
  35. "name": "nan",
  36. "rawSpec": "^2.3.2",
  37. "spec": ">=2.3.2 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/node-sass"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/nan/-/nan-2.7.0.tgz",
  44. "_shasum": "d95bf721ec877e08db276ed3fc6eb78f9083ad46",
  45. "_shrinkwrap": null,
  46. "_spec": "nan@^2.3.2",
  47. "_where": "/home/conte/data/reveal.js/node_modules/node-sass",
  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 -> 8 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": "d95bf721ec877e08db276ed3fc6eb78f9083ad46",
  107. "tarball": "https://registry.npmjs.org/nan/-/nan-2.7.0.tgz"
  108. },
  109. "homepage": "https://github.com/nodejs/nan#readme",
  110. "license": "MIT",
  111. "main": "include_dirs.js",
  112. "maintainers": [
  113. {
  114. "name": "rvagg",
  115. "email": "rod@vagg.org"
  116. },
  117. {
  118. "name": "kkoopa",
  119. "email": "bbyholm@abo.fi"
  120. }
  121. ],
  122. "name": "nan",
  123. "optionalDependencies": {},
  124. "readme": "ERROR: No README data found!",
  125. "repository": {
  126. "type": "git",
  127. "url": "git://github.com/nodejs/nan.git"
  128. },
  129. "scripts": {
  130. "docs": "doc/.build.sh",
  131. "rebuild-tests": "node-gyp rebuild --msvs_version=2013 --directory test",
  132. "test": "tap --gc --stderr test/js/*-test.js"
  133. },
  134. "version": "2.7.0"
  135. }