package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "nan@^2.3.2",
  3. "_id": "nan@2.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=",
  6. "_location": "/nan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nan@^2.3.2",
  12. "name": "nan",
  13. "escapedName": "nan",
  14. "rawSpec": "^2.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.2"
  17. },
  18. "_requiredBy": [
  19. "/gulp-sass/node-sass",
  20. "/node-sass"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz",
  23. "_shasum": "ed715f3fe9de02b57a5e6252d90a96675e1f085a",
  24. "_spec": "nan@^2.3.2",
  25. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/node-sass",
  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.8.0"
  98. }