package.json 2.6 KB

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