config.gypi 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Do not edit. File was generated by node-gyp's "configure" step
  2. {
  3. "target_defaults": {
  4. "cflags": [],
  5. "default_configuration": "Release",
  6. "defines": [],
  7. "include_dirs": [],
  8. "libraries": []
  9. },
  10. "variables": {
  11. "asan": 0,
  12. "debug_devtools": "node",
  13. "force_dynamic_crt": 0,
  14. "gas_version": "2.20",
  15. "host_arch": "x64",
  16. "icu_data_file": "icudt57l.dat",
  17. "icu_data_in": "../../deps/icu-small/source/data/in/icudt57l.dat",
  18. "icu_endianness": "l",
  19. "icu_gyp_path": "tools/icu/icu-generic.gyp",
  20. "icu_locales": "en,root",
  21. "icu_path": "deps/icu-small",
  22. "icu_small": "true",
  23. "icu_ver_major": "57",
  24. "node_byteorder": "little",
  25. "node_enable_d8": "false",
  26. "node_enable_v8_vtunejit": "false",
  27. "node_install_npm": "true",
  28. "node_module_version": 51,
  29. "node_no_browser_globals": "false",
  30. "node_prefix": "/usr/local",
  31. "node_release_urlbase": "",
  32. "node_shared": "false",
  33. "node_shared_cares": "false",
  34. "node_shared_http_parser": "false",
  35. "node_shared_libuv": "false",
  36. "node_shared_openssl": "false",
  37. "node_shared_zlib": "false",
  38. "node_tag": "",
  39. "node_use_bundled_v8": "true",
  40. "node_use_dtrace": "false",
  41. "node_use_etw": "false",
  42. "node_use_lttng": "false",
  43. "node_use_openssl": "true",
  44. "node_use_perfctr": "false",
  45. "node_use_v8_platform": "true",
  46. "openssl_fips": "",
  47. "openssl_no_asm": 0,
  48. "shlib_suffix": "so.51",
  49. "target_arch": "x64",
  50. "uv_parent_path": "/deps/uv/",
  51. "uv_use_dtrace": "false",
  52. "v8_enable_gdbjit": 0,
  53. "v8_enable_i18n_support": 1,
  54. "v8_inspector": "true",
  55. "v8_no_strict_aliasing": 1,
  56. "v8_optimized_debug": 0,
  57. "v8_random_seed": 0,
  58. "v8_use_snapshot": "true",
  59. "want_separate_host_toolset": 0,
  60. "want_separate_host_toolset_mkpeephole": 0,
  61. "nodedir": "/root/.node-gyp/7.0.0",
  62. "copy_dev_lib": "true",
  63. "standalone_static_library": 1,
  64. "registry": "https://registry.npm.taobao.org",
  65. "userconfig": "/root/.cnpmrc",
  66. "r": "https://registry.npm.taobao.org",
  67. "disturl": "https://npm.taobao.org/mirrors/node",
  68. "cache": "/root/.npminstall_tarball"
  69. }
  70. }