package.json 2.5 KB

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