package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "nan@^2.12.1",
  3. "_id": "nan@2.14.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
  6. "_location": "/nan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nan@^2.12.1",
  12. "name": "nan",
  13. "escapedName": "nan",
  14. "rawSpec": "^2.12.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.12.1"
  17. },
  18. "_requiredBy": [
  19. "/watchpack-chokidar2/fsevents",
  20. "/webpack-dev-server/fsevents"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
  23. "_shasum": "f5376400695168f4cc694ac9393d0c9585eeea19",
  24. "_spec": "nan@^2.12.1",
  25. "_where": "/Users/jane/myproject/node_modules/watchpack-chokidar2/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 -> 14 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. "test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js"
  97. },
  98. "version": "2.14.2"
  99. }