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