package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "nan@2.15.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nan@2.15.0",
  10. "_id": "nan@2.15.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PzSkc/8Y4VwbVia2KQO1rW5mX+4=",
  13. "_location": "/nan",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nan@2.15.0",
  19. "name": "nan",
  20. "escapedName": "nan",
  21. "rawSpec": "2.15.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.15.0"
  24. },
  25. "_requiredBy": [
  26. "/node-sass",
  27. "/watchpack-chokidar2/fsevents",
  28. "/webpack-dev-server/fsevents"
  29. ],
  30. "_resolved": "https://registry.nlark.com/nan/download/nan-2.15.0.tgz?cache=0&sync_timestamp=1628093719696&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnan%2Fdownload%2Fnan-2.15.0.tgz",
  31. "_spec": "2.15.0",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "bugs": {
  34. "url": "https://github.com/nodejs/nan/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Rod Vagg",
  39. "email": "r@va.gg",
  40. "url": "https://github.com/rvagg"
  41. },
  42. {
  43. "name": "Benjamin Byholm",
  44. "email": "bbyholm@abo.fi",
  45. "url": "https://github.com/kkoopa/"
  46. },
  47. {
  48. "name": "Trevor Norris",
  49. "email": "trev.norris@gmail.com",
  50. "url": "https://github.com/trevnorris"
  51. },
  52. {
  53. "name": "Nathan Rajlich",
  54. "email": "nathan@tootallnate.net",
  55. "url": "https://github.com/TooTallNate"
  56. },
  57. {
  58. "name": "Brett Lawson",
  59. "email": "brett19@gmail.com",
  60. "url": "https://github.com/brett19"
  61. },
  62. {
  63. "name": "Ben Noordhuis",
  64. "email": "info@bnoordhuis.nl",
  65. "url": "https://github.com/bnoordhuis"
  66. },
  67. {
  68. "name": "David Siegel",
  69. "email": "david@artcom.de",
  70. "url": "https://github.com/agnat"
  71. },
  72. {
  73. "name": "Michael Ira Krufky",
  74. "email": "mkrufky@gmail.com",
  75. "url": "https://github.com/mkrufky"
  76. }
  77. ],
  78. "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 14 compatibility",
  79. "devDependencies": {
  80. "bindings": "~1.2.1",
  81. "commander": "^2.8.1",
  82. "glob": "^5.0.14",
  83. "node-gyp": "~3.6.2",
  84. "readable-stream": "^2.1.4",
  85. "request": "=2.81.0",
  86. "tap": "~0.7.1",
  87. "xtend": "~4.0.0"
  88. },
  89. "homepage": "https://github.com/nodejs/nan#readme",
  90. "license": "MIT",
  91. "main": "include_dirs.js",
  92. "name": "nan",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/nodejs/nan.git"
  96. },
  97. "scripts": {
  98. "docs": "doc/.build.sh",
  99. "rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
  100. "test": "tap --gc --stderr test/js/*-test.js",
  101. "test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js"
  102. },
  103. "version": "2.15.0"
  104. }