first part is working
This commit is contained in:
34
node_modules/epoll/build/config.gypi
generated
vendored
34
node_modules/epoll/build/config.gypi
generated
vendored
@ -8,23 +8,26 @@
|
||||
"libraries": []
|
||||
},
|
||||
"variables": {
|
||||
"arm_float_abi": "hard",
|
||||
"arm_fpu": "vfp",
|
||||
"arm_thumb": 0,
|
||||
"arm_version": "6",
|
||||
"asan": 0,
|
||||
"coverage": "false",
|
||||
"debug_devtools": "node",
|
||||
"debug_http2": "false",
|
||||
"debug_nghttp2": "false",
|
||||
"force_dynamic_crt": 0,
|
||||
"gas_version": "2.23",
|
||||
"host_arch": "x64",
|
||||
"icu_data_file": "icudt60l.dat",
|
||||
"icu_data_in": "../../deps/icu-small/source/data/in/icudt60l.dat",
|
||||
"gas_version": "2.24",
|
||||
"host_arch": "arm",
|
||||
"icu_data_file": "icudt59l.dat",
|
||||
"icu_data_in": "../../deps/icu-small/source/data/in/icudt59l.dat",
|
||||
"icu_endianness": "l",
|
||||
"icu_gyp_path": "tools/icu/icu-generic.gyp",
|
||||
"icu_locales": "en,root",
|
||||
"icu_path": "deps/icu-small",
|
||||
"icu_small": "true",
|
||||
"icu_ver_major": "60",
|
||||
"llvm_version": 0,
|
||||
"icu_ver_major": "59",
|
||||
"node_byteorder": "little",
|
||||
"node_enable_d8": "false",
|
||||
"node_enable_v8_vtunejit": "false",
|
||||
@ -37,7 +40,6 @@
|
||||
"node_shared_cares": "false",
|
||||
"node_shared_http_parser": "false",
|
||||
"node_shared_libuv": "false",
|
||||
"node_shared_nghttp2": "false",
|
||||
"node_shared_openssl": "false",
|
||||
"node_shared_zlib": "false",
|
||||
"node_tag": "",
|
||||
@ -52,7 +54,7 @@
|
||||
"openssl_fips": "",
|
||||
"openssl_no_asm": 0,
|
||||
"shlib_suffix": "so.57",
|
||||
"target_arch": "x64",
|
||||
"target_arch": "arm",
|
||||
"uv_parent_path": "/deps/uv/",
|
||||
"uv_use_dtrace": "false",
|
||||
"v8_enable_gdbjit": 0,
|
||||
@ -65,13 +67,13 @@
|
||||
"v8_trace_maps": 0,
|
||||
"v8_use_snapshot": "true",
|
||||
"want_separate_host_toolset": 0,
|
||||
"nodedir": "/home/wn/.node-gyp/8.11.1",
|
||||
"nodedir": "/home/pi/.node-gyp/8.9.3",
|
||||
"standalone_static_library": 1,
|
||||
"cache_lock_stale": "60000",
|
||||
"ham_it_up": "",
|
||||
"legacy_bundling": "",
|
||||
"sign_git_tag": "",
|
||||
"user_agent": "npm/6.0.1 node/v8.11.1 linux x64",
|
||||
"user_agent": "npm/5.6.0 node/v8.9.3 linux arm",
|
||||
"always_auth": "",
|
||||
"bin_links": "true",
|
||||
"key": "",
|
||||
@ -93,7 +95,7 @@
|
||||
"tag_version_prefix": "v",
|
||||
"cache_max": "Infinity",
|
||||
"timing": "",
|
||||
"userconfig": "/home/wn/.npmrc",
|
||||
"userconfig": "/home/pi/.npmrc",
|
||||
"engine_strict": "",
|
||||
"init_author_name": "",
|
||||
"init_author_url": "",
|
||||
@ -108,7 +110,6 @@
|
||||
"progress": "true",
|
||||
"https_proxy": "",
|
||||
"save_prod": "",
|
||||
"audit": "true",
|
||||
"cidr": "",
|
||||
"onload_script": "",
|
||||
"sso_type": "oauth",
|
||||
@ -125,7 +126,7 @@
|
||||
"save_optional": "",
|
||||
"searchopts": "",
|
||||
"versions": "",
|
||||
"cache": "/home/wn/.npm",
|
||||
"cache": "/home/pi/.npm",
|
||||
"send_metrics": "",
|
||||
"global_style": "",
|
||||
"ignore_scripts": "",
|
||||
@ -135,7 +136,6 @@
|
||||
"node_gyp": "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",
|
||||
"prefer_offline": "",
|
||||
"color": "true",
|
||||
"no_proxy": "",
|
||||
"fetch_retry_mintimeout": "10000",
|
||||
"maxsockets": "50",
|
||||
"offline": "",
|
||||
@ -148,16 +148,16 @@
|
||||
"cert": "",
|
||||
"global": "",
|
||||
"link": "",
|
||||
"save": "true",
|
||||
"access": "",
|
||||
"also": "",
|
||||
"save": "true",
|
||||
"unicode": "true",
|
||||
"long": "",
|
||||
"production": "",
|
||||
"searchlimit": "20",
|
||||
"unsafe_perm": "true",
|
||||
"auth_type": "legacy",
|
||||
"node_version": "8.11.1",
|
||||
"node_version": "8.9.3",
|
||||
"tag": "latest",
|
||||
"git_tag_version": "true",
|
||||
"commit_hooks": "true",
|
||||
@ -168,7 +168,7 @@
|
||||
"strict_ssl": "true",
|
||||
"dev": "",
|
||||
"globalconfig": "/usr/etc/npmrc",
|
||||
"init_module": "/home/wn/.npm-init.js",
|
||||
"init_module": "/home/pi/.npm-init.js",
|
||||
"parseable": "",
|
||||
"globalignorefile": "/usr/etc/npmignore",
|
||||
"cache_lock_retries": "10",
|
||||
|
Reference in New Issue
Block a user