package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "nan@^2.13.2",
  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.13.2",
  12. "name": "nan",
  13. "escapedName": "nan",
  14. "rawSpec": "^2.13.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.13.2"
  17. },
  18. "_requiredBy": [
  19. "/node-sass",
  20. "/watchpack-chokidar2/fsevents",
  21. "/webpack-dev-server/fsevents"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
  24. "_shasum": "f5376400695168f4cc694ac9393d0c9585eeea19",
  25. "_spec": "nan@^2.13.2",
  26. "_where": "D:\\jiayue\\pig-ui\\node_modules\\node-sass",
  27. "bugs": {
  28. "url": "https://github.com/nodejs/nan/issues"
  29. },
  30. "bundleDependencies": false,
  31. "contributors": [
  32. {
  33. "name": "Rod Vagg",
  34. "email": "r@va.gg",
  35. "url": "https://github.com/rvagg"
  36. },
  37. {
  38. "name": "Benjamin Byholm",
  39. "email": "bbyholm@abo.fi",
  40. "url": "https://github.com/kkoopa/"
  41. },
  42. {
  43. "name": "Trevor Norris",
  44. "email": "trev.norris@gmail.com",
  45. "url": "https://github.com/trevnorris"
  46. },
  47. {
  48. "name": "Nathan Rajlich",
  49. "email": "nathan@tootallnate.net",
  50. "url": "https://github.com/TooTallNate"
  51. },
  52. {
  53. "name": "Brett Lawson",
  54. "email": "brett19@gmail.com",
  55. "url": "https://github.com/brett19"
  56. },
  57. {
  58. "name": "Ben Noordhuis",
  59. "email": "info@bnoordhuis.nl",
  60. "url": "https://github.com/bnoordhuis"
  61. },
  62. {
  63. "name": "David Siegel",
  64. "email": "david@artcom.de",
  65. "url": "https://github.com/agnat"
  66. },
  67. {
  68. "name": "Michael Ira Krufky",
  69. "email": "mkrufky@gmail.com",
  70. "url": "https://github.com/mkrufky"
  71. }
  72. ],
  73. "deprecated": false,
  74. "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 14 compatibility",
  75. "devDependencies": {
  76. "bindings": "~1.2.1",
  77. "commander": "^2.8.1",
  78. "glob": "^5.0.14",
  79. "node-gyp": "~3.6.2",
  80. "readable-stream": "^2.1.4",
  81. "request": "=2.81.0",
  82. "tap": "~0.7.1",
  83. "xtend": "~4.0.0"
  84. },
  85. "homepage": "https://github.com/nodejs/nan#readme",
  86. "license": "MIT",
  87. "main": "include_dirs.js",
  88. "name": "nan",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/nodejs/nan.git"
  92. },
  93. "scripts": {
  94. "docs": "doc/.build.sh",
  95. "rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
  96. "test": "tap --gc --stderr test/js/*-test.js",
  97. "test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js"
  98. },
  99. "version": "2.14.2"
  100. }