0 info it worked if it ends with ok 1 verbose cli [ '/root/.nvm/versions/node/v4.7.0/bin/node', 1 verbose cli '/root/.nvm/versions/node/v4.7.0/bin/npm', 1 verbose cli 'install', 1 verbose cli 'nodejieba' ] 2 info using npm@2.15.11 3 info using node@v4.7.0 4 verbose install initial load of /var/cloud/platform2/package.json 5 verbose readDependencies loading dependencies from /var/cloud/platform2/package.json 6 silly cache add args [ 'nodejieba', null ] 7 verbose cache add spec nodejieba 8 silly cache add parsed spec Result { 8 silly cache add raw: 'nodejieba', 8 silly cache add scope: null, 8 silly cache add name: 'nodejieba', 8 silly cache add rawSpec: '', 8 silly cache add spec: 'latest', 8 silly cache add type: 'tag' } 9 silly addNamed nodejieba@latest 10 verbose addNamed "latest" is being treated as a dist-tag for nodejieba 11 info addNameTag [ 'nodejieba', 'latest' ] 12 silly mapToRegistry name nodejieba 13 silly mapToRegistry using default registry 14 silly mapToRegistry registry https://registry.npmjs.org/ 15 silly mapToRegistry data Result { 15 silly mapToRegistry raw: 'nodejieba', 15 silly mapToRegistry scope: null, 15 silly mapToRegistry name: 'nodejieba', 15 silly mapToRegistry rawSpec: '', 15 silly mapToRegistry spec: 'latest', 15 silly mapToRegistry type: 'tag' } 16 silly mapToRegistry uri https://registry.npmjs.org/nodejieba 17 verbose addNameTag registry:https://registry.npmjs.org/nodejieba not in flight; fetching 18 verbose request uri https://registry.npmjs.org/nodejieba 19 verbose request no auth needed 20 info attempt registry request try #1 at 3:03:10 PM 21 verbose request id 7d428adb09ebae7c 22 verbose etag W/"54d4aa4d39cb767fdd2aa4e110399916" 23 verbose lastModified Mon, 26 Apr 2021 03:47:56 GMT 24 http request GET https://registry.npmjs.org/nodejieba 25 http 304 https://registry.npmjs.org/nodejieba 26 verbose headers { date: 'Wed, 13 Oct 2021 07:03:11 GMT', 26 verbose headers connection: 'keep-alive', 26 verbose headers 'cf-ray': '69d6b4e868040cbf-LAX', 26 verbose headers age: '89', 26 verbose headers 'cache-control': 'public, max-age=300', 26 verbose headers etag: '"54d4aa4d39cb767fdd2aa4e110399916"', 26 verbose headers 'last-modified': 'Mon, 26 Apr 2021 03:47:56 GMT', 26 verbose headers vary: 'Accept-Encoding', 26 verbose headers 'cf-cache-status': 'HIT', 26 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 26 verbose headers server: 'cloudflare' } 27 silly get cb [ 304, 27 silly get { date: 'Wed, 13 Oct 2021 07:03:11 GMT', 27 silly get connection: 'keep-alive', 27 silly get 'cf-ray': '69d6b4e868040cbf-LAX', 27 silly get age: '89', 27 silly get 'cache-control': 'public, max-age=300', 27 silly get etag: '"54d4aa4d39cb767fdd2aa4e110399916"', 27 silly get 'last-modified': 'Mon, 26 Apr 2021 03:47:56 GMT', 27 silly get vary: 'Accept-Encoding', 27 silly get 'cf-cache-status': 'HIT', 27 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 27 silly get server: 'cloudflare' } ] 28 verbose etag https://registry.npmjs.org/nodejieba from cache 29 verbose get saving nodejieba to /root/.npm/registry.npmjs.org/nodejieba/.cache.json 30 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 31 silly addNameTag next cb for nodejieba with tag latest 32 silly addNamed nodejieba@2.5.2 33 verbose addNamed "2.5.2" is a plain semver version for nodejieba 34 silly cache afterAdd nodejieba@2.5.2 35 verbose afterAdd /root/.npm/nodejieba/2.5.2/package/package.json not in flight; writing 36 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 37 verbose afterAdd /root/.npm/nodejieba/2.5.2/package/package.json written 38 silly install resolved [ { name: 'nodejieba', 38 silly install resolved description: 'chinese word segmentation for node', 38 silly install resolved version: '2.5.2', 38 silly install resolved author: { name: 'Yanyi Wu', email: 'i@yanyiwu.com' }, 38 silly install resolved maintainers: [ [Object] ], 38 silly install resolved main: './index.js', 38 silly install resolved typings: 'types/index.d.ts', 38 silly install resolved engines: { node: '>= 10.20.0' }, 38 silly install resolved repository: 38 silly install resolved { type: 'git', 38 silly install resolved url: 'git+ssh://git@github.com/yanyiwu/nodejieba.git' }, 38 silly install resolved keywords: [ 'chinese', 'segment', 'cppjieba', 'jieba', '中文分词', '结巴分词' ], 38 silly install resolved dependencies: { '@mapbox/node-pre-gyp': '^1.0.4', 'node-addon-api': '^3.0.2' }, 38 silly install resolved devDependencies: 38 silly install resolved { coveralls: '~2.11.6', 38 silly install resolved istanbul: '~0.4.1', 38 silly install resolved mocha: '~2.4.5', 38 silly install resolved 'node-pre-gyp-github': '^1.4.3', 38 silly install resolved should: '~8.3.1', 38 silly install resolved typescript: '^3.0.1' }, 38 silly install resolved scripts: 38 silly install resolved { test: 'node test/demo.js && node test/load_dict_demo.js && mocha --timeout 10s -R spec test/test.js && mocha --timeout 10s -R spec test/load_dict_test.js', 38 silly install resolved install: 'node-pre-gyp install --fallback-to-build', 38 silly install resolved rebuild: 'node-pre-gyp rebuild' }, 38 silly install resolved binary: 38 silly install resolved { module_name: 'nodejieba', 38 silly install resolved module_path: './build/Release/', 38 silly install resolved host: 'https://github.com/yanyiwu/nodejieba/releases/download/', 38 silly install resolved remote_path: 'v{version}', 38 silly install resolved package_name: '{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz' }, 38 silly install resolved license: 'MIT', 38 silly install resolved gitHead: 'ca51c4c88fb40308ad8abc07c0adeaf4be6283eb', 38 silly install resolved bugs: { url: 'https://github.com/yanyiwu/nodejieba/issues' }, 38 silly install resolved homepage: 'https://github.com/yanyiwu/nodejieba#readme', 38 silly install resolved _id: 'nodejieba@2.5.2', 38 silly install resolved _shasum: 'fc929ee29f93c28c639696bac0319bac116a296a', 38 silly install resolved _from: 'nodejieba@latest', 38 silly install resolved _npmVersion: '2.15.5', 38 silly install resolved _nodeVersion: '4.4.5', 38 silly install resolved _npmUser: { name: 'yanyiwu', email: 'i@yanyiwu.com' }, 38 silly install resolved dist: 38 silly install resolved { shasum: 'fc929ee29f93c28c639696bac0319bac116a296a', 38 silly install resolved tarball: 'https://registry.npmjs.org/nodejieba/-/nodejieba-2.5.2.tgz', 38 silly install resolved integrity: 'sha512-ByskJvaBrQ2eV+5M0OeD80S5NKoGaHc9zi3Z/PTKl/95eac2YF8RmWduq9AknLpkQLrLAIcqurrtC6BzjpKwwg==', 38 silly install resolved fileCount: 63, 38 silly install resolved unpackedSize: 11759984, 38 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJghjfpCRA9TVsSAnZWagAAPZoP/0IvFREpZ2rsGTtt4Cfq\n7O3JNic92cRitngPjPZBuHGOtf0OlBHjwV0qQo2ug5SVv5PTk/JwetWbIIt4\nG1vWsoa5J7sSD6shiW3AH9BsUUiZaa9OZ9V8c3JFL0PY4+CjfQYwgNRIUAOT\nFff72YDTN7odmMCjzfRtPe6ClbsKVKorGTingB1FdMeJ5HMYHKe7RSX4bXoZ\nfNjK9PLdEdpN4ck3cdHgxFyE7B5I/WMRei632SpH0I7/FWh0QcS8I39bOrYf\nz4L/RM4BL29e5anuBc8HoblmfMphIr7fOQTKii9bk2R0QddY5gLaU25KKEek\nMXNQeoFO8eYSEeUSFNMZxUEiTfo4g+pZlte7nEjezh5JWAiRmIGcwX7bDQNC\nJeFWjsWUQKEMcfRtUWj+yaH4bC4A/Ku5LBNzXH5TD5aYvPtmy4E/rS+7GTde\nv8GmCKxgpe3y6h4LzIPV1LbFk4p3fL5wily6Fxe5HZ5fg7twTVyfIvKnoIY6\nlRAe7pbqUlbfp26S/eRujrji3unpp3p9LFBSVymvM1M574wbgr24LLajUH2j\nAN2W8yYc6PH65yPpBYR/kZFEf1ckibCbnn7VZVMs+A4DHo9xzxo4YyU2XPXV\nvedrr0Six6pCAS2GG01eGaMFflfCIFVLNCpALJfLjp0MgK4o3rWuQONLz1H0\niqFN\r\n=ls8z\r\n-----END PGP SIGNATURE-----\r\n' }, 38 silly install resolved directories: {}, 38 silly install resolved _npmOperationalInternal: 38 silly install resolved { host: 's3://npm-registry-packages', 38 silly install resolved tmp: 'tmp/nodejieba_2.5.2_1619408872613_0.5532459087686117' }, 38 silly install resolved _hasShrinkwrap: false, 38 silly install resolved _resolved: 'https://registry.npmjs.org/nodejieba/-/nodejieba-2.5.2.tgz', 38 silly install resolved readme: 'ERROR: No README data found!' } ] 39 info install nodejieba@2.5.2 into /var/cloud/platform2 40 info installOne nodejieba@2.5.2 41 verbose installOne of nodejieba to /var/cloud/platform2 not in flight; installing 42 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 43 verbose lock using /root/.npm/_locks/nodejieba-92d8600cc31ccaeb.lock for /var/cloud/platform2/node_modules/nodejieba 44 warn engine nodejieba@2.5.2: wanted: {"node":">= 10.20.0"} (current: {"node":"4.7.0","npm":"2.15.11"}) 45 silly install write writing nodejieba 2.5.2 to /var/cloud/platform2/node_modules/nodejieba 46 verbose unbuild node_modules/nodejieba 47 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba is being purged from base /var/cloud/platform2 48 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba 49 verbose tar unpack /root/.npm/nodejieba/2.5.2/package.tgz 50 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba 51 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba is being purged 52 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba 53 silly gunzTarPerm modes [ '755', '644' ] 54 silly gunzTarPerm extractEntry package.json 55 silly gunzTarPerm extractEntry .npmignore 56 silly gunzTarPerm extractEntry README.md 57 silly gunzTarPerm extractEntry LICENSE 58 silly gunzTarPerm extractEntry index.js 59 silly gunzTarPerm extractEntry .travis.yml 60 silly gunzTarPerm extractEntry README_EN.md 61 silly gunzTarPerm extractEntry binding.gyp 62 silly gunzTarPerm extractEntry .github/FUNDING.yml 63 silly gunzTarPerm extractEntry deps/cppjieba/PosTagger.hpp 64 silly gunzTarPerm extractEntry deps/cppjieba/DictTrie.hpp 65 silly gunzTarPerm extractEntry deps/cppjieba/HMMModel.hpp 66 silly gunzTarPerm extractEntry deps/cppjieba/HMMSegment.hpp 67 silly gunzTarPerm extractEntry deps/cppjieba/Jieba.hpp 68 silly gunzTarPerm extractEntry deps/cppjieba/KeywordExtractor.hpp 69 silly gunzTarPerm extractEntry deps/cppjieba/MPSegment.hpp 70 silly gunzTarPerm extractEntry deps/cppjieba/MixSegment.hpp 71 silly gunzTarPerm extractEntry deps/cppjieba/FullSegment.hpp 72 silly gunzTarPerm extractEntry deps/cppjieba/PreFilter.hpp 73 silly gunzTarPerm extractEntry deps/cppjieba/QuerySegment.hpp 74 silly gunzTarPerm extractEntry deps/cppjieba/SegmentBase.hpp 75 silly gunzTarPerm extractEntry deps/cppjieba/SegmentTagged.hpp 76 silly gunzTarPerm extractEntry deps/cppjieba/TextRankExtractor.hpp 77 silly gunzTarPerm extractEntry deps/cppjieba/Trie.hpp 78 silly gunzTarPerm extractEntry deps/cppjieba/Unicode.hpp 79 silly gunzTarPerm extractEntry deps/limonp/ForcePublic.hpp 80 silly gunzTarPerm extractEntry deps/limonp/ArgvContext.hpp 81 silly gunzTarPerm extractEntry deps/limonp/BoundedBlockingQueue.hpp 82 silly gunzTarPerm extractEntry deps/limonp/BoundedQueue.hpp 83 silly gunzTarPerm extractEntry deps/limonp/Closure.hpp 84 silly gunzTarPerm extractEntry deps/limonp/Colors.hpp 85 silly gunzTarPerm extractEntry deps/limonp/Condition.hpp 86 silly gunzTarPerm extractEntry deps/limonp/Config.hpp 87 silly gunzTarPerm extractEntry deps/limonp/FileLock.hpp 88 silly gunzTarPerm extractEntry deps/limonp/BlockingQueue.hpp 89 silly gunzTarPerm extractEntry deps/limonp/LocalVector.hpp 90 silly gunzTarPerm extractEntry deps/limonp/Logging.hpp 91 silly gunzTarPerm extractEntry deps/limonp/Md5.hpp 92 silly gunzTarPerm extractEntry deps/limonp/MutexLock.hpp 93 silly gunzTarPerm extractEntry deps/limonp/NonCopyable.hpp 94 silly gunzTarPerm extractEntry deps/limonp/StdExtension.hpp 95 silly gunzTarPerm extractEntry deps/limonp/StringUtil.hpp 96 silly gunzTarPerm extractEntry deps/limonp/Thread.hpp 97 silly gunzTarPerm extractEntry deps/limonp/ThreadPool.hpp 98 silly gunzTarPerm extractEntry dict/hmm_model.utf8 99 silly gunzTarPerm extractEntry dict/idf.utf8 100 silly gunzTarPerm extractEntry dict/jieba.dict.utf8 101 silly gunzTarPerm extractEntry dict/stop_words.utf8 102 silly gunzTarPerm extractEntry dict/user.dict.utf8 103 silly gunzTarPerm extractEntry .vscode/launch.json 104 silly gunzTarPerm extractEntry lib/index.cpp 105 silly gunzTarPerm extractEntry lib/nodejieba.cpp 106 silly gunzTarPerm extractEntry lib/nodejieba.h 107 silly gunzTarPerm extractEntry lib/utils.h 108 silly gunzTarPerm extractEntry types/index.d.ts 109 silly gunzTarPerm extractEntry ChangeLog.md 110 silly gunzTarPerm extractEntry test/demo.js 111 silly gunzTarPerm extractEntry test/load_dict_demo.js 112 silly gunzTarPerm extractEntry test/load_dict_test.js 113 silly gunzTarPerm extractEntry test/test.js 114 silly gunzTarPerm extractEntry test/testdata/userdict.utf8 115 silly gunzTarPerm extractEntry tsconfig.json 116 silly gunzTarPerm extractEntry typescript_demo.ts 117 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/package.json 118 info preinstall nodejieba@2.5.2 119 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/package.json 120 silly prepareForInstallMany adding @mapbox/node-pre-gyp@^1.0.4 from nodejieba dependencies 121 silly prepareForInstallMany adding node-addon-api@^3.0.2 from nodejieba dependencies 122 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/package.json 123 silly cache add args [ '@mapbox/node-pre-gyp@^1.0.4', null ] 124 verbose cache add spec @mapbox/node-pre-gyp@^1.0.4 125 silly cache add args [ 'node-addon-api@^3.0.2', null ] 126 verbose cache add spec node-addon-api@^3.0.2 127 silly cache add parsed spec Result { 127 silly cache add raw: '@mapbox/node-pre-gyp@^1.0.4', 127 silly cache add scope: '@mapbox', 127 silly cache add name: '@mapbox/node-pre-gyp', 127 silly cache add rawSpec: '^1.0.4', 127 silly cache add spec: '>=1.0.4 <2.0.0', 127 silly cache add type: 'range' } 128 silly addNamed @mapbox/node-pre-gyp@>=1.0.4 <2.0.0 129 verbose addNamed ">=1.0.4 <2.0.0" is a valid semver range for @mapbox/node-pre-gyp 130 silly addNameRange { name: '@mapbox/node-pre-gyp', 130 silly addNameRange range: '>=1.0.4 <2.0.0', 130 silly addNameRange hasData: false } 131 silly mapToRegistry name @mapbox/node-pre-gyp 132 silly mapToRegistry scope (from package name) @mapbox 133 verbose mapToRegistry no registry URL found in name for scope @mapbox 134 silly mapToRegistry using default registry 135 silly mapToRegistry registry https://registry.npmjs.org/ 136 silly mapToRegistry data Result { 136 silly mapToRegistry raw: '@mapbox/node-pre-gyp', 136 silly mapToRegistry scope: '@mapbox', 136 silly mapToRegistry name: '@mapbox/node-pre-gyp', 136 silly mapToRegistry rawSpec: '', 136 silly mapToRegistry spec: 'latest', 136 silly mapToRegistry type: 'tag' } 137 silly mapToRegistry uri https://registry.npmjs.org/@mapbox%2fnode-pre-gyp 138 verbose addNameRange registry:https://registry.npmjs.org/@mapbox%2fnode-pre-gyp not in flight; fetching 139 silly cache add parsed spec Result { 139 silly cache add raw: 'node-addon-api@^3.0.2', 139 silly cache add scope: null, 139 silly cache add name: 'node-addon-api', 139 silly cache add rawSpec: '^3.0.2', 139 silly cache add spec: '>=3.0.2 <4.0.0', 139 silly cache add type: 'range' } 140 silly addNamed node-addon-api@>=3.0.2 <4.0.0 141 verbose addNamed ">=3.0.2 <4.0.0" is a valid semver range for node-addon-api 142 silly addNameRange { name: 'node-addon-api', 142 silly addNameRange range: '>=3.0.2 <4.0.0', 142 silly addNameRange hasData: false } 143 silly mapToRegistry name node-addon-api 144 silly mapToRegistry using default registry 145 silly mapToRegistry registry https://registry.npmjs.org/ 146 silly mapToRegistry data Result { 146 silly mapToRegistry raw: 'node-addon-api', 146 silly mapToRegistry scope: null, 146 silly mapToRegistry name: 'node-addon-api', 146 silly mapToRegistry rawSpec: '', 146 silly mapToRegistry spec: 'latest', 146 silly mapToRegistry type: 'tag' } 147 silly mapToRegistry uri https://registry.npmjs.org/node-addon-api 148 verbose addNameRange registry:https://registry.npmjs.org/node-addon-api not in flight; fetching 149 verbose request uri https://registry.npmjs.org/@mapbox%2fnode-pre-gyp 150 verbose request no auth needed 151 info attempt registry request try #1 at 3:03:12 PM 152 verbose etag W/"182914ff4ab012dab38b79077b3a61bf" 153 verbose lastModified Tue, 11 May 2021 04:50:03 GMT 154 http request GET https://registry.npmjs.org/@mapbox%2fnode-pre-gyp 155 verbose request uri https://registry.npmjs.org/node-addon-api 156 verbose request no auth needed 157 info attempt registry request try #1 at 3:03:12 PM 158 verbose etag W/"959f7873c6c7bb69e18bbb8a9a76a81e" 159 verbose lastModified Tue, 15 Jun 2021 13:27:31 GMT 160 http request GET https://registry.npmjs.org/node-addon-api 161 http 304 https://registry.npmjs.org/@mapbox%2fnode-pre-gyp 162 verbose headers { date: 'Wed, 13 Oct 2021 07:03:12 GMT', 162 verbose headers connection: 'keep-alive', 162 verbose headers 'cf-ray': '69d6b4ecf85e0cbf-LAX', 162 verbose headers 'cache-control': 'public, max-age=300', 162 verbose headers etag: '"182914ff4ab012dab38b79077b3a61bf"', 162 verbose headers 'last-modified': 'Tue, 11 May 2021 04:50:03 GMT', 162 verbose headers vary: 'Accept-Encoding', 162 verbose headers 'cf-cache-status': 'REVALIDATED', 162 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 162 verbose headers server: 'cloudflare' } 163 silly get cb [ 304, 163 silly get { date: 'Wed, 13 Oct 2021 07:03:12 GMT', 163 silly get connection: 'keep-alive', 163 silly get 'cf-ray': '69d6b4ecf85e0cbf-LAX', 163 silly get 'cache-control': 'public, max-age=300', 163 silly get etag: '"182914ff4ab012dab38b79077b3a61bf"', 163 silly get 'last-modified': 'Tue, 11 May 2021 04:50:03 GMT', 163 silly get vary: 'Accept-Encoding', 163 silly get 'cf-cache-status': 'REVALIDATED', 163 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 163 silly get server: 'cloudflare' } ] 164 verbose etag https://registry.npmjs.org/@mapbox%2fnode-pre-gyp from cache 165 verbose get saving @mapbox/node-pre-gyp to /root/.npm/registry.npmjs.org/_40mapbox_252fnode-pre-gyp/.cache.json 166 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 167 silly addNameRange number 2 { name: '@mapbox/node-pre-gyp', 167 silly addNameRange range: '>=1.0.4 <2.0.0', 167 silly addNameRange hasData: true } 168 silly addNameRange versions [ '@mapbox/node-pre-gyp', 168 silly addNameRange [ '1.0.0-alpha1', 168 silly addNameRange '1.0.0-alpha2', 168 silly addNameRange '1.0.0-alpha3', 168 silly addNameRange '1.0.0-alpha4', 168 silly addNameRange '1.0.0-alpha5', 168 silly addNameRange '1.0.0-alpha6', 168 silly addNameRange '1.0.0', 168 silly addNameRange '1.0.1', 168 silly addNameRange '1.0.2', 168 silly addNameRange '1.0.3', 168 silly addNameRange '1.0.4', 168 silly addNameRange '1.0.5' ] ] 169 silly addNamed @mapbox/node-pre-gyp@1.0.5 170 verbose addNamed "1.0.5" is a plain semver version for @mapbox/node-pre-gyp 171 silly cache afterAdd @mapbox/node-pre-gyp@1.0.5 172 verbose afterAdd /root/.npm/@mapbox/node-pre-gyp/1.0.5/package/package.json not in flight; writing 173 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 174 verbose afterAdd /root/.npm/@mapbox/node-pre-gyp/1.0.5/package/package.json written 175 http 200 https://registry.npmjs.org/node-addon-api 176 verbose headers { date: 'Wed, 13 Oct 2021 07:03:12 GMT', 176 verbose headers 'content-type': 'application/json', 176 verbose headers 'transfer-encoding': 'chunked', 176 verbose headers connection: 'keep-alive', 176 verbose headers 'cf-ray': '69d6b4f05b085208-LAX', 176 verbose headers age: '251', 176 verbose headers 'cache-control': 'public, max-age=300', 176 verbose headers etag: 'W/"51ba8fc390be9344057f77c162779d21"', 176 verbose headers 'last-modified': 'Fri, 17 Sep 2021 16:56:25 GMT', 176 verbose headers vary: 'accept-encoding, accept', 176 verbose headers 'cf-cache-status': 'HIT', 176 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 176 verbose headers 'x-amz-replication-status': 'PENDING', 176 verbose headers server: 'cloudflare', 176 verbose headers 'content-encoding': 'gzip' } 177 silly get cb [ 200, 177 silly get { date: 'Wed, 13 Oct 2021 07:03:12 GMT', 177 silly get 'content-type': 'application/json', 177 silly get 'transfer-encoding': 'chunked', 177 silly get connection: 'keep-alive', 177 silly get 'cf-ray': '69d6b4f05b085208-LAX', 177 silly get age: '251', 177 silly get 'cache-control': 'public, max-age=300', 177 silly get etag: 'W/"51ba8fc390be9344057f77c162779d21"', 177 silly get 'last-modified': 'Fri, 17 Sep 2021 16:56:25 GMT', 177 silly get vary: 'accept-encoding, accept', 177 silly get 'cf-cache-status': 'HIT', 177 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 177 silly get 'x-amz-replication-status': 'PENDING', 177 silly get server: 'cloudflare', 177 silly get 'content-encoding': 'gzip' } ] 178 verbose get saving node-addon-api to /root/.npm/registry.npmjs.org/node-addon-api/.cache.json 179 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 180 silly addNameRange number 2 { name: 'node-addon-api', 180 silly addNameRange range: '>=3.0.2 <4.0.0', 180 silly addNameRange hasData: true } 181 silly addNameRange versions [ 'node-addon-api', 181 silly addNameRange [ '0.1.0', 181 silly addNameRange '0.2.0', 181 silly addNameRange '0.3.0', 181 silly addNameRange '0.3.1', 181 silly addNameRange '0.3.4', 181 silly addNameRange '0.3.5', 181 silly addNameRange '0.4.0', 181 silly addNameRange '0.5.0', 181 silly addNameRange '0.5.1', 181 silly addNameRange '0.6.2', 181 silly addNameRange '0.6.3', 181 silly addNameRange '1.0.0', 181 silly addNameRange '1.1.0', 181 silly addNameRange '1.2.0', 181 silly addNameRange '1.3.0', 181 silly addNameRange '1.4.0', 181 silly addNameRange '1.5.0', 181 silly addNameRange '1.6.0', 181 silly addNameRange '1.6.1', 181 silly addNameRange '1.6.2', 181 silly addNameRange '1.6.3', 181 silly addNameRange '1.7.0', 181 silly addNameRange '1.7.1', 181 silly addNameRange '2.0.0', 181 silly addNameRange '3.0.0', 181 silly addNameRange '1.7.2', 181 silly addNameRange '2.0.1', 181 silly addNameRange '2.0.2', 181 silly addNameRange '3.0.1', 181 silly addNameRange '3.0.2', 181 silly addNameRange '3.1.0', 181 silly addNameRange '3.2.0', 181 silly addNameRange '3.2.1', 181 silly addNameRange '4.0.0', 181 silly addNameRange '4.1.0', 181 silly addNameRange '4.2.0' ] ] 182 silly addNamed node-addon-api@3.2.1 183 verbose addNamed "3.2.1" is a plain semver version for node-addon-api 184 silly cache afterAdd node-addon-api@3.2.1 185 verbose afterAdd /root/.npm/node-addon-api/3.2.1/package/package.json not in flight; writing 186 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 187 verbose afterAdd /root/.npm/node-addon-api/3.2.1/package/package.json written 188 silly install resolved [ { name: '@mapbox/node-pre-gyp', 188 silly install resolved description: 'Node.js native addon binary install tool', 188 silly install resolved version: '1.0.5', 188 silly install resolved keywords: [ 'native', 'addon', 'module', 'c', 'c++', 'bindings', 'binary' ], 188 silly install resolved license: 'BSD-3-Clause', 188 silly install resolved author: { name: 'Dane Springmeyer', email: 'dane@mapbox.com' }, 188 silly install resolved repository: { type: 'git', url: 'git://github.com/mapbox/node-pre-gyp.git' }, 188 silly install resolved bin: { 'node-pre-gyp': 'bin/node-pre-gyp' }, 188 silly install resolved main: './lib/node-pre-gyp.js', 188 silly install resolved dependencies: 188 silly install resolved { 'detect-libc': '^1.0.3', 188 silly install resolved 'https-proxy-agent': '^5.0.0', 188 silly install resolved 'make-dir': '^3.1.0', 188 silly install resolved 'node-fetch': '^2.6.1', 188 silly install resolved nopt: '^5.0.0', 188 silly install resolved npmlog: '^4.1.2', 188 silly install resolved rimraf: '^3.0.2', 188 silly install resolved semver: '^7.3.4', 188 silly install resolved tar: '^6.1.0' }, 188 silly install resolved devDependencies: 188 silly install resolved { '@mapbox/cloudfriend': '^4.6.0', 188 silly install resolved '@mapbox/eslint-config-mapbox': '^3.0.0', 188 silly install resolved 'action-walk': '^2.2.0', 188 silly install resolved 'aws-sdk': '^2.840.0', 188 silly install resolved codecov: '^3.8.1', 188 silly install resolved eslint: '^7.18.0', 188 silly install resolved 'eslint-plugin-node': '^11.1.0', 188 silly install resolved 'mock-aws-s3': '^4.0.1', 188 silly install resolved nock: '^12.0.3', 188 silly install resolved 'node-addon-api': '^3.1.0', 188 silly install resolved nyc: '^15.1.0', 188 silly install resolved tape: '^5.2.2', 188 silly install resolved 'tar-fs': '^2.1.1' }, 188 silly install resolved nyc: { all: true, 'skip-full': false, exclude: [Object] }, 188 silly install resolved scripts: 188 silly install resolved { coverage: 'nyc --all --include index.js --include lib/ npm test', 188 silly install resolved 'upload-coverage': 'nyc report --reporter json && codecov --clear --flags=unit --file=./coverage/coverage-final.json', 188 silly install resolved lint: 'eslint bin/node-pre-gyp lib/*js lib/util/*js test/*js scripts/*js', 188 silly install resolved fix: 'npm run lint -- --fix', 188 silly install resolved 'update-crosswalk': 'node scripts/abi_crosswalk.js', 188 silly install resolved test: 'tape test/*test.js' }, 188 silly install resolved gitHead: '9267e525efba4e4dc20829d5bb4b25dcee116a2d', 188 silly install resolved bugs: { url: 'https://github.com/mapbox/node-pre-gyp/issues' }, 188 silly install resolved homepage: 'https://github.com/mapbox/node-pre-gyp#readme', 188 silly install resolved _id: '@mapbox/node-pre-gyp@1.0.5', 188 silly install resolved _nodeVersion: '14.16.0', 188 silly install resolved _npmVersion: '6.14.11', 188 silly install resolved dist: 188 silly install resolved { integrity: 'sha512-4srsKPXWlIxp5Vbqz5uLfBN+du2fJChBoYn/f2h991WLdk7jUvcSk/McVLSv/X+xQIPI8eGD5GjrnygdyHnhPA==', 188 silly install resolved shasum: '2a0b32fcb416fb3f2250fd24cb2a81421a4f5950', 188 silly install resolved tarball: 'https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.5.tgz', 188 silly install resolved fileCount: 31, 188 silly install resolved unpackedSize: 163552, 188 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmgz4CRA9TVsSAnZWagAA1S8P/1m3zw4pLAmpTwtc0avw\n0180WAcIt9eyH4Rrcw3wQe973hZzGj1Kpzv+qAHTfYeinS86Zubi6kzaPk68\nATztLd344zlGOMCw1Ce7wwYjGTmoz0tHaHjIxvqt9xTssc1FxLE2BKzzeptG\nRfEMZ4xM+K4cpRyUC0xAe3g9wVAN3/Rtf1mAX3t+FoTag3yA7isDAVxJB7sN\nkmcKA1IE3gTc4fRax7wIUAw+It7/3nUSWVnARTGCC+cKrJrIlKVMhoDHul+1\nxXCsarZguSJouGA1WJNQeoP9w/iSISlEyYgFdIu74TyRiAL91giR9IICrjkn\niInOIEwfEyGTJbEN+QG4LtYXFprl0AEL2xtoOtQQBubMIO8pyqGwT2hUm21V\nsuh3J4y5CKs0j4vDi3mj+0wTVhUpzZ7Xdce84Oo9ycXgqNOgr3SjErQURWRT\n/Jx7Bpzaf+g2+eO5KLDDui5A9uBp6TOxG619BwHkzP3FCbT7xDPS8XWpZum1\n7THOv90wTL/LrH8yZDdLnh5xHVkoD6tzkUnFfO4oV3VLVBcAfw4OC/nN2jcq\nMf6t3vSyZii6/cxLh4W92/FRvvSzF0xg3nnSw6yZ92qN/uT+vqGPCFgXid25\nnhxPhBZ2mPnR3xV0HTZ2qGqZP8Ucw5fsbmQ7D1D9rAfe1F/R/miGVGTg1naI\nKMVF\r\n=FTgu\r\n-----END PGP SIGNATURE-----\r\n' }, 188 silly install resolved _npmUser: { name: 'mapbox-npm-07', email: 'accounts+npmjs-07@mapbox.com' }, 188 silly install resolved directories: {}, 188 silly install resolved maintainers: 188 silly install resolved [ [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object] ], 188 silly install resolved _npmOperationalInternal: 188 silly install resolved { host: 's3://npm-registry-packages', 188 silly install resolved tmp: 'tmp/node-pre-gyp_1.0.5_1620708599876_0.08171106611935786' }, 188 silly install resolved _hasShrinkwrap: false, 188 silly install resolved _shasum: '2a0b32fcb416fb3f2250fd24cb2a81421a4f5950', 188 silly install resolved _resolved: 'https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.5.tgz', 188 silly install resolved _from: '@mapbox/node-pre-gyp@>=1.0.4 <2.0.0', 188 silly install resolved readme: 'ERROR: No README data found!' }, 188 silly install resolved { bugs: { url: 'https://github.com/nodejs/node-addon-api/issues' }, 188 silly install resolved contributors: 188 silly install resolved [ [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object], 188 silly install resolved [Object] ], 188 silly install resolved description: 'Node.js API (Node-API)', 188 silly install resolved devDependencies: 188 silly install resolved { benchmark: '^2.1.4', 188 silly install resolved bindings: '^1.5.0', 188 silly install resolved 'clang-format': '^1.4.0', 188 silly install resolved 'fs-extra': '^9.0.1', 188 silly install resolved 'pre-commit': '^1.2.2', 188 silly install resolved 'safe-buffer': '^5.1.1' }, 188 silly install resolved directories: {}, 188 silly install resolved gypfile: false, 188 silly install resolved homepage: 'https://github.com/nodejs/node-addon-api', 188 silly install resolved keywords: 188 silly install resolved [ 'n-api', 188 silly install resolved 'napi', 188 silly install resolved 'addon', 188 silly install resolved 'native', 188 silly install resolved 'bindings', 188 silly install resolved 'c', 188 silly install resolved 'c++', 188 silly install resolved 'nan', 188 silly install resolved 'node-addon-api' ], 188 silly install resolved license: 'MIT', 188 silly install resolved main: 'index.js', 188 silly install resolved name: 'node-addon-api', 188 silly install resolved optionalDependencies: {}, 188 silly install resolved repository: 188 silly install resolved { type: 'git', 188 silly install resolved url: 'git://github.com/nodejs/node-addon-api.git' }, 188 silly install resolved scripts: 188 silly install resolved { prebenchmark: 'node-gyp rebuild -C benchmark', 188 silly install resolved benchmark: 'node benchmark', 188 silly install resolved pretest: 'node-gyp rebuild -C test', 188 silly install resolved test: 'node test', 188 silly install resolved predev: 'node-gyp rebuild -C test --debug', 188 silly install resolved dev: 'node test', 188 silly install resolved 'predev:incremental': 'node-gyp configure build -C test --debug', 188 silly install resolved 'dev:incremental': 'node test', 188 silly install resolved doc: 'doxygen doc/Doxyfile', 188 silly install resolved lint: 'node tools/clang-format', 188 silly install resolved 'lint:fix': 'node tools/clang-format --fix' }, 188 silly install resolved 'pre-commit': 'lint', 188 silly install resolved version: '3.2.1', 188 silly install resolved support: true, 188 silly install resolved gitHead: 'a0c0492f7ceee6a35de9b272ba2231824a61beca', 188 silly install resolved dependencies: {}, 188 silly install resolved _id: 'node-addon-api@3.2.1', 188 silly install resolved _nodeVersion: '16.1.0', 188 silly install resolved _npmVersion: '7.11.2', 188 silly install resolved dist: 188 silly install resolved { integrity: 'sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==', 188 silly install resolved shasum: '81325e0a2117789c0128dab65e7e38f07ceba161', 188 silly install resolved tarball: 'https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz', 188 silly install resolved fileCount: 18, 188 silly install resolved unpackedSize: 420094, 188 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsTWLCRA9TVsSAnZWagAAQEUP/3dbqM4Gk480m0LSJdSm\nK4BWKYQae8ECUMOXOMw9ASq5dJFydgciaOAYjLF/VMWSNkcVkmDAvBi2K8gN\n+VgMVzZNJ/9M/TCWUOH82Y9lWrBOQYjRKXJ1/xETw/g+xJtrk7YWhsOqltbN\nUJTrNiEHJTdh+gnD+abr7zr1ywKBVfHLgC8OJ+KeHK0ZUVeegHYRa+NLJYsf\ndQk/wJdzOr6XRcWxEduEfiiCfrq4liQEV+svvTmz4fhCnzJnwxwi1S6CHqY9\ncsS5YNgWh6eGLGV/5F8q5riTDF4E4jn0lJNMRYM1JPOk202lAOjTMxnEp879\na6sk3emQ8CLDk/eqNBgYbuQ1mLicehgzHRnKIsTz5CXF4fkjPJd8rfUY3nXL\njUFvO/BxLJ5KiQZajiwGsm5uWWatsTxD6EOhxZzdUgJbadzEok5xeWA8KgHH\nIfDSlskCpjkAfRxs6kRyxdPT4O8QPw9gR9nxWx5j68p9aiuUpSnsTaRjcbTf\njpYPAUv+Q0yAzBAUVXhCv4Q8SV1WAEuji8+e++L4StUp6R2Tc4x/1owd9Y0h\nNvdfWFFPlBTay58YdCmwqKpIEqwZabKSvcAx3PZa8vdGCjR7sSMSaJPcI7d+\nCHtkmxO1nH9dClV+uKu4n5JWUcmh9WeYtLkKpVXWOd4yN0GpfplSbT+XsAiz\nEgGP\r\n=em9R\r\n-----END PGP SIGNATURE-----\r\n' }, 188 silly install resolved _npmUser: { name: 'nicknaso', email: 'nicoladelgobbo@gmail.com' }, 188 silly install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object] ], 188 silly install resolved _npmOperationalInternal: 188 silly install resolved { host: 's3://npm-registry-packages', 188 silly install resolved tmp: 'tmp/node-addon-api_3.2.1_1622226315540_0.2932902386891143' }, 188 silly install resolved _hasShrinkwrap: false, 188 silly install resolved _shasum: '81325e0a2117789c0128dab65e7e38f07ceba161', 188 silly install resolved _resolved: 'https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz', 188 silly install resolved _from: 'node-addon-api@>=3.0.2 <4.0.0', 188 silly install resolved readme: 'ERROR: No README data found!' } ] 189 info install @mapbox/node-pre-gyp@1.0.5 into /var/cloud/platform2/node_modules/nodejieba 190 info install node-addon-api@3.2.1 into /var/cloud/platform2/node_modules/nodejieba 191 info installOne @mapbox/node-pre-gyp@1.0.5 192 verbose installOne of @mapbox/node-pre-gyp to /var/cloud/platform2/node_modules/nodejieba not in flight; installing 193 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 194 info installOne node-addon-api@3.2.1 195 verbose installOne of node-addon-api to /var/cloud/platform2/node_modules/nodejieba not in flight; installing 196 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 197 verbose lock using /root/.npm/_locks/mapbox-node-pre-gyp-760bf68129c309df.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 198 verbose lock using /root/.npm/_locks/node-addon-api-82b71390f2ae3c94.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 199 silly install write writing @mapbox/node-pre-gyp 1.0.5 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 200 silly install write writing node-addon-api 3.2.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 201 verbose unbuild node_modules/nodejieba/node_modules/node-addon-api 202 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 203 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api is being purged from base /var/cloud/platform2 204 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 205 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp is being purged from base /var/cloud/platform2 206 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 207 verbose tar unpack /root/.npm/node-addon-api/3.2.1/package.tgz 208 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 209 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api is being purged 210 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 211 verbose tar unpack /root/.npm/@mapbox/node-pre-gyp/1.0.5/package.tgz 212 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 213 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp is being purged 214 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 215 silly gunzTarPerm modes [ '755', '644' ] 216 silly gunzTarPerm modes [ '755', '644' ] 217 silly gunzTarPerm extractEntry LICENSE 218 silly gunzTarPerm extractEntry bin/node-pre-gyp 219 silly gunzTarPerm extractEntry bin/node-pre-gyp.cmd 220 silly gunzTarPerm extractEntry nothing.c 221 silly gunzTarPerm extractEntry lib/util/nw-pre-gyp/index.html 222 silly gunzTarPerm extractEntry lib/build.js 223 silly gunzTarPerm extractEntry node_api.gyp 224 silly gunzTarPerm extractEntry common.gypi 225 silly gunzTarPerm extractEntry except.gypi 226 silly gunzTarPerm extractEntry noexcept.gypi 227 silly gunzTarPerm extractEntry lib/clean.js 228 silly gunzTarPerm extractEntry lib/util/compile.js 229 silly gunzTarPerm extractEntry napi-inl.deprecated.h 230 silly gunzTarPerm extractEntry napi-inl.h 231 silly gunzTarPerm extractEntry lib/configure.js 232 silly gunzTarPerm extractEntry lib/util/handle_gyp_opts.js 233 silly gunzTarPerm extractEntry lib/info.js 234 silly gunzTarPerm extractEntry lib/install.js 235 silly gunzTarPerm extractEntry lib/main.js 236 silly gunzTarPerm extractEntry lib/util/napi.js 237 silly gunzTarPerm extractEntry lib/node-pre-gyp.js 238 silly gunzTarPerm extractEntry lib/package.js 239 silly gunzTarPerm extractEntry lib/pre-binding.js 240 silly gunzTarPerm extractEntry lib/publish.js 241 silly gunzTarPerm extractEntry lib/rebuild.js 242 silly gunzTarPerm extractEntry lib/reinstall.js 243 silly gunzTarPerm extractEntry lib/reveal.js 244 silly gunzTarPerm extractEntry lib/util/s3_setup.js 245 silly gunzTarPerm extractEntry lib/testbinary.js 246 silly gunzTarPerm extractEntry lib/testpackage.js 247 silly gunzTarPerm extractEntry lib/unpublish.js 248 silly gunzTarPerm extractEntry lib/util/versioning.js 249 silly gunzTarPerm extractEntry lib/util/abi_crosswalk.json 250 silly gunzTarPerm extractEntry lib/util/nw-pre-gyp/package.json 251 silly gunzTarPerm extractEntry package.json 252 silly gunzTarPerm extractEntry CHANGELOG.md 253 silly gunzTarPerm extractEntry contributing.md 254 silly gunzTarPerm extractEntry README.md 255 silly gunzTarPerm extractEntry napi.h 256 silly gunzTarPerm extractEntry tools/check-napi.js 257 silly gunzTarPerm extractEntry tools/clang-format.js 258 silly gunzTarPerm extractEntry tools/conversion.js 259 silly gunzTarPerm extractEntry index.js 260 silly gunzTarPerm extractEntry package-support.json 261 silly gunzTarPerm extractEntry package.json 262 silly gunzTarPerm extractEntry CHANGELOG.md 263 silly gunzTarPerm extractEntry LICENSE.md 264 silly gunzTarPerm extractEntry README.md 265 silly gunzTarPerm extractEntry tools/README.md 266 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api/package.json 267 info preinstall node-addon-api@3.2.1 268 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api/package.json 269 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api/package.json 270 silly install resolved [] 271 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 272 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 273 info linkStuff node-addon-api@3.2.1 274 silly linkStuff node-addon-api@3.2.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules as its parent node_modules 275 verbose linkBins node-addon-api@3.2.1 276 verbose linkMans node-addon-api@3.2.1 277 verbose rebuildBundles node-addon-api@3.2.1 278 info install node-addon-api@3.2.1 279 verbose unsafe-perm in lifecycle false 280 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/package.json 281 info preinstall @mapbox/node-pre-gyp@1.0.5 282 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/package.json 283 silly prepareForInstallMany adding detect-libc@^1.0.3 from @mapbox/node-pre-gyp dependencies 284 silly prepareForInstallMany adding https-proxy-agent@^5.0.0 from @mapbox/node-pre-gyp dependencies 285 silly prepareForInstallMany adding make-dir@^3.1.0 from @mapbox/node-pre-gyp dependencies 286 silly prepareForInstallMany adding node-fetch@^2.6.1 from @mapbox/node-pre-gyp dependencies 287 silly prepareForInstallMany adding nopt@^5.0.0 from @mapbox/node-pre-gyp dependencies 288 silly prepareForInstallMany adding npmlog@^4.1.2 from @mapbox/node-pre-gyp dependencies 289 silly prepareForInstallMany adding rimraf@^3.0.2 from @mapbox/node-pre-gyp dependencies 290 silly prepareForInstallMany adding semver@^7.3.4 from @mapbox/node-pre-gyp dependencies 291 silly prepareForInstallMany adding tar@^6.1.0 from @mapbox/node-pre-gyp dependencies 292 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/package.json 293 silly cache add args [ 'detect-libc@^1.0.3', null ] 294 verbose cache add spec detect-libc@^1.0.3 295 silly cache add args [ 'https-proxy-agent@^5.0.0', null ] 296 verbose cache add spec https-proxy-agent@^5.0.0 297 silly cache add parsed spec Result { 297 silly cache add raw: 'detect-libc@^1.0.3', 297 silly cache add scope: null, 297 silly cache add name: 'detect-libc', 297 silly cache add rawSpec: '^1.0.3', 297 silly cache add spec: '>=1.0.3 <2.0.0', 297 silly cache add type: 'range' } 298 silly addNamed detect-libc@>=1.0.3 <2.0.0 299 verbose addNamed ">=1.0.3 <2.0.0" is a valid semver range for detect-libc 300 silly addNameRange { name: 'detect-libc', range: '>=1.0.3 <2.0.0', hasData: false } 301 silly mapToRegistry name detect-libc 302 silly mapToRegistry using default registry 303 silly mapToRegistry registry https://registry.npmjs.org/ 304 silly mapToRegistry data Result { 304 silly mapToRegistry raw: 'detect-libc', 304 silly mapToRegistry scope: null, 304 silly mapToRegistry name: 'detect-libc', 304 silly mapToRegistry rawSpec: '', 304 silly mapToRegistry spec: 'latest', 304 silly mapToRegistry type: 'tag' } 305 silly mapToRegistry uri https://registry.npmjs.org/detect-libc 306 verbose addNameRange registry:https://registry.npmjs.org/detect-libc not in flight; fetching 307 silly cache add parsed spec Result { 307 silly cache add raw: 'https-proxy-agent@^5.0.0', 307 silly cache add scope: null, 307 silly cache add name: 'https-proxy-agent', 307 silly cache add rawSpec: '^5.0.0', 307 silly cache add spec: '>=5.0.0 <6.0.0', 307 silly cache add type: 'range' } 308 silly addNamed https-proxy-agent@>=5.0.0 <6.0.0 309 verbose addNamed ">=5.0.0 <6.0.0" is a valid semver range for https-proxy-agent 310 silly addNameRange { name: 'https-proxy-agent', 310 silly addNameRange range: '>=5.0.0 <6.0.0', 310 silly addNameRange hasData: false } 311 silly mapToRegistry name https-proxy-agent 312 silly mapToRegistry using default registry 313 silly mapToRegistry registry https://registry.npmjs.org/ 314 silly mapToRegistry data Result { 314 silly mapToRegistry raw: 'https-proxy-agent', 314 silly mapToRegistry scope: null, 314 silly mapToRegistry name: 'https-proxy-agent', 314 silly mapToRegistry rawSpec: '', 314 silly mapToRegistry spec: 'latest', 314 silly mapToRegistry type: 'tag' } 315 silly mapToRegistry uri https://registry.npmjs.org/https-proxy-agent 316 verbose addNameRange registry:https://registry.npmjs.org/https-proxy-agent not in flight; fetching 317 silly cache add args [ 'make-dir@^3.1.0', null ] 318 verbose cache add spec make-dir@^3.1.0 319 silly cache add parsed spec Result { 319 silly cache add raw: 'make-dir@^3.1.0', 319 silly cache add scope: null, 319 silly cache add name: 'make-dir', 319 silly cache add rawSpec: '^3.1.0', 319 silly cache add spec: '>=3.1.0 <4.0.0', 319 silly cache add type: 'range' } 320 silly addNamed make-dir@>=3.1.0 <4.0.0 321 verbose addNamed ">=3.1.0 <4.0.0" is a valid semver range for make-dir 322 silly addNameRange { name: 'make-dir', range: '>=3.1.0 <4.0.0', hasData: false } 323 silly mapToRegistry name make-dir 324 silly mapToRegistry using default registry 325 silly mapToRegistry registry https://registry.npmjs.org/ 326 silly mapToRegistry data Result { 326 silly mapToRegistry raw: 'make-dir', 326 silly mapToRegistry scope: null, 326 silly mapToRegistry name: 'make-dir', 326 silly mapToRegistry rawSpec: '', 326 silly mapToRegistry spec: 'latest', 326 silly mapToRegistry type: 'tag' } 327 silly mapToRegistry uri https://registry.npmjs.org/make-dir 328 verbose addNameRange registry:https://registry.npmjs.org/make-dir not in flight; fetching 329 silly cache add args [ 'node-fetch@^2.6.1', null ] 330 verbose cache add spec node-fetch@^2.6.1 331 silly cache add parsed spec Result { 331 silly cache add raw: 'node-fetch@^2.6.1', 331 silly cache add scope: null, 331 silly cache add name: 'node-fetch', 331 silly cache add rawSpec: '^2.6.1', 331 silly cache add spec: '>=2.6.1 <3.0.0', 331 silly cache add type: 'range' } 332 silly addNamed node-fetch@>=2.6.1 <3.0.0 333 verbose addNamed ">=2.6.1 <3.0.0" is a valid semver range for node-fetch 334 silly addNameRange { name: 'node-fetch', range: '>=2.6.1 <3.0.0', hasData: false } 335 silly mapToRegistry name node-fetch 336 silly mapToRegistry using default registry 337 silly mapToRegistry registry https://registry.npmjs.org/ 338 silly mapToRegistry data Result { 338 silly mapToRegistry raw: 'node-fetch', 338 silly mapToRegistry scope: null, 338 silly mapToRegistry name: 'node-fetch', 338 silly mapToRegistry rawSpec: '', 338 silly mapToRegistry spec: 'latest', 338 silly mapToRegistry type: 'tag' } 339 silly mapToRegistry uri https://registry.npmjs.org/node-fetch 340 verbose addNameRange registry:https://registry.npmjs.org/node-fetch not in flight; fetching 341 silly cache add args [ 'nopt@^5.0.0', null ] 342 verbose cache add spec nopt@^5.0.0 343 silly cache add parsed spec Result { 343 silly cache add raw: 'nopt@^5.0.0', 343 silly cache add scope: null, 343 silly cache add name: 'nopt', 343 silly cache add rawSpec: '^5.0.0', 343 silly cache add spec: '>=5.0.0 <6.0.0', 343 silly cache add type: 'range' } 344 silly addNamed nopt@>=5.0.0 <6.0.0 345 verbose addNamed ">=5.0.0 <6.0.0" is a valid semver range for nopt 346 silly addNameRange { name: 'nopt', range: '>=5.0.0 <6.0.0', hasData: false } 347 silly mapToRegistry name nopt 348 silly mapToRegistry using default registry 349 silly mapToRegistry registry https://registry.npmjs.org/ 350 silly mapToRegistry data Result { 350 silly mapToRegistry raw: 'nopt', 350 silly mapToRegistry scope: null, 350 silly mapToRegistry name: 'nopt', 350 silly mapToRegistry rawSpec: '', 350 silly mapToRegistry spec: 'latest', 350 silly mapToRegistry type: 'tag' } 351 silly mapToRegistry uri https://registry.npmjs.org/nopt 352 verbose addNameRange registry:https://registry.npmjs.org/nopt not in flight; fetching 353 silly cache add args [ 'npmlog@^4.1.2', null ] 354 verbose cache add spec npmlog@^4.1.2 355 silly cache add parsed spec Result { 355 silly cache add raw: 'npmlog@^4.1.2', 355 silly cache add scope: null, 355 silly cache add name: 'npmlog', 355 silly cache add rawSpec: '^4.1.2', 355 silly cache add spec: '>=4.1.2 <5.0.0', 355 silly cache add type: 'range' } 356 silly addNamed npmlog@>=4.1.2 <5.0.0 357 verbose addNamed ">=4.1.2 <5.0.0" is a valid semver range for npmlog 358 silly addNameRange { name: 'npmlog', range: '>=4.1.2 <5.0.0', hasData: false } 359 silly mapToRegistry name npmlog 360 silly mapToRegistry using default registry 361 silly mapToRegistry registry https://registry.npmjs.org/ 362 silly mapToRegistry data Result { 362 silly mapToRegistry raw: 'npmlog', 362 silly mapToRegistry scope: null, 362 silly mapToRegistry name: 'npmlog', 362 silly mapToRegistry rawSpec: '', 362 silly mapToRegistry spec: 'latest', 362 silly mapToRegistry type: 'tag' } 363 silly mapToRegistry uri https://registry.npmjs.org/npmlog 364 verbose addNameRange registry:https://registry.npmjs.org/npmlog not in flight; fetching 365 silly cache add args [ 'rimraf@^3.0.2', null ] 366 verbose cache add spec rimraf@^3.0.2 367 silly cache add parsed spec Result { 367 silly cache add raw: 'rimraf@^3.0.2', 367 silly cache add scope: null, 367 silly cache add name: 'rimraf', 367 silly cache add rawSpec: '^3.0.2', 367 silly cache add spec: '>=3.0.2 <4.0.0', 367 silly cache add type: 'range' } 368 silly addNamed rimraf@>=3.0.2 <4.0.0 369 verbose addNamed ">=3.0.2 <4.0.0" is a valid semver range for rimraf 370 silly addNameRange { name: 'rimraf', range: '>=3.0.2 <4.0.0', hasData: false } 371 silly mapToRegistry name rimraf 372 silly mapToRegistry using default registry 373 silly mapToRegistry registry https://registry.npmjs.org/ 374 silly mapToRegistry data Result { 374 silly mapToRegistry raw: 'rimraf', 374 silly mapToRegistry scope: null, 374 silly mapToRegistry name: 'rimraf', 374 silly mapToRegistry rawSpec: '', 374 silly mapToRegistry spec: 'latest', 374 silly mapToRegistry type: 'tag' } 375 silly mapToRegistry uri https://registry.npmjs.org/rimraf 376 verbose addNameRange registry:https://registry.npmjs.org/rimraf not in flight; fetching 377 silly cache add args [ 'semver@^7.3.4', null ] 378 verbose cache add spec semver@^7.3.4 379 silly cache add parsed spec Result { 379 silly cache add raw: 'semver@^7.3.4', 379 silly cache add scope: null, 379 silly cache add name: 'semver', 379 silly cache add rawSpec: '^7.3.4', 379 silly cache add spec: '>=7.3.4 <8.0.0', 379 silly cache add type: 'range' } 380 silly addNamed semver@>=7.3.4 <8.0.0 381 verbose addNamed ">=7.3.4 <8.0.0" is a valid semver range for semver 382 silly addNameRange { name: 'semver', range: '>=7.3.4 <8.0.0', hasData: false } 383 silly mapToRegistry name semver 384 silly mapToRegistry using default registry 385 silly mapToRegistry registry https://registry.npmjs.org/ 386 silly mapToRegistry data Result { 386 silly mapToRegistry raw: 'semver', 386 silly mapToRegistry scope: null, 386 silly mapToRegistry name: 'semver', 386 silly mapToRegistry rawSpec: '', 386 silly mapToRegistry spec: 'latest', 386 silly mapToRegistry type: 'tag' } 387 silly mapToRegistry uri https://registry.npmjs.org/semver 388 verbose addNameRange registry:https://registry.npmjs.org/semver not in flight; fetching 389 silly cache add args [ 'tar@^6.1.0', null ] 390 verbose cache add spec tar@^6.1.0 391 silly cache add parsed spec Result { 391 silly cache add raw: 'tar@^6.1.0', 391 silly cache add scope: null, 391 silly cache add name: 'tar', 391 silly cache add rawSpec: '^6.1.0', 391 silly cache add spec: '>=6.1.0 <7.0.0', 391 silly cache add type: 'range' } 392 silly addNamed tar@>=6.1.0 <7.0.0 393 verbose addNamed ">=6.1.0 <7.0.0" is a valid semver range for tar 394 silly addNameRange { name: 'tar', range: '>=6.1.0 <7.0.0', hasData: false } 395 silly mapToRegistry name tar 396 silly mapToRegistry using default registry 397 silly mapToRegistry registry https://registry.npmjs.org/ 398 silly mapToRegistry data Result { 398 silly mapToRegistry raw: 'tar', 398 silly mapToRegistry scope: null, 398 silly mapToRegistry name: 'tar', 398 silly mapToRegistry rawSpec: '', 398 silly mapToRegistry spec: 'latest', 398 silly mapToRegistry type: 'tag' } 399 silly mapToRegistry uri https://registry.npmjs.org/tar 400 verbose addNameRange registry:https://registry.npmjs.org/tar not in flight; fetching 401 verbose request uri https://registry.npmjs.org/detect-libc 402 verbose request no auth needed 403 info attempt registry request try #1 at 3:03:13 PM 404 verbose etag W/"297520dc86a0267f1af8d43a0ba506b5" 405 verbose lastModified Sat, 26 May 2018 22:01:48 GMT 406 http request GET https://registry.npmjs.org/detect-libc 407 verbose request uri https://registry.npmjs.org/https-proxy-agent 408 verbose request no auth needed 409 info attempt registry request try #1 at 3:03:13 PM 410 verbose etag W/"d97d932302e02f600c6b6d746aeb1778" 411 verbose lastModified Fri, 07 Feb 2020 20:15:22 GMT 412 http request GET https://registry.npmjs.org/https-proxy-agent 413 verbose request uri https://registry.npmjs.org/nopt 414 verbose request no auth needed 415 info attempt registry request try #1 at 3:03:13 PM 416 verbose etag W/"2f757f99dd7e3a2b29e1992ac49f4083" 417 verbose lastModified Fri, 04 Jun 2021 22:33:08 GMT 418 http request GET https://registry.npmjs.org/nopt 419 verbose request uri https://registry.npmjs.org/make-dir 420 verbose request no auth needed 421 info attempt registry request try #1 at 3:03:13 PM 422 verbose etag W/"85a515f07c580b72ac135f88dd148594" 423 verbose lastModified Wed, 22 Apr 2020 14:59:18 GMT 424 http request GET https://registry.npmjs.org/make-dir 425 verbose request uri https://registry.npmjs.org/node-fetch 426 verbose request no auth needed 427 info attempt registry request try #1 at 3:03:13 PM 428 verbose etag W/"8af335501c5bc4e18c684b9407773e73" 429 verbose lastModified Sat, 05 Sep 2020 13:00:49 GMT 430 http request GET https://registry.npmjs.org/node-fetch 431 verbose request uri https://registry.npmjs.org/rimraf 432 verbose request no auth needed 433 info attempt registry request try #1 at 3:03:13 PM 434 verbose etag W/"439d5bc18d1b1a4cac7be127bce23703" 435 verbose lastModified Fri, 07 May 2021 08:27:53 GMT 436 http request GET https://registry.npmjs.org/rimraf 437 verbose request uri https://registry.npmjs.org/npmlog 438 verbose request no auth needed 439 info attempt registry request try #1 at 3:03:13 PM 440 verbose etag W/"4a3efdbac712e825c978f76b9e6992da" 441 verbose lastModified Fri, 04 Jun 2021 22:33:25 GMT 442 http request GET https://registry.npmjs.org/npmlog 443 verbose request uri https://registry.npmjs.org/semver 444 verbose request no auth needed 445 info attempt registry request try #1 at 3:03:13 PM 446 verbose etag W/"797e70726923fec94924573f11adafa6" 447 verbose lastModified Thu, 29 Jul 2021 05:09:34 GMT 448 http request GET https://registry.npmjs.org/semver 449 verbose request uri https://registry.npmjs.org/tar 450 verbose request no auth needed 451 info attempt registry request try #1 at 3:03:13 PM 452 verbose etag W/"de151ff89472e44a8ba6231921b10559" 453 verbose lastModified Fri, 04 Jun 2021 22:33:30 GMT 454 http request GET https://registry.npmjs.org/tar 455 http 304 https://registry.npmjs.org/detect-libc 456 verbose headers { date: 'Wed, 13 Oct 2021 07:03:13 GMT', 456 verbose headers connection: 'keep-alive', 456 verbose headers 'cf-ray': '69d6b4f63b050cbf-LAX', 456 verbose headers age: '151', 456 verbose headers 'cache-control': 'public, max-age=300', 456 verbose headers etag: '"297520dc86a0267f1af8d43a0ba506b5"', 456 verbose headers 'last-modified': 'Sat, 26 May 2018 22:01:48 GMT', 456 verbose headers vary: 'Accept-Encoding', 456 verbose headers 'cf-cache-status': 'HIT', 456 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 456 verbose headers server: 'cloudflare' } 457 silly get cb [ 304, 457 silly get { date: 'Wed, 13 Oct 2021 07:03:13 GMT', 457 silly get connection: 'keep-alive', 457 silly get 'cf-ray': '69d6b4f63b050cbf-LAX', 457 silly get age: '151', 457 silly get 'cache-control': 'public, max-age=300', 457 silly get etag: '"297520dc86a0267f1af8d43a0ba506b5"', 457 silly get 'last-modified': 'Sat, 26 May 2018 22:01:48 GMT', 457 silly get vary: 'Accept-Encoding', 457 silly get 'cf-cache-status': 'HIT', 457 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 457 silly get server: 'cloudflare' } ] 458 verbose etag https://registry.npmjs.org/detect-libc from cache 459 verbose get saving detect-libc to /root/.npm/registry.npmjs.org/detect-libc/.cache.json 460 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 461 silly addNameRange number 2 { name: 'detect-libc', range: '>=1.0.3 <2.0.0', hasData: true } 462 silly addNameRange versions [ 'detect-libc', 462 silly addNameRange [ '0.0.1', 462 silly addNameRange '0.0.2', 462 silly addNameRange '0.0.3', 462 silly addNameRange '0.0.4', 462 silly addNameRange '0.0.5', 462 silly addNameRange '0.0.6', 462 silly addNameRange '0.0.7', 462 silly addNameRange '0.0.8', 462 silly addNameRange '0.1.0', 462 silly addNameRange '0.2.0', 462 silly addNameRange '1.0.0', 462 silly addNameRange '1.0.1', 462 silly addNameRange '1.0.2', 462 silly addNameRange '1.0.3' ] ] 463 silly addNamed detect-libc@1.0.3 464 verbose addNamed "1.0.3" is a plain semver version for detect-libc 465 silly cache afterAdd detect-libc@1.0.3 466 verbose afterAdd /root/.npm/detect-libc/1.0.3/package/package.json not in flight; writing 467 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 468 verbose afterAdd /root/.npm/detect-libc/1.0.3/package/package.json written 469 info node-addon-api@3.2.1 Failed to exec install script 470 verbose unlock done using /root/.npm/_locks/node-addon-api-82b71390f2ae3c94.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 471 http 304 https://registry.npmjs.org/https-proxy-agent 472 verbose headers { date: 'Wed, 13 Oct 2021 07:03:13 GMT', 472 verbose headers connection: 'keep-alive', 472 verbose headers 'cf-ray': '69d6b4f639d65208-LAX', 472 verbose headers 'cache-control': 'public, max-age=300', 472 verbose headers etag: '"d97d932302e02f600c6b6d746aeb1778"', 472 verbose headers 'last-modified': 'Fri, 07 Feb 2020 20:15:22 GMT', 472 verbose headers vary: 'Accept-Encoding', 472 verbose headers 'cf-cache-status': 'REVALIDATED', 472 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 472 verbose headers server: 'cloudflare' } 473 silly get cb [ 304, 473 silly get { date: 'Wed, 13 Oct 2021 07:03:13 GMT', 473 silly get connection: 'keep-alive', 473 silly get 'cf-ray': '69d6b4f639d65208-LAX', 473 silly get 'cache-control': 'public, max-age=300', 473 silly get etag: '"d97d932302e02f600c6b6d746aeb1778"', 473 silly get 'last-modified': 'Fri, 07 Feb 2020 20:15:22 GMT', 473 silly get vary: 'Accept-Encoding', 473 silly get 'cf-cache-status': 'REVALIDATED', 473 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 473 silly get server: 'cloudflare' } ] 474 verbose etag https://registry.npmjs.org/https-proxy-agent from cache 475 verbose get saving https-proxy-agent to /root/.npm/registry.npmjs.org/https-proxy-agent/.cache.json 476 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 477 silly addNameRange number 2 { name: 'https-proxy-agent', 477 silly addNameRange range: '>=5.0.0 <6.0.0', 477 silly addNameRange hasData: true } 478 silly addNameRange versions [ 'https-proxy-agent', 478 silly addNameRange [ '0.0.1', 478 silly addNameRange '0.0.2', 478 silly addNameRange '0.1.0', 478 silly addNameRange '0.2.0', 478 silly addNameRange '0.3.0', 478 silly addNameRange '0.3.1', 478 silly addNameRange '0.3.2', 478 silly addNameRange '0.3.3', 478 silly addNameRange '0.3.4', 478 silly addNameRange '0.3.5', 478 silly addNameRange '0.3.6', 478 silly addNameRange '1.0.0', 478 silly addNameRange '2.0.0', 478 silly addNameRange '2.1.0', 478 silly addNameRange '2.1.1', 478 silly addNameRange '2.2.0', 478 silly addNameRange '2.2.1', 478 silly addNameRange '2.2.2', 478 silly addNameRange '3.0.0', 478 silly addNameRange '2.2.3', 478 silly addNameRange '3.0.1', 478 silly addNameRange '2.2.4', 478 silly addNameRange '4.0.0', 478 silly addNameRange '5.0.0' ] ] 479 silly addNamed https-proxy-agent@5.0.0 480 verbose addNamed "5.0.0" is a plain semver version for https-proxy-agent 481 silly cache afterAdd https-proxy-agent@5.0.0 482 verbose afterAdd /root/.npm/https-proxy-agent/5.0.0/package/package.json not in flight; writing 483 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 484 verbose afterAdd /root/.npm/https-proxy-agent/5.0.0/package/package.json written 485 http 304 https://registry.npmjs.org/make-dir 486 verbose headers { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 486 verbose headers connection: 'keep-alive', 486 verbose headers 'cf-ray': '69d6b4f9185a3643-LAX', 486 verbose headers age: '287', 486 verbose headers 'cache-control': 'public, max-age=300', 486 verbose headers etag: '"85a515f07c580b72ac135f88dd148594"', 486 verbose headers 'last-modified': 'Wed, 22 Apr 2020 14:59:18 GMT', 486 verbose headers vary: 'Accept-Encoding', 486 verbose headers 'cf-cache-status': 'HIT', 486 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 486 verbose headers server: 'cloudflare' } 487 silly get cb [ 304, 487 silly get { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 487 silly get connection: 'keep-alive', 487 silly get 'cf-ray': '69d6b4f9185a3643-LAX', 487 silly get age: '287', 487 silly get 'cache-control': 'public, max-age=300', 487 silly get etag: '"85a515f07c580b72ac135f88dd148594"', 487 silly get 'last-modified': 'Wed, 22 Apr 2020 14:59:18 GMT', 487 silly get vary: 'Accept-Encoding', 487 silly get 'cf-cache-status': 'HIT', 487 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 487 silly get server: 'cloudflare' } ] 488 verbose etag https://registry.npmjs.org/make-dir from cache 489 verbose get saving make-dir to /root/.npm/registry.npmjs.org/make-dir/.cache.json 490 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 491 silly addNameRange number 2 { name: 'make-dir', range: '>=3.1.0 <4.0.0', hasData: true } 492 silly addNameRange versions [ 'make-dir', 492 silly addNameRange [ '1.0.0', 492 silly addNameRange '1.1.0', 492 silly addNameRange '1.2.0', 492 silly addNameRange '1.3.0', 492 silly addNameRange '2.0.0', 492 silly addNameRange '2.1.0', 492 silly addNameRange '3.0.0', 492 silly addNameRange '3.0.1', 492 silly addNameRange '3.0.2', 492 silly addNameRange '3.1.0' ] ] 493 silly addNamed make-dir@3.1.0 494 verbose addNamed "3.1.0" is a plain semver version for make-dir 495 silly cache afterAdd make-dir@3.1.0 496 verbose afterAdd /root/.npm/make-dir/3.1.0/package/package.json not in flight; writing 497 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 498 verbose afterAdd /root/.npm/make-dir/3.1.0/package/package.json written 499 http 200 https://registry.npmjs.org/nopt 500 verbose headers { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 500 verbose headers 'content-type': 'application/json', 500 verbose headers 'transfer-encoding': 'chunked', 500 verbose headers connection: 'keep-alive', 500 verbose headers 'cf-ray': '69d6b4f98f7debc1-LAX', 500 verbose headers age: '57', 500 verbose headers 'cache-control': 'public, max-age=300', 500 verbose headers etag: 'W/"5b7fa3deae76d4da62e47b002a810fec"', 500 verbose headers 'last-modified': 'Thu, 29 Jul 2021 05:09:14 GMT', 500 verbose headers vary: 'accept-encoding, accept', 500 verbose headers 'cf-cache-status': 'HIT', 500 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 500 verbose headers 'x-amz-replication-status': 'COMPLETED', 500 verbose headers server: 'cloudflare', 500 verbose headers 'content-encoding': 'gzip' } 501 silly get cb [ 200, 501 silly get { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 501 silly get 'content-type': 'application/json', 501 silly get 'transfer-encoding': 'chunked', 501 silly get connection: 'keep-alive', 501 silly get 'cf-ray': '69d6b4f98f7debc1-LAX', 501 silly get age: '57', 501 silly get 'cache-control': 'public, max-age=300', 501 silly get etag: 'W/"5b7fa3deae76d4da62e47b002a810fec"', 501 silly get 'last-modified': 'Thu, 29 Jul 2021 05:09:14 GMT', 501 silly get vary: 'accept-encoding, accept', 501 silly get 'cf-cache-status': 'HIT', 501 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 501 silly get 'x-amz-replication-status': 'COMPLETED', 501 silly get server: 'cloudflare', 501 silly get 'content-encoding': 'gzip' } ] 502 verbose get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json 503 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 504 silly addNameRange number 2 { name: 'nopt', range: '>=5.0.0 <6.0.0', hasData: true } 505 silly addNameRange versions [ 'nopt', 505 silly addNameRange [ '1.0.0', 505 silly addNameRange '1.0.1', 505 silly addNameRange '1.0.2', 505 silly addNameRange '1.0.3', 505 silly addNameRange '1.0.4', 505 silly addNameRange '1.0.5', 505 silly addNameRange '1.0.6', 505 silly addNameRange '1.0.7', 505 silly addNameRange '1.0.8', 505 silly addNameRange '1.0.9', 505 silly addNameRange '1.0.10', 505 silly addNameRange '2.0.0', 505 silly addNameRange '2.1.0', 505 silly addNameRange '2.1.1', 505 silly addNameRange '2.1.2', 505 silly addNameRange '2.2.0', 505 silly addNameRange '2.2.1', 505 silly addNameRange '3.0.0', 505 silly addNameRange '3.0.1', 505 silly addNameRange '3.0.2', 505 silly addNameRange '3.0.3', 505 silly addNameRange '3.0.4', 505 silly addNameRange '3.0.5', 505 silly addNameRange '3.0.6', 505 silly addNameRange '4.0.0', 505 silly addNameRange '4.0.1', 505 silly addNameRange '4.0.2', 505 silly addNameRange '4.0.3', 505 silly addNameRange '5.0.0' ] ] 506 silly addNamed nopt@5.0.0 507 verbose addNamed "5.0.0" is a plain semver version for nopt 508 http 200 https://registry.npmjs.org/rimraf 509 verbose headers { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 509 verbose headers 'content-type': 'application/json', 509 verbose headers 'transfer-encoding': 'chunked', 509 verbose headers connection: 'keep-alive', 509 verbose headers 'cf-ray': '69d6b4f9591beadf-LAX', 509 verbose headers age: '269', 509 verbose headers 'cache-control': 'public, max-age=300', 509 verbose headers etag: 'W/"a8d4fb34e19ca8bb38c494dd18abf522"', 509 verbose headers 'last-modified': 'Sun, 08 Aug 2021 01:11:12 GMT', 509 verbose headers vary: 'accept-encoding, accept', 509 verbose headers 'cf-cache-status': 'HIT', 509 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 509 verbose headers 'x-amz-replication-status': 'COMPLETED', 509 verbose headers server: 'cloudflare', 509 verbose headers 'content-encoding': 'gzip' } 510 silly get cb [ 200, 510 silly get { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 510 silly get 'content-type': 'application/json', 510 silly get 'transfer-encoding': 'chunked', 510 silly get connection: 'keep-alive', 510 silly get 'cf-ray': '69d6b4f9591beadf-LAX', 510 silly get age: '269', 510 silly get 'cache-control': 'public, max-age=300', 510 silly get etag: 'W/"a8d4fb34e19ca8bb38c494dd18abf522"', 510 silly get 'last-modified': 'Sun, 08 Aug 2021 01:11:12 GMT', 510 silly get vary: 'accept-encoding, accept', 510 silly get 'cf-cache-status': 'HIT', 510 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 510 silly get 'x-amz-replication-status': 'COMPLETED', 510 silly get server: 'cloudflare', 510 silly get 'content-encoding': 'gzip' } ] 511 verbose get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json 512 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 513 silly addNameRange number 2 { name: 'rimraf', range: '>=3.0.2 <4.0.0', hasData: true } 514 silly addNameRange versions [ 'rimraf', 514 silly addNameRange [ '1.0.0', 514 silly addNameRange '1.0.1', 514 silly addNameRange '1.0.2', 514 silly addNameRange '1.0.4', 514 silly addNameRange '1.0.5', 514 silly addNameRange '1.0.6', 514 silly addNameRange '1.0.7', 514 silly addNameRange '1.0.8', 514 silly addNameRange '1.0.9', 514 silly addNameRange '2.0.0', 514 silly addNameRange '2.0.1', 514 silly addNameRange '2.0.2', 514 silly addNameRange '2.0.3', 514 silly addNameRange '2.1.0', 514 silly addNameRange '2.1.1', 514 silly addNameRange '2.1.2', 514 silly addNameRange '2.1.3', 514 silly addNameRange '2.1.4', 514 silly addNameRange '2.2.0', 514 silly addNameRange '2.2.1', 514 silly addNameRange '2.2.2', 514 silly addNameRange '2.2.3', 514 silly addNameRange '2.2.4', 514 silly addNameRange '2.2.5', 514 silly addNameRange '2.2.6', 514 silly addNameRange '2.2.8', 514 silly addNameRange '2.3.0', 514 silly addNameRange '2.3.1', 514 silly addNameRange '2.3.2', 514 silly addNameRange '2.3.3', 514 silly addNameRange '2.3.4', 514 silly addNameRange '2.4.0', 514 silly addNameRange '2.4.1', 514 silly addNameRange '2.4.2', 514 silly addNameRange '2.4.3', 514 silly addNameRange '2.4.4', 514 silly addNameRange '2.4.5', 514 silly addNameRange '2.5.0', 514 silly addNameRange '2.5.1', 514 silly addNameRange '2.5.2', 514 silly addNameRange '2.5.3', 514 silly addNameRange '2.5.4', 514 silly addNameRange '2.6.0', 514 silly addNameRange '2.6.1', 514 silly addNameRange '2.6.2', 514 silly addNameRange '2.6.3', 514 silly addNameRange '2.7.0', 514 silly addNameRange '2.7.1', 514 silly addNameRange '3.0.0', 514 silly addNameRange '3.0.1', 514 silly addNameRange '3.0.2' ] ] 515 silly addNamed rimraf@3.0.2 516 verbose addNamed "3.0.2" is a plain semver version for rimraf 517 silly cache afterAdd rimraf@3.0.2 518 verbose afterAdd /root/.npm/rimraf/3.0.2/package/package.json not in flight; writing 519 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 520 verbose afterAdd /root/.npm/rimraf/3.0.2/package/package.json written 521 silly cache afterAdd nopt@5.0.0 522 verbose afterAdd /root/.npm/nopt/5.0.0/package/package.json not in flight; writing 523 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 524 verbose afterAdd /root/.npm/nopt/5.0.0/package/package.json written 525 http 200 https://registry.npmjs.org/npmlog 526 verbose headers { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 526 verbose headers 'content-type': 'application/json', 526 verbose headers 'transfer-encoding': 'chunked', 526 verbose headers connection: 'keep-alive', 526 verbose headers 'cf-ray': '69d6b4f99d1b3689-LAX', 526 verbose headers age: '106', 526 verbose headers 'cache-control': 'public, max-age=300', 526 verbose headers etag: 'W/"720f130ef7593a1df1ba8a5cde93b01c"', 526 verbose headers 'last-modified': 'Thu, 02 Sep 2021 14:33:12 GMT', 526 verbose headers vary: 'accept-encoding, accept', 526 verbose headers 'cf-cache-status': 'HIT', 526 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 526 verbose headers 'x-amz-replication-status': 'PENDING', 526 verbose headers server: 'cloudflare', 526 verbose headers 'content-encoding': 'gzip' } 527 silly get cb [ 200, 527 silly get { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 527 silly get 'content-type': 'application/json', 527 silly get 'transfer-encoding': 'chunked', 527 silly get connection: 'keep-alive', 527 silly get 'cf-ray': '69d6b4f99d1b3689-LAX', 527 silly get age: '106', 527 silly get 'cache-control': 'public, max-age=300', 527 silly get etag: 'W/"720f130ef7593a1df1ba8a5cde93b01c"', 527 silly get 'last-modified': 'Thu, 02 Sep 2021 14:33:12 GMT', 527 silly get vary: 'accept-encoding, accept', 527 silly get 'cf-cache-status': 'HIT', 527 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 527 silly get 'x-amz-replication-status': 'PENDING', 527 silly get server: 'cloudflare', 527 silly get 'content-encoding': 'gzip' } ] 528 verbose get saving npmlog to /root/.npm/registry.npmjs.org/npmlog/.cache.json 529 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 530 silly addNameRange number 2 { name: 'npmlog', range: '>=4.1.2 <5.0.0', hasData: true } 531 silly addNameRange versions [ 'npmlog', 531 silly addNameRange [ '0.0.1', 531 silly addNameRange '0.0.2', 531 silly addNameRange '0.0.3', 531 silly addNameRange '0.0.4', 531 silly addNameRange '0.0.5', 531 silly addNameRange '0.0.6', 531 silly addNameRange '0.1.0', 531 silly addNameRange '0.1.1', 531 silly addNameRange '1.0.0', 531 silly addNameRange '1.1.0', 531 silly addNameRange '1.2.0', 531 silly addNameRange '1.2.1', 531 silly addNameRange '2.0.0', 531 silly addNameRange '2.0.1', 531 silly addNameRange '2.0.2', 531 silly addNameRange '2.0.3', 531 silly addNameRange '2.0.4', 531 silly addNameRange '3.0.0', 531 silly addNameRange '3.1.0', 531 silly addNameRange '3.1.1', 531 silly addNameRange '3.1.2', 531 silly addNameRange '4.0.0', 531 silly addNameRange '4.0.1', 531 silly addNameRange '4.0.2', 531 silly addNameRange '4.1.0', 531 silly addNameRange '4.1.1', 531 silly addNameRange '4.1.2', 531 silly addNameRange '5.0.0', 531 silly addNameRange '5.0.1' ] ] 532 silly addNamed npmlog@4.1.2 533 verbose addNamed "4.1.2" is a plain semver version for npmlog 534 silly cache afterAdd npmlog@4.1.2 535 verbose afterAdd /root/.npm/npmlog/4.1.2/package/package.json not in flight; writing 536 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 537 verbose afterAdd /root/.npm/npmlog/4.1.2/package/package.json written 538 http 304 https://registry.npmjs.org/semver 539 verbose headers { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 539 verbose headers connection: 'keep-alive', 539 verbose headers 'cf-ray': '69d6b4f95ddfeb21-LAX', 539 verbose headers age: '125', 539 verbose headers 'cache-control': 'public, max-age=300', 539 verbose headers etag: '"797e70726923fec94924573f11adafa6"', 539 verbose headers 'last-modified': 'Thu, 29 Jul 2021 05:09:34 GMT', 539 verbose headers vary: 'Accept-Encoding', 539 verbose headers 'cf-cache-status': 'HIT', 539 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 539 verbose headers 'x-amz-replication-status': 'COMPLETED', 539 verbose headers server: 'cloudflare' } 540 silly get cb [ 304, 540 silly get { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 540 silly get connection: 'keep-alive', 540 silly get 'cf-ray': '69d6b4f95ddfeb21-LAX', 540 silly get age: '125', 540 silly get 'cache-control': 'public, max-age=300', 540 silly get etag: '"797e70726923fec94924573f11adafa6"', 540 silly get 'last-modified': 'Thu, 29 Jul 2021 05:09:34 GMT', 540 silly get vary: 'Accept-Encoding', 540 silly get 'cf-cache-status': 'HIT', 540 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 540 silly get 'x-amz-replication-status': 'COMPLETED', 540 silly get server: 'cloudflare' } ] 541 verbose etag https://registry.npmjs.org/semver from cache 542 verbose get saving semver to /root/.npm/registry.npmjs.org/semver/.cache.json 543 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 544 silly addNameRange number 2 { name: 'semver', range: '>=7.3.4 <8.0.0', hasData: true } 545 silly addNameRange versions [ 'semver', 545 silly addNameRange [ '1.0.0', 545 silly addNameRange '1.0.1', 545 silly addNameRange '1.0.2', 545 silly addNameRange '1.0.3', 545 silly addNameRange '1.0.4', 545 silly addNameRange '1.0.5', 545 silly addNameRange '1.0.6', 545 silly addNameRange '1.0.7', 545 silly addNameRange '1.0.8', 545 silly addNameRange '1.0.9', 545 silly addNameRange '1.0.10', 545 silly addNameRange '1.0.11', 545 silly addNameRange '1.0.12', 545 silly addNameRange '1.0.13', 545 silly addNameRange '1.0.14', 545 silly addNameRange '1.1.0', 545 silly addNameRange '1.1.1', 545 silly addNameRange '1.1.2', 545 silly addNameRange '1.1.3', 545 silly addNameRange '1.1.4', 545 silly addNameRange '2.0.0-alpha', 545 silly addNameRange '2.0.0-beta', 545 silly addNameRange '2.0.1', 545 silly addNameRange '2.0.2', 545 silly addNameRange '2.0.3', 545 silly addNameRange '2.0.4', 545 silly addNameRange '2.0.5', 545 silly addNameRange '2.0.6', 545 silly addNameRange '2.0.7', 545 silly addNameRange '2.0.8', 545 silly addNameRange '2.0.9', 545 silly addNameRange '2.0.10', 545 silly addNameRange '2.0.11', 545 silly addNameRange '2.1.0', 545 silly addNameRange '2.2.0', 545 silly addNameRange '2.2.1', 545 silly addNameRange '2.3.0', 545 silly addNameRange '2.3.1', 545 silly addNameRange '2.3.2', 545 silly addNameRange '3.0.0', 545 silly addNameRange '3.0.1', 545 silly addNameRange '4.0.0', 545 silly addNameRange '4.0.2', 545 silly addNameRange '4.0.3', 545 silly addNameRange '4.1.0', 545 silly addNameRange '4.1.1', 545 silly addNameRange '4.2.0', 545 silly addNameRange '4.2.1', 545 silly addNameRange '4.2.2', 545 silly addNameRange '4.3.0', 545 silly addNameRange '4.3.1', 545 silly addNameRange '4.3.2', 545 silly addNameRange '4.3.3', 545 silly addNameRange '4.3.4', 545 silly addNameRange '4.3.5', 545 silly addNameRange '4.3.6', 545 silly addNameRange '5.0.0', 545 silly addNameRange '5.0.1', 545 silly addNameRange '5.0.2', 545 silly addNameRange '5.0.3', 545 silly addNameRange '5.1.0', 545 silly addNameRange '5.1.1', 545 silly addNameRange '5.2.0', 545 silly addNameRange '5.3.0', 545 silly addNameRange '5.4.0', 545 silly addNameRange '5.4.1', 545 silly addNameRange '5.5.0', 545 silly addNameRange '5.5.1', 545 silly addNameRange '5.6.0', 545 silly addNameRange '5.7.0', 545 silly addNameRange '6.0.0', 545 silly addNameRange '6.1.0', 545 silly addNameRange '6.1.1', 545 silly addNameRange '6.1.2', 545 silly addNameRange '6.1.3', 545 silly addNameRange '6.2.0', 545 silly addNameRange '6.3.0', 545 silly addNameRange '5.7.1', 545 silly addNameRange '7.0.0', 545 silly addNameRange '7.1.0', 545 silly addNameRange '7.1.1', 545 silly addNameRange '7.1.2', 545 silly addNameRange '7.1.3', 545 silly addNameRange '7.2.0', 545 silly addNameRange '7.2.1', 545 silly addNameRange '7.2.2', 545 silly addNameRange '7.2.3', 545 silly addNameRange '7.3.0', 545 silly addNameRange '7.3.1', 545 silly addNameRange '7.3.2', 545 silly addNameRange '7.3.3', 545 silly addNameRange '7.3.4', 545 silly addNameRange '7.3.5' ] ] 546 silly addNamed semver@7.3.5 547 verbose addNamed "7.3.5" is a plain semver version for semver 548 silly cache afterAdd semver@7.3.5 549 verbose afterAdd /root/.npm/semver/7.3.5/package/package.json not in flight; writing 550 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 551 verbose afterAdd /root/.npm/semver/7.3.5/package/package.json written 552 http 200 https://registry.npmjs.org/tar 553 verbose headers { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 553 verbose headers 'content-type': 'application/json', 553 verbose headers 'transfer-encoding': 'chunked', 553 verbose headers connection: 'keep-alive', 553 verbose headers 'cf-ray': '69d6b4f968e50507-LAX', 553 verbose headers age: '224', 553 verbose headers 'cache-control': 'public, max-age=300', 553 verbose headers etag: 'W/"d6afae6be08f3dbb082a99c5ee3947ee"', 553 verbose headers 'last-modified': 'Thu, 26 Aug 2021 16:16:16 GMT', 553 verbose headers vary: 'accept-encoding, accept', 553 verbose headers 'cf-cache-status': 'HIT', 553 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 553 verbose headers 'x-amz-replication-status': 'COMPLETED', 553 verbose headers server: 'cloudflare', 553 verbose headers 'content-encoding': 'gzip' } 554 silly get cb [ 200, 554 silly get { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 554 silly get 'content-type': 'application/json', 554 silly get 'transfer-encoding': 'chunked', 554 silly get connection: 'keep-alive', 554 silly get 'cf-ray': '69d6b4f968e50507-LAX', 554 silly get age: '224', 554 silly get 'cache-control': 'public, max-age=300', 554 silly get etag: 'W/"d6afae6be08f3dbb082a99c5ee3947ee"', 554 silly get 'last-modified': 'Thu, 26 Aug 2021 16:16:16 GMT', 554 silly get vary: 'accept-encoding, accept', 554 silly get 'cf-cache-status': 'HIT', 554 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 554 silly get 'x-amz-replication-status': 'COMPLETED', 554 silly get server: 'cloudflare', 554 silly get 'content-encoding': 'gzip' } ] 555 verbose get saving tar to /root/.npm/registry.npmjs.org/tar/.cache.json 556 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 557 silly addNameRange number 2 { name: 'tar', range: '>=6.1.0 <7.0.0', hasData: true } 558 silly addNameRange versions [ 'tar', 558 silly addNameRange [ '0.0.1', 558 silly addNameRange '0.1.0', 558 silly addNameRange '0.1.2', 558 silly addNameRange '0.1.3', 558 silly addNameRange '0.1.4', 558 silly addNameRange '0.1.5', 558 silly addNameRange '0.1.6', 558 silly addNameRange '0.1.7', 558 silly addNameRange '0.1.8', 558 silly addNameRange '0.1.9', 558 silly addNameRange '0.1.10', 558 silly addNameRange '0.1.11', 558 silly addNameRange '0.1.12', 558 silly addNameRange '0.1.13', 558 silly addNameRange '0.1.14', 558 silly addNameRange '0.1.15', 558 silly addNameRange '0.1.16', 558 silly addNameRange '0.1.17', 558 silly addNameRange '0.1.18', 558 silly addNameRange '0.1.19', 558 silly addNameRange '0.1.20', 558 silly addNameRange '1.0.0', 558 silly addNameRange '1.0.1', 558 silly addNameRange '1.0.2', 558 silly addNameRange '1.0.3', 558 silly addNameRange '2.0.0', 558 silly addNameRange '2.0.1', 558 silly addNameRange '2.1.0', 558 silly addNameRange '2.1.1', 558 silly addNameRange '2.2.0', 558 silly addNameRange '2.2.1', 558 silly addNameRange '3.0.0', 558 silly addNameRange '3.0.1', 558 silly addNameRange '3.1.0', 558 silly addNameRange '3.1.1', 558 silly addNameRange '3.1.2', 558 silly addNameRange '3.1.3', 558 silly addNameRange '3.1.4', 558 silly addNameRange '3.1.5', 558 silly addNameRange '3.1.6', 558 silly addNameRange '3.1.7', 558 silly addNameRange '3.1.8', 558 silly addNameRange '3.1.9', 558 silly addNameRange '3.1.10', 558 silly addNameRange '3.1.11', 558 silly addNameRange '3.1.12', 558 silly addNameRange '3.1.13', 558 silly addNameRange '3.1.14', 558 silly addNameRange '3.1.15', 558 silly addNameRange '3.2.0', 558 silly addNameRange '4.0.0', 558 silly addNameRange '4.0.1', 558 silly addNameRange '3.2.1', 558 silly addNameRange '4.0.2', 558 silly addNameRange '4.1.0', 558 silly addNameRange '4.1.1', 558 silly addNameRange '4.1.2', 558 silly addNameRange '4.2.0', 558 silly addNameRange '4.3.0', 558 silly addNameRange '4.3.1', 558 silly addNameRange '4.3.2', 558 silly addNameRange '4.3.3', 558 silly addNameRange '4.4.0', 558 silly addNameRange '4.4.1', 558 silly addNameRange '4.4.2', 558 silly addNameRange '4.4.3', 558 silly addNameRange '4.4.4', 558 silly addNameRange '4.4.5', 558 silly addNameRange '4.4.6', 558 silly addNameRange '4.4.7', 558 silly addNameRange '4.4.8', 558 silly addNameRange '2.2.2', 558 silly addNameRange '4.4.9', 558 silly addNameRange '4.4.10', 558 silly addNameRange '4.4.11', 558 silly addNameRange '4.4.12', 558 silly addNameRange '4.4.13', 558 silly addNameRange '5.0.0', 558 silly addNameRange '5.0.1', 558 silly addNameRange '5.0.2', 558 silly addNameRange '5.0.4', 558 silly addNameRange '5.0.5', 558 silly addNameRange '6.0.0', 558 silly addNameRange '6.0.1', 558 silly addNameRange '6.0.2', 558 silly addNameRange '6.0.3', 558 silly addNameRange '6.0.4', 558 silly addNameRange '6.0.5', 558 silly addNameRange '6.1.0', 558 silly addNameRange '5.0.6', 558 silly addNameRange '4.4.14', 558 silly addNameRange '3.2.2', 558 silly addNameRange '6.1.1', 558 silly addNameRange '6.1.2', 558 silly addNameRange '5.0.7', 558 silly addNameRange '4.4.15', 558 silly addNameRange '3.2.3', 558 silly addNameRange '6.1.3', 558 silly addNameRange '6.1.4', 558 silly addNameRange '6.1.5', 558 silly addNameRange '6.1.6', 558 silly addNameRange '6.1.7', 558 silly addNameRange '5.0.8', 558 silly addNameRange '4.4.16', 558 silly addNameRange '6.1.8', 558 silly addNameRange '4.4.17', 558 silly addNameRange '5.0.9', 558 silly addNameRange '6.1.9', 558 silly addNameRange '5.0.10', 558 silly addNameRange '4.4.18', 558 silly addNameRange '6.1.10', 558 silly addNameRange '5.0.11', 558 silly addNameRange '4.4.19', 558 silly addNameRange '6.1.11' ] ] 559 silly addNamed tar@6.1.11 560 verbose addNamed "6.1.11" is a plain semver version for tar 561 silly mapToRegistry name tar 562 silly mapToRegistry using default registry 563 silly mapToRegistry registry https://registry.npmjs.org/ 564 silly mapToRegistry data Result { 564 silly mapToRegistry raw: 'tar', 564 silly mapToRegistry scope: null, 564 silly mapToRegistry name: 'tar', 564 silly mapToRegistry rawSpec: '', 564 silly mapToRegistry spec: 'latest', 564 silly mapToRegistry type: 'tag' } 565 silly mapToRegistry uri https://registry.npmjs.org/tar 566 verbose addRemoteTarball https://registry.npmjs.org/tar/-/tar-6.1.11.tgz not in flight; adding 567 verbose addRemoteTarball [ 'https://registry.npmjs.org/tar/-/tar-6.1.11.tgz', 567 verbose addRemoteTarball '6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621' ] 568 info retry fetch attempt 1 at 3:03:15 PM 569 info attempt registry request try #1 at 3:03:15 PM 570 http fetch GET https://registry.npmjs.org/tar/-/tar-6.1.11.tgz 571 http 200 https://registry.npmjs.org/node-fetch 572 verbose headers { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 572 verbose headers 'content-type': 'application/json', 572 verbose headers 'transfer-encoding': 'chunked', 572 verbose headers connection: 'keep-alive', 572 verbose headers 'cf-ray': '69d6b4fe1c1e3131-LAX', 572 verbose headers 'cache-control': 'public, max-age=300', 572 verbose headers etag: 'W/"a165865f8c543be1e6313b29d0ff8588"', 572 verbose headers 'last-modified': 'Wed, 22 Sep 2021 12:53:44 GMT', 572 verbose headers vary: 'accept-encoding, accept', 572 verbose headers 'cf-cache-status': 'REVALIDATED', 572 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 572 verbose headers 'x-amz-replication-status': 'COMPLETED', 572 verbose headers server: 'cloudflare', 572 verbose headers 'content-encoding': 'gzip' } 573 silly get cb [ 200, 573 silly get { date: 'Wed, 13 Oct 2021 07:03:14 GMT', 573 silly get 'content-type': 'application/json', 573 silly get 'transfer-encoding': 'chunked', 573 silly get connection: 'keep-alive', 573 silly get 'cf-ray': '69d6b4fe1c1e3131-LAX', 573 silly get 'cache-control': 'public, max-age=300', 573 silly get etag: 'W/"a165865f8c543be1e6313b29d0ff8588"', 573 silly get 'last-modified': 'Wed, 22 Sep 2021 12:53:44 GMT', 573 silly get vary: 'accept-encoding, accept', 573 silly get 'cf-cache-status': 'REVALIDATED', 573 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 573 silly get 'x-amz-replication-status': 'COMPLETED', 573 silly get server: 'cloudflare', 573 silly get 'content-encoding': 'gzip' } ] 574 verbose get saving node-fetch to /root/.npm/registry.npmjs.org/node-fetch/.cache.json 575 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 576 silly addNameRange number 2 { name: 'node-fetch', range: '>=2.6.1 <3.0.0', hasData: true } 577 silly addNameRange versions [ 'node-fetch', 577 silly addNameRange [ '0.1.0', 577 silly addNameRange '1.0.0', 577 silly addNameRange '1.0.1', 577 silly addNameRange '1.0.2', 577 silly addNameRange '1.0.3', 577 silly addNameRange '1.0.4', 577 silly addNameRange '1.0.5', 577 silly addNameRange '1.0.6', 577 silly addNameRange '1.1.0', 577 silly addNameRange '1.1.1', 577 silly addNameRange '1.1.2', 577 silly addNameRange '1.2.0', 577 silly addNameRange '1.2.1', 577 silly addNameRange '1.3.0', 577 silly addNameRange '1.3.1', 577 silly addNameRange '1.3.2', 577 silly addNameRange '1.3.3', 577 silly addNameRange '1.4.0', 577 silly addNameRange '1.4.1', 577 silly addNameRange '1.5.0', 577 silly addNameRange '1.5.1', 577 silly addNameRange '1.5.2', 577 silly addNameRange '1.5.3', 577 silly addNameRange '1.6.0', 577 silly addNameRange '1.6.1', 577 silly addNameRange '1.6.2', 577 silly addNameRange '1.6.3', 577 silly addNameRange '2.0.0-alpha.1', 577 silly addNameRange '2.0.0-alpha.3', 577 silly addNameRange '2.0.0-alpha.4', 577 silly addNameRange '1.7.0', 577 silly addNameRange '1.7.1', 577 silly addNameRange '2.0.0-alpha.5', 577 silly addNameRange '2.0.0-alpha.6', 577 silly addNameRange '2.0.0-alpha.7', 577 silly addNameRange '2.0.0-alpha.8', 577 silly addNameRange '1.7.2', 577 silly addNameRange '1.7.3', 577 silly addNameRange '2.0.0-alpha.9', 577 silly addNameRange '2.0.0', 577 silly addNameRange '2.1.0', 577 silly addNameRange '2.1.1', 577 silly addNameRange '2.1.2', 577 silly addNameRange '2.2.0', 577 silly addNameRange '2.2.1', 577 silly addNameRange '2.3.0', 577 silly addNameRange '2.4.0', 577 silly addNameRange '2.4.1', 577 silly addNameRange '2.5.0', 577 silly addNameRange '2.6.0', 577 silly addNameRange '3.0.0-beta.1', 577 silly addNameRange '3.0.0-beta.2', 577 silly addNameRange '3.0.0-beta.3', 577 silly addNameRange '3.0.0-beta.4', 577 silly addNameRange '3.0.0-beta.5', 577 silly addNameRange '3.0.0-beta.6', 577 silly addNameRange '3.0.0-beta.6-exportfix', 577 silly addNameRange '3.0.0-beta.7', 577 silly addNameRange '3.0.0-beta.8', 577 silly addNameRange '3.0.0-beta.9', 577 silly addNameRange '2.6.1', 577 silly addNameRange '3.0.0-beta.10', 577 silly addNameRange '3.0.0', 577 silly addNameRange '2.6.2', 577 silly addNameRange '2.6.3', 577 silly addNameRange '2.6.4', 577 silly addNameRange '2.6.5' ] ] 578 silly addNamed node-fetch@2.6.5 579 verbose addNamed "2.6.5" is a plain semver version for node-fetch 580 silly mapToRegistry name node-fetch 581 silly mapToRegistry using default registry 582 silly mapToRegistry registry https://registry.npmjs.org/ 583 silly mapToRegistry data Result { 583 silly mapToRegistry raw: 'node-fetch', 583 silly mapToRegistry scope: null, 583 silly mapToRegistry name: 'node-fetch', 583 silly mapToRegistry rawSpec: '', 583 silly mapToRegistry spec: 'latest', 583 silly mapToRegistry type: 'tag' } 584 silly mapToRegistry uri https://registry.npmjs.org/node-fetch 585 verbose addRemoteTarball https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz not in flight; adding 586 verbose addRemoteTarball [ 'https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz', 586 verbose addRemoteTarball '42735537d7f080a7e5f78b6c549b7146be1742fd' ] 587 info retry fetch attempt 1 at 3:03:15 PM 588 info attempt registry request try #1 at 3:03:15 PM 589 http fetch GET https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz 590 http fetch 200 https://registry.npmjs.org/tar/-/tar-6.1.11.tgz 591 silly fetchAndShaCheck shasum 6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621 592 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/tar/-/tar-6.1.11.tgz not in flight; adding 593 verbose addTmpTarball already have metadata; skipping unpack for tar@6.1.11 594 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 595 silly cache afterAdd tar@6.1.11 596 verbose afterAdd /root/.npm/tar/6.1.11/package/package.json not in flight; writing 597 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 598 verbose afterAdd /root/.npm/tar/6.1.11/package/package.json written 599 http fetch 200 https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz 600 silly fetchAndShaCheck shasum 42735537d7f080a7e5f78b6c549b7146be1742fd 601 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz not in flight; adding 602 verbose addTmpTarball already have metadata; skipping unpack for node-fetch@2.6.5 603 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 604 silly cache afterAdd node-fetch@2.6.5 605 verbose afterAdd /root/.npm/node-fetch/2.6.5/package/package.json not in flight; writing 606 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 607 verbose afterAdd /root/.npm/node-fetch/2.6.5/package/package.json written 608 silly install resolved [ { name: 'detect-libc', 608 silly install resolved version: '1.0.3', 608 silly install resolved description: 'Node.js module to detect the C standard library (libc) implementation family and version', 608 silly install resolved main: 'lib/detect-libc.js', 608 silly install resolved bin: { 'detect-libc': './bin/detect-libc.js' }, 608 silly install resolved scripts: { test: 'semistandard && nyc --reporter=lcov ava' }, 608 silly install resolved repository: { type: 'git', url: 'git://github.com/lovell/detect-libc.git' }, 608 silly install resolved keywords: [ 'libc', 'glibc', 'musl' ], 608 silly install resolved author: { name: 'Lovell Fuller', email: 'npm@lovell.info' }, 608 silly install resolved contributors: [ [Object] ], 608 silly install resolved license: 'Apache-2.0', 608 silly install resolved devDependencies: 608 silly install resolved { ava: '^0.23.0', 608 silly install resolved nyc: '^11.3.0', 608 silly install resolved proxyquire: '^1.8.0', 608 silly install resolved semistandard: '^11.0.0' }, 608 silly install resolved engines: { node: '>=0.10' }, 608 silly install resolved gitHead: '88df1a5950bf3cd9bffa1e0137ab6471c4546118', 608 silly install resolved bugs: { url: 'https://github.com/lovell/detect-libc/issues' }, 608 silly install resolved homepage: 'https://github.com/lovell/detect-libc#readme', 608 silly install resolved _id: 'detect-libc@1.0.3', 608 silly install resolved _shasum: 'fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b', 608 silly install resolved _from: 'detect-libc@>=1.0.3 <2.0.0', 608 silly install resolved _npmVersion: '3.10.10', 608 silly install resolved _nodeVersion: '8.1.3', 608 silly install resolved _npmUser: { name: 'lovell', email: 'npm@lovell.info' }, 608 silly install resolved dist: 608 silly install resolved { shasum: 'fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b', 608 silly install resolved tarball: 'https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz' }, 608 silly install resolved maintainers: [ [Object] ], 608 silly install resolved _npmOperationalInternal: 608 silly install resolved { host: 's3://npm-registry-packages', 608 silly install resolved tmp: 'tmp/detect-libc-1.0.3.tgz_1511377655799_0.23113705799914896' }, 608 silly install resolved directories: {}, 608 silly install resolved _resolved: 'https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz', 608 silly install resolved readme: 'ERROR: No README data found!' }, 608 silly install resolved { name: 'https-proxy-agent', 608 silly install resolved version: '5.0.0', 608 silly install resolved description: 'An HTTP(s) proxy `http.Agent` implementation for HTTPS', 608 silly install resolved main: 'dist/index', 608 silly install resolved types: 'dist/index', 608 silly install resolved scripts: 608 silly install resolved { prebuild: 'rimraf dist', 608 silly install resolved build: 'tsc', 608 silly install resolved test: 'mocha --reporter spec', 608 silly install resolved 'test-lint': 'eslint src --ext .js,.ts', 608 silly install resolved prepublishOnly: 'npm run build' }, 608 silly install resolved repository: 608 silly install resolved { type: 'git', 608 silly install resolved url: 'git://github.com/TooTallNate/node-https-proxy-agent.git' }, 608 silly install resolved keywords: [ 'https', 'proxy', 'endpoint', 'agent' ], 608 silly install resolved author: 608 silly install resolved { name: 'Nathan Rajlich', 608 silly install resolved email: 'nathan@tootallnate.net', 608 silly install resolved url: 'http://n8.io/' }, 608 silly install resolved license: 'MIT', 608 silly install resolved bugs: { url: 'https://github.com/TooTallNate/node-https-proxy-agent/issues' }, 608 silly install resolved dependencies: { 'agent-base': '6', debug: '4' }, 608 silly install resolved devDependencies: 608 silly install resolved { '@types/debug': '4', 608 silly install resolved '@types/node': '^12.12.11', 608 silly install resolved '@typescript-eslint/eslint-plugin': '1.6.0', 608 silly install resolved '@typescript-eslint/parser': '1.1.0', 608 silly install resolved eslint: '5.16.0', 608 silly install resolved 'eslint-config-airbnb': '17.1.0', 608 silly install resolved 'eslint-config-prettier': '4.1.0', 608 silly install resolved 'eslint-import-resolver-typescript': '1.1.1', 608 silly install resolved 'eslint-plugin-import': '2.16.0', 608 silly install resolved 'eslint-plugin-jsx-a11y': '6.2.1', 608 silly install resolved 'eslint-plugin-react': '7.12.4', 608 silly install resolved mocha: '^6.2.2', 608 silly install resolved proxy: '1', 608 silly install resolved rimraf: '^3.0.0', 608 silly install resolved typescript: '^3.5.3' }, 608 silly install resolved engines: { node: '>= 6' }, 608 silly install resolved gitHead: '8fdb1a5dd6a124951db39cb33f2438a89e0bb027', 608 silly install resolved homepage: 'https://github.com/TooTallNate/node-https-proxy-agent#readme', 608 silly install resolved _id: 'https-proxy-agent@5.0.0', 608 silly install resolved _nodeVersion: '12.15.0', 608 silly install resolved _npmVersion: '6.13.7', 608 silly install resolved dist: 608 silly install resolved { integrity: 'sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==', 608 silly install resolved shasum: 'e2a90542abb68a762e0a0850f6c9edadfd8506b2', 608 silly install resolved tarball: 'https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz', 608 silly install resolved fileCount: 11, 608 silly install resolved unpackedSize: 26174, 608 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePcVWCRA9TVsSAnZWagAAlhYP/2AhfWu/0x96L5N3efav\nPCJ5cfcdx/WO0DzVCqM5dQyPS20KqXRfLFLJyzquskacdp7qwYtqkW0nM2cr\norgNpxpkCcCpFQIW9AqebEYlToJJFp1Qhqc8M9fNK7IKwnxQAIrjs60gwxhZ\nF93c2Fhr/q8K55ew4up/twLkgtxAQTOC/3Jkkmkubk5gZqgBzL4BXkj/bUED\n2kGEZLEJmRxURMbvnRabf6LIpB06srCl+vl0N410pYOygDOia+AsVTgmr89d\nv8fkFKtfNEwJDtD1vTlDRtpl/3CIxE4pyg5O9WyxKTXhYISOFlIqZjd551tY\nKPnAynDsPv1WnqPAj4QRzfyl5Q5kUpgFZ9GKTNxDmyRlwUzpx+LaB0QhD5FL\nHyGL3TfEEU/3wzvUrmHfJq+MROH4xMHuqKdFk0OeTD3kMczGc8WQm/XV3QFV\npvi+mV+E82gAF6U0ULTkKZtvLXWFdS/0SX6sWuTsg9TLjM2vmq3J8RYhDENc\nfYnrQBfuereNA5azHvSR8utTbeM5no/UWIDQbOTabn+El37QT1O33TmTQ/vb\nMpbS6VfPYY6lW/xcptWKgDbLmt7BZxR8JzKCcmxtP7IvDDpr5BHDOqB/hlet\nzb0Mx8Zd5YVSS48bEn+ljAbo5ParxI4PnVRf0uJAQFU7jr8oeC+bTlRONCwf\nf45j\r\n=erXH\r\n-----END PGP SIGNATURE-----\r\n' }, 608 silly install resolved maintainers: [ [Object] ], 608 silly install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' }, 608 silly install resolved directories: {}, 608 silly install resolved _npmOperationalInternal: 608 silly install resolved { host: 's3://npm-registry-packages', 608 silly install resolved tmp: 'tmp/https-proxy-agent_5.0.0_1581106518210_0.20402709357454718' }, 608 silly install resolved _hasShrinkwrap: false, 608 silly install resolved _shasum: 'e2a90542abb68a762e0a0850f6c9edadfd8506b2', 608 silly install resolved _resolved: 'https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz', 608 silly install resolved _from: 'https-proxy-agent@>=5.0.0 <6.0.0', 608 silly install resolved readme: 'ERROR: No README data found!' }, 608 silly install resolved { name: 'make-dir', 608 silly install resolved version: '3.1.0', 608 silly install resolved description: 'Make a directory and its parents if needed - Think `mkdir -p`', 608 silly install resolved license: 'MIT', 608 silly install resolved repository: 608 silly install resolved { type: 'git', 608 silly install resolved url: 'git+https://github.com/sindresorhus/make-dir.git' }, 608 silly install resolved funding: 'https://github.com/sponsors/sindresorhus', 608 silly install resolved author: 608 silly install resolved { name: 'Sindre Sorhus', 608 silly install resolved email: 'sindresorhus@gmail.com', 608 silly install resolved url: 'sindresorhus.com' }, 608 silly install resolved engines: { node: '>=8' }, 608 silly install resolved scripts: { test: 'xo && nyc ava && tsd' }, 608 silly install resolved keywords: 608 silly install resolved [ 'mkdir', 608 silly install resolved 'mkdirp', 608 silly install resolved 'make', 608 silly install resolved 'directories', 608 silly install resolved 'dir', 608 silly install resolved 'dirs', 608 silly install resolved 'folders', 608 silly install resolved 'directory', 608 silly install resolved 'folder', 608 silly install resolved 'path', 608 silly install resolved 'parent', 608 silly install resolved 'parents', 608 silly install resolved 'intermediate', 608 silly install resolved 'recursively', 608 silly install resolved 'recursive', 608 silly install resolved 'create', 608 silly install resolved 'fs', 608 silly install resolved 'filesystem', 608 silly install resolved 'file-system' ], 608 silly install resolved dependencies: { semver: '^6.0.0' }, 608 silly install resolved devDependencies: 608 silly install resolved { '@types/graceful-fs': '^4.1.3', 608 silly install resolved '@types/node': '^13.7.1', 608 silly install resolved ava: '^1.4.0', 608 silly install resolved codecov: '^3.2.0', 608 silly install resolved 'graceful-fs': '^4.1.15', 608 silly install resolved nyc: '^15.0.0', 608 silly install resolved 'path-type': '^4.0.0', 608 silly install resolved tempy: '^0.2.1', 608 silly install resolved tsd: '^0.11.0', 608 silly install resolved xo: '^0.25.4' }, 608 silly install resolved gitHead: '6d029fe1f75f1a02fcdd7a67f34eadf0941a424f', 608 silly install resolved bugs: { url: 'https://github.com/sindresorhus/make-dir/issues' }, 608 silly install resolved homepage: 'https://github.com/sindresorhus/make-dir#readme', 608 silly install resolved _id: 'make-dir@3.1.0', 608 silly install resolved _nodeVersion: '10.19.0', 608 silly install resolved _npmVersion: '6.13.4', 608 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 608 silly install resolved dist: 608 silly install resolved { integrity: 'sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==', 608 silly install resolved shasum: '415e967046b3a7f1d185277d84aa58203726a13f', 608 silly install resolved tarball: 'https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz', 608 silly install resolved fileCount: 5, 608 silly install resolved unpackedSize: 10042, 608 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoFvCCRA9TVsSAnZWagAAVCYP/0j1ONZQFX627tOCtOD5\nsUTka6qnxnPel+6e7jvtfn7mjvJlZumRFKaxnxCzIjbPmPxpQhgosaqR1dVb\nqDBK4EcJ81WzhxNUC0sahu/HvmHuXdgmyzuHcwRbWJ14QJiPjml5pV1eBY8r\njIJ+fyCSUj5qtCpJu1snM1ZeOoUH2hEU1wMPAS+SsUmlMqdzVWH7am6UdNCT\nAuaLJPIPuzPBfvPPkf/8VyrLY4OFap1PMKYi9K+FYOqUxidLJX8s6bFskHBN\nydaF5LUjLgY4U5A6Eg57iQDhWKAyi/3hGRC3828QLFkk2vSXhX/3MpblRCUG\nwECzHwTcXKJEgMK3olFHvG7FldHxAlhlL6IvZFNUe7YADCnLYrALdJNK7sak\nt+13YXEQtSrKpp4ZRcfjHcUjhHZnNSmD7rH2oKMUgT+QLpCLn40iZWQBWWJQ\nYpnOKKncCqzFJC6CtoXgcS4yyt4075EoRuYC4dBg6q4tFiarpSEK6Pm75pkR\nZSoNYt2dNzeZ4TjfnRYgS3mOFNm4keK2BtkOaCREGaelzRSqYapUmykoA///\nJ1BVOKqtAgPV1W73s4DiBgV95bUujSQBdv3lvB4jev3fayiwWj1zvtN94yfF\nLHBun2y39cPLRfGDBql/jYUspLzorM03seQz6JklDI1+8oJoz52gwAMjKVV6\nJ28Q\r\n=CY0M\r\n-----END PGP SIGNATURE-----\r\n' }, 608 silly install resolved maintainers: [ [Object] ], 608 silly install resolved directories: {}, 608 silly install resolved _npmOperationalInternal: 608 silly install resolved { host: 's3://npm-registry-packages', 608 silly install resolved tmp: 'tmp/make-dir_3.1.0_1587567554383_0.7728968177603428' }, 608 silly install resolved _hasShrinkwrap: false, 608 silly install resolved _shasum: '415e967046b3a7f1d185277d84aa58203726a13f', 608 silly install resolved _resolved: 'https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz', 608 silly install resolved _from: 'make-dir@>=3.1.0 <4.0.0', 608 silly install resolved readme: 'ERROR: No README data found!' }, 608 silly install resolved { name: 'rimraf', 608 silly install resolved version: '3.0.2', 608 silly install resolved main: 'rimraf.js', 608 silly install resolved description: 'A deep deletion module for node (like `rm -rf`)', 608 silly install resolved author: 608 silly install resolved { name: 'Isaac Z. Schlueter', 608 silly install resolved email: 'i@izs.me', 608 silly install resolved url: 'http://blog.izs.me/' }, 608 silly install resolved license: 'ISC', 608 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/rimraf.git' }, 608 silly install resolved scripts: 608 silly install resolved { preversion: 'npm test', 608 silly install resolved postversion: 'npm publish', 608 silly install resolved postpublish: 'git push origin --follow-tags', 608 silly install resolved test: 'tap test/*.js' }, 608 silly install resolved bin: { rimraf: 'bin.js' }, 608 silly install resolved dependencies: { glob: '^7.1.3' }, 608 silly install resolved devDependencies: { mkdirp: '^0.5.1', tap: '^12.1.1' }, 608 silly install resolved funding: { url: 'https://github.com/sponsors/isaacs' }, 608 silly install resolved gitHead: '8c10fb8d685d5cc35708e0ffc4dac9ec5dd5b444', 608 silly install resolved bugs: { url: 'https://github.com/isaacs/rimraf/issues' }, 608 silly install resolved homepage: 'https://github.com/isaacs/rimraf#readme', 608 silly install resolved _id: 'rimraf@3.0.2', 608 silly install resolved _nodeVersion: '13.7.0', 608 silly install resolved _npmVersion: '6.13.7', 608 silly install resolved dist: 608 silly install resolved { integrity: 'sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==', 608 silly install resolved shasum: 'f1a5402ba6220ad52cc1282bac1ae3aa49fd061a', 608 silly install resolved tarball: 'https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz', 608 silly install resolved fileCount: 6, 608 silly install resolved unpackedSize: 17327, 608 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeP6Q9CRA9TVsSAnZWagAAI3sQAJ+O4IVQxGxV4RX6G/CD\nWoVT0M6gXW1Tcs6TZ0rsbVMxJr+kDmRljThYNkrHQm01zuPXWhjNzvc2sYOD\nxsQa7w+qQEOjYvTQOb/jvcaYYNoJFfDgGjzppim4absTIllXQtIJr7/6gme1\ndye+J89fOKOoeACAgyKsAWABOn7pf6ET3OTDVV0cEHmyM3dAJlI4MfotCQl9\n7VPvG/eOGiywmCCiWLpBqRhOwnDsghnq5W/jWF4Eo4HvJm6WBEAxPPbG5YgI\nfzwdaKdk+zUsDKT3YZ8bY/KybdEB33dRcRlM5p4KTVcZx5lskl/VDo0aQPMT\nKIaYksuAxvonG4eb9j9Kd2U3CizBOWc7jUubQ6l/iZlL9k15AFKXhYvBe559\nulA9oxEVGFYL6S2YMET5cwz65WPiczOAuZiswXE+vl3LvRiDnQ33AHFkUERR\nfKODlWeZB3ym0ynTQT63QHVHsSvlMlQAn9LLz/94k37HD+H1Vnm9F2zOfM1m\nny0efijWMbLADC9lh+uQ90J4UrR6dJ/g1RegJulDBtTn5IsOZh5tAPKpJRfr\nLucpwvTmIWPjAyGr7KnTbaxmPR+dAsVAmQT6ySSNhc9hhHIJ/42+a1mhBpmx\nGgM13dNVxap29i0yMUng2WCpumVChdy8WFusWI+Fx10bc+AOKLklY3VpXDzF\nL7aY\r\n=SDBC\r\n-----END PGP SIGNATURE-----\r\n' }, 608 silly install resolved maintainers: [ [Object] ], 608 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 608 silly install resolved directories: {}, 608 silly install resolved _npmOperationalInternal: 608 silly install resolved { host: 's3://npm-registry-packages', 608 silly install resolved tmp: 'tmp/rimraf_3.0.2_1581229117362_0.43146474897774256' }, 608 silly install resolved _hasShrinkwrap: false, 608 silly install resolved _shasum: 'f1a5402ba6220ad52cc1282bac1ae3aa49fd061a', 608 silly install resolved _resolved: 'https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz', 608 silly install resolved _from: 'rimraf@>=3.0.2 <4.0.0', 608 silly install resolved readme: 'ERROR: No README data found!' }, 608 silly install resolved { name: 'nopt', 608 silly install resolved version: '5.0.0', 608 silly install resolved description: 'Option parsing for Node, supporting types, shorthands, etc. Used by npm.', 608 silly install resolved author: 608 silly install resolved { name: 'Isaac Z. Schlueter', 608 silly install resolved email: 'i@izs.me', 608 silly install resolved url: 'http://blog.izs.me/' }, 608 silly install resolved main: 'lib/nopt.js', 608 silly install resolved scripts: 608 silly install resolved { preversion: 'npm test', 608 silly install resolved postversion: 'npm publish', 608 silly install resolved prepublishOnly: 'git push origin --follow-tags', 608 silly install resolved test: 'tap test/*.js' }, 608 silly install resolved repository: { type: 'git', url: 'git+https://github.com/npm/nopt.git' }, 608 silly install resolved bin: { nopt: 'bin/nopt.js' }, 608 silly install resolved license: 'ISC', 608 silly install resolved dependencies: { abbrev: '1' }, 608 silly install resolved devDependencies: { tap: '^14.10.6' }, 608 silly install resolved engines: { node: '>=6' }, 608 silly install resolved gitHead: 'fee9d25fb8518cf202eb0bbdfa6e1c516ee8dff7', 608 silly install resolved bugs: { url: 'https://github.com/npm/nopt/issues' }, 608 silly install resolved homepage: 'https://github.com/npm/nopt#readme', 608 silly install resolved _id: 'nopt@5.0.0', 608 silly install resolved _nodeVersion: '14.8.0', 608 silly install resolved _npmVersion: '7.0.0-beta.4', 608 silly install resolved dist: 608 silly install resolved { integrity: 'sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==', 608 silly install resolved shasum: '530942bb58a512fccafe53fe210f13a25355dc88', 608 silly install resolved tarball: 'https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz', 608 silly install resolved fileCount: 6, 608 silly install resolved unpackedSize: 25840, 608 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOjqHCRA9TVsSAnZWagAAru4P/1cRNObNIaZrhtlfAP2C\nPbMyT2IzO5MPiIvZyBvf3jW2JMzlEwKq9g5vLnA3ZdpYhtxVsr9SmKMj91RW\npmzbDYAIZpivc6bYpyMwOEMk+99/KI3+tLXpvkGmoahgFHAmUBZQOCpzgtks\nktksdHPMhQvj0BkEreVOO/+mTJl1MI/QmpR2XeikCMcsLnha89TcceCFL7St\nH1zYAX6RfhuScPQ6rv/3f88SN4iui2mTfDOvkgADr/1Ru9lfZWdV+XMAJxr8\n+Sih4rBrTcB9BLg8rjl5YQYpQdhICW3A+7D/4hWNHVPjBC5wxgZGwlshoi9k\nNXcnfQ3/OBa0WknJwvQnM0G9za+nV1jIa9cCUt7Q8o8ua0MOYuVXlSAkgH2o\n67uwmhBneWRmw4/T1liCbZVVnX+sKbHewmTjz8tk4Y1QGOdYBVaMxf4uxrC1\n9PYkU6eGleyMdaohz4E1Os6+X78glhdOk5nAJGRpSVksnZFafYcA8y0kGyGh\nm7kD3nXhS2KgZ+mBBl9w/i7j9nYtFWIRawAjrD8nEOde0he/QLt9uq+m6q9u\nsJBLMbY3JebKMy00jtEQ+BVLrm9SIho/84EqTvyxTSX3O9a4nStZA3rkT1Ea\n8hjSyAXj2fpFslc0+YBqPYUCAhGcZB8FUY+2NEgYw0TztMsIQnCFl3eliipl\nUfFu\r\n=CtCh\r\n-----END PGP SIGNATURE-----\r\n' }, 608 silly install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object], [Object] ], 608 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 608 silly install resolved directories: {}, 608 silly install resolved _npmOperationalInternal: 608 silly install resolved { host: 's3://npm-registry-packages', 608 silly install resolved tmp: 'tmp/nopt_5.0.0_1597651591432_0.3563498258220257' }, 608 silly install resolved _hasShrinkwrap: false, 608 silly install resolved _shasum: '530942bb58a512fccafe53fe210f13a25355dc88', 608 silly install resolved _resolved: 'https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz', 608 silly install resolved _from: 'nopt@>=5.0.0 <6.0.0', 608 silly install resolved readme: 'ERROR: No README data found!' }, 608 silly install resolved { author: 608 silly install resolved { name: 'Isaac Z. Schlueter', 608 silly install resolved email: 'i@izs.me', 608 silly install resolved url: 'http://blog.izs.me/' }, 608 silly install resolved name: 'npmlog', 608 silly install resolved description: 'logger for npm', 608 silly install resolved version: '4.1.2', 608 silly install resolved repository: { type: 'git', url: 'git+https://github.com/npm/npmlog.git' }, 608 silly install resolved main: 'log.js', 608 silly install resolved files: [ 'log.js' ], 608 silly install resolved scripts: { test: 'standard && tap test/*.js' }, 608 silly install resolved dependencies: 608 silly install resolved { 'are-we-there-yet': '~1.1.2', 608 silly install resolved 'console-control-strings': '~1.1.0', 608 silly install resolved gauge: '~2.7.3', 608 silly install resolved 'set-blocking': '~2.0.0' }, 608 silly install resolved devDependencies: { standard: '~7.1.2', tap: '~5.7.3' }, 608 silly install resolved license: 'ISC', 608 silly install resolved gitHead: 'f7f9516d35b873c4e45b1aaeb78cff4e43b72c31', 608 silly install resolved bugs: { url: 'https://github.com/npm/npmlog/issues' }, 608 silly install resolved homepage: 'https://github.com/npm/npmlog#readme', 608 silly install resolved _id: 'npmlog@4.1.2', 608 silly install resolved _npmVersion: '5.0.4', 608 silly install resolved _nodeVersion: '8.1.0', 608 silly install resolved _npmUser: { name: 'iarna', email: 'me@re-becca.org' }, 608 silly install resolved dist: 608 silly install resolved { integrity: 'sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==', 608 silly install resolved shasum: '08a7f2a8bf734604779a9efa4ad5cc717abb954b', 608 silly install resolved tarball: 'https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz' }, 608 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ], 608 silly install resolved _npmOperationalInternal: 608 silly install resolved { host: 's3://npm-registry-packages', 608 silly install resolved tmp: 'tmp/npmlog-4.1.2.tgz_1498519394438_0.33615764300338924' }, 608 silly install resolved directories: {}, 608 silly install resolved _shasum: '08a7f2a8bf734604779a9efa4ad5cc717abb954b', 608 silly install resolved _resolved: 'https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz', 608 silly install resolved _from: 'npmlog@>=4.1.2 <5.0.0', 608 silly install resolved readme: 'ERROR: No README data found!' }, 608 silly install resolved { name: 'semver', 608 silly install resolved version: '7.3.5', 608 silly install resolved description: 'The semantic version parser used by npm.', 608 silly install resolved main: 'index.js', 608 silly install resolved scripts: 608 silly install resolved { test: 'tap', 608 silly install resolved snap: 'tap', 608 silly install resolved preversion: 'npm test', 608 silly install resolved postversion: 'npm publish', 608 silly install resolved postpublish: 'git push origin --follow-tags' }, 608 silly install resolved devDependencies: { tap: '^14.10.7' }, 608 silly install resolved license: 'ISC', 608 silly install resolved repository: 608 silly install resolved { type: 'git', 608 silly install resolved url: 'git+https://github.com/npm/node-semver.git' }, 608 silly install resolved bin: { semver: 'bin/semver.js' }, 608 silly install resolved tap: { 'check-coverage': true, 'coverage-map': 'map.js' }, 608 silly install resolved engines: { node: '>=10' }, 608 silly install resolved dependencies: { 'lru-cache': '^6.0.0' }, 608 silly install resolved gitHead: 'e79ac3a450e8bb504e78b8159e3efc70895699b8', 608 silly install resolved bugs: { url: 'https://github.com/npm/node-semver/issues' }, 608 silly install resolved homepage: 'https://github.com/npm/node-semver#readme', 608 silly install resolved _id: 'semver@7.3.5', 608 silly install resolved _nodeVersion: '15.3.0', 608 silly install resolved _npmVersion: '7.6.3', 608 silly install resolved dist: 608 silly install resolved { integrity: 'sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==', 608 silly install resolved shasum: '0b621c879348d8998e4b0e4be94b3f12e6018ef7', 608 silly install resolved tarball: 'https://registry.npmjs.org/semver/-/semver-7.3.5.tgz', 608 silly install resolved fileCount: 52, 608 silly install resolved unpackedSize: 88244, 608 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWUZxCRA9TVsSAnZWagAAKCcP/2yi0PxM+y/lOwz+p5MM\nin3w++rvLrBbsPGqHexm1BeOdxJc3lieiblulisCazfy2r/e/3LAlO5f12UL\n2Ed0VLBTGRAVg69uSAv6xwXVhHNUFIg5HPe6/+czbnW2hAL5Nzp6K+YlVVg0\nzAZYoqGzmOLrS6r8+G6Au2jCv+BkmsWfTGkGK8QG9J6GUEBwNOInThEYY+JL\noRpdx0PoWXUNXBQVHmiNB1SvZEnVhorERdQpk4rLn37LrhbcphIvhd6exBwm\n7TqxrwZdXYkQfTwSGdiYofidzDX8G3J7V8aby/PN7gmAarXegpmdJK+npmFS\nzQJnp1KpnB3cR/5kfD6F6MTNlBO8lcYPO4eh48gnTU44BAKww3zsToJw3GCH\ny7H51qKSeVpUgdM2BBhBJZs+J6OUXJfU22hcHxIDGU5E7NQJioDsLUZFHRQV\neP0yo+9L4Ct/N0YH7iPUpyWinyd2zjhLb8QNSC/lUkf+zcvuHUBY+DGu8QTu\nqwgp1WDRd/ypDt2s5LPgClDmL0cB+pkHnZMGWFRJoOQYf0JwDpWIqKP6mNXq\n6bEzgdZ9OHU76PHX55QlF3eyKD7N5DAHbW2/cErzzmDXKkeoDTne83hMIqfF\nXv6Q9Z5U9fiF39gsoZR26owNQ0qlzaDbjlN8hGpNq/fwjzTFafu7QJ13ha6q\n3kTc\r\n=2ZLt\r\n-----END PGP SIGNATURE-----\r\n' }, 608 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 608 silly install resolved directories: {}, 608 silly install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object] ], 608 silly install resolved _npmOperationalInternal: 608 silly install resolved { host: 's3://npm-registry-packages', 608 silly install resolved tmp: 'tmp/semver_7.3.5_1616463472660_0.6244304507667418' }, 608 silly install resolved _hasShrinkwrap: false, 608 silly install resolved _shasum: '0b621c879348d8998e4b0e4be94b3f12e6018ef7', 608 silly install resolved _resolved: 'https://registry.npmjs.org/semver/-/semver-7.3.5.tgz', 608 silly install resolved _from: 'semver@>=7.3.4 <8.0.0', 608 silly install resolved readme: 'ERROR: No README data found!' }, 608 silly install resolved { author: 608 silly install resolved { name: 'Isaac Z. Schlueter', 608 silly install resolved email: 'i@izs.me', 608 silly install resolved url: 'http://blog.izs.me/' }, 608 silly install resolved name: 'tar', 608 silly install resolved description: 'tar for node', 608 silly install resolved version: '6.1.11', 608 silly install resolved repository: { type: 'git', url: 'git+https://github.com/npm/node-tar.git' }, 608 silly install resolved scripts: 608 silly install resolved { 'test:posix': 'tap', 608 silly install resolved 'test:win32': 'tap --lines=98 --branches=98 --statements=98 --functions=98', 608 silly install resolved test: 'node test/fixtures/test.js', 608 silly install resolved posttest: 'npm run lint', 608 silly install resolved eslint: 'eslint', 608 silly install resolved lint: 'npm run eslint -- test lib', 608 silly install resolved lintfix: 'npm run lint -- --fix', 608 silly install resolved preversion: 'npm test', 608 silly install resolved postversion: 'npm publish', 608 silly install resolved prepublishOnly: 'git push origin --follow-tags', 608 silly install resolved genparse: 'node scripts/generate-parse-fixtures.js', 608 silly install resolved bench: 'for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done' }, 608 silly install resolved dependencies: 608 silly install resolved { chownr: '^2.0.0', 608 silly install resolved 'fs-minipass': '^2.0.0', 608 silly install resolved minipass: '^3.0.0', 608 silly install resolved minizlib: '^2.1.1', 608 silly install resolved mkdirp: '^1.0.3', 608 silly install resolved yallist: '^4.0.0' }, 608 silly install resolved devDependencies: 608 silly install resolved { chmodr: '^1.2.0', 608 silly install resolved 'end-of-stream': '^1.4.3', 608 silly install resolved eslint: '^7.17.0', 608 silly install resolved 'eslint-plugin-import': '^2.22.1', 608 silly install resolved 'eslint-plugin-node': '^11.1.0', 608 silly install resolved 'eslint-plugin-promise': '^4.2.1', 608 silly install resolved 'eslint-plugin-standard': '^5.0.0', 608 silly install resolved 'events-to-array': '^1.1.2', 608 silly install resolved 'mutate-fs': '^2.1.1', 608 silly install resolved rimraf: '^2.7.1', 608 silly install resolved tap: '^15.0.9', 608 silly install resolved 'tar-fs': '^1.16.3', 608 silly install resolved 'tar-stream': '^1.6.2' }, 608 silly install resolved license: 'ISC', 608 silly install resolved engines: { node: '>= 10' }, 608 silly install resolved tap: { 'coverage-map': 'map.js', 'check-coverage': true }, 608 silly install resolved gitHead: 'e573aeea19d4d650908b7f6bf0a1ad8dce9f1736', 608 silly install resolved bugs: { url: 'https://github.com/npm/node-tar/issues' }, 608 silly install resolved homepage: 'https://github.com/npm/node-tar#readme', 608 silly install resolved _id: 'tar@6.1.11', 608 silly install resolved _nodeVersion: '16.5.0', 608 silly install resolved _npmVersion: '7.20.6', 608 silly install resolved dist: 608 silly install resolved { integrity: 'sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==', 608 silly install resolved shasum: '6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621', 608 silly install resolved tarball: 'https://registry.npmjs.org/tar/-/tar-6.1.11.tgz', 608 silly install resolved fileCount: 29, 608 silly install resolved unpackedSize: 160662, 608 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJ75NCRA9TVsSAnZWagAA4J8QAIlhw88gXI9mAI1j3RZD\n5/wkSdtwfndUlO+f9xb7aaZTrcztXM5gof2mrnq+BhN4sJUFulxoLWhVcwNp\nGNYAh5RRfRkzpOBAlnvxdYumd7puIsnIBIt/FrNNrDSok2iDYMlOu/t8BEHE\n2oARDdjieLtTMjoFQt7fnJ1Aim4yEuZRv4OPA6G68oUJl3fOUM8qLhXMXHL6\naIOz+njpfBUcZ5tp6nTLt5kD+NJKI34NSAJ0VDSQ+kX00goZB9AHiQrTRb/d\nTbue3dwwCq4IWo4KuThdAG9J4CTNcwnUr+4L4yQZG1epuPgZcWfjyvW05l6X\nn/gNPgsTgCmaK8/3SzUSZ7meXEMXiev75Jeuope4GDnM9sLsXRL9BWIVR4xJ\niuxrwNwupSDhsUFvklm8y+yjJRnlbcq/h3peMtrREUVeb/kJVLpnQ8ruWL0d\nziNhPa81TecohqlKla6ZdenSCvKenk0CopDde4CcA0xO6eze62lM+FkSI9y8\n5JgCy0h2EdryYMaZcM2QPVFjXtzzxFEE23Mw4Npmez6L4XVwarCLfSFN8ZTc\n/8XFXlaJdHTjei64v9AI9Hlsi4OGETCpklPXaieTXKimgi1stGgII3xLp/8J\n9cQ0QPjIkSPET5wxPEEng6vsPYzZx4/3iVEy4x3VTj4372qOdzWyopAbAJ/m\nam/9\r\n=fPEP\r\n-----END PGP SIGNATURE-----\r\n' }, 608 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 608 silly install resolved directories: {}, 608 silly install resolved maintainers: 608 silly install resolved [ [Object], 608 silly install resolved [Object], 608 silly install resolved [Object], 608 silly install resolved [Object], 608 silly install resolved [Object], 608 silly install resolved [Object], 608 silly install resolved [Object] ], 608 silly install resolved _npmOperationalInternal: 608 silly install resolved { host: 's3://npm-registry-packages', 608 silly install resolved tmp: 'tmp/tar_6.1.11_1629994573123_0.2986815842736079' }, 608 silly install resolved _hasShrinkwrap: false, 608 silly install resolved _shasum: '6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621', 608 silly install resolved _resolved: 'https://registry.npmjs.org/tar/-/tar-6.1.11.tgz', 608 silly install resolved _from: 'tar@>=6.1.0 <7.0.0' }, 608 silly install resolved { name: 'node-fetch', 608 silly install resolved version: '2.6.5', 608 silly install resolved description: 'A light-weight module that brings window.fetch to node.js', 608 silly install resolved main: 'lib/index.js', 608 silly install resolved browser: './browser.js', 608 silly install resolved module: 'lib/index.mjs', 608 silly install resolved engines: { node: '4.x || >=6.0.0' }, 608 silly install resolved scripts: 608 silly install resolved { build: 'cross-env BABEL_ENV=rollup rollup -c', 608 silly install resolved prepare: 'npm run build', 608 silly install resolved test: 'cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js', 608 silly install resolved report: 'cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js', 608 silly install resolved coverage: 'cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json' }, 608 silly install resolved repository: 608 silly install resolved { type: 'git', 608 silly install resolved url: 'git+https://github.com/bitinn/node-fetch.git' }, 608 silly install resolved keywords: [ 'fetch', 'http', 'promise' ], 608 silly install resolved author: { name: 'David Frank' }, 608 silly install resolved license: 'MIT', 608 silly install resolved bugs: { url: 'https://github.com/bitinn/node-fetch/issues' }, 608 silly install resolved homepage: 'https://github.com/bitinn/node-fetch', 608 silly install resolved dependencies: { 'whatwg-url': '^5.0.0' }, 608 silly install resolved devDependencies: 608 silly install resolved { '@ungap/url-search-params': '^0.1.2', 608 silly install resolved 'abort-controller': '^1.1.0', 608 silly install resolved 'abortcontroller-polyfill': '^1.3.0', 608 silly install resolved 'babel-core': '^6.26.3', 608 silly install resolved 'babel-plugin-istanbul': '^4.1.6', 608 silly install resolved 'babel-preset-env': '^1.6.1', 608 silly install resolved 'babel-register': '^6.16.3', 608 silly install resolved chai: '^3.5.0', 608 silly install resolved 'chai-as-promised': '^7.1.1', 608 silly install resolved 'chai-iterator': '^1.1.1', 608 silly install resolved 'chai-string': '~1.3.0', 608 silly install resolved codecov: '3.3.0', 608 silly install resolved 'cross-env': '^5.2.0', 608 silly install resolved 'form-data': '^2.3.3', 608 silly install resolved 'is-builtin-module': '^1.0.0', 608 silly install resolved mocha: '^5.0.0', 608 silly install resolved nyc: '11.9.0', 608 silly install resolved parted: '^0.1.1', 608 silly install resolved promise: '^8.0.3', 608 silly install resolved resumer: '0.0.0', 608 silly install resolved rollup: '^0.63.4', 608 silly install resolved 'rollup-plugin-babel': '^3.0.7', 608 silly install resolved 'string-to-arraybuffer': '^1.0.2', 608 silly install resolved 'teeny-request': '3.7.0' }, 608 silly install resolved readme: 'node-fetch\n==========\n\n[![npm version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![coverage status][codecov-image]][codecov-url]\n[![install size][install-size-image]][install-size-url]\n[![Discord][discord-image]][discord-url]\n\nA light-weight module that brings `window.fetch` to Node.js\n\n(We are looking for [v2 maintainers and collaborators](https://github.com/bitinn/node-fetch/issues/567))\n\n[![Backers][opencollective-image]][opencollective-url]\n\n\n\n- [Motivation](#motivation)\n- [Features](#features)\n- [Difference from client-side fetch](#difference-from-client-side-fetch)\n- [Installation](#installation)\n- [Loading and configuring the module](#loading-and-configuring-the-module)\n- [Common Usage](#common-usage)\n - [Plain text or HTML](#plain-text-or-html)\n - [JSON](#json)\n - [Simple Post](#simple-post)\n - [Post with JSON](#post-with-json)\n - [Post with form parameters](#post-with-form-parameters)\n - [Handling exceptions](#handling-exceptions)\n - [Handling client and server errors](#handling-client-and-server-errors)\n- [Advanced Usage](#advanced-usage)\n - [Streams](#streams)\n - [Buffer](#buffer)\n - [Accessing Headers and other Meta data](#accessing-headers-and-other-meta-data)\n - [Extract Set-Cookie Header](#extract-set-cookie-header)\n - [Post data using a file stream](#post-data-using-a-file-stream)\n - [Post with form-data (detect multipart)](#post-with-form-data-detect-multipart)\n - [Request cancellation with AbortSignal](#request-cancellation-with-abortsignal)\n- [API](#api)\n - [fetch(url[, options])](#fetchurl-options)\n - [Options](#options)\n - [Class: Request](#class-request)\n - [Class: Response](#class-response)\n - [Class: Headers](#class-headers)\n - [Interface: Body](#interface-body)\n - [Class: FetchError](#class-fetcherror)\n- [License](#license)\n- [Acknowledgement](#acknowledgement)\n\n\n\n## Motivation\n\nInstead of implementing `XMLHttpRequest` in Node.js to run browser-specific [Fetch polyfill](https://github.com/github/fetch), why not go from native `http` to `fetch` API directly? Hence, `node-fetch`, minimal code for a `window.fetch` compatible API on Node.js runtime.\n\nSee Matt Andrews\' [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) or Leonardo Quixada\'s [cross-fetch](https://github.com/lquixada/cross-fetch) for isomorphic usage (exports `node-fetch` for server-side, `whatwg-fetch` for client-side).\n\n## Features\n\n- Stay consistent with `window.fetch` API.\n- Make conscious trade-off when following [WHATWG fetch spec][whatwg-fetch] and [stream spec](https://streams.spec.whatwg.org/) implementation details, document known differences.\n- Use native promise but allow substituting it with [insert your favorite promise library].\n- Use native Node streams for body on both request and response.\n- Decode content encoding (gzip/deflate) properly and convert string output (such as `res.text()` and `res.json()`) to UTF-8 automatically.\n- Useful extensions such as timeout, redirect limit, response size limit, [explicit errors](ERROR-HANDLING.md) for troubleshooting.\n\n## Difference from client-side fetch\n\n- See [Known Differences](LIMITS.md) for details.\n- If you happen to use a missing feature that `window.fetch` offers, feel free to open an issue.\n- Pull requests are welcomed too!\n\n## Installation\n\nCurrent stable release (`2.x`)\n\n```sh\n$ npm install node-fetch\n```\n\n## Loading and configuring the module\nWe suggest you load the module via `require` until the stabilization of ES modules in node:\n```js\nconst fetch = require(\'node-fetch\');\n```\n\nIf you are using a Promise library other than native, set it through `fetch.Promise`:\n```js\nconst Bluebird = require(\'bluebird\');\n\nfetch.Promise = Bluebird;\n```\n\n## Common Usage\n\nNOTE: The documentation below is up-to-date with `2.x` releases; see the [`1.x` readme](https://github.com/bitinn/node-fetch/blob/1.x/README.md), [changelog](https://github.com/bitinn/node-fetch/blob/1.x/CHANGELOG.md) and [2.x upgrade guide](UPGRADE-GUIDE.md) for the differences.\n\n#### Plain text or HTML\n```js\nfetch(\'https://github.com/\')\n .then(res => res.text())\n .then(body => console.log(body));\n```\n\n#### JSON\n\n```js\n\nfetch(\'https://api.github.com/users/github\')\n .then(res => res.json())\n .then(json => console.log(json));\n```\n\n#### Simple Post\n```js\nfetch(\'https://httpbin.org/post\', { method: \'POST\', body: \'a=1\' })\n .then(res => res.json()) // expecting a json response\n .then(json => console.log(json));\n```\n\n#### Post with JSON\n\n```js\nconst body = { a: 1 };\n\nfetch(\'https://httpbin.org/post\', {\n method: \'post\',\n body: JSON.stringify(body),\n headers: { \'Content-Type\': \'application/json\' },\n })\n .then(res => res.json())\n .then(json => console.log(json));\n```\n\n#### Post with form parameters\n`URLSearchParams` is available in Node.js as of v7.5.0. See [official documentation](https://nodejs.org/api/url.html#url_class_urlsearchparams) for more usage methods.\n\nNOTE: The `Content-Type` header is only set automatically to `x-www-form-urlencoded` when an instance of `URLSearchParams` is given as such:\n\n```js\nconst { URLSearchParams } = require(\'url\');\n\nconst params = new URLSearchParams();\nparams.append(\'a\', 1);\n\nfetch(\'https://httpbin.org/post\', { method: \'POST\', body: params })\n .then(res => res.json())\n .then(json => console.log(json));\n```\n\n#### Handling exceptions\nNOTE: 3xx-5xx responses are *NOT* exceptions and should be handled in `then()`; see the next section for more information.\n\nAdding a catch to the fetch promise chain will catch *all* exceptions, such as errors originating from node core libraries, network errors and operational errors, which are instances of FetchError. See the [error handling document](ERROR-HANDLING.md) for more details.\n\n```js\nfetch(\'https://domain.invalid/\')\n .catch(err => console.error(err));\n```\n\n#### Handling client and server errors\nIt is common to create a helper function to check that the response contains no client (4xx) or server (5xx) error responses:\n\n```js\nfunction checkStatus(res) {\n if (res.ok) { // res.status >= 200 && res.status < 300\n return res;\n } else {\n throw MyCustomError(res.statusText);\n }\n}\n\nfetch(\'https://httpbin.org/status/400\')\n .then(checkStatus)\n .then(res => console.log(\'will not get here...\'))\n```\n\n## Advanced Usage\n\n#### Streams\nThe "Node.js way" is to use streams when possible:\n\n```js\nfetch(\'https://assets-cdn.github.com/images/modules/logos_page/Octocat.png\')\n .then(res => {\n const dest = fs.createWriteStream(\'./octocat.png\');\n res.body.pipe(dest);\n });\n```\n\n#### Buffer\nIf you prefer to cache binary data in full, use buffer(). (NOTE: `buffer()` is a `node-fetch`-only API)\n\n```js\nconst fileType = require(\'file-type\');\n\nfetch(\'https://assets-cdn.github.com/images/modules/logos_page/Octocat.png\')\n .then(res => res.buffer())\n .then(buffer => fileType(buffer))\n .then(type => { /* ... */ });\n```\n\n#### Accessing Headers and other Meta data\n```js\nfetch(\'https://github.com/\')\n .then(res => {\n console.log(res.ok);\n console.log(res.status);\n console.log(res.statusText);\n console.log(res.headers.raw());\n console.log(res.headers.get(\'content-type\'));\n });\n```\n\n#### Extract Set-Cookie Header\n\nUnlike browsers, you can access raw `Set-Cookie` headers manually using `Headers.raw()`. This is a `node-fetch` only API.\n\n```js\nfetch(url).then(res => {\n // returns an array of values, instead of a string of comma-separated values\n console.log(res.headers.raw()[\'set-cookie\']);\n});\n```\n\n#### Post data using a file stream\n\n```js\nconst { createReadStream } = require(\'fs\');\n\nconst stream = createReadStream(\'input.txt\');\n\nfetch(\'https://httpbin.org/post\', { method: \'POST\', body: stream })\n .then(res => res.json())\n .then(json => console.log(json));\n```\n\n#### Post with form-data (detect multipart)\n\n```js\nconst FormData = require(\'form-data\');\n\nconst form = new FormData();\nform.append(\'a\', 1);\n\nfetch(\'https://httpbin.org/post\', { method: \'POST\', body: form })\n .then(res => res.json())\n .then(json => console.log(json));\n\n// OR, using custom headers\n// NOTE: getHeaders() is non-standard API\n\nconst form = new FormData();\nform.append(\'a\', 1);\n\nconst options = {\n method: \'POST\',\n body: form,\n headers: form.getHeaders()\n}\n\nfetch(\'https://httpbin.org/post\', options)\n .then(res => res.json())\n .then(json => console.log(json));\n```\n\n#### Request cancellation with AbortSignal\n\n> NOTE: You may cancel streamed requests only on Node >= v8.0.0\n\nYou may cancel requests with `AbortController`. A suggested implementation is [`abort-controller`](https://www.npmjs.com/package/abort-controller).\n\nAn example of timing out a request after 150ms could be achieved as the following:\n\n```js\nimport AbortController from \'abort-controller\';\n\nconst controller = new AbortController();\nconst timeout = setTimeout(\n () => { controller.abort(); },\n 150,\n);\n\nfetch(url, { signal: controller.signal })\n .then(res => res.json())\n .then(\n data => {\n useData(data)\n },\n err => {\n if (err.name === \'AbortError\') {\n // request was aborted\n }\n },\n )\n .finally(() => {\n clearTimeout(timeout);\n });\n```\n\nSee [test cases](https://github.com/bitinn/node-fetch/blob/master/test/test.js) for more examples.\n\n\n## API\n\n### fetch(url[, options])\n\n- `url` A string representing the URL for fetching\n- `options` [Options](#fetch-options) for the HTTP(S) request\n- Returns: Promise<[Response](#class-response)>\n\nPerform an HTTP(S) fetch.\n\n`url` should be an absolute url, such as `https://example.com/`. A path-relative URL (`/file/under/root`) or protocol-relative URL (`//can-be-http-or-https.com/`) will result in a rejected `Promise`.\n\n\n### Options\n\nThe default values are shown after each option key.\n\n```js\n{\n // These properties are part of the Fetch Standard\n method: \'GET\',\n headers: {}, // request headers. format is the identical to that accepted by the Headers constructor (see below)\n body: null, // request body. can be null, a string, a Buffer, a Blob, or a Node.js Readable stream\n redirect: \'follow\', // set to `manual` to extract redirect headers, `error` to reject redirect\n signal: null, // pass an instance of AbortSignal to optionally abort requests\n\n // The following properties are node-fetch extensions\n follow: 20, // maximum redirect count. 0 to not follow redirect\n timeout: 0, // req/res timeout in ms, it resets on redirect. 0 to disable (OS limit applies). Signal is recommended instead.\n compress: true, // support gzip/deflate content encoding. false to disable\n size: 0, // maximum response body size in bytes. 0 to disable\n agent: null // http(s).Agent instance or function that returns an instance (see below)\n}\n```\n\n##### Default Headers\n\nIf no values are set, the following request headers will be sent automatically:\n\nHeader | Value\n------------------- | --------------------------------------------------------\n`Accept-Encoding` | `gzip,deflate` _(when `options.compress === true`)_\n`Accept` | `*/*`\n`Connection` | `close` _(when no `options.agent` is present)_\n`Content-Length` | _(automatically calculated, if possible)_\n`Transfer-Encoding` | `chunked` _(when `req.body` is a stream)_\n`User-Agent` | `node-fetch/1.0 (+https://github.com/bitinn/node-fetch)`\n\nNote: when `body` is a `Stream`, `Content-Length` is not set automatically.\n\n##### Custom Agent\n\nThe `agent` option allows you to specify networking related options which are out of the scope of Fetch, including and not limited to the following:\n\n- Support self-signed certificate\n- Use only IPv4 or IPv6\n- Custom DNS Lookup\n\nSee [`http.Agent`](https://nodejs.org/api/http.html#http_new_agent_options) for more information.\n\nIn addition, the `agent` option accepts a function that returns `http`(s)`.Agent` instance given current [URL](https://nodejs.org/api/url.html), this is useful during a redirection chain across HTTP and HTTPS protocol.\n\n```js\nconst httpAgent = new http.Agent({\n keepAlive: true\n});\nconst httpsAgent = new https.Agent({\n keepAlive: true\n});\n\nconst options = {\n agent: function (_parsedURL) {\n if (_parsedURL.protocol == \'http:\') {\n return httpAgent;\n } else {\n return httpsAgent;\n }\n }\n}\n```\n\n\n### Class: Request\n\nAn HTTP(S) request containing information about URL, method, headers, and the body. This class implements the [Body](#iface-body) interface.\n\nDue to the nature of Node.js, the following properties are not implemented at this moment:\n\n- `type`\n- `destination`\n- `referrer`\n- `referrerPolicy`\n- `mode`\n- `credentials`\n- `cache`\n- `integrity`\n- `keepalive`\n\nThe following node-fetch extension properties are provided:\n\n- `follow`\n- `compress`\n- `counter`\n- `agent`\n\nSee [options](#fetch-options) for exact meaning of these extensions.\n\n#### new Request(input[, options])\n\n*(spec-compliant)*\n\n- `input` A string representing a URL, or another `Request` (which will be cloned)\n- `options` [Options][#fetch-options] for the HTTP(S) request\n\nConstructs a new `Request` object. The constructor is identical to that in the [browser](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request).\n\nIn most cases, directly `fetch(url, options)` is simpler than creating a `Request` object.\n\n\n### Class: Response\n\nAn HTTP(S) response. This class implements the [Body](#iface-body) interface.\n\nThe following properties are not implemented in node-fetch at this moment:\n\n- `Response.error()`\n- `Response.redirect()`\n- `type`\n- `trailer`\n\n#### new Response([body[, options]])\n\n*(spec-compliant)*\n\n- `body` A `String` or [`Readable` stream][node-readable]\n- `options` A [`ResponseInit`][response-init] options dictionary\n\nConstructs a new `Response` object. The constructor is identical to that in the [browser](https://developer.mozilla.org/en-US/docs/Web/API/Response/Response).\n\nBecause Node.js does not implement service workers (for which this class was designed), one rarely has to construct a `Response` directly.\n\n#### response.ok\n\n*(spec-compliant)*\n\nConvenience property representing if the request ended normally. Will evaluate to true if the response status was greater than or equal to 200 but smaller than 300.\n\n#### response.redirected\n\n*(spec-compliant)*\n\nConvenience property representing if the request has been redirected at least once. Will evaluate to true if the internal redirect counter is greater than 0.\n\n\n### Class: Headers\n\nThis class allows manipulating and iterating over a set of HTTP headers. All methods specified in the [Fetch Standard][whatwg-fetch] are implemented.\n\n#### new Headers([init])\n\n*(spec-compliant)*\n\n- `init` Optional argument to pre-fill the `Headers` object\n\nConstruct a new `Headers` object. `init` can be either `null`, a `Headers` object, an key-value map object or any iterable object.\n\n```js\n// Example adapted from https://fetch.spec.whatwg.org/#example-headers-class\n\nconst meta = {\n \'Content-Type\': \'text/xml\',\n \'Breaking-Bad\': \'<3\'\n};\nconst headers = new Headers(meta);\n\n// The above is equivalent to\nconst meta = [\n [ \'Content-Type\', \'text/xml\' ],\n [ \'Breaking-Bad\', \'<3\' ]\n];\nconst headers = new Headers(meta);\n\n// You can in fact use any iterable objects, like a Map or even another Headers\nconst meta = new Map();\nmeta.set(\'Content-Type\', \'text/xml\');\nmeta.set(\'Breaking-Bad\', \'<3\');\nconst headers = new Headers(meta);\nconst copyOfHeaders = new Headers(headers);\n```\n\n\n### Interface: Body\n\n`Body` is an abstract interface with methods that are applicable to both `Request` and `Response` classes.\n\nThe following methods are not yet implemented in node-fetch at this moment:\n\n- `formData()`\n\n#### body.body\n\n*(deviation from spec)*\n\n* Node.js [`Readable` stream][node-readable]\n\nData are encapsulated in the `Body` object. Note that while the [Fetch Standard][whatwg-fetch] requires the property to always be a WHATWG `ReadableStream`, in node-fetch it is a Node.js [`Readable` stream][node-readable].\n\n#### body.bodyUsed\n\n*(spec-compliant)*\n\n* `Boolean`\n\nA boolean property for if this body has been consumed. Per the specs, a consumed body cannot be used again.\n\n#### body.arrayBuffer()\n#### body.blob()\n#### body.json()\n#### body.text()\n\n*(spec-compliant)*\n\n* Returns: Promise\n\nConsume the body and return a promise that will resolve to one of these formats.\n\n#### body.buffer()\n\n*(node-fetch extension)*\n\n* Returns: Promise<Buffer>\n\nConsume the body and return a promise that will resolve to a Buffer.\n\n#### body.textConverted()\n\n*(node-fetch extension)*\n\n* Returns: Promise<String>\n\nIdentical to `body.text()`, except instead of always converting to UTF-8, encoding sniffing will be performed and text converted to UTF-8 if possible.\n\n(This API requires an optional dependency of the npm package [encoding](https://www.npmjs.com/package/encoding), which you need to install manually. `webpack` users may see [a warning message](https://github.com/bitinn/node-fetch/issues/412#issuecomment-379007792) due to this optional dependency.)\n\n\n### Class: FetchError\n\n*(node-fetch extension)*\n\nAn operational error in the fetching process. See [ERROR-HANDLING.md][] for more info.\n\n\n### Class: AbortError\n\n*(node-fetch extension)*\n\nAn Error thrown when the request is aborted in response to an `AbortSignal`\'s `abort` event. It has a `name` property of `AbortError`. See [ERROR-HANDLING.MD][] for more info.\n\n## Acknowledgement\n\nThanks to [github/fetch](https://github.com/github/fetch) for providing a solid implementation reference.\n\n`node-fetch` v1 was maintained by [@bitinn](https://github.com/bitinn); v2 was maintained by [@TimothyGu](https://github.com/timothygu), [@bitinn](https://github.com/bitinn) and [@jimmywarting](https://github.com/jimmywarting); v2 readme is written by [@jkantr](https://github.com/jkantr).\n\n## License\n\nMIT\n\n[npm-image]: https://flat.badgen.net/npm/v/node-fetch\n[npm-url]: https://www.npmjs.com/package/node-fetch\n[travis-image]: https://flat.badgen.net/travis/bitinn/node-fetch\n[travis-url]: https://travis-ci.org/bitinn/node-fetch\n[codecov-image]: https://flat.badgen.net/codecov/c/github/bitinn/node-fetch/master\n[codecov-url]: https://codecov.io/gh/bitinn/node-fetch\n[install-size-image]: https://flat.badgen.net/packagephobia/install/node-fetch\n[install-size-url]: https://packagephobia.now.sh/result?p=node-fetch\n[discord-image]: https://img.shields.io/discord/619915844268326952?color=%237289DA&label=Discord&style=flat-square\n[discord-url]: https://discord.gg/Zxbndcm\n[opencollective-image]: https://opencollective.com/node-fetch/backers.svg\n[opencollective-url]: https://opencollective.com/node-fetch\n[whatwg-fetch]: https://fetch.spec.whatwg.org/\n[response-init]: https://fetch.spec.whatwg.org/#responseinit\n[node-readable]: https://nodejs.org/api/stream.html#stream_readable_streams\n[mdn-headers]: https://developer.mozilla.org/en-US/docs/Web/API/Headers\n[LIMITS.md]: https://github.com/bitinn/node-fetch/blob/master/LIMITS.md\n[ERROR-HANDLING.md]: https://github.com/bitinn/node-fetch/blob/master/ERROR-HANDLING.md\n[UPGRADE-GUIDE.md]: https://github.com/bitinn/node-fetch/blob/master/UPGRADE-GUIDE.md\n', 608 silly install resolved readmeFilename: 'README.md', 608 silly install resolved gitHead: 'b5417aea6a3275932283a200214522e6ab53f1ea', 608 silly install resolved _id: 'node-fetch@2.6.5', 608 silly install resolved _nodeVersion: '16.8.0', 608 silly install resolved _npmVersion: '7.21.0', 608 silly install resolved dist: 608 silly install resolved { integrity: 'sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==', 608 silly install resolved shasum: '42735537d7f080a7e5f78b6c549b7146be1742fd', 608 silly install resolved tarball: 'https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz', 608 silly install resolved fileCount: 7, 608 silly install resolved unpackedSize: 149265 }, 608 silly install resolved _npmUser: { name: 'endless', email: 'jimmy@warting.se' }, 608 silly install resolved directories: {}, 608 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ], 608 silly install resolved _npmOperationalInternal: 608 silly install resolved { host: 's3://npm-registry-packages', 608 silly install resolved tmp: 'tmp/node-fetch_2.6.5_1632315223112_0.3620325715587276' }, 608 silly install resolved _hasShrinkwrap: false, 608 silly install resolved _shasum: '42735537d7f080a7e5f78b6c549b7146be1742fd', 608 silly install resolved _resolved: 'https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz', 608 silly install resolved _from: 'node-fetch@>=2.6.1 <3.0.0' } ] 609 info install detect-libc@1.0.3 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 610 info install https-proxy-agent@5.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 611 info install make-dir@3.1.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 612 info install rimraf@3.0.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 613 info install nopt@5.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 614 info install npmlog@4.1.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 615 info install semver@7.3.5 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 616 info install tar@6.1.11 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 617 info install node-fetch@2.6.5 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 618 info installOne detect-libc@1.0.3 619 verbose installOne of detect-libc to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp not in flight; installing 620 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 621 info installOne https-proxy-agent@5.0.0 622 verbose installOne of https-proxy-agent to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp not in flight; installing 623 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 624 info installOne make-dir@3.1.0 625 verbose installOne of make-dir to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp not in flight; installing 626 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 627 info installOne rimraf@3.0.2 628 verbose installOne of rimraf to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp not in flight; installing 629 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 630 info installOne nopt@5.0.0 631 verbose installOne of nopt to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp not in flight; installing 632 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 633 info installOne npmlog@4.1.2 634 verbose installOne of npmlog to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp not in flight; installing 635 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 636 info installOne semver@7.3.5 637 verbose installOne of semver to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp not in flight; installing 638 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 639 info installOne tar@6.1.11 640 verbose installOne of tar to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp not in flight; installing 641 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 642 info installOne node-fetch@2.6.5 643 verbose installOne of node-fetch to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp not in flight; installing 644 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 645 verbose lock using /root/.npm/_locks/detect-libc-a69136de19ea134e.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc 646 verbose lock using /root/.npm/_locks/https-proxy-agent-6e06b6cdd2a4c221.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 647 warn engine https-proxy-agent@5.0.0: wanted: {"node":">= 6"} (current: {"node":"4.7.0","npm":"2.15.11"}) 648 verbose lock using /root/.npm/_locks/make-dir-585982a792c747ec.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 649 warn engine make-dir@3.1.0: wanted: {"node":">=8"} (current: {"node":"4.7.0","npm":"2.15.11"}) 650 verbose lock using /root/.npm/_locks/rimraf-0b91110df7b73988.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 651 verbose lock using /root/.npm/_locks/nopt-d7acd3eaf2bdd465.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 652 warn engine nopt@5.0.0: wanted: {"node":">=6"} (current: {"node":"4.7.0","npm":"2.15.11"}) 653 verbose lock using /root/.npm/_locks/npmlog-db00e072f5d0e20e.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 654 verbose lock using /root/.npm/_locks/semver-b9a0d4eebc820fc5.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 655 warn engine semver@7.3.5: wanted: {"node":">=10"} (current: {"node":"4.7.0","npm":"2.15.11"}) 656 verbose lock using /root/.npm/_locks/tar-688de1443d8bbb39.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 657 warn engine tar@6.1.11: wanted: {"node":">= 10"} (current: {"node":"4.7.0","npm":"2.15.11"}) 658 verbose lock using /root/.npm/_locks/node-fetch-36214a8c1166e18e.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 659 silly install write writing detect-libc 1.0.3 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc 660 silly install write writing https-proxy-agent 5.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 661 silly install write writing make-dir 3.1.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 662 silly install write writing rimraf 3.0.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 663 silly install write writing nopt 5.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 664 silly install write writing npmlog 4.1.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 665 silly install write writing semver 7.3.5 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 666 silly install write writing tar 6.1.11 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 667 silly install write writing node-fetch 2.6.5 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 668 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 669 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 670 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 671 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 672 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 673 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc 674 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 675 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 676 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 677 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent is being purged from base /var/cloud/platform2 678 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 679 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir is being purged from base /var/cloud/platform2 680 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 681 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog is being purged from base /var/cloud/platform2 682 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 683 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar is being purged from base /var/cloud/platform2 684 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 685 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch is being purged from base /var/cloud/platform2 686 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 687 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc is being purged from base /var/cloud/platform2 688 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc 689 verbose tar unpack /root/.npm/https-proxy-agent/5.0.0/package.tgz 690 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 691 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent is being purged 692 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 693 verbose tar unpack /root/.npm/make-dir/3.1.0/package.tgz 694 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 695 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir is being purged 696 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 697 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf is being purged from base /var/cloud/platform2 698 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 699 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt is being purged from base /var/cloud/platform2 700 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 701 verbose tar unpack /root/.npm/npmlog/4.1.2/package.tgz 702 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 703 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog is being purged 704 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 705 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver is being purged from base /var/cloud/platform2 706 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 707 verbose tar unpack /root/.npm/tar/6.1.11/package.tgz 708 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 709 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar is being purged 710 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 711 verbose tar unpack /root/.npm/node-fetch/2.6.5/package.tgz 712 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 713 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch is being purged 714 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 715 verbose tar unpack /root/.npm/detect-libc/1.0.3/package.tgz 716 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc 717 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc is being purged 718 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc 719 silly gunzTarPerm modes [ '755', '644' ] 720 silly gunzTarPerm modes [ '755', '644' ] 721 verbose tar unpack /root/.npm/rimraf/3.0.2/package.tgz 722 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 723 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf is being purged 724 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 725 verbose tar unpack /root/.npm/nopt/5.0.0/package.tgz 726 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 727 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt is being purged 728 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 729 silly gunzTarPerm modes [ '755', '644' ] 730 verbose tar unpack /root/.npm/semver/7.3.5/package.tgz 731 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 732 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver is being purged 733 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 734 silly gunzTarPerm modes [ '755', '644' ] 735 silly gunzTarPerm modes [ '755', '644' ] 736 silly gunzTarPerm modes [ '755', '644' ] 737 silly gunzTarPerm modes [ '755', '644' ] 738 silly gunzTarPerm modes [ '755', '644' ] 739 silly gunzTarPerm modes [ '755', '644' ] 740 silly gunzTarPerm extractEntry LICENSE 741 silly gunzTarPerm extractEntry browser.js 742 silly gunzTarPerm extractEntry dist/agent.js 743 silly gunzTarPerm extractEntry package.json 744 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ] 745 silly gunzTarPerm extractEntry package.json 746 silly gunzTarPerm extractEntry license 747 silly gunzTarPerm extractEntry lib/create.js 748 silly gunzTarPerm extractEntry lib/extract.js 749 silly gunzTarPerm extractEntry dist/index.js 750 silly gunzTarPerm extractEntry dist/parse-proxy-response.js 751 silly gunzTarPerm extractEntry lib/index.es.js 752 silly gunzTarPerm extractEntry lib/index.js 753 silly gunzTarPerm extractEntry .npmignore 754 silly gunzTarPerm modified mode [ '.npmignore', 436, 420 ] 755 silly gunzTarPerm extractEntry README.md 756 silly gunzTarPerm extractEntry README.md 757 silly gunzTarPerm extractEntry LICENSE 758 silly gunzTarPerm extractEntry index.js 759 silly gunzTarPerm extractEntry package.json 760 silly gunzTarPerm extractEntry lib/get-write-flag.js 761 silly gunzTarPerm extractEntry lib/header.js 762 silly gunzTarPerm extractEntry LICENSE 763 silly gunzTarPerm extractEntry package.json 764 silly gunzTarPerm extractEntry LICENSE.md 765 silly gunzTarPerm extractEntry README.md 766 silly gunzTarPerm extractEntry LICENSE 767 silly gunzTarPerm modified mode [ 'LICENSE', 436, 420 ] 768 silly gunzTarPerm extractEntry bin/detect-libc.js 769 silly gunzTarPerm modified mode [ 'bin/detect-libc.js', 509, 493 ] 770 silly gunzTarPerm extractEntry lib/detect-libc.js 771 silly gunzTarPerm modified mode [ 'lib/detect-libc.js', 436, 420 ] 772 silly gunzTarPerm extractEntry log.js 773 silly gunzTarPerm extractEntry CHANGELOG.md 774 silly gunzTarPerm extractEntry readme.md 775 silly gunzTarPerm extractEntry index.d.ts 776 silly gunzTarPerm extractEntry lib/index.mjs 777 silly gunzTarPerm extractEntry package.json 778 silly gunzTarPerm extractEntry dist/agent.js.map 779 silly gunzTarPerm extractEntry bin.js 780 silly gunzTarPerm extractEntry rimraf.js 781 silly gunzTarPerm extractEntry LICENSE 782 silly gunzTarPerm extractEntry bin/nopt.js 783 silly gunzTarPerm modified mode [ 'bin/nopt.js', 489, 493 ] 784 silly gunzTarPerm extractEntry lib/nopt.js 785 silly gunzTarPerm extractEntry lib/high-level-opt.js 786 silly gunzTarPerm extractEntry dist/index.js.map 787 silly gunzTarPerm extractEntry package.json 788 silly gunzTarPerm extractEntry CHANGELOG.md 789 silly gunzTarPerm extractEntry package.json 790 silly gunzTarPerm extractEntry LICENSE 791 silly gunzTarPerm extractEntry index.js 792 silly gunzTarPerm extractEntry lib/large-numbers.js 793 silly gunzTarPerm extractEntry dist/parse-proxy-response.js.map 794 silly gunzTarPerm extractEntry README.md 795 silly gunzTarPerm extractEntry range.bnf 796 silly gunzTarPerm extractEntry functions/clean.js 797 silly gunzTarPerm extractEntry README.md 798 silly gunzTarPerm extractEntry CHANGELOG.md 799 silly gunzTarPerm extractEntry README.md 800 silly gunzTarPerm extractEntry lib/list.js 801 silly gunzTarPerm extractEntry lib/mkdir.js 802 silly gunzTarPerm extractEntry dist/agent.d.ts 803 silly gunzTarPerm extractEntry dist/index.d.ts 804 silly gunzTarPerm extractEntry functions/cmp.js 805 silly gunzTarPerm extractEntry functions/coerce.js 806 silly gunzTarPerm extractEntry lib/mode-fix.js 807 silly gunzTarPerm extractEntry lib/normalize-unicode.js 808 silly gunzTarPerm extractEntry classes/comparator.js 809 silly gunzTarPerm extractEntry functions/compare-build.js 810 silly gunzTarPerm extractEntry dist/parse-proxy-response.d.ts 811 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/package.json 812 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/package.json 813 silly gunzTarPerm extractEntry lib/normalize-windows-path.js 814 silly gunzTarPerm extractEntry lib/pack.js 815 silly gunzTarPerm extractEntry functions/compare-loose.js 816 silly gunzTarPerm extractEntry functions/compare.js 817 info preinstall npmlog@4.1.2 818 info preinstall make-dir@3.1.0 819 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/package.json 820 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/package.json 821 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc/package.json 822 silly gunzTarPerm extractEntry lib/parse.js 823 silly gunzTarPerm extractEntry lib/path-reservations.js 824 silly prepareForInstallMany adding are-we-there-yet@~1.1.2 from npmlog dependencies 825 silly prepareForInstallMany adding console-control-strings@~1.1.0 from npmlog dependencies 826 silly prepareForInstallMany adding gauge@~2.7.3 from npmlog dependencies 827 silly prepareForInstallMany adding set-blocking@~2.0.0 from npmlog dependencies 828 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/package.json 829 silly gunzTarPerm extractEntry internal/constants.js 830 silly gunzTarPerm extractEntry internal/debug.js 831 silly gunzTarPerm extractEntry functions/diff.js 832 silly gunzTarPerm extractEntry functions/eq.js 833 silly gunzTarPerm extractEntry functions/gt.js 834 silly gunzTarPerm extractEntry functions/gte.js 835 silly gunzTarPerm extractEntry ranges/gtr.js 836 silly gunzTarPerm extractEntry internal/identifiers.js 837 silly gunzTarPerm extractEntry functions/inc.js 838 silly gunzTarPerm extractEntry classes/index.js 839 silly gunzTarPerm extractEntry index.js 840 silly gunzTarPerm extractEntry ranges/intersects.js 841 silly gunzTarPerm extractEntry functions/lt.js 842 silly gunzTarPerm extractEntry functions/lte.js 843 silly gunzTarPerm extractEntry ranges/ltr.js 844 silly gunzTarPerm extractEntry functions/major.js 845 silly gunzTarPerm extractEntry ranges/max-satisfying.js 846 silly gunzTarPerm extractEntry ranges/min-satisfying.js 847 silly gunzTarPerm extractEntry ranges/min-version.js 848 silly gunzTarPerm extractEntry functions/minor.js 849 silly gunzTarPerm extractEntry functions/neq.js 850 silly gunzTarPerm extractEntry ranges/outside.js 851 silly gunzTarPerm extractEntry internal/parse-options.js 852 silly gunzTarPerm extractEntry functions/parse.js 853 silly gunzTarPerm extractEntry functions/patch.js 854 silly gunzTarPerm extractEntry preload.js 855 silly gunzTarPerm extractEntry functions/prerelease.js 856 silly gunzTarPerm extractEntry classes/range.js 857 silly gunzTarPerm extractEntry functions/rcompare.js 858 silly gunzTarPerm extractEntry internal/re.js 859 silly gunzTarPerm extractEntry functions/rsort.js 860 silly gunzTarPerm extractEntry functions/satisfies.js 861 silly gunzTarPerm extractEntry bin/semver.js 862 silly gunzTarPerm extractEntry classes/semver.js 863 silly gunzTarPerm extractEntry ranges/simplify.js 864 silly gunzTarPerm extractEntry functions/sort.js 865 silly gunzTarPerm extractEntry ranges/subset.js 866 silly gunzTarPerm extractEntry ranges/to-comparators.js 867 silly gunzTarPerm extractEntry functions/valid.js 868 silly gunzTarPerm extractEntry ranges/valid.js 869 silly gunzTarPerm extractEntry package.json 870 silly gunzTarPerm extractEntry CHANGELOG.md 871 silly gunzTarPerm extractEntry README.md 872 silly prepareForInstallMany adding semver@^6.0.0 from make-dir dependencies 873 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/package.json 874 info preinstall detect-libc@1.0.3 875 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc/package.json 876 silly gunzTarPerm extractEntry lib/pax.js 877 silly gunzTarPerm extractEntry lib/read-entry.js 878 silly cache add args [ 'are-we-there-yet@~1.1.2', null ] 879 verbose cache add spec are-we-there-yet@~1.1.2 880 silly cache add args [ 'console-control-strings@~1.1.0', null ] 881 verbose cache add spec console-control-strings@~1.1.0 882 silly cache add args [ 'semver@^6.0.0', null ] 883 verbose cache add spec semver@^6.0.0 884 silly cache add parsed spec Result { 884 silly cache add raw: 'are-we-there-yet@~1.1.2', 884 silly cache add scope: null, 884 silly cache add name: 'are-we-there-yet', 884 silly cache add rawSpec: '~1.1.2', 884 silly cache add spec: '>=1.1.2 <1.2.0', 884 silly cache add type: 'range' } 885 silly addNamed are-we-there-yet@>=1.1.2 <1.2.0 886 verbose addNamed ">=1.1.2 <1.2.0" is a valid semver range for are-we-there-yet 887 silly addNameRange { name: 'are-we-there-yet', 887 silly addNameRange range: '>=1.1.2 <1.2.0', 887 silly addNameRange hasData: false } 888 silly mapToRegistry name are-we-there-yet 889 silly mapToRegistry using default registry 890 silly mapToRegistry registry https://registry.npmjs.org/ 891 silly mapToRegistry data Result { 891 silly mapToRegistry raw: 'are-we-there-yet', 891 silly mapToRegistry scope: null, 891 silly mapToRegistry name: 'are-we-there-yet', 891 silly mapToRegistry rawSpec: '', 891 silly mapToRegistry spec: 'latest', 891 silly mapToRegistry type: 'tag' } 892 silly mapToRegistry uri https://registry.npmjs.org/are-we-there-yet 893 verbose addNameRange registry:https://registry.npmjs.org/are-we-there-yet not in flight; fetching 894 silly cache add parsed spec Result { 894 silly cache add raw: 'console-control-strings@~1.1.0', 894 silly cache add scope: null, 894 silly cache add name: 'console-control-strings', 894 silly cache add rawSpec: '~1.1.0', 894 silly cache add spec: '>=1.1.0 <1.2.0', 894 silly cache add type: 'range' } 895 silly addNamed console-control-strings@>=1.1.0 <1.2.0 896 verbose addNamed ">=1.1.0 <1.2.0" is a valid semver range for console-control-strings 897 silly addNameRange { name: 'console-control-strings', 897 silly addNameRange range: '>=1.1.0 <1.2.0', 897 silly addNameRange hasData: false } 898 silly mapToRegistry name console-control-strings 899 silly mapToRegistry using default registry 900 silly mapToRegistry registry https://registry.npmjs.org/ 901 silly mapToRegistry data Result { 901 silly mapToRegistry raw: 'console-control-strings', 901 silly mapToRegistry scope: null, 901 silly mapToRegistry name: 'console-control-strings', 901 silly mapToRegistry rawSpec: '', 901 silly mapToRegistry spec: 'latest', 901 silly mapToRegistry type: 'tag' } 902 silly mapToRegistry uri https://registry.npmjs.org/console-control-strings 903 verbose addNameRange registry:https://registry.npmjs.org/console-control-strings not in flight; fetching 904 silly cache add parsed spec Result { 904 silly cache add raw: 'semver@^6.0.0', 904 silly cache add scope: null, 904 silly cache add name: 'semver', 904 silly cache add rawSpec: '^6.0.0', 904 silly cache add spec: '>=6.0.0 <7.0.0', 904 silly cache add type: 'range' } 905 silly addNamed semver@>=6.0.0 <7.0.0 906 verbose addNamed ">=6.0.0 <7.0.0" is a valid semver range for semver 907 silly addNameRange { name: 'semver', range: '>=6.0.0 <7.0.0', hasData: false } 908 silly mapToRegistry name semver 909 silly mapToRegistry using default registry 910 silly mapToRegistry registry https://registry.npmjs.org/ 911 silly mapToRegistry data Result { 911 silly mapToRegistry raw: 'semver', 911 silly mapToRegistry scope: null, 911 silly mapToRegistry name: 'semver', 911 silly mapToRegistry rawSpec: '', 911 silly mapToRegistry spec: 'latest', 911 silly mapToRegistry type: 'tag' } 912 silly mapToRegistry uri https://registry.npmjs.org/semver 913 verbose addNameRange registry:https://registry.npmjs.org/semver not in flight; fetching 914 silly cache add args [ 'gauge@~2.7.3', null ] 915 verbose cache add spec gauge@~2.7.3 916 silly cache add parsed spec Result { 916 silly cache add raw: 'gauge@~2.7.3', 916 silly cache add scope: null, 916 silly cache add name: 'gauge', 916 silly cache add rawSpec: '~2.7.3', 916 silly cache add spec: '>=2.7.3 <2.8.0', 916 silly cache add type: 'range' } 917 silly addNamed gauge@>=2.7.3 <2.8.0 918 verbose addNamed ">=2.7.3 <2.8.0" is a valid semver range for gauge 919 silly addNameRange { name: 'gauge', range: '>=2.7.3 <2.8.0', hasData: false } 920 silly mapToRegistry name gauge 921 silly mapToRegistry using default registry 922 silly mapToRegistry registry https://registry.npmjs.org/ 923 silly mapToRegistry data Result { 923 silly mapToRegistry raw: 'gauge', 923 silly mapToRegistry scope: null, 923 silly mapToRegistry name: 'gauge', 923 silly mapToRegistry rawSpec: '', 923 silly mapToRegistry spec: 'latest', 923 silly mapToRegistry type: 'tag' } 924 silly mapToRegistry uri https://registry.npmjs.org/gauge 925 verbose addNameRange registry:https://registry.npmjs.org/gauge not in flight; fetching 926 silly cache add args [ 'set-blocking@~2.0.0', null ] 927 verbose cache add spec set-blocking@~2.0.0 928 silly cache add parsed spec Result { 928 silly cache add raw: 'set-blocking@~2.0.0', 928 silly cache add scope: null, 928 silly cache add name: 'set-blocking', 928 silly cache add rawSpec: '~2.0.0', 928 silly cache add spec: '>=2.0.0 <2.1.0', 928 silly cache add type: 'range' } 929 silly addNamed set-blocking@>=2.0.0 <2.1.0 930 verbose addNamed ">=2.0.0 <2.1.0" is a valid semver range for set-blocking 931 silly addNameRange { name: 'set-blocking', range: '>=2.0.0 <2.1.0', hasData: false } 932 silly mapToRegistry name set-blocking 933 silly mapToRegistry using default registry 934 silly mapToRegistry registry https://registry.npmjs.org/ 935 silly mapToRegistry data Result { 935 silly mapToRegistry raw: 'set-blocking', 935 silly mapToRegistry scope: null, 935 silly mapToRegistry name: 'set-blocking', 935 silly mapToRegistry rawSpec: '', 935 silly mapToRegistry spec: 'latest', 935 silly mapToRegistry type: 'tag' } 936 silly mapToRegistry uri https://registry.npmjs.org/set-blocking 937 verbose addNameRange registry:https://registry.npmjs.org/set-blocking not in flight; fetching 938 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/package.json 939 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc/package.json 940 verbose get https://registry.npmjs.org/semver not expired, no request 941 silly addNameRange number 2 { name: 'semver', range: '>=6.0.0 <7.0.0', hasData: true } 942 silly addNameRange versions [ 'semver', 942 silly addNameRange [ '1.0.0', 942 silly addNameRange '1.0.1', 942 silly addNameRange '1.0.2', 942 silly addNameRange '1.0.3', 942 silly addNameRange '1.0.4', 942 silly addNameRange '1.0.5', 942 silly addNameRange '1.0.6', 942 silly addNameRange '1.0.7', 942 silly addNameRange '1.0.8', 942 silly addNameRange '1.0.9', 942 silly addNameRange '1.0.10', 942 silly addNameRange '1.0.11', 942 silly addNameRange '1.0.12', 942 silly addNameRange '1.0.13', 942 silly addNameRange '1.0.14', 942 silly addNameRange '1.1.0', 942 silly addNameRange '1.1.1', 942 silly addNameRange '1.1.2', 942 silly addNameRange '1.1.3', 942 silly addNameRange '1.1.4', 942 silly addNameRange '2.0.0-alpha', 942 silly addNameRange '2.0.0-beta', 942 silly addNameRange '2.0.1', 942 silly addNameRange '2.0.2', 942 silly addNameRange '2.0.3', 942 silly addNameRange '2.0.4', 942 silly addNameRange '2.0.5', 942 silly addNameRange '2.0.6', 942 silly addNameRange '2.0.7', 942 silly addNameRange '2.0.8', 942 silly addNameRange '2.0.9', 942 silly addNameRange '2.0.10', 942 silly addNameRange '2.0.11', 942 silly addNameRange '2.1.0', 942 silly addNameRange '2.2.0', 942 silly addNameRange '2.2.1', 942 silly addNameRange '2.3.0', 942 silly addNameRange '2.3.1', 942 silly addNameRange '2.3.2', 942 silly addNameRange '3.0.0', 942 silly addNameRange '3.0.1', 942 silly addNameRange '4.0.0', 942 silly addNameRange '4.0.2', 942 silly addNameRange '4.0.3', 942 silly addNameRange '4.1.0', 942 silly addNameRange '4.1.1', 942 silly addNameRange '4.2.0', 942 silly addNameRange '4.2.1', 942 silly addNameRange '4.2.2', 942 silly addNameRange '4.3.0', 942 silly addNameRange '4.3.1', 942 silly addNameRange '4.3.2', 942 silly addNameRange '4.3.3', 942 silly addNameRange '4.3.4', 942 silly addNameRange '4.3.5', 942 silly addNameRange '4.3.6', 942 silly addNameRange '5.0.0', 942 silly addNameRange '5.0.1', 942 silly addNameRange '5.0.2', 942 silly addNameRange '5.0.3', 942 silly addNameRange '5.1.0', 942 silly addNameRange '5.1.1', 942 silly addNameRange '5.2.0', 942 silly addNameRange '5.3.0', 942 silly addNameRange '5.4.0', 942 silly addNameRange '5.4.1', 942 silly addNameRange '5.5.0', 942 silly addNameRange '5.5.1', 942 silly addNameRange '5.6.0', 942 silly addNameRange '5.7.0', 942 silly addNameRange '6.0.0', 942 silly addNameRange '6.1.0', 942 silly addNameRange '6.1.1', 942 silly addNameRange '6.1.2', 942 silly addNameRange '6.1.3', 942 silly addNameRange '6.2.0', 942 silly addNameRange '6.3.0', 942 silly addNameRange '5.7.1', 942 silly addNameRange '7.0.0', 942 silly addNameRange '7.1.0', 942 silly addNameRange '7.1.1', 942 silly addNameRange '7.1.2', 942 silly addNameRange '7.1.3', 942 silly addNameRange '7.2.0', 942 silly addNameRange '7.2.1', 942 silly addNameRange '7.2.2', 942 silly addNameRange '7.2.3', 942 silly addNameRange '7.3.0', 942 silly addNameRange '7.3.1', 942 silly addNameRange '7.3.2', 942 silly addNameRange '7.3.3', 942 silly addNameRange '7.3.4', 942 silly addNameRange '7.3.5' ] ] 943 silly addNamed semver@6.3.0 944 verbose addNamed "6.3.0" is a plain semver version for semver 945 verbose request uri https://registry.npmjs.org/are-we-there-yet 946 verbose request no auth needed 947 info attempt registry request try #1 at 3:03:15 PM 948 verbose etag W/"c04f056cf480201d4064b7845330a43e" 949 verbose lastModified Fri, 04 Jun 2021 22:32:54 GMT 950 http request GET https://registry.npmjs.org/are-we-there-yet 951 info preinstall rimraf@3.0.2 952 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/package.json 953 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/package.json 954 silly gunzTarPerm extractEntry lib/replace.js 955 silly gunzTarPerm extractEntry lib/strip-absolute-path.js 956 verbose request uri https://registry.npmjs.org/set-blocking 957 verbose request no auth needed 958 info attempt registry request try #1 at 3:03:15 PM 959 verbose etag W/"2538fd3726691583dd170d2b1f9e448b" 960 verbose lastModified Sun, 27 May 2018 17:05:03 GMT 961 http request GET https://registry.npmjs.org/set-blocking 962 silly install resolved [] 963 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc 964 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc 965 info preinstall nopt@5.0.0 966 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/package.json 967 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/package.json 968 silly prepareForInstallMany adding glob@^7.1.3 from rimraf dependencies 969 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/package.json 970 verbose request uri https://registry.npmjs.org/console-control-strings 971 verbose request no auth needed 972 info attempt registry request try #1 at 3:03:15 PM 973 verbose etag W/"e52f7e231640679768fe81828918b62d" 974 verbose lastModified Sat, 26 May 2018 20:45:22 GMT 975 http request GET https://registry.npmjs.org/console-control-strings 976 info linkStuff detect-libc@1.0.3 977 silly linkStuff detect-libc@1.0.3 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules as its parent node_modules 978 info preinstall node-fetch@2.6.5 979 silly gunzTarPerm extractEntry lib/strip-trailing-slashes.js 980 silly gunzTarPerm extractEntry lib/types.js 981 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/package.json 982 verbose request uri https://registry.npmjs.org/gauge 983 verbose request no auth needed 984 info attempt registry request try #1 at 3:03:15 PM 985 verbose etag W/"b901212b272dc7e8b22200cf66c6ab1b" 986 verbose lastModified Fri, 04 Jun 2021 22:32:58 GMT 987 http request GET https://registry.npmjs.org/gauge 988 verbose linkBins detect-libc@1.0.3 989 verbose link bins [ { 'detect-libc': './bin/detect-libc.js' }, 989 verbose link bins '/var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin', 989 verbose link bins false ] 990 verbose linkMans detect-libc@1.0.3 991 verbose rebuildBundles detect-libc@1.0.3 992 silly prepareForInstallMany adding abbrev@1 from nopt dependencies 993 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/package.json 994 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin/detect-libc is being purged 995 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin/detect-libc 996 silly cache afterAdd semver@6.3.0 997 verbose afterAdd /root/.npm/semver/6.3.0/package/package.json not in flight; writing 998 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 999 silly cache add args [ 'glob@^7.1.3', null ] 1000 verbose cache add spec glob@^7.1.3 1001 silly cache add parsed spec Result { 1001 silly cache add raw: 'glob@^7.1.3', 1001 silly cache add scope: null, 1001 silly cache add name: 'glob', 1001 silly cache add rawSpec: '^7.1.3', 1001 silly cache add spec: '>=7.1.3 <8.0.0', 1001 silly cache add type: 'range' } 1002 silly addNamed glob@>=7.1.3 <8.0.0 1003 verbose addNamed ">=7.1.3 <8.0.0" is a valid semver range for glob 1004 silly addNameRange { name: 'glob', range: '>=7.1.3 <8.0.0', hasData: false } 1005 silly mapToRegistry name glob 1006 silly mapToRegistry using default registry 1007 silly mapToRegistry registry https://registry.npmjs.org/ 1008 silly mapToRegistry data Result { 1008 silly mapToRegistry raw: 'glob', 1008 silly mapToRegistry scope: null, 1008 silly mapToRegistry name: 'glob', 1008 silly mapToRegistry rawSpec: '', 1008 silly mapToRegistry spec: 'latest', 1008 silly mapToRegistry type: 'tag' } 1009 silly mapToRegistry uri https://registry.npmjs.org/glob 1010 verbose addNameRange registry:https://registry.npmjs.org/glob not in flight; fetching 1011 silly prepareForInstallMany adding whatwg-url@^5.0.0 from node-fetch dependencies 1012 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/package.json 1013 info install detect-libc@1.0.3 1014 silly gunzTarPerm extractEntry lib/unpack.js 1015 silly gunzTarPerm extractEntry lib/update.js 1016 info postinstall detect-libc@1.0.3 1017 verbose afterAdd /root/.npm/semver/6.3.0/package/package.json written 1018 silly install resolved [ { name: 'semver', 1018 silly install resolved version: '6.3.0', 1018 silly install resolved description: 'The semantic version parser used by npm.', 1018 silly install resolved main: 'semver.js', 1018 silly install resolved scripts: 1018 silly install resolved { test: 'tap', 1018 silly install resolved preversion: 'npm test', 1018 silly install resolved postversion: 'npm publish', 1018 silly install resolved postpublish: 'git push origin --follow-tags' }, 1018 silly install resolved devDependencies: { tap: '^14.3.1' }, 1018 silly install resolved license: 'ISC', 1018 silly install resolved repository: 1018 silly install resolved { type: 'git', 1018 silly install resolved url: 'git+https://github.com/npm/node-semver.git' }, 1018 silly install resolved bin: { semver: './bin/semver.js' }, 1018 silly install resolved tap: { 'check-coverage': true }, 1018 silly install resolved gitHead: '0eeceecfba490d136eb3ccae3a8dc118a28565a0', 1018 silly install resolved bugs: { url: 'https://github.com/npm/node-semver/issues' }, 1018 silly install resolved homepage: 'https://github.com/npm/node-semver#readme', 1018 silly install resolved _id: 'semver@6.3.0', 1018 silly install resolved _nodeVersion: '12.6.0', 1018 silly install resolved _npmVersion: '6.10.2', 1018 silly install resolved dist: 1018 silly install resolved { integrity: 'sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==', 1018 silly install resolved shasum: 'ee0a64c8af5e8ceea67687b133761e1becbd1d3d', 1018 silly install resolved tarball: 'https://registry.npmjs.org/semver/-/semver-6.3.0.tgz', 1018 silly install resolved fileCount: 7, 1018 silly install resolved unpackedSize: 67071, 1018 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN18nCRA9TVsSAnZWagAAw0AQAKBp2ynlIw1BNM6KtKKE\ndfzCM5T+p/uNU6uuHeHVNAtEaiaR49Yj02cZwyebsGABvo3shL91zUN4wHVR\nsnCDodrZ0MMUtSishHbUa+qnD5PzT0wfli2VgCHMHmMikt6ILdpGM50o2edX\ntEnMztR+NIHQ5URFR9gNyPn1zrNZ6axT1exx+Xw0We0dVb7jUqUh3xN3F3b+\n06tD10xoh64Lny3FZx+GoIgV/8XIFTPSPu7qw4xNpXuW08NR8a/5A6+AKFZe\nOAKFuXtMLoQVhb5Qu0grw2NrfBcQbo6YI8J+N+7KnE0dDGUJh6LQ29VRhNam\nTz/XR0g/TB7JQcZAFtVi/OUTcoYHnSLDYuImvlzTJTjvtmODBUVoMOBAaoxr\ncVeGUFjRUu5i8LmNkKvfQvCWZYACD/u5o8nFpv13aC9gKsIlfPc2SygHJ7/N\nG6EjJPXSFP9/VbB1hH7JRzy5e8ztbbRvxl/tJDIOj/wFKaL0mF9tuI/VvCtl\nbA6i3W8dhQORgfmJ1Y6HZSQtIu+mmE0FNcNiaFsnpU+Az5onPWHPhKwWfzri\naCH/KgIf8c9JQrgovaPKaADhao6RaWKh6ucmuCp9s+4OnPmSoIYKdIPTFHer\nBRAddBXV6dsPGj9tN4bfGTtISSQA0t/3Gvk5fqErENZafAKHLLQY7bIJtloe\nDy19\r\n=NlB3\r\n-----END PGP SIGNATURE-----\r\n' }, 1018 silly install resolved maintainers: [ [Object], [Object] ], 1018 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 1018 silly install resolved directories: {}, 1018 silly install resolved _npmOperationalInternal: 1018 silly install resolved { host: 's3://npm-registry-packages', 1018 silly install resolved tmp: 'tmp/semver_6.3.0_1563909926455_0.245174701596915' }, 1018 silly install resolved _hasShrinkwrap: false, 1018 silly install resolved _shasum: 'ee0a64c8af5e8ceea67687b133761e1becbd1d3d', 1018 silly install resolved _resolved: 'https://registry.npmjs.org/semver/-/semver-6.3.0.tgz', 1018 silly install resolved _from: 'semver@>=6.0.0 <7.0.0', 1018 silly install resolved readme: 'ERROR: No README data found!' } ] 1019 info install semver@6.3.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 1020 info installOne semver@6.3.0 1021 verbose installOne of semver to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir not in flight; installing 1022 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 1023 silly cache add args [ 'abbrev@1', null ] 1024 verbose cache add spec abbrev@1 1025 silly cache add parsed spec Result { 1025 silly cache add raw: 'abbrev@1', 1025 silly cache add scope: null, 1025 silly cache add name: 'abbrev', 1025 silly cache add rawSpec: '1', 1025 silly cache add spec: '>=1.0.0 <2.0.0', 1025 silly cache add type: 'range' } 1026 silly addNamed abbrev@>=1.0.0 <2.0.0 1027 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for abbrev 1028 silly addNameRange { name: 'abbrev', range: '>=1.0.0 <2.0.0', hasData: false } 1029 silly mapToRegistry name abbrev 1030 silly mapToRegistry using default registry 1031 silly mapToRegistry registry https://registry.npmjs.org/ 1032 silly mapToRegistry data Result { 1032 silly mapToRegistry raw: 'abbrev', 1032 silly mapToRegistry scope: null, 1032 silly mapToRegistry name: 'abbrev', 1032 silly mapToRegistry rawSpec: '', 1032 silly mapToRegistry spec: 'latest', 1032 silly mapToRegistry type: 'tag' } 1033 silly mapToRegistry uri https://registry.npmjs.org/abbrev 1034 verbose addNameRange registry:https://registry.npmjs.org/abbrev not in flight; fetching 1035 verbose lock using /root/.npm/_locks/semver-f4f5caf34952bb9c.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver 1036 verbose unlock done using /root/.npm/_locks/detect-libc-a69136de19ea134e.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/detect-libc 1037 verbose request uri https://registry.npmjs.org/glob 1038 verbose request no auth needed 1039 info attempt registry request try #1 at 3:03:15 PM 1040 verbose etag W/"fc70e79bf14816f562d906989c939452" 1041 verbose lastModified Thu, 06 May 2021 21:42:49 GMT 1042 http request GET https://registry.npmjs.org/glob 1043 silly install write writing semver 6.3.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver 1044 silly cache add args [ 'whatwg-url@^5.0.0', null ] 1045 verbose cache add spec whatwg-url@^5.0.0 1046 silly cache add parsed spec Result { 1046 silly cache add raw: 'whatwg-url@^5.0.0', 1046 silly cache add scope: null, 1046 silly cache add name: 'whatwg-url', 1046 silly cache add rawSpec: '^5.0.0', 1046 silly cache add spec: '>=5.0.0 <6.0.0', 1046 silly cache add type: 'range' } 1047 silly addNamed whatwg-url@>=5.0.0 <6.0.0 1048 verbose addNamed ">=5.0.0 <6.0.0" is a valid semver range for whatwg-url 1049 silly addNameRange { name: 'whatwg-url', range: '>=5.0.0 <6.0.0', hasData: false } 1050 silly mapToRegistry name whatwg-url 1051 silly mapToRegistry using default registry 1052 silly mapToRegistry registry https://registry.npmjs.org/ 1053 silly mapToRegistry data Result { 1053 silly mapToRegistry raw: 'whatwg-url', 1053 silly mapToRegistry scope: null, 1053 silly mapToRegistry name: 'whatwg-url', 1053 silly mapToRegistry rawSpec: '', 1053 silly mapToRegistry spec: 'latest', 1053 silly mapToRegistry type: 'tag' } 1054 silly mapToRegistry uri https://registry.npmjs.org/whatwg-url 1055 verbose addNameRange registry:https://registry.npmjs.org/whatwg-url not in flight; fetching 1056 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/package.json 1057 verbose request uri https://registry.npmjs.org/whatwg-url 1058 verbose request no auth needed 1059 info attempt registry request try #1 at 3:03:15 PM 1060 http request GET https://registry.npmjs.org/whatwg-url 1061 silly gunzTarPerm extractEntry lib/warn-mixin.js 1062 silly gunzTarPerm extractEntry lib/winchars.js 1063 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver 1064 info preinstall https-proxy-agent@5.0.0 1065 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/package.json 1066 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver is being purged from base /var/cloud/platform2 1067 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver 1068 verbose tar unpack /root/.npm/semver/6.3.0/package.tgz 1069 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver 1070 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver is being purged 1071 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver 1072 silly gunzTarPerm modes [ '755', '644' ] 1073 silly gunzTarPerm extractEntry lib/write-entry.js 1074 silly gunzTarPerm extractEntry package.json 1075 silly prepareForInstallMany adding agent-base@6 from https-proxy-agent dependencies 1076 silly prepareForInstallMany adding debug@4 from https-proxy-agent dependencies 1077 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/package.json 1078 silly gunzTarPerm extractEntry README.md 1079 silly cache add args [ 'debug@4', null ] 1080 verbose cache add spec debug@4 1081 silly cache add parsed spec Result { 1081 silly cache add raw: 'debug@4', 1081 silly cache add scope: null, 1081 silly cache add name: 'debug', 1081 silly cache add rawSpec: '4', 1081 silly cache add spec: '>=4.0.0 <5.0.0', 1081 silly cache add type: 'range' } 1082 silly addNamed debug@>=4.0.0 <5.0.0 1083 verbose addNamed ">=4.0.0 <5.0.0" is a valid semver range for debug 1084 silly addNameRange { name: 'debug', range: '>=4.0.0 <5.0.0', hasData: false } 1085 silly mapToRegistry name debug 1086 silly mapToRegistry using default registry 1087 silly mapToRegistry registry https://registry.npmjs.org/ 1088 silly mapToRegistry data Result { 1088 silly mapToRegistry raw: 'debug', 1088 silly mapToRegistry scope: null, 1088 silly mapToRegistry name: 'debug', 1088 silly mapToRegistry rawSpec: '', 1088 silly mapToRegistry spec: 'latest', 1088 silly mapToRegistry type: 'tag' } 1089 silly mapToRegistry uri https://registry.npmjs.org/debug 1090 verbose addNameRange registry:https://registry.npmjs.org/debug not in flight; fetching 1091 silly cache add args [ 'agent-base@6', null ] 1092 verbose cache add spec agent-base@6 1093 silly cache add parsed spec Result { 1093 silly cache add raw: 'agent-base@6', 1093 silly cache add scope: null, 1093 silly cache add name: 'agent-base', 1093 silly cache add rawSpec: '6', 1093 silly cache add spec: '>=6.0.0 <7.0.0', 1093 silly cache add type: 'range' } 1094 silly addNamed agent-base@>=6.0.0 <7.0.0 1095 verbose addNamed ">=6.0.0 <7.0.0" is a valid semver range for agent-base 1096 silly addNameRange { name: 'agent-base', range: '>=6.0.0 <7.0.0', hasData: false } 1097 silly mapToRegistry name agent-base 1098 silly mapToRegistry using default registry 1099 silly mapToRegistry registry https://registry.npmjs.org/ 1100 silly mapToRegistry data Result { 1100 silly mapToRegistry raw: 'agent-base', 1100 silly mapToRegistry scope: null, 1100 silly mapToRegistry name: 'agent-base', 1100 silly mapToRegistry rawSpec: '', 1100 silly mapToRegistry spec: 'latest', 1100 silly mapToRegistry type: 'tag' } 1101 silly mapToRegistry uri https://registry.npmjs.org/agent-base 1102 verbose addNameRange registry:https://registry.npmjs.org/agent-base not in flight; fetching 1103 verbose request uri https://registry.npmjs.org/abbrev 1104 verbose request no auth needed 1105 info attempt registry request try #1 at 3:03:15 PM 1106 verbose etag W/"23ba6cd006634e473a8d10be6bef3b9f" 1107 verbose lastModified Fri, 04 Jun 2021 22:32:54 GMT 1108 http request GET https://registry.npmjs.org/abbrev 1109 silly gunzTarPerm extractEntry LICENSE 1110 silly gunzTarPerm extractEntry range.bnf 1111 silly gunzTarPerm extractEntry bin/semver.js 1112 silly gunzTarPerm extractEntry semver.js 1113 silly gunzTarPerm extractEntry package.json 1114 silly gunzTarPerm extractEntry CHANGELOG.md 1115 silly gunzTarPerm extractEntry README.md 1116 verbose request uri https://registry.npmjs.org/agent-base 1117 verbose request no auth needed 1118 info attempt registry request try #1 at 3:03:15 PM 1119 verbose etag W/"3e39b98e3b0dbed77251377fa9b7c688" 1120 verbose lastModified Fri, 23 Oct 2020 19:33:19 GMT 1121 http request GET https://registry.npmjs.org/agent-base 1122 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver/package.json 1123 info preinstall semver@6.3.0 1124 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver/package.json 1125 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/package.json 1126 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver/package.json 1127 info preinstall tar@6.1.11 1128 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/package.json 1129 silly install resolved [] 1130 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver 1131 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver 1132 info linkStuff semver@6.3.0 1133 silly linkStuff semver@6.3.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules as its parent node_modules 1134 verbose linkBins semver@6.3.0 1135 verbose link bins [ { semver: './bin/semver.js' }, 1135 verbose link bins '/var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/.bin', 1135 verbose link bins false ] 1136 verbose linkMans semver@6.3.0 1137 verbose rebuildBundles semver@6.3.0 1138 silly prepareForInstallMany adding chownr@^2.0.0 from tar dependencies 1139 silly prepareForInstallMany adding fs-minipass@^2.0.0 from tar dependencies 1140 silly prepareForInstallMany adding minipass@^3.0.0 from tar dependencies 1141 silly prepareForInstallMany adding minizlib@^2.1.1 from tar dependencies 1142 silly prepareForInstallMany adding mkdirp@^1.0.3 from tar dependencies 1143 silly prepareForInstallMany adding yallist@^4.0.0 from tar dependencies 1144 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/package.json 1145 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/.bin/semver is being purged 1146 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/.bin/semver 1147 info install semver@6.3.0 1148 info postinstall semver@6.3.0 1149 verbose unlock done using /root/.npm/_locks/semver-f4f5caf34952bb9c.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver 1150 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 1151 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 1152 info linkStuff make-dir@3.1.0 1153 silly linkStuff make-dir@3.1.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules as its parent node_modules 1154 silly cache add args [ 'chownr@^2.0.0', null ] 1155 verbose cache add spec chownr@^2.0.0 1156 silly cache add args [ 'fs-minipass@^2.0.0', null ] 1157 verbose cache add spec fs-minipass@^2.0.0 1158 silly cache add parsed spec Result { 1158 silly cache add raw: 'chownr@^2.0.0', 1158 silly cache add scope: null, 1158 silly cache add name: 'chownr', 1158 silly cache add rawSpec: '^2.0.0', 1158 silly cache add spec: '>=2.0.0 <3.0.0', 1158 silly cache add type: 'range' } 1159 silly addNamed chownr@>=2.0.0 <3.0.0 1160 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for chownr 1161 silly addNameRange { name: 'chownr', range: '>=2.0.0 <3.0.0', hasData: false } 1162 silly mapToRegistry name chownr 1163 silly mapToRegistry using default registry 1164 silly mapToRegistry registry https://registry.npmjs.org/ 1165 silly mapToRegistry data Result { 1165 silly mapToRegistry raw: 'chownr', 1165 silly mapToRegistry scope: null, 1165 silly mapToRegistry name: 'chownr', 1165 silly mapToRegistry rawSpec: '', 1165 silly mapToRegistry spec: 'latest', 1165 silly mapToRegistry type: 'tag' } 1166 silly mapToRegistry uri https://registry.npmjs.org/chownr 1167 verbose addNameRange registry:https://registry.npmjs.org/chownr not in flight; fetching 1168 silly cache add parsed spec Result { 1168 silly cache add raw: 'fs-minipass@^2.0.0', 1168 silly cache add scope: null, 1168 silly cache add name: 'fs-minipass', 1168 silly cache add rawSpec: '^2.0.0', 1168 silly cache add spec: '>=2.0.0 <3.0.0', 1168 silly cache add type: 'range' } 1169 silly addNamed fs-minipass@>=2.0.0 <3.0.0 1170 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for fs-minipass 1171 silly addNameRange { name: 'fs-minipass', range: '>=2.0.0 <3.0.0', hasData: false } 1172 silly mapToRegistry name fs-minipass 1173 silly mapToRegistry using default registry 1174 silly mapToRegistry registry https://registry.npmjs.org/ 1175 silly mapToRegistry data Result { 1175 silly mapToRegistry raw: 'fs-minipass', 1175 silly mapToRegistry scope: null, 1175 silly mapToRegistry name: 'fs-minipass', 1175 silly mapToRegistry rawSpec: '', 1175 silly mapToRegistry spec: 'latest', 1175 silly mapToRegistry type: 'tag' } 1176 silly mapToRegistry uri https://registry.npmjs.org/fs-minipass 1177 verbose addNameRange registry:https://registry.npmjs.org/fs-minipass not in flight; fetching 1178 silly cache add args [ 'minipass@^3.0.0', null ] 1179 verbose cache add spec minipass@^3.0.0 1180 silly cache add parsed spec Result { 1180 silly cache add raw: 'minipass@^3.0.0', 1180 silly cache add scope: null, 1180 silly cache add name: 'minipass', 1180 silly cache add rawSpec: '^3.0.0', 1180 silly cache add spec: '>=3.0.0 <4.0.0', 1180 silly cache add type: 'range' } 1181 silly addNamed minipass@>=3.0.0 <4.0.0 1182 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for minipass 1183 silly addNameRange { name: 'minipass', range: '>=3.0.0 <4.0.0', hasData: false } 1184 silly mapToRegistry name minipass 1185 silly mapToRegistry using default registry 1186 silly mapToRegistry registry https://registry.npmjs.org/ 1187 silly mapToRegistry data Result { 1187 silly mapToRegistry raw: 'minipass', 1187 silly mapToRegistry scope: null, 1187 silly mapToRegistry name: 'minipass', 1187 silly mapToRegistry rawSpec: '', 1187 silly mapToRegistry spec: 'latest', 1187 silly mapToRegistry type: 'tag' } 1188 silly mapToRegistry uri https://registry.npmjs.org/minipass 1189 verbose addNameRange registry:https://registry.npmjs.org/minipass not in flight; fetching 1190 silly cache add args [ 'minizlib@^2.1.1', null ] 1191 verbose cache add spec minizlib@^2.1.1 1192 silly cache add parsed spec Result { 1192 silly cache add raw: 'minizlib@^2.1.1', 1192 silly cache add scope: null, 1192 silly cache add name: 'minizlib', 1192 silly cache add rawSpec: '^2.1.1', 1192 silly cache add spec: '>=2.1.1 <3.0.0', 1192 silly cache add type: 'range' } 1193 silly addNamed minizlib@>=2.1.1 <3.0.0 1194 verbose addNamed ">=2.1.1 <3.0.0" is a valid semver range for minizlib 1195 silly addNameRange { name: 'minizlib', range: '>=2.1.1 <3.0.0', hasData: false } 1196 silly mapToRegistry name minizlib 1197 silly mapToRegistry using default registry 1198 silly mapToRegistry registry https://registry.npmjs.org/ 1199 silly mapToRegistry data Result { 1199 silly mapToRegistry raw: 'minizlib', 1199 silly mapToRegistry scope: null, 1199 silly mapToRegistry name: 'minizlib', 1199 silly mapToRegistry rawSpec: '', 1199 silly mapToRegistry spec: 'latest', 1199 silly mapToRegistry type: 'tag' } 1200 silly mapToRegistry uri https://registry.npmjs.org/minizlib 1201 verbose addNameRange registry:https://registry.npmjs.org/minizlib not in flight; fetching 1202 silly cache add args [ 'mkdirp@^1.0.3', null ] 1203 verbose cache add spec mkdirp@^1.0.3 1204 silly cache add parsed spec Result { 1204 silly cache add raw: 'mkdirp@^1.0.3', 1204 silly cache add scope: null, 1204 silly cache add name: 'mkdirp', 1204 silly cache add rawSpec: '^1.0.3', 1204 silly cache add spec: '>=1.0.3 <2.0.0', 1204 silly cache add type: 'range' } 1205 silly addNamed mkdirp@>=1.0.3 <2.0.0 1206 verbose addNamed ">=1.0.3 <2.0.0" is a valid semver range for mkdirp 1207 silly addNameRange { name: 'mkdirp', range: '>=1.0.3 <2.0.0', hasData: false } 1208 silly mapToRegistry name mkdirp 1209 silly mapToRegistry using default registry 1210 silly mapToRegistry registry https://registry.npmjs.org/ 1211 silly mapToRegistry data Result { 1211 silly mapToRegistry raw: 'mkdirp', 1211 silly mapToRegistry scope: null, 1211 silly mapToRegistry name: 'mkdirp', 1211 silly mapToRegistry rawSpec: '', 1211 silly mapToRegistry spec: 'latest', 1211 silly mapToRegistry type: 'tag' } 1212 silly mapToRegistry uri https://registry.npmjs.org/mkdirp 1213 verbose addNameRange registry:https://registry.npmjs.org/mkdirp not in flight; fetching 1214 silly cache add args [ 'yallist@^4.0.0', null ] 1215 verbose cache add spec yallist@^4.0.0 1216 silly cache add parsed spec Result { 1216 silly cache add raw: 'yallist@^4.0.0', 1216 silly cache add scope: null, 1216 silly cache add name: 'yallist', 1216 silly cache add rawSpec: '^4.0.0', 1216 silly cache add spec: '>=4.0.0 <5.0.0', 1216 silly cache add type: 'range' } 1217 silly addNamed yallist@>=4.0.0 <5.0.0 1218 verbose addNamed ">=4.0.0 <5.0.0" is a valid semver range for yallist 1219 silly addNameRange { name: 'yallist', range: '>=4.0.0 <5.0.0', hasData: false } 1220 silly mapToRegistry name yallist 1221 silly mapToRegistry using default registry 1222 silly mapToRegistry registry https://registry.npmjs.org/ 1223 silly mapToRegistry data Result { 1223 silly mapToRegistry raw: 'yallist', 1223 silly mapToRegistry scope: null, 1223 silly mapToRegistry name: 'yallist', 1223 silly mapToRegistry rawSpec: '', 1223 silly mapToRegistry spec: 'latest', 1223 silly mapToRegistry type: 'tag' } 1224 silly mapToRegistry uri https://registry.npmjs.org/yallist 1225 verbose addNameRange registry:https://registry.npmjs.org/yallist not in flight; fetching 1226 verbose linkBins make-dir@3.1.0 1227 verbose linkMans make-dir@3.1.0 1228 verbose rebuildBundles make-dir@3.1.0 1229 verbose rebuildBundles [ '.bin', 'semver' ] 1230 info install make-dir@3.1.0 1231 verbose request uri https://registry.npmjs.org/fs-minipass 1232 verbose request no auth needed 1233 info attempt registry request try #1 at 3:03:16 PM 1234 verbose etag W/"466a2e4ad1e63088a355ff212817a29a" 1235 verbose lastModified Fri, 04 Jun 2021 22:32:56 GMT 1236 http request GET https://registry.npmjs.org/fs-minipass 1237 verbose request uri https://registry.npmjs.org/minizlib 1238 verbose request no auth needed 1239 info attempt registry request try #1 at 3:03:16 PM 1240 verbose etag W/"6bd62b1bb0fe53bf3877d05f04f874d3" 1241 verbose lastModified Fri, 04 Jun 2021 22:33:07 GMT 1242 http request GET https://registry.npmjs.org/minizlib 1243 info postinstall make-dir@3.1.0 1244 verbose request uri https://registry.npmjs.org/mkdirp 1245 verbose request no auth needed 1246 info attempt registry request try #1 at 3:03:16 PM 1247 verbose etag W/"d28984cb9631ee8bca6fe4b142ad79a4" 1248 verbose lastModified Sun, 14 Mar 2021 09:18:23 GMT 1249 http request GET https://registry.npmjs.org/mkdirp 1250 verbose unlock done using /root/.npm/_locks/make-dir-585982a792c747ec.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/make-dir 1251 verbose request uri https://registry.npmjs.org/chownr 1252 verbose request no auth needed 1253 info attempt registry request try #1 at 3:03:16 PM 1254 verbose etag W/"06ee338701a51dd8f5f86713daffa933" 1255 verbose lastModified Wed, 12 Feb 2020 02:33:11 GMT 1256 http request GET https://registry.npmjs.org/chownr 1257 verbose request uri https://registry.npmjs.org/yallist 1258 verbose request no auth needed 1259 info attempt registry request try #1 at 3:03:16 PM 1260 verbose etag W/"07939ee997a81187adacaad91a32948f" 1261 verbose lastModified Mon, 30 Sep 2019 20:08:12 GMT 1262 http request GET https://registry.npmjs.org/yallist 1263 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/package.json 1264 info preinstall semver@7.3.5 1265 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/package.json 1266 silly prepareForInstallMany adding lru-cache@^6.0.0 from semver dependencies 1267 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/package.json 1268 silly cache add args [ 'lru-cache@^6.0.0', null ] 1269 verbose cache add spec lru-cache@^6.0.0 1270 silly cache add parsed spec Result { 1270 silly cache add raw: 'lru-cache@^6.0.0', 1270 silly cache add scope: null, 1270 silly cache add name: 'lru-cache', 1270 silly cache add rawSpec: '^6.0.0', 1270 silly cache add spec: '>=6.0.0 <7.0.0', 1270 silly cache add type: 'range' } 1271 silly addNamed lru-cache@>=6.0.0 <7.0.0 1272 verbose addNamed ">=6.0.0 <7.0.0" is a valid semver range for lru-cache 1273 silly addNameRange { name: 'lru-cache', range: '>=6.0.0 <7.0.0', hasData: false } 1274 silly mapToRegistry name lru-cache 1275 silly mapToRegistry using default registry 1276 silly mapToRegistry registry https://registry.npmjs.org/ 1277 silly mapToRegistry data Result { 1277 silly mapToRegistry raw: 'lru-cache', 1277 silly mapToRegistry scope: null, 1277 silly mapToRegistry name: 'lru-cache', 1277 silly mapToRegistry rawSpec: '', 1277 silly mapToRegistry spec: 'latest', 1277 silly mapToRegistry type: 'tag' } 1278 silly mapToRegistry uri https://registry.npmjs.org/lru-cache 1279 verbose addNameRange registry:https://registry.npmjs.org/lru-cache not in flight; fetching 1280 verbose request uri https://registry.npmjs.org/lru-cache 1281 verbose request no auth needed 1282 info attempt registry request try #1 at 3:03:16 PM 1283 verbose etag W/"1997b15a535533aedbbceeb639896897" 1284 verbose lastModified Sat, 11 Jul 2020 00:59:10 GMT 1285 http request GET https://registry.npmjs.org/lru-cache 1286 verbose request uri https://registry.npmjs.org/minipass 1287 verbose request no auth needed 1288 info attempt registry request try #1 at 3:03:16 PM 1289 verbose etag W/"79d423373ed95bb98f7ec4bdd3e5e9c5" 1290 verbose lastModified Fri, 04 Jun 2021 22:33:07 GMT 1291 http request GET https://registry.npmjs.org/minipass 1292 http 200 https://registry.npmjs.org/are-we-there-yet 1293 verbose headers { date: 'Wed, 13 Oct 2021 07:03:15 GMT', 1293 verbose headers 'content-type': 'application/json', 1293 verbose headers 'transfer-encoding': 'chunked', 1293 verbose headers connection: 'keep-alive', 1293 verbose headers 'cf-ray': '69d6b504ef9e3643-LAX', 1293 verbose headers age: '50', 1293 verbose headers 'cache-control': 'public, max-age=300', 1293 verbose headers etag: 'W/"bf2a4476f174ca1639f8cf772f03f6ac"', 1293 verbose headers 'last-modified': 'Thu, 02 Sep 2021 14:27:12 GMT', 1293 verbose headers vary: 'accept-encoding, accept', 1293 verbose headers 'cf-cache-status': 'HIT', 1293 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1293 verbose headers 'x-amz-replication-status': 'COMPLETED', 1293 verbose headers server: 'cloudflare', 1293 verbose headers 'content-encoding': 'gzip' } 1294 silly get cb [ 200, 1294 silly get { date: 'Wed, 13 Oct 2021 07:03:15 GMT', 1294 silly get 'content-type': 'application/json', 1294 silly get 'transfer-encoding': 'chunked', 1294 silly get connection: 'keep-alive', 1294 silly get 'cf-ray': '69d6b504ef9e3643-LAX', 1294 silly get age: '50', 1294 silly get 'cache-control': 'public, max-age=300', 1294 silly get etag: 'W/"bf2a4476f174ca1639f8cf772f03f6ac"', 1294 silly get 'last-modified': 'Thu, 02 Sep 2021 14:27:12 GMT', 1294 silly get vary: 'accept-encoding, accept', 1294 silly get 'cf-cache-status': 'HIT', 1294 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1294 silly get 'x-amz-replication-status': 'COMPLETED', 1294 silly get server: 'cloudflare', 1294 silly get 'content-encoding': 'gzip' } ] 1295 verbose get saving are-we-there-yet to /root/.npm/registry.npmjs.org/are-we-there-yet/.cache.json 1296 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1297 silly addNameRange number 2 { name: 'are-we-there-yet', 1297 silly addNameRange range: '>=1.1.2 <1.2.0', 1297 silly addNameRange hasData: true } 1298 silly addNameRange versions [ 'are-we-there-yet', 1298 silly addNameRange [ '1.0.0', 1298 silly addNameRange '1.0.1', 1298 silly addNameRange '1.0.2', 1298 silly addNameRange '1.0.3', 1298 silly addNameRange '1.0.4', 1298 silly addNameRange '1.0.5', 1298 silly addNameRange '1.0.6', 1298 silly addNameRange '1.1.0', 1298 silly addNameRange '1.1.1', 1298 silly addNameRange '1.1.2', 1298 silly addNameRange '1.1.3', 1298 silly addNameRange '1.1.4', 1298 silly addNameRange '1.1.5', 1298 silly addNameRange '1.1.6', 1298 silly addNameRange '1.1.7', 1298 silly addNameRange '2.0.0' ] ] 1299 silly addNamed are-we-there-yet@1.1.7 1300 verbose addNamed "1.1.7" is a plain semver version for are-we-there-yet 1301 silly mapToRegistry name are-we-there-yet 1302 silly mapToRegistry using default registry 1303 silly mapToRegistry registry https://registry.npmjs.org/ 1304 silly mapToRegistry data Result { 1304 silly mapToRegistry raw: 'are-we-there-yet', 1304 silly mapToRegistry scope: null, 1304 silly mapToRegistry name: 'are-we-there-yet', 1304 silly mapToRegistry rawSpec: '', 1304 silly mapToRegistry spec: 'latest', 1304 silly mapToRegistry type: 'tag' } 1305 silly mapToRegistry uri https://registry.npmjs.org/are-we-there-yet 1306 verbose addRemoteTarball https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz not in flight; adding 1307 verbose addRemoteTarball [ 'https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz', 1307 verbose addRemoteTarball 'b15474a932adab4ff8a50d9adfa7e4e926f21146' ] 1308 info retry fetch attempt 1 at 3:03:16 PM 1309 info attempt registry request try #1 at 3:03:16 PM 1310 http fetch GET https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz 1311 http 304 https://registry.npmjs.org/console-control-strings 1312 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1312 verbose headers connection: 'keep-alive', 1312 verbose headers 'cf-ray': '69d6b504ff2deadf-LAX', 1312 verbose headers age: '79', 1312 verbose headers 'cache-control': 'public, max-age=300', 1312 verbose headers etag: '"e52f7e231640679768fe81828918b62d"', 1312 verbose headers 'last-modified': 'Sat, 26 May 2018 20:45:22 GMT', 1312 verbose headers vary: 'Accept-Encoding', 1312 verbose headers 'cf-cache-status': 'HIT', 1312 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1312 verbose headers server: 'cloudflare' } 1313 silly get cb [ 304, 1313 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1313 silly get connection: 'keep-alive', 1313 silly get 'cf-ray': '69d6b504ff2deadf-LAX', 1313 silly get age: '79', 1313 silly get 'cache-control': 'public, max-age=300', 1313 silly get etag: '"e52f7e231640679768fe81828918b62d"', 1313 silly get 'last-modified': 'Sat, 26 May 2018 20:45:22 GMT', 1313 silly get vary: 'Accept-Encoding', 1313 silly get 'cf-cache-status': 'HIT', 1313 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1313 silly get server: 'cloudflare' } ] 1314 verbose etag https://registry.npmjs.org/console-control-strings from cache 1315 verbose get saving console-control-strings to /root/.npm/registry.npmjs.org/console-control-strings/.cache.json 1316 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1317 silly addNameRange number 2 { name: 'console-control-strings', 1317 silly addNameRange range: '>=1.1.0 <1.2.0', 1317 silly addNameRange hasData: true } 1318 silly addNameRange versions [ 'console-control-strings', [ '1.0.0', '1.1.0' ] ] 1319 silly addNamed console-control-strings@1.1.0 1320 verbose addNamed "1.1.0" is a plain semver version for console-control-strings 1321 http 304 https://registry.npmjs.org/set-blocking 1322 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1322 verbose headers connection: 'keep-alive', 1322 verbose headers 'cf-ray': '69d6b504ecf0ebc1-LAX', 1322 verbose headers age: '226', 1322 verbose headers 'cache-control': 'public, max-age=300', 1322 verbose headers etag: '"2538fd3726691583dd170d2b1f9e448b"', 1322 verbose headers 'last-modified': 'Sun, 27 May 2018 17:05:03 GMT', 1322 verbose headers vary: 'Accept-Encoding', 1322 verbose headers 'cf-cache-status': 'HIT', 1322 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1322 verbose headers server: 'cloudflare' } 1323 silly get cb [ 304, 1323 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1323 silly get connection: 'keep-alive', 1323 silly get 'cf-ray': '69d6b504ecf0ebc1-LAX', 1323 silly get age: '226', 1323 silly get 'cache-control': 'public, max-age=300', 1323 silly get etag: '"2538fd3726691583dd170d2b1f9e448b"', 1323 silly get 'last-modified': 'Sun, 27 May 2018 17:05:03 GMT', 1323 silly get vary: 'Accept-Encoding', 1323 silly get 'cf-cache-status': 'HIT', 1323 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1323 silly get server: 'cloudflare' } ] 1324 verbose etag https://registry.npmjs.org/set-blocking from cache 1325 verbose get saving set-blocking to /root/.npm/registry.npmjs.org/set-blocking/.cache.json 1326 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1327 silly addNameRange number 2 { name: 'set-blocking', range: '>=2.0.0 <2.1.0', hasData: true } 1328 silly addNameRange versions [ 'set-blocking', [ '1.0.0', '2.0.0' ] ] 1329 silly addNamed set-blocking@2.0.0 1330 verbose addNamed "2.0.0" is a plain semver version for set-blocking 1331 silly cache afterAdd console-control-strings@1.1.0 1332 verbose afterAdd /root/.npm/console-control-strings/1.1.0/package/package.json not in flight; writing 1333 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1334 verbose afterAdd /root/.npm/console-control-strings/1.1.0/package/package.json written 1335 silly cache afterAdd set-blocking@2.0.0 1336 verbose afterAdd /root/.npm/set-blocking/2.0.0/package/package.json not in flight; writing 1337 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1338 verbose afterAdd /root/.npm/set-blocking/2.0.0/package/package.json written 1339 http 200 https://registry.npmjs.org/glob 1340 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1340 verbose headers 'content-type': 'application/json', 1340 verbose headers 'transfer-encoding': 'chunked', 1340 verbose headers connection: 'keep-alive', 1340 verbose headers 'cf-ray': '69d6b5052c96eb21-LAX', 1340 verbose headers age: '288', 1340 verbose headers 'cache-control': 'public, max-age=300', 1340 verbose headers etag: 'W/"08bcc87ccdc788f1948aa95708e028ad"', 1340 verbose headers 'last-modified': 'Wed, 22 Sep 2021 23:36:21 GMT', 1340 verbose headers vary: 'accept-encoding, accept', 1340 verbose headers 'cf-cache-status': 'HIT', 1340 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1340 verbose headers 'x-amz-replication-status': 'PENDING', 1340 verbose headers server: 'cloudflare', 1340 verbose headers 'content-encoding': 'gzip' } 1341 silly get cb [ 200, 1341 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1341 silly get 'content-type': 'application/json', 1341 silly get 'transfer-encoding': 'chunked', 1341 silly get connection: 'keep-alive', 1341 silly get 'cf-ray': '69d6b5052c96eb21-LAX', 1341 silly get age: '288', 1341 silly get 'cache-control': 'public, max-age=300', 1341 silly get etag: 'W/"08bcc87ccdc788f1948aa95708e028ad"', 1341 silly get 'last-modified': 'Wed, 22 Sep 2021 23:36:21 GMT', 1341 silly get vary: 'accept-encoding, accept', 1341 silly get 'cf-cache-status': 'HIT', 1341 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1341 silly get 'x-amz-replication-status': 'PENDING', 1341 silly get server: 'cloudflare', 1341 silly get 'content-encoding': 'gzip' } ] 1342 verbose get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json 1343 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1344 silly addNameRange number 2 { name: 'glob', range: '>=7.1.3 <8.0.0', hasData: true } 1345 silly addNameRange versions [ 'glob', 1345 silly addNameRange [ '1.1.0', 1345 silly addNameRange '2.0.9', 1345 silly addNameRange '2.0.8', 1345 silly addNameRange '2.0.7', 1345 silly addNameRange '2.1.0', 1345 silly addNameRange '3.0.0', 1345 silly addNameRange '3.0.1', 1345 silly addNameRange '3.1.0', 1345 silly addNameRange '3.1.1', 1345 silly addNameRange '3.1.2', 1345 silly addNameRange '3.1.3', 1345 silly addNameRange '3.1.4', 1345 silly addNameRange '3.1.5', 1345 silly addNameRange '3.1.6', 1345 silly addNameRange '3.1.7', 1345 silly addNameRange '3.1.9', 1345 silly addNameRange '3.1.10', 1345 silly addNameRange '3.1.11', 1345 silly addNameRange '3.1.12', 1345 silly addNameRange '3.1.13', 1345 silly addNameRange '3.1.14', 1345 silly addNameRange '3.1.15', 1345 silly addNameRange '3.1.16', 1345 silly addNameRange '3.1.17', 1345 silly addNameRange '3.1.18', 1345 silly addNameRange '3.1.19', 1345 silly addNameRange '3.1.20', 1345 silly addNameRange '3.1.21', 1345 silly addNameRange '3.2.0', 1345 silly addNameRange '3.2.1', 1345 silly addNameRange '3.2.3', 1345 silly addNameRange '3.2.4', 1345 silly addNameRange '3.2.5', 1345 silly addNameRange '3.2.6', 1345 silly addNameRange '3.2.7', 1345 silly addNameRange '3.2.8', 1345 silly addNameRange '3.2.9', 1345 silly addNameRange '3.2.10', 1345 silly addNameRange '3.2.11', 1345 silly addNameRange '4.0.0', 1345 silly addNameRange '4.0.1', 1345 silly addNameRange '4.0.2', 1345 silly addNameRange '4.0.3', 1345 silly addNameRange '4.0.4', 1345 silly addNameRange '4.0.5', 1345 silly addNameRange '4.0.6', 1345 silly addNameRange '4.1.2-beta', 1345 silly addNameRange '4.1.2', 1345 silly addNameRange '4.1.3', 1345 silly addNameRange '4.1.4', 1345 silly addNameRange '4.1.5', 1345 silly addNameRange '4.1.6', 1345 silly addNameRange '4.2.0', 1345 silly addNameRange '4.2.1', 1345 silly addNameRange '4.2.2', 1345 silly addNameRange '4.3.0', 1345 silly addNameRange '4.3.1', 1345 silly addNameRange '4.3.2', 1345 silly addNameRange '4.3.3', 1345 silly addNameRange '4.3.4', 1345 silly addNameRange '4.3.5', 1345 silly addNameRange '4.4.0', 1345 silly addNameRange '4.4.2', 1345 silly addNameRange '4.5.0', 1345 silly addNameRange '5.0.0', 1345 silly addNameRange '4.5.1', 1345 silly addNameRange '5.0.1', 1345 silly addNameRange '4.5.2', 1345 silly addNameRange '5.0.2', 1345 silly addNameRange '4.5.3', 1345 silly addNameRange '5.0.3', 1345 silly addNameRange '5.0.4', 1345 silly addNameRange '5.0.5', 1345 silly addNameRange '5.0.6', 1345 silly addNameRange '5.0.7', 1345 silly addNameRange '5.0.9', 1345 silly addNameRange '5.0.10', 1345 silly addNameRange '5.0.11', 1345 silly addNameRange '5.0.12', 1345 silly addNameRange '5.0.13', 1345 silly addNameRange '5.0.14', 1345 silly addNameRange '5.0.15', 1345 silly addNameRange '6.0.1', 1345 silly addNameRange '6.0.2', 1345 silly addNameRange '6.0.3', 1345 silly addNameRange '6.0.4', 1345 silly addNameRange '7.0.0', 1345 silly addNameRange '7.0.1', 1345 silly addNameRange '7.0.3', 1345 silly addNameRange '7.0.4', 1345 silly addNameRange '7.0.5', 1345 silly addNameRange '7.0.6', 1345 silly addNameRange '7.1.0', 1345 silly addNameRange '7.1.1', 1345 silly addNameRange '7.1.2', 1345 silly addNameRange '7.1.3', 1345 silly addNameRange '7.1.4', 1345 silly addNameRange '7.1.5', 1345 silly addNameRange '7.1.6', 1345 silly addNameRange '7.1.7', 1345 silly addNameRange '7.2.0' ] ] 1346 silly addNamed glob@7.2.0 1347 verbose addNamed "7.2.0" is a plain semver version for glob 1348 silly mapToRegistry name glob 1349 silly mapToRegistry using default registry 1350 silly mapToRegistry registry https://registry.npmjs.org/ 1351 silly mapToRegistry data Result { 1351 silly mapToRegistry raw: 'glob', 1351 silly mapToRegistry scope: null, 1351 silly mapToRegistry name: 'glob', 1351 silly mapToRegistry rawSpec: '', 1351 silly mapToRegistry spec: 'latest', 1351 silly mapToRegistry type: 'tag' } 1352 silly mapToRegistry uri https://registry.npmjs.org/glob 1353 verbose addRemoteTarball https://registry.npmjs.org/glob/-/glob-7.2.0.tgz not in flight; adding 1354 verbose addRemoteTarball [ 'https://registry.npmjs.org/glob/-/glob-7.2.0.tgz', 1354 verbose addRemoteTarball 'd15535af7732e02e948f4c41628bd910293f6023' ] 1355 http 200 https://registry.npmjs.org/whatwg-url 1356 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1356 verbose headers 'content-type': 'application/json', 1356 verbose headers 'transfer-encoding': 'chunked', 1356 verbose headers connection: 'keep-alive', 1356 verbose headers 'cf-ray': '69d6b5052b460507-LAX', 1356 verbose headers age: '257', 1356 verbose headers 'cache-control': 'public, max-age=300', 1356 verbose headers etag: 'W/"676cae78e094afa2bfb367f490bf0b41"', 1356 verbose headers 'last-modified': 'Wed, 06 Oct 2021 16:50:41 GMT', 1356 verbose headers vary: 'accept-encoding, accept', 1356 verbose headers 'cf-cache-status': 'HIT', 1356 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1356 verbose headers 'x-amz-replication-status': 'COMPLETED', 1356 verbose headers server: 'cloudflare', 1356 verbose headers 'content-encoding': 'gzip' } 1357 silly get cb [ 200, 1357 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1357 silly get 'content-type': 'application/json', 1357 silly get 'transfer-encoding': 'chunked', 1357 silly get connection: 'keep-alive', 1357 silly get 'cf-ray': '69d6b5052b460507-LAX', 1357 silly get age: '257', 1357 silly get 'cache-control': 'public, max-age=300', 1357 silly get etag: 'W/"676cae78e094afa2bfb367f490bf0b41"', 1357 silly get 'last-modified': 'Wed, 06 Oct 2021 16:50:41 GMT', 1357 silly get vary: 'accept-encoding, accept', 1357 silly get 'cf-cache-status': 'HIT', 1357 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1357 silly get 'x-amz-replication-status': 'COMPLETED', 1357 silly get server: 'cloudflare', 1357 silly get 'content-encoding': 'gzip' } ] 1358 verbose get saving whatwg-url to /root/.npm/registry.npmjs.org/whatwg-url/.cache.json 1359 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1360 info retry fetch attempt 1 at 3:03:16 PM 1361 info attempt registry request try #1 at 3:03:16 PM 1362 http fetch GET https://registry.npmjs.org/glob/-/glob-7.2.0.tgz 1363 http 200 https://registry.npmjs.org/abbrev 1364 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1364 verbose headers 'content-type': 'application/json', 1364 verbose headers 'transfer-encoding': 'chunked', 1364 verbose headers connection: 'keep-alive', 1364 verbose headers 'cf-ray': '69d6b50548d03131-LAX', 1364 verbose headers age: '260', 1364 verbose headers 'cache-control': 'public, max-age=300', 1364 verbose headers etag: 'W/"7c67ab9c86df4c0552576d510688e2e1"', 1364 verbose headers 'last-modified': 'Thu, 29 Jul 2021 05:09:38 GMT', 1364 verbose headers vary: 'accept-encoding, accept', 1364 verbose headers 'cf-cache-status': 'HIT', 1364 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1364 verbose headers 'x-amz-replication-status': 'COMPLETED', 1364 verbose headers server: 'cloudflare', 1364 verbose headers 'content-encoding': 'gzip' } 1365 silly get cb [ 200, 1365 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1365 silly get 'content-type': 'application/json', 1365 silly get 'transfer-encoding': 'chunked', 1365 silly get connection: 'keep-alive', 1365 silly get 'cf-ray': '69d6b50548d03131-LAX', 1365 silly get age: '260', 1365 silly get 'cache-control': 'public, max-age=300', 1365 silly get etag: 'W/"7c67ab9c86df4c0552576d510688e2e1"', 1365 silly get 'last-modified': 'Thu, 29 Jul 2021 05:09:38 GMT', 1365 silly get vary: 'accept-encoding, accept', 1365 silly get 'cf-cache-status': 'HIT', 1365 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1365 silly get 'x-amz-replication-status': 'COMPLETED', 1365 silly get server: 'cloudflare', 1365 silly get 'content-encoding': 'gzip' } ] 1366 verbose get saving abbrev to /root/.npm/registry.npmjs.org/abbrev/.cache.json 1367 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1368 silly addNameRange number 2 { name: 'whatwg-url', range: '>=5.0.0 <6.0.0', hasData: true } 1369 silly addNameRange versions [ 'whatwg-url', 1369 silly addNameRange [ '0.0.1', 1369 silly addNameRange '0.1.0', 1369 silly addNameRange '0.2.0', 1369 silly addNameRange '0.2.1', 1369 silly addNameRange '0.3.0', 1369 silly addNameRange '0.3.1', 1369 silly addNameRange '0.4.0', 1369 silly addNameRange '0.4.1', 1369 silly addNameRange '0.4.2', 1369 silly addNameRange '0.5.0', 1369 silly addNameRange '0.6.0', 1369 silly addNameRange '0.6.1', 1369 silly addNameRange '0.6.2', 1369 silly addNameRange '0.6.4', 1369 silly addNameRange '0.6.5', 1369 silly addNameRange '1.0.0', 1369 silly addNameRange '1.0.1', 1369 silly addNameRange '2.0.0', 1369 silly addNameRange '2.0.1', 1369 silly addNameRange '3.0.0', 1369 silly addNameRange '3.1.0', 1369 silly addNameRange '4.0.0', 1369 silly addNameRange '4.1.0', 1369 silly addNameRange '4.1.1', 1369 silly addNameRange '4.2.0', 1369 silly addNameRange '4.3.0', 1369 silly addNameRange '4.4.0', 1369 silly addNameRange '4.5.0', 1369 silly addNameRange '4.5.1', 1369 silly addNameRange '4.6.0', 1369 silly addNameRange '4.7.0', 1369 silly addNameRange '4.7.1', 1369 silly addNameRange '4.8.0', 1369 silly addNameRange '5.0.0', 1369 silly addNameRange '6.0.0', 1369 silly addNameRange '6.0.1', 1369 silly addNameRange '6.1.0', 1369 silly addNameRange '6.2.0', 1369 silly addNameRange '6.2.1', 1369 silly addNameRange '6.3.0', 1369 silly addNameRange '6.4.0', 1369 silly addNameRange '6.4.1', 1369 silly addNameRange '6.5.0', 1369 silly addNameRange '7.0.0', 1369 silly addNameRange '7.1.0', 1369 silly addNameRange '8.0.0', 1369 silly addNameRange '8.1.0', 1369 silly addNameRange '8.2.0', 1369 silly addNameRange '8.2.1', 1369 silly addNameRange '8.2.2', 1369 silly addNameRange '8.3.0', 1369 silly addNameRange '8.4.0', 1369 silly addNameRange '8.5.0', 1369 silly addNameRange '8.6.0', 1369 silly addNameRange '8.7.0', 1369 silly addNameRange '9.0.0', 1369 silly addNameRange '9.1.0', 1369 silly addNameRange '10.0.0' ] ] 1370 silly addNamed whatwg-url@5.0.0 1371 verbose addNamed "5.0.0" is a plain semver version for whatwg-url 1372 silly mapToRegistry name whatwg-url 1373 silly mapToRegistry using default registry 1374 silly mapToRegistry registry https://registry.npmjs.org/ 1375 silly mapToRegistry data Result { 1375 silly mapToRegistry raw: 'whatwg-url', 1375 silly mapToRegistry scope: null, 1375 silly mapToRegistry name: 'whatwg-url', 1375 silly mapToRegistry rawSpec: '', 1375 silly mapToRegistry spec: 'latest', 1375 silly mapToRegistry type: 'tag' } 1376 silly mapToRegistry uri https://registry.npmjs.org/whatwg-url 1377 verbose addRemoteTarball https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz not in flight; adding 1378 verbose addRemoteTarball [ 'https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz', 1378 verbose addRemoteTarball '966454e8765462e37644d3626f6742ce8b70965d' ] 1379 silly addNameRange number 2 { name: 'abbrev', range: '>=1.0.0 <2.0.0', hasData: true } 1380 silly addNameRange versions [ 'abbrev', 1380 silly addNameRange [ '1.0.3', 1380 silly addNameRange '1.0.4', 1380 silly addNameRange '1.0.5', 1380 silly addNameRange '1.0.6', 1380 silly addNameRange '1.0.7', 1380 silly addNameRange '1.0.9', 1380 silly addNameRange '1.1.0', 1380 silly addNameRange '1.1.1' ] ] 1381 silly addNamed abbrev@1.1.1 1382 verbose addNamed "1.1.1" is a plain semver version for abbrev 1383 info retry fetch attempt 1 at 3:03:16 PM 1384 info attempt registry request try #1 at 3:03:16 PM 1385 http fetch GET https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz 1386 http 200 https://registry.npmjs.org/gauge 1387 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1387 verbose headers 'content-type': 'application/json', 1387 verbose headers 'transfer-encoding': 'chunked', 1387 verbose headers connection: 'keep-alive', 1387 verbose headers 'cf-ray': '69d6b504ffdf3689-LAX', 1387 verbose headers age: '154', 1387 verbose headers 'cache-control': 'public, max-age=300', 1387 verbose headers etag: 'W/"25d2e2723617714f99d3e23ae9148b82"', 1387 verbose headers 'last-modified': 'Thu, 29 Jul 2021 05:09:05 GMT', 1387 verbose headers vary: 'accept-encoding, accept', 1387 verbose headers 'cf-cache-status': 'HIT', 1387 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1387 verbose headers 'x-amz-replication-status': 'COMPLETED', 1387 verbose headers server: 'cloudflare', 1387 verbose headers 'content-encoding': 'gzip' } 1388 silly get cb [ 200, 1388 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1388 silly get 'content-type': 'application/json', 1388 silly get 'transfer-encoding': 'chunked', 1388 silly get connection: 'keep-alive', 1388 silly get 'cf-ray': '69d6b504ffdf3689-LAX', 1388 silly get age: '154', 1388 silly get 'cache-control': 'public, max-age=300', 1388 silly get etag: 'W/"25d2e2723617714f99d3e23ae9148b82"', 1388 silly get 'last-modified': 'Thu, 29 Jul 2021 05:09:05 GMT', 1388 silly get vary: 'accept-encoding, accept', 1388 silly get 'cf-cache-status': 'HIT', 1388 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1388 silly get 'x-amz-replication-status': 'COMPLETED', 1388 silly get server: 'cloudflare', 1388 silly get 'content-encoding': 'gzip' } ] 1389 verbose get saving gauge to /root/.npm/registry.npmjs.org/gauge/.cache.json 1390 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1391 http 304 https://registry.npmjs.org/agent-base 1392 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1392 verbose headers connection: 'keep-alive', 1392 verbose headers 'cf-ray': '69d6b5055f670cbf-LAX', 1392 verbose headers age: '12', 1392 verbose headers 'cache-control': 'public, max-age=300', 1392 verbose headers etag: '"3e39b98e3b0dbed77251377fa9b7c688"', 1392 verbose headers 'last-modified': 'Fri, 23 Oct 2020 19:33:19 GMT', 1392 verbose headers vary: 'Accept-Encoding', 1392 verbose headers 'cf-cache-status': 'HIT', 1392 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1392 verbose headers server: 'cloudflare' } 1393 silly get cb [ 304, 1393 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1393 silly get connection: 'keep-alive', 1393 silly get 'cf-ray': '69d6b5055f670cbf-LAX', 1393 silly get age: '12', 1393 silly get 'cache-control': 'public, max-age=300', 1393 silly get etag: '"3e39b98e3b0dbed77251377fa9b7c688"', 1393 silly get 'last-modified': 'Fri, 23 Oct 2020 19:33:19 GMT', 1393 silly get vary: 'Accept-Encoding', 1393 silly get 'cf-cache-status': 'HIT', 1393 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1393 silly get server: 'cloudflare' } ] 1394 verbose etag https://registry.npmjs.org/agent-base from cache 1395 verbose get saving agent-base to /root/.npm/registry.npmjs.org/agent-base/.cache.json 1396 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1397 verbose request uri https://registry.npmjs.org/debug 1398 verbose request no auth needed 1399 info attempt registry request try #1 at 3:03:16 PM 1400 verbose etag W/"bd560b8f523b8c039d26d3d93e9b9491" 1401 verbose lastModified Mon, 13 Sep 2021 07:04:45 GMT 1402 http request GET https://registry.npmjs.org/debug 1403 silly addNameRange number 2 { name: 'gauge', range: '>=2.7.3 <2.8.0', hasData: true } 1404 silly addNameRange versions [ 'gauge', 1404 silly addNameRange [ '1.0.0', 1404 silly addNameRange '1.0.1', 1404 silly addNameRange '1.0.2', 1404 silly addNameRange '1.1.0', 1404 silly addNameRange '1.2.0', 1404 silly addNameRange '1.2.1', 1404 silly addNameRange '1.2.2', 1404 silly addNameRange '1.2.3', 1404 silly addNameRange '1.2.4', 1404 silly addNameRange '1.2.5', 1404 silly addNameRange '1.2.6', 1404 silly addNameRange '1.2.7', 1404 silly addNameRange '2.0.0', 1404 silly addNameRange '2.1.0', 1404 silly addNameRange '2.2.0', 1404 silly addNameRange '2.2.1', 1404 silly addNameRange '2.3.0', 1404 silly addNameRange '2.3.1', 1404 silly addNameRange '2.4.0', 1404 silly addNameRange '2.5.0', 1404 silly addNameRange '2.5.1', 1404 silly addNameRange '2.5.2', 1404 silly addNameRange '2.5.3', 1404 silly addNameRange '2.6.0', 1404 silly addNameRange '2.7.0', 1404 silly addNameRange '2.7.1', 1404 silly addNameRange '2.7.2', 1404 silly addNameRange '2.7.3', 1404 silly addNameRange '2.7.4', 1404 silly addNameRange '3.0.0', 1404 silly addNameRange '3.0.1' ] ] 1405 silly addNamed gauge@2.7.4 1406 verbose addNamed "2.7.4" is a plain semver version for gauge 1407 silly addNameRange number 2 { name: 'agent-base', range: '>=6.0.0 <7.0.0', hasData: true } 1408 silly addNameRange versions [ 'agent-base', 1408 silly addNameRange [ '0.0.1', 1408 silly addNameRange '1.0.0', 1408 silly addNameRange '1.0.1', 1408 silly addNameRange '1.0.2', 1408 silly addNameRange '2.0.0', 1408 silly addNameRange '2.0.1', 1408 silly addNameRange '2.1.0', 1408 silly addNameRange '2.1.1', 1408 silly addNameRange '3.0.0', 1408 silly addNameRange '4.0.0', 1408 silly addNameRange '4.0.1', 1408 silly addNameRange '4.1.0', 1408 silly addNameRange '4.1.1', 1408 silly addNameRange '4.1.2', 1408 silly addNameRange '4.2.0', 1408 silly addNameRange '4.2.1', 1408 silly addNameRange '4.3.0', 1408 silly addNameRange '5.0.0', 1408 silly addNameRange '5.1.0', 1408 silly addNameRange '5.1.1', 1408 silly addNameRange '6.0.0', 1408 silly addNameRange '6.0.1', 1408 silly addNameRange '6.0.2' ] ] 1409 silly addNamed agent-base@6.0.2 1410 verbose addNamed "6.0.2" is a plain semver version for agent-base 1411 silly cache afterAdd abbrev@1.1.1 1412 verbose afterAdd /root/.npm/abbrev/1.1.1/package/package.json not in flight; writing 1413 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1414 verbose afterAdd /root/.npm/abbrev/1.1.1/package/package.json written 1415 silly install resolved [ { name: 'abbrev', 1415 silly install resolved version: '1.1.1', 1415 silly install resolved description: 'Like ruby\'s abbrev module, but in js', 1415 silly install resolved author: { name: 'Isaac Z. Schlueter', email: 'i@izs.me' }, 1415 silly install resolved main: 'abbrev.js', 1415 silly install resolved scripts: 1415 silly install resolved { test: 'tap test.js --100', 1415 silly install resolved preversion: 'npm test', 1415 silly install resolved postversion: 'npm publish', 1415 silly install resolved postpublish: 'git push origin --all; git push origin --tags' }, 1415 silly install resolved repository: 1415 silly install resolved { type: 'git', 1415 silly install resolved url: 'git+ssh://git@github.com/isaacs/abbrev-js.git' }, 1415 silly install resolved license: 'ISC', 1415 silly install resolved devDependencies: { tap: '^10.1' }, 1415 silly install resolved files: [ 'abbrev.js' ], 1415 silly install resolved gitHead: 'a9ee72ebc8fe3975f1b0c7aeb3a8f2a806a432eb', 1415 silly install resolved bugs: { url: 'https://github.com/isaacs/abbrev-js/issues' }, 1415 silly install resolved homepage: 'https://github.com/isaacs/abbrev-js#readme', 1415 silly install resolved _id: 'abbrev@1.1.1', 1415 silly install resolved _npmVersion: '5.4.2', 1415 silly install resolved _nodeVersion: '8.5.0', 1415 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 1415 silly install resolved dist: 1415 silly install resolved { integrity: 'sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==', 1415 silly install resolved shasum: 'f8f2c887ad10bf67f634f005b6987fed3179aac8', 1415 silly install resolved tarball: 'https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz' }, 1415 silly install resolved maintainers: [ [Object], [Object] ], 1415 silly install resolved _npmOperationalInternal: 1415 silly install resolved { host: 's3://npm-registry-packages', 1415 silly install resolved tmp: 'tmp/abbrev-1.1.1.tgz_1506566833068_0.05750026390887797' }, 1415 silly install resolved directories: {}, 1415 silly install resolved _shasum: 'f8f2c887ad10bf67f634f005b6987fed3179aac8', 1415 silly install resolved _resolved: 'https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz', 1415 silly install resolved _from: 'abbrev@>=1.0.0 <2.0.0', 1415 silly install resolved readme: 'ERROR: No README data found!' } ] 1416 info install abbrev@1.1.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 1417 info installOne abbrev@1.1.1 1418 verbose installOne of abbrev to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt not in flight; installing 1419 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 1420 verbose lock using /root/.npm/_locks/abbrev-c0046de5afb65688.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev 1421 silly install write writing abbrev 1.1.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev 1422 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev 1423 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev is being purged from base /var/cloud/platform2 1424 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev 1425 verbose tar unpack /root/.npm/abbrev/1.1.1/package.tgz 1426 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev 1427 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev is being purged 1428 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev 1429 silly gunzTarPerm modes [ '755', '644' ] 1430 silly cache afterAdd gauge@2.7.4 1431 verbose afterAdd /root/.npm/gauge/2.7.4/package/package.json not in flight; writing 1432 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1433 verbose afterAdd /root/.npm/gauge/2.7.4/package/package.json written 1434 silly gunzTarPerm extractEntry package.json 1435 silly gunzTarPerm extractEntry abbrev.js 1436 silly gunzTarPerm extractEntry LICENSE 1437 silly gunzTarPerm extractEntry README.md 1438 silly cache afterAdd agent-base@6.0.2 1439 verbose afterAdd /root/.npm/agent-base/6.0.2/package/package.json not in flight; writing 1440 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1441 verbose afterAdd /root/.npm/agent-base/6.0.2/package/package.json written 1442 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev/package.json 1443 info preinstall abbrev@1.1.1 1444 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev/package.json 1445 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev/package.json 1446 silly install resolved [] 1447 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev 1448 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev 1449 info linkStuff abbrev@1.1.1 1450 silly linkStuff abbrev@1.1.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules as its parent node_modules 1451 verbose linkBins abbrev@1.1.1 1452 verbose linkMans abbrev@1.1.1 1453 verbose rebuildBundles abbrev@1.1.1 1454 info install abbrev@1.1.1 1455 info postinstall abbrev@1.1.1 1456 verbose unlock done using /root/.npm/_locks/abbrev-c0046de5afb65688.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt/node_modules/abbrev 1457 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 1458 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 1459 info linkStuff nopt@5.0.0 1460 silly linkStuff nopt@5.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules as its parent node_modules 1461 verbose linkBins nopt@5.0.0 1462 verbose link bins [ { nopt: 'bin/nopt.js' }, 1462 verbose link bins '/var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin', 1462 verbose link bins false ] 1463 verbose linkMans nopt@5.0.0 1464 verbose rebuildBundles nopt@5.0.0 1465 verbose rebuildBundles [ 'abbrev' ] 1466 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin/nopt is being purged 1467 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin/nopt 1468 info install nopt@5.0.0 1469 info postinstall nopt@5.0.0 1470 verbose unlock done using /root/.npm/_locks/nopt-d7acd3eaf2bdd465.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/nopt 1471 http 200 https://registry.npmjs.org/fs-minipass 1472 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1472 verbose headers 'content-type': 'application/json', 1472 verbose headers 'transfer-encoding': 'chunked', 1472 verbose headers connection: 'keep-alive', 1472 verbose headers 'cf-ray': '69d6b505b8795208-LAX', 1472 verbose headers age: '49', 1472 verbose headers 'cache-control': 'public, max-age=300', 1472 verbose headers etag: 'W/"15172d03397e3171279f7bbe17582b88"', 1472 verbose headers 'last-modified': 'Thu, 29 Jul 2021 05:09:41 GMT', 1472 verbose headers vary: 'accept-encoding, accept', 1472 verbose headers 'cf-cache-status': 'HIT', 1472 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1472 verbose headers 'x-amz-replication-status': 'COMPLETED', 1472 verbose headers server: 'cloudflare', 1472 verbose headers 'content-encoding': 'gzip' } 1473 silly get cb [ 200, 1473 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 1473 silly get 'content-type': 'application/json', 1473 silly get 'transfer-encoding': 'chunked', 1473 silly get connection: 'keep-alive', 1473 silly get 'cf-ray': '69d6b505b8795208-LAX', 1473 silly get age: '49', 1473 silly get 'cache-control': 'public, max-age=300', 1473 silly get etag: 'W/"15172d03397e3171279f7bbe17582b88"', 1473 silly get 'last-modified': 'Thu, 29 Jul 2021 05:09:41 GMT', 1473 silly get vary: 'accept-encoding, accept', 1473 silly get 'cf-cache-status': 'HIT', 1473 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 1473 silly get 'x-amz-replication-status': 'COMPLETED', 1473 silly get server: 'cloudflare', 1473 silly get 'content-encoding': 'gzip' } ] 1474 verbose get saving fs-minipass to /root/.npm/registry.npmjs.org/fs-minipass/.cache.json 1475 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1476 silly addNameRange number 2 { name: 'fs-minipass', range: '>=2.0.0 <3.0.0', hasData: true } 1477 silly addNameRange versions [ 'fs-minipass', 1477 silly addNameRange [ '1.0.0', 1477 silly addNameRange '1.1.0', 1477 silly addNameRange '1.1.1', 1477 silly addNameRange '1.1.2', 1477 silly addNameRange '1.2.0', 1477 silly addNameRange '1.2.1', 1477 silly addNameRange '1.2.2', 1477 silly addNameRange '1.2.3', 1477 silly addNameRange '1.2.4', 1477 silly addNameRange '1.2.5', 1477 silly addNameRange '1.2.6', 1477 silly addNameRange '1.2.7', 1477 silly addNameRange '2.0.0', 1477 silly addNameRange '2.0.1', 1477 silly addNameRange '2.1.0' ] ] 1478 silly addNamed fs-minipass@2.1.0 1479 verbose addNamed "2.1.0" is a plain semver version for fs-minipass 1480 silly cache afterAdd fs-minipass@2.1.0 1481 verbose afterAdd /root/.npm/fs-minipass/2.1.0/package/package.json not in flight; writing 1482 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1483 verbose afterAdd /root/.npm/fs-minipass/2.1.0/package/package.json written 1484 http fetch 200 https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz 1485 silly fetchAndShaCheck shasum b15474a932adab4ff8a50d9adfa7e4e926f21146 1486 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz not in flight; adding 1487 verbose addTmpTarball already have metadata; skipping unpack for are-we-there-yet@1.1.7 1488 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1489 silly cache afterAdd are-we-there-yet@1.1.7 1490 verbose afterAdd /root/.npm/are-we-there-yet/1.1.7/package/package.json not in flight; writing 1491 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1492 verbose afterAdd /root/.npm/are-we-there-yet/1.1.7/package/package.json written 1493 silly install resolved [ { name: 'console-control-strings', 1493 silly install resolved version: '1.1.0', 1493 silly install resolved description: 'A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.', 1493 silly install resolved main: 'index.js', 1493 silly install resolved directories: { test: 'test' }, 1493 silly install resolved scripts: { test: 'standard && tap test/*.js' }, 1493 silly install resolved repository: 1493 silly install resolved { type: 'git', 1493 silly install resolved url: 'git+https://github.com/iarna/console-control-strings.git' }, 1493 silly install resolved keywords: [], 1493 silly install resolved author: 1493 silly install resolved { name: 'Rebecca Turner', 1493 silly install resolved email: 'me@re-becca.org', 1493 silly install resolved url: 'http://re-becca.org/' }, 1493 silly install resolved license: 'ISC', 1493 silly install resolved files: [ 'LICENSE', 'index.js' ], 1493 silly install resolved devDependencies: { standard: '^7.1.2', tap: '^5.7.2' }, 1493 silly install resolved gitHead: '722439b4998d2964ac3d3f9ec175c008aa9b7b4b', 1493 silly install resolved bugs: { url: 'https://github.com/iarna/console-control-strings/issues' }, 1493 silly install resolved homepage: 'https://github.com/iarna/console-control-strings#readme', 1493 silly install resolved _id: 'console-control-strings@1.1.0', 1493 silly install resolved _shasum: '3d7cf4464db6446ea644bf4b39507f9851008e8e', 1493 silly install resolved _from: 'console-control-strings@>=1.1.0 <1.2.0', 1493 silly install resolved _npmVersion: '3.9.2', 1493 silly install resolved _nodeVersion: '4.4.0', 1493 silly install resolved _npmUser: { name: 'iarna', email: 'me@re-becca.org' }, 1493 silly install resolved dist: 1493 silly install resolved { shasum: '3d7cf4464db6446ea644bf4b39507f9851008e8e', 1493 silly install resolved tarball: 'https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz' }, 1493 silly install resolved maintainers: [ [Object] ], 1493 silly install resolved _npmOperationalInternal: 1493 silly install resolved { host: 'packages-16-east.internal.npmjs.com', 1493 silly install resolved tmp: 'tmp/console-control-strings-1.1.0.tgz_1466033396831_0.9470485949423164' }, 1493 silly install resolved _resolved: 'https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz', 1493 silly install resolved readme: 'ERROR: No README data found!' }, 1493 silly install resolved { name: 'set-blocking', 1493 silly install resolved version: '2.0.0', 1493 silly install resolved description: 'set blocking stdio and stderr ensuring that terminal output does not truncate', 1493 silly install resolved main: 'index.js', 1493 silly install resolved scripts: 1493 silly install resolved { pretest: 'standard', 1493 silly install resolved test: 'nyc mocha ./test/*.js', 1493 silly install resolved coverage: 'nyc report --reporter=text-lcov | coveralls', 1493 silly install resolved version: 'standard-version' }, 1493 silly install resolved repository: 1493 silly install resolved { type: 'git', 1493 silly install resolved url: 'git+https://github.com/yargs/set-blocking.git' }, 1493 silly install resolved keywords: [ 'flush', 'terminal', 'blocking', 'shim', 'stdio', 'stderr' ], 1493 silly install resolved author: { name: 'Ben Coe', email: 'ben@npmjs.com' }, 1493 silly install resolved license: 'ISC', 1493 silly install resolved bugs: { url: 'https://github.com/yargs/set-blocking/issues' }, 1493 silly install resolved homepage: 'https://github.com/yargs/set-blocking#readme', 1493 silly install resolved devDependencies: 1493 silly install resolved { chai: '^3.5.0', 1493 silly install resolved coveralls: '^2.11.9', 1493 silly install resolved mocha: '^2.4.5', 1493 silly install resolved nyc: '^6.4.4', 1493 silly install resolved standard: '^7.0.1', 1493 silly install resolved 'standard-version': '^2.2.1' }, 1493 silly install resolved files: [ 'index.js', 'LICENSE.txt' ], 1493 silly install resolved gitHead: '7eec10577b5fff264de477ba3b9d07f404946eff', 1493 silly install resolved _id: 'set-blocking@2.0.0', 1493 silly install resolved _shasum: '045f9782d011ae9a6803ddd382b24392b3d890f7', 1493 silly install resolved _from: 'set-blocking@>=2.0.0 <2.1.0', 1493 silly install resolved _npmVersion: '2.11.3', 1493 silly install resolved _nodeVersion: '0.12.7', 1493 silly install resolved _npmUser: { name: 'bcoe', email: 'ben@npmjs.com' }, 1493 silly install resolved dist: 1493 silly install resolved { shasum: '045f9782d011ae9a6803ddd382b24392b3d890f7', 1493 silly install resolved tarball: 'https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz' }, 1493 silly install resolved maintainers: [ [Object] ], 1493 silly install resolved _npmOperationalInternal: 1493 silly install resolved { host: 'packages-12-west.internal.npmjs.com', 1493 silly install resolved tmp: 'tmp/set-blocking-2.0.0.tgz_1463525966987_0.5456729622092098' }, 1493 silly install resolved directories: {}, 1493 silly install resolved _resolved: 'https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz', 1493 silly install resolved readme: 'ERROR: No README data found!' }, 1493 silly install resolved { name: 'gauge', 1493 silly install resolved version: '2.7.4', 1493 silly install resolved description: 'A terminal based horizontal guage', 1493 silly install resolved main: 'index.js', 1493 silly install resolved scripts: 1493 silly install resolved { test: 'standard && tap test/*.js --coverage', 1493 silly install resolved prepublish: 'rm -f *~' }, 1493 silly install resolved repository: { type: 'git', url: 'git+https://github.com/iarna/gauge.git' }, 1493 silly install resolved keywords: [ 'progressbar', 'progress', 'gauge' ], 1493 silly install resolved author: { name: 'Rebecca Turner', email: 'me@re-becca.org' }, 1493 silly install resolved license: 'ISC', 1493 silly install resolved bugs: { url: 'https://github.com/iarna/gauge/issues' }, 1493 silly install resolved homepage: 'https://github.com/iarna/gauge', 1493 silly install resolved dependencies: 1493 silly install resolved { aproba: '^1.0.3', 1493 silly install resolved 'console-control-strings': '^1.0.0', 1493 silly install resolved 'has-unicode': '^2.0.0', 1493 silly install resolved 'object-assign': '^4.1.0', 1493 silly install resolved 'signal-exit': '^3.0.0', 1493 silly install resolved 'string-width': '^1.0.1', 1493 silly install resolved 'strip-ansi': '^3.0.1', 1493 silly install resolved 'wide-align': '^1.1.0' }, 1493 silly install resolved devDependencies: 1493 silly install resolved { 'readable-stream': '^2.0.6', 1493 silly install resolved 'require-inject': '^1.4.0', 1493 silly install resolved standard: '^7.1.2', 1493 silly install resolved tap: '^5.7.2', 1493 silly install resolved through2: '^2.0.0' }, 1493 silly install resolved files: 1493 silly install resolved [ 'base-theme.js', 1493 silly install resolved 'CHANGELOG.md', 1493 silly install resolved 'error.js', 1493 silly install resolved 'has-color.js', 1493 silly install resolved 'index.js', 1493 silly install resolved 'LICENSE', 1493 silly install resolved 'package.json', 1493 silly install resolved 'plumbing.js', 1493 silly install resolved 'process.js', 1493 silly install resolved 'progress-bar.js', 1493 silly install resolved 'README.md', 1493 silly install resolved 'render-template.js', 1493 silly install resolved 'set-immediate.js', 1493 silly install resolved 'set-interval.js', 1493 silly install resolved 'spin.js', 1493 silly install resolved 'template-item.js', 1493 silly install resolved 'theme-set.js', 1493 silly install resolved 'themes.js', 1493 silly install resolved 'wide-truncate.js' ], 1493 silly install resolved gitHead: '1011abf6c2cb7ae89a3ee76fb447d3182d4e8d3a', 1493 silly install resolved _id: 'gauge@2.7.4', 1493 silly install resolved _npmVersion: '4.5.0', 1493 silly install resolved _nodeVersion: '7.7.4', 1493 silly install resolved _npmUser: { name: 'iarna', email: 'me@re-becca.org' }, 1493 silly install resolved dist: 1493 silly install resolved { shasum: '2c03405c7538c39d7eb37b317022e325fb018bf7', 1493 silly install resolved tarball: 'https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz' }, 1493 silly install resolved maintainers: [ [Object] ], 1493 silly install resolved _npmOperationalInternal: 1493 silly install resolved { host: 'packages-18-east.internal.npmjs.com', 1493 silly install resolved tmp: 'tmp/gauge-2.7.4.tgz_1492815975490_0.4050216095056385' }, 1493 silly install resolved directories: {}, 1493 silly install resolved _shasum: '2c03405c7538c39d7eb37b317022e325fb018bf7', 1493 silly install resolved _resolved: 'https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz', 1493 silly install resolved _from: 'gauge@>=2.7.3 <2.8.0', 1493 silly install resolved readme: 'ERROR: No README data found!' }, 1493 silly install resolved { name: 'are-we-there-yet', 1493 silly install resolved version: '1.1.7', 1493 silly install resolved description: 'Keep track of the overall completion of many disparate processes', 1493 silly install resolved main: 'index.js', 1493 silly install resolved scripts: { test: 'standard && tap test/*.js' }, 1493 silly install resolved repository: 1493 silly install resolved { type: 'git', 1493 silly install resolved url: 'git+https://github.com/iarna/are-we-there-yet.git' }, 1493 silly install resolved author: { name: 'Rebecca Turner', url: 'http://re-becca.org' }, 1493 silly install resolved license: 'ISC', 1493 silly install resolved bugs: { url: 'https://github.com/iarna/are-we-there-yet/issues' }, 1493 silly install resolved homepage: 'https://github.com/iarna/are-we-there-yet', 1493 silly install resolved devDependencies: { standard: '^11.0.1', tap: '^12.0.1' }, 1493 silly install resolved dependencies: { delegates: '^1.0.0', 'readable-stream': '^2.0.6' }, 1493 silly install resolved gitHead: 'ff269ace9fb7dad79bbec11abc102d5e9ee25625', 1493 silly install resolved _id: 'are-we-there-yet@1.1.7', 1493 silly install resolved _nodeVersion: '14.17.5', 1493 silly install resolved _npmVersion: '7.21.1', 1493 silly install resolved dist: 1493 silly install resolved { integrity: 'sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==', 1493 silly install resolved shasum: 'b15474a932adab4ff8a50d9adfa7e4e926f21146', 1493 silly install resolved tarball: 'https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz', 1493 silly install resolved fileCount: 9, 1493 silly install resolved unpackedSize: 14650, 1493 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMN71CRA9TVsSAnZWagAAll8P+gObYFf8WlJu4PAv2A39\n4CV7tgKibyTKWKZD2gWS/zs1g5u5Sa17XXVuYCE47scQNGe+j9aYo9tWmvru\nd0rGnLliEhcFtqtPDfZ2Egg14mwqXBY217X8k/AESW4pka8j6gdjYKuFkLtQ\nGZ+fjEL3AspHrtshNUv5LjB7XKPGDX4vDD14kIQXTG7I3bpeiKdE0s0whFnq\nO+b6mPDMyigS2FRLRIkyffZVrswdSg0o+bI3OHJEW4dNpR16tOFDFymf+pTz\nJAxcBEJyH4Vq5J7u2idZe67TBXV66XUetpWEVehD8cM00n5P3B8eU3Wh8VM+\nfCGUWzJr2CoAH1bRKIqP6UFc1MbQ7Pt1GiqGGK2ZBVr1Tw+eY3Cq/gfH/IFk\n8Zh7Z6XDyNRVWwT6ROSq59xmy1eaN+p5ld6zVvUVFlJAjCJcZn4UDsXtcIjA\nwfMDThy/unpGKNj4THXPVwW5LoPoU20QhOytK63fx9gmQ5lSy37AZ5NaRMbx\nc9OVVzK9ZSIVTUweiwrR3kuylY6LL20Is0RfFGxgzynB0wvBXfiLX3b7B8rc\nH4zuYOmswcUl8WxYWsyIN6nOO+pSdLagADtTjuk9mk48vS0KdkWylfuKdPto\nTPh6NWnFMG7o/6zqo4e7QGGD9/kJdN8eHg9b/cNMAMSeh8GYmktrYIBSAGM2\n30an\r\n=KF3C\r\n-----END PGP SIGNATURE-----\r\n' }, 1493 silly install resolved _npmUser: { name: 'gar', email: 'gar+npm@danger.computer' }, 1493 silly install resolved directories: {}, 1493 silly install resolved maintainers: 1493 silly install resolved [ [Object], 1493 silly install resolved [Object], 1493 silly install resolved [Object], 1493 silly install resolved [Object], 1493 silly install resolved [Object], 1493 silly install resolved [Object], 1493 silly install resolved [Object] ], 1493 silly install resolved _npmOperationalInternal: 1493 silly install resolved { host: 's3://npm-registry-packages', 1493 silly install resolved tmp: 'tmp/are-we-there-yet_1.1.7_1630592756982_0.9446616056787884' }, 1493 silly install resolved _hasShrinkwrap: false, 1493 silly install resolved _shasum: 'b15474a932adab4ff8a50d9adfa7e4e926f21146', 1493 silly install resolved _resolved: 'https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz', 1493 silly install resolved _from: 'are-we-there-yet@>=1.1.2 <1.2.0' } ] 1494 info install console-control-strings@1.1.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 1495 info install set-blocking@2.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 1496 info install gauge@2.7.4 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 1497 info install are-we-there-yet@1.1.7 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 1498 info installOne console-control-strings@1.1.0 1499 verbose installOne of console-control-strings to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog not in flight; installing 1500 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 1501 info installOne set-blocking@2.0.0 1502 verbose installOne of set-blocking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog not in flight; installing 1503 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 1504 info installOne gauge@2.7.4 1505 verbose installOne of gauge to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog not in flight; installing 1506 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 1507 info installOne are-we-there-yet@1.1.7 1508 verbose installOne of are-we-there-yet to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog not in flight; installing 1509 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 1510 verbose lock using /root/.npm/_locks/console-control-strings-d741b54162bbd4ae.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings 1511 verbose lock using /root/.npm/_locks/set-blocking-c09fbff95cc7927c.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking 1512 verbose lock using /root/.npm/_locks/gauge-b31526b2a62ab55b.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 1513 verbose lock using /root/.npm/_locks/are-we-there-yet-117cc2c251859220.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 1514 silly install write writing console-control-strings 1.1.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings 1515 silly install write writing set-blocking 2.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking 1516 silly install write writing gauge 2.7.4 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 1517 silly install write writing are-we-there-yet 1.1.7 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 1518 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings 1519 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking 1520 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 1521 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 1522 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings is being purged from base /var/cloud/platform2 1523 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings 1524 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking is being purged from base /var/cloud/platform2 1525 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking 1526 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge is being purged from base /var/cloud/platform2 1527 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 1528 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet is being purged from base /var/cloud/platform2 1529 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 1530 verbose tar unpack /root/.npm/console-control-strings/1.1.0/package.tgz 1531 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings 1532 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings is being purged 1533 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings 1534 verbose tar unpack /root/.npm/set-blocking/2.0.0/package.tgz 1535 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking 1536 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking is being purged 1537 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking 1538 verbose tar unpack /root/.npm/gauge/2.7.4/package.tgz 1539 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 1540 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge is being purged 1541 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 1542 verbose tar unpack /root/.npm/are-we-there-yet/1.1.7/package.tgz 1543 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 1544 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet is being purged 1545 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 1546 silly gunzTarPerm modes [ '755', '644' ] 1547 silly gunzTarPerm modes [ '755', '644' ] 1548 silly gunzTarPerm modes [ '755', '644' ] 1549 silly gunzTarPerm modes [ '755', '644' ] 1550 silly gunzTarPerm extractEntry LICENSE 1551 silly gunzTarPerm extractEntry index.js 1552 silly gunzTarPerm extractEntry tracker-base.js 1553 silly gunzTarPerm extractEntry tracker-group.js 1554 silly gunzTarPerm extractEntry tracker-stream.js 1555 silly gunzTarPerm extractEntry tracker.js 1556 silly gunzTarPerm extractEntry package.json 1557 silly gunzTarPerm extractEntry CHANGES.md 1558 silly gunzTarPerm extractEntry README.md 1559 silly gunzTarPerm extractEntry package.json 1560 silly gunzTarPerm extractEntry package.json 1561 silly gunzTarPerm extractEntry README.md 1562 silly gunzTarPerm extractEntry LICENSE 1563 silly gunzTarPerm extractEntry theme-set.js 1564 silly gunzTarPerm extractEntry base-theme.js 1565 silly gunzTarPerm extractEntry themes.js 1566 silly gunzTarPerm extractEntry set-interval.js 1567 silly gunzTarPerm extractEntry error.js 1568 silly gunzTarPerm extractEntry render-template.js 1569 silly gunzTarPerm extractEntry progress-bar.js 1570 silly gunzTarPerm extractEntry index.js 1571 silly gunzTarPerm extractEntry spin.js 1572 silly gunzTarPerm extractEntry process.js 1573 silly gunzTarPerm extractEntry template-item.js 1574 silly gunzTarPerm extractEntry plumbing.js 1575 silly gunzTarPerm extractEntry set-immediate.js 1576 silly gunzTarPerm extractEntry wide-truncate.js 1577 silly gunzTarPerm extractEntry has-color.js 1578 silly gunzTarPerm extractEntry CHANGELOG.md 1579 silly gunzTarPerm extractEntry README.md 1580 silly gunzTarPerm extractEntry index.js 1581 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/package.json 1582 silly gunzTarPerm extractEntry CHANGELOG.md 1583 silly gunzTarPerm extractEntry LICENSE.txt 1584 info preinstall are-we-there-yet@1.1.7 1585 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/package.json 1586 silly gunzTarPerm extractEntry package.json 1587 silly prepareForInstallMany adding delegates@^1.0.0 from are-we-there-yet dependencies 1588 silly prepareForInstallMany adding readable-stream@^2.0.6 from are-we-there-yet dependencies 1589 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/package.json 1590 silly gunzTarPerm extractEntry README.md 1591 silly gunzTarPerm extractEntry LICENSE 1592 silly gunzTarPerm extractEntry index.js 1593 silly gunzTarPerm extractEntry README.md~ 1594 silly cache add args [ 'delegates@^1.0.0', null ] 1595 verbose cache add spec delegates@^1.0.0 1596 silly cache add args [ 'readable-stream@^2.0.6', null ] 1597 verbose cache add spec readable-stream@^2.0.6 1598 silly cache add parsed spec Result { 1598 silly cache add raw: 'delegates@^1.0.0', 1598 silly cache add scope: null, 1598 silly cache add name: 'delegates', 1598 silly cache add rawSpec: '^1.0.0', 1598 silly cache add spec: '>=1.0.0 <2.0.0', 1598 silly cache add type: 'range' } 1599 silly addNamed delegates@>=1.0.0 <2.0.0 1600 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for delegates 1601 silly addNameRange { name: 'delegates', range: '>=1.0.0 <2.0.0', hasData: false } 1602 silly mapToRegistry name delegates 1603 silly mapToRegistry using default registry 1604 silly mapToRegistry registry https://registry.npmjs.org/ 1605 silly mapToRegistry data Result { 1605 silly mapToRegistry raw: 'delegates', 1605 silly mapToRegistry scope: null, 1605 silly mapToRegistry name: 'delegates', 1605 silly mapToRegistry rawSpec: '', 1605 silly mapToRegistry spec: 'latest', 1605 silly mapToRegistry type: 'tag' } 1606 silly mapToRegistry uri https://registry.npmjs.org/delegates 1607 verbose addNameRange registry:https://registry.npmjs.org/delegates not in flight; fetching 1608 silly cache add parsed spec Result { 1608 silly cache add raw: 'readable-stream@^2.0.6', 1608 silly cache add scope: null, 1608 silly cache add name: 'readable-stream', 1608 silly cache add rawSpec: '^2.0.6', 1608 silly cache add spec: '>=2.0.6 <3.0.0', 1608 silly cache add type: 'range' } 1609 silly addNamed readable-stream@>=2.0.6 <3.0.0 1610 verbose addNamed ">=2.0.6 <3.0.0" is a valid semver range for readable-stream 1611 silly addNameRange { name: 'readable-stream', 1611 silly addNameRange range: '>=2.0.6 <3.0.0', 1611 silly addNameRange hasData: false } 1612 silly mapToRegistry name readable-stream 1613 silly mapToRegistry using default registry 1614 silly mapToRegistry registry https://registry.npmjs.org/ 1615 silly mapToRegistry data Result { 1615 silly mapToRegistry raw: 'readable-stream', 1615 silly mapToRegistry scope: null, 1615 silly mapToRegistry name: 'readable-stream', 1615 silly mapToRegistry rawSpec: '', 1615 silly mapToRegistry spec: 'latest', 1615 silly mapToRegistry type: 'tag' } 1616 silly mapToRegistry uri https://registry.npmjs.org/readable-stream 1617 verbose addNameRange registry:https://registry.npmjs.org/readable-stream not in flight; fetching 1618 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking/package.json 1619 info preinstall set-blocking@2.0.0 1620 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking/package.json 1621 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking/package.json 1622 silly install resolved [] 1623 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking 1624 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking 1625 info linkStuff set-blocking@2.0.0 1626 silly linkStuff set-blocking@2.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules as its parent node_modules 1627 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings/package.json 1628 verbose linkBins set-blocking@2.0.0 1629 verbose linkMans set-blocking@2.0.0 1630 verbose rebuildBundles set-blocking@2.0.0 1631 info install set-blocking@2.0.0 1632 info preinstall console-control-strings@1.1.0 1633 info postinstall set-blocking@2.0.0 1634 verbose request uri https://registry.npmjs.org/delegates 1635 verbose request no auth needed 1636 info attempt registry request try #1 at 3:03:16 PM 1637 verbose etag W/"24df92accbccf36cbb433af9f7ff1919" 1638 verbose lastModified Fri, 03 Aug 2018 00:38:18 GMT 1639 http request GET https://registry.npmjs.org/delegates 1640 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings/package.json 1641 verbose request uri https://registry.npmjs.org/readable-stream 1642 verbose request no auth needed 1643 info attempt registry request try #1 at 3:03:16 PM 1644 verbose etag W/"cd4a066a34bf22a921492b57a292e033" 1645 verbose lastModified Thu, 13 Feb 2020 19:42:09 GMT 1646 http request GET https://registry.npmjs.org/readable-stream 1647 verbose unlock done using /root/.npm/_locks/set-blocking-c09fbff95cc7927c.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking 1648 http fetch 200 https://registry.npmjs.org/glob/-/glob-7.2.0.tgz 1649 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings/package.json 1650 silly install resolved [] 1651 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings 1652 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings 1653 info linkStuff console-control-strings@1.1.0 1654 silly linkStuff console-control-strings@1.1.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules as its parent node_modules 1655 verbose linkBins console-control-strings@1.1.0 1656 verbose linkMans console-control-strings@1.1.0 1657 verbose rebuildBundles console-control-strings@1.1.0 1658 info install console-control-strings@1.1.0 1659 info postinstall console-control-strings@1.1.0 1660 verbose unlock done using /root/.npm/_locks/console-control-strings-d741b54162bbd4ae.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings 1661 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/package.json 1662 info preinstall gauge@2.7.4 1663 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/package.json 1664 silly prepareForInstallMany adding aproba@^1.0.3 from gauge dependencies 1665 silly prepareForInstallMany adding has-unicode@^2.0.0 from gauge dependencies 1666 silly prepareForInstallMany adding object-assign@^4.1.0 from gauge dependencies 1667 silly prepareForInstallMany adding signal-exit@^3.0.0 from gauge dependencies 1668 silly prepareForInstallMany adding string-width@^1.0.1 from gauge dependencies 1669 silly prepareForInstallMany adding strip-ansi@^3.0.1 from gauge dependencies 1670 silly prepareForInstallMany adding wide-align@^1.1.0 from gauge dependencies 1671 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/package.json 1672 silly cache add args [ 'aproba@^1.0.3', null ] 1673 verbose cache add spec aproba@^1.0.3 1674 silly cache add args [ 'has-unicode@^2.0.0', null ] 1675 verbose cache add spec has-unicode@^2.0.0 1676 silly cache add parsed spec Result { 1676 silly cache add raw: 'aproba@^1.0.3', 1676 silly cache add scope: null, 1676 silly cache add name: 'aproba', 1676 silly cache add rawSpec: '^1.0.3', 1676 silly cache add spec: '>=1.0.3 <2.0.0', 1676 silly cache add type: 'range' } 1677 silly addNamed aproba@>=1.0.3 <2.0.0 1678 verbose addNamed ">=1.0.3 <2.0.0" is a valid semver range for aproba 1679 silly addNameRange { name: 'aproba', range: '>=1.0.3 <2.0.0', hasData: false } 1680 silly mapToRegistry name aproba 1681 silly mapToRegistry using default registry 1682 silly mapToRegistry registry https://registry.npmjs.org/ 1683 silly mapToRegistry data Result { 1683 silly mapToRegistry raw: 'aproba', 1683 silly mapToRegistry scope: null, 1683 silly mapToRegistry name: 'aproba', 1683 silly mapToRegistry rawSpec: '', 1683 silly mapToRegistry spec: 'latest', 1683 silly mapToRegistry type: 'tag' } 1684 silly mapToRegistry uri https://registry.npmjs.org/aproba 1685 verbose addNameRange registry:https://registry.npmjs.org/aproba not in flight; fetching 1686 silly cache add parsed spec Result { 1686 silly cache add raw: 'has-unicode@^2.0.0', 1686 silly cache add scope: null, 1686 silly cache add name: 'has-unicode', 1686 silly cache add rawSpec: '^2.0.0', 1686 silly cache add spec: '>=2.0.0 <3.0.0', 1686 silly cache add type: 'range' } 1687 silly addNamed has-unicode@>=2.0.0 <3.0.0 1688 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for has-unicode 1689 silly addNameRange { name: 'has-unicode', range: '>=2.0.0 <3.0.0', hasData: false } 1690 silly mapToRegistry name has-unicode 1691 silly mapToRegistry using default registry 1692 silly mapToRegistry registry https://registry.npmjs.org/ 1693 silly mapToRegistry data Result { 1693 silly mapToRegistry raw: 'has-unicode', 1693 silly mapToRegistry scope: null, 1693 silly mapToRegistry name: 'has-unicode', 1693 silly mapToRegistry rawSpec: '', 1693 silly mapToRegistry spec: 'latest', 1693 silly mapToRegistry type: 'tag' } 1694 silly mapToRegistry uri https://registry.npmjs.org/has-unicode 1695 verbose addNameRange registry:https://registry.npmjs.org/has-unicode not in flight; fetching 1696 silly cache add args [ 'object-assign@^4.1.0', null ] 1697 verbose cache add spec object-assign@^4.1.0 1698 silly cache add parsed spec Result { 1698 silly cache add raw: 'object-assign@^4.1.0', 1698 silly cache add scope: null, 1698 silly cache add name: 'object-assign', 1698 silly cache add rawSpec: '^4.1.0', 1698 silly cache add spec: '>=4.1.0 <5.0.0', 1698 silly cache add type: 'range' } 1699 silly addNamed object-assign@>=4.1.0 <5.0.0 1700 verbose addNamed ">=4.1.0 <5.0.0" is a valid semver range for object-assign 1701 silly addNameRange { name: 'object-assign', 1701 silly addNameRange range: '>=4.1.0 <5.0.0', 1701 silly addNameRange hasData: false } 1702 silly mapToRegistry name object-assign 1703 silly mapToRegistry using default registry 1704 silly mapToRegistry registry https://registry.npmjs.org/ 1705 silly mapToRegistry data Result { 1705 silly mapToRegistry raw: 'object-assign', 1705 silly mapToRegistry scope: null, 1705 silly mapToRegistry name: 'object-assign', 1705 silly mapToRegistry rawSpec: '', 1705 silly mapToRegistry spec: 'latest', 1705 silly mapToRegistry type: 'tag' } 1706 silly mapToRegistry uri https://registry.npmjs.org/object-assign 1707 verbose addNameRange registry:https://registry.npmjs.org/object-assign not in flight; fetching 1708 silly cache add args [ 'signal-exit@^3.0.0', null ] 1709 verbose cache add spec signal-exit@^3.0.0 1710 silly cache add parsed spec Result { 1710 silly cache add raw: 'signal-exit@^3.0.0', 1710 silly cache add scope: null, 1710 silly cache add name: 'signal-exit', 1710 silly cache add rawSpec: '^3.0.0', 1710 silly cache add spec: '>=3.0.0 <4.0.0', 1710 silly cache add type: 'range' } 1711 silly addNamed signal-exit@>=3.0.0 <4.0.0 1712 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for signal-exit 1713 silly addNameRange { name: 'signal-exit', range: '>=3.0.0 <4.0.0', hasData: false } 1714 silly mapToRegistry name signal-exit 1715 silly mapToRegistry using default registry 1716 silly mapToRegistry registry https://registry.npmjs.org/ 1717 silly mapToRegistry data Result { 1717 silly mapToRegistry raw: 'signal-exit', 1717 silly mapToRegistry scope: null, 1717 silly mapToRegistry name: 'signal-exit', 1717 silly mapToRegistry rawSpec: '', 1717 silly mapToRegistry spec: 'latest', 1717 silly mapToRegistry type: 'tag' } 1718 silly mapToRegistry uri https://registry.npmjs.org/signal-exit 1719 verbose addNameRange registry:https://registry.npmjs.org/signal-exit not in flight; fetching 1720 silly cache add args [ 'string-width@^1.0.1', null ] 1721 verbose cache add spec string-width@^1.0.1 1722 silly cache add parsed spec Result { 1722 silly cache add raw: 'string-width@^1.0.1', 1722 silly cache add scope: null, 1722 silly cache add name: 'string-width', 1722 silly cache add rawSpec: '^1.0.1', 1722 silly cache add spec: '>=1.0.1 <2.0.0', 1722 silly cache add type: 'range' } 1723 silly addNamed string-width@>=1.0.1 <2.0.0 1724 verbose addNamed ">=1.0.1 <2.0.0" is a valid semver range for string-width 1725 silly addNameRange { name: 'string-width', range: '>=1.0.1 <2.0.0', hasData: false } 1726 silly mapToRegistry name string-width 1727 silly mapToRegistry using default registry 1728 silly mapToRegistry registry https://registry.npmjs.org/ 1729 silly mapToRegistry data Result { 1729 silly mapToRegistry raw: 'string-width', 1729 silly mapToRegistry scope: null, 1729 silly mapToRegistry name: 'string-width', 1729 silly mapToRegistry rawSpec: '', 1729 silly mapToRegistry spec: 'latest', 1729 silly mapToRegistry type: 'tag' } 1730 silly mapToRegistry uri https://registry.npmjs.org/string-width 1731 verbose addNameRange registry:https://registry.npmjs.org/string-width not in flight; fetching 1732 silly cache add args [ 'strip-ansi@^3.0.1', null ] 1733 verbose cache add spec strip-ansi@^3.0.1 1734 silly cache add parsed spec Result { 1734 silly cache add raw: 'strip-ansi@^3.0.1', 1734 silly cache add scope: null, 1734 silly cache add name: 'strip-ansi', 1734 silly cache add rawSpec: '^3.0.1', 1734 silly cache add spec: '>=3.0.1 <4.0.0', 1734 silly cache add type: 'range' } 1735 silly addNamed strip-ansi@>=3.0.1 <4.0.0 1736 verbose addNamed ">=3.0.1 <4.0.0" is a valid semver range for strip-ansi 1737 silly addNameRange { name: 'strip-ansi', range: '>=3.0.1 <4.0.0', hasData: false } 1738 silly mapToRegistry name strip-ansi 1739 silly mapToRegistry using default registry 1740 silly mapToRegistry registry https://registry.npmjs.org/ 1741 silly mapToRegistry data Result { 1741 silly mapToRegistry raw: 'strip-ansi', 1741 silly mapToRegistry scope: null, 1741 silly mapToRegistry name: 'strip-ansi', 1741 silly mapToRegistry rawSpec: '', 1741 silly mapToRegistry spec: 'latest', 1741 silly mapToRegistry type: 'tag' } 1742 silly mapToRegistry uri https://registry.npmjs.org/strip-ansi 1743 verbose addNameRange registry:https://registry.npmjs.org/strip-ansi not in flight; fetching 1744 silly cache add args [ 'wide-align@^1.1.0', null ] 1745 verbose cache add spec wide-align@^1.1.0 1746 silly cache add parsed spec Result { 1746 silly cache add raw: 'wide-align@^1.1.0', 1746 silly cache add scope: null, 1746 silly cache add name: 'wide-align', 1746 silly cache add rawSpec: '^1.1.0', 1746 silly cache add spec: '>=1.1.0 <2.0.0', 1746 silly cache add type: 'range' } 1747 silly addNamed wide-align@>=1.1.0 <2.0.0 1748 verbose addNamed ">=1.1.0 <2.0.0" is a valid semver range for wide-align 1749 silly addNameRange { name: 'wide-align', range: '>=1.1.0 <2.0.0', hasData: false } 1750 silly mapToRegistry name wide-align 1751 silly mapToRegistry using default registry 1752 silly mapToRegistry registry https://registry.npmjs.org/ 1753 silly mapToRegistry data Result { 1753 silly mapToRegistry raw: 'wide-align', 1753 silly mapToRegistry scope: null, 1753 silly mapToRegistry name: 'wide-align', 1753 silly mapToRegistry rawSpec: '', 1753 silly mapToRegistry spec: 'latest', 1753 silly mapToRegistry type: 'tag' } 1754 silly mapToRegistry uri https://registry.npmjs.org/wide-align 1755 verbose addNameRange registry:https://registry.npmjs.org/wide-align not in flight; fetching 1756 silly fetchAndShaCheck shasum d15535af7732e02e948f4c41628bd910293f6023 1757 verbose request uri https://registry.npmjs.org/has-unicode 1758 verbose request no auth needed 1759 info attempt registry request try #1 at 3:03:16 PM 1760 verbose etag W/"cd9348dbfc2d9e707bf92276636d059a" 1761 verbose lastModified Sun, 27 May 2018 03:34:22 GMT 1762 http request GET https://registry.npmjs.org/has-unicode 1763 verbose request uri https://registry.npmjs.org/object-assign 1764 verbose request no auth needed 1765 info attempt registry request try #1 at 3:03:16 PM 1766 verbose etag W/"d7609bf70dc4cde24cf456be05d80a7c" 1767 verbose lastModified Sun, 27 May 2018 10:57:26 GMT 1768 http request GET https://registry.npmjs.org/object-assign 1769 verbose request uri https://registry.npmjs.org/strip-ansi 1770 verbose request no auth needed 1771 info attempt registry request try #1 at 3:03:16 PM 1772 verbose etag W/"821ccd4dcb0f8c23ee64569aeb4cdb72" 1773 verbose lastModified Fri, 16 Apr 2021 06:08:09 GMT 1774 http request GET https://registry.npmjs.org/strip-ansi 1775 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/glob/-/glob-7.2.0.tgz not in flight; adding 1776 verbose addTmpTarball already have metadata; skipping unpack for glob@7.2.0 1777 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1778 verbose request uri https://registry.npmjs.org/aproba 1779 verbose request no auth needed 1780 info attempt registry request try #1 at 3:03:16 PM 1781 verbose etag W/"6986f01591d0e4f6eba82f510c6b2513" 1782 verbose lastModified Sat, 04 Jan 2020 09:19:00 GMT 1783 http request GET https://registry.npmjs.org/aproba 1784 verbose request uri https://registry.npmjs.org/signal-exit 1785 verbose request no auth needed 1786 info attempt registry request try #1 at 3:03:16 PM 1787 verbose etag W/"6da1d1be670c40587887a835d7130431" 1788 verbose lastModified Thu, 26 Mar 2020 19:32:58 GMT 1789 http request GET https://registry.npmjs.org/signal-exit 1790 verbose request uri https://registry.npmjs.org/string-width 1791 verbose request no auth needed 1792 info attempt registry request try #1 at 3:03:16 PM 1793 verbose etag W/"f4e74a1a0f124601e47cf9171023820d" 1794 verbose lastModified Fri, 16 Apr 2021 07:35:46 GMT 1795 http request GET https://registry.npmjs.org/string-width 1796 http fetch 200 https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz 1797 silly cache afterAdd glob@7.2.0 1798 verbose afterAdd /root/.npm/glob/7.2.0/package/package.json not in flight; writing 1799 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1800 verbose afterAdd /root/.npm/glob/7.2.0/package/package.json written 1801 silly install resolved [ { author: 1801 silly install resolved { name: 'Isaac Z. Schlueter', 1801 silly install resolved email: 'i@izs.me', 1801 silly install resolved url: 'http://blog.izs.me/' }, 1801 silly install resolved name: 'glob', 1801 silly install resolved description: 'a little globber', 1801 silly install resolved version: '7.2.0', 1801 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/node-glob.git' }, 1801 silly install resolved main: 'glob.js', 1801 silly install resolved engines: { node: '*' }, 1801 silly install resolved dependencies: 1801 silly install resolved { 'fs.realpath': '^1.0.0', 1801 silly install resolved inflight: '^1.0.4', 1801 silly install resolved inherits: '2', 1801 silly install resolved minimatch: '^3.0.4', 1801 silly install resolved once: '^1.3.0', 1801 silly install resolved 'path-is-absolute': '^1.0.0' }, 1801 silly install resolved devDependencies: 1801 silly install resolved { memfs: '^3.2.0', 1801 silly install resolved mkdirp: '0', 1801 silly install resolved rimraf: '^2.2.8', 1801 silly install resolved tap: '^15.0.6', 1801 silly install resolved tick: '0.0.6' }, 1801 silly install resolved tap: 1801 silly install resolved { before: 'test/00-setup.js', 1801 silly install resolved after: 'test/zz-cleanup.js', 1801 silly install resolved jobs: 1 }, 1801 silly install resolved scripts: 1801 silly install resolved { prepublish: 'npm run benchclean', 1801 silly install resolved profclean: 'rm -f v8.log profile.txt', 1801 silly install resolved test: 'tap', 1801 silly install resolved 'test-regen': 'npm run profclean && TEST_REGEN=1 node test/00-setup.js', 1801 silly install resolved bench: 'bash benchmark.sh', 1801 silly install resolved prof: 'bash prof.sh && cat profile.txt', 1801 silly install resolved benchclean: 'node benchclean.js' }, 1801 silly install resolved license: 'ISC', 1801 silly install resolved funding: { url: 'https://github.com/sponsors/isaacs' }, 1801 silly install resolved gitHead: '3bfec21dd180ddf4672880176ad33af6296a167e', 1801 silly install resolved bugs: { url: 'https://github.com/isaacs/node-glob/issues' }, 1801 silly install resolved homepage: 'https://github.com/isaacs/node-glob#readme', 1801 silly install resolved _id: 'glob@7.2.0', 1801 silly install resolved _nodeVersion: '16.5.0', 1801 silly install resolved _npmVersion: '7.23.0', 1801 silly install resolved dist: 1801 silly install resolved { integrity: 'sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==', 1801 silly install resolved shasum: 'd15535af7732e02e948f4c41628bd910293f6023', 1801 silly install resolved tarball: 'https://registry.npmjs.org/glob/-/glob-7.2.0.tgz', 1801 silly install resolved fileCount: 6, 1801 silly install resolved unpackedSize: 54742 }, 1801 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 1801 silly install resolved directories: {}, 1801 silly install resolved maintainers: [ [Object] ], 1801 silly install resolved _npmOperationalInternal: 1801 silly install resolved { host: 's3://npm-registry-packages', 1801 silly install resolved tmp: 'tmp/glob_7.2.0_1632353780077_0.967877466034879' }, 1801 silly install resolved _hasShrinkwrap: false, 1801 silly install resolved _shasum: 'd15535af7732e02e948f4c41628bd910293f6023', 1801 silly install resolved _resolved: 'https://registry.npmjs.org/glob/-/glob-7.2.0.tgz', 1801 silly install resolved _from: 'glob@>=7.1.3 <8.0.0' } ] 1802 info install glob@7.2.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 1803 info installOne glob@7.2.0 1804 verbose installOne of glob to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf not in flight; installing 1805 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 1806 verbose lock using /root/.npm/_locks/glob-9954a3f484380856.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 1807 silly install write writing glob 7.2.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 1808 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 1809 verbose request uri https://registry.npmjs.org/wide-align 1810 verbose request no auth needed 1811 info attempt registry request try #1 at 3:03:16 PM 1812 verbose etag W/"44d770e28006fb53d4b16285c680c995" 1813 verbose lastModified Sun, 27 May 2018 21:57:50 GMT 1814 http request GET https://registry.npmjs.org/wide-align 1815 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob is being purged from base /var/cloud/platform2 1816 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 1817 verbose tar unpack /root/.npm/glob/7.2.0/package.tgz 1818 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 1819 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob is being purged 1820 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 1821 silly gunzTarPerm modes [ '755', '644' ] 1822 silly gunzTarPerm extractEntry LICENSE 1823 silly gunzTarPerm extractEntry common.js 1824 silly gunzTarPerm extractEntry glob.js 1825 silly gunzTarPerm extractEntry sync.js 1826 silly gunzTarPerm extractEntry package.json 1827 silly gunzTarPerm extractEntry README.md 1828 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/package.json 1829 info preinstall glob@7.2.0 1830 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/package.json 1831 silly fetchAndShaCheck shasum 966454e8765462e37644d3626f6742ce8b70965d 1832 silly prepareForInstallMany adding fs.realpath@^1.0.0 from glob dependencies 1833 silly prepareForInstallMany adding inflight@^1.0.4 from glob dependencies 1834 silly prepareForInstallMany adding inherits@2 from glob dependencies 1835 silly prepareForInstallMany adding minimatch@^3.0.4 from glob dependencies 1836 silly prepareForInstallMany adding once@^1.3.0 from glob dependencies 1837 silly prepareForInstallMany adding path-is-absolute@^1.0.0 from glob dependencies 1838 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/package.json 1839 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz not in flight; adding 1840 verbose addTmpTarball already have metadata; skipping unpack for whatwg-url@5.0.0 1841 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1842 silly cache add args [ 'fs.realpath@^1.0.0', null ] 1843 verbose cache add spec fs.realpath@^1.0.0 1844 silly cache add args [ 'inflight@^1.0.4', null ] 1845 verbose cache add spec inflight@^1.0.4 1846 silly cache add parsed spec Result { 1846 silly cache add raw: 'fs.realpath@^1.0.0', 1846 silly cache add scope: null, 1846 silly cache add name: 'fs.realpath', 1846 silly cache add rawSpec: '^1.0.0', 1846 silly cache add spec: '>=1.0.0 <2.0.0', 1846 silly cache add type: 'range' } 1847 silly addNamed fs.realpath@>=1.0.0 <2.0.0 1848 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for fs.realpath 1849 silly addNameRange { name: 'fs.realpath', range: '>=1.0.0 <2.0.0', hasData: false } 1850 silly mapToRegistry name fs.realpath 1851 silly mapToRegistry using default registry 1852 silly mapToRegistry registry https://registry.npmjs.org/ 1853 silly mapToRegistry data Result { 1853 silly mapToRegistry raw: 'fs.realpath', 1853 silly mapToRegistry scope: null, 1853 silly mapToRegistry name: 'fs.realpath', 1853 silly mapToRegistry rawSpec: '', 1853 silly mapToRegistry spec: 'latest', 1853 silly mapToRegistry type: 'tag' } 1854 silly mapToRegistry uri https://registry.npmjs.org/fs.realpath 1855 verbose addNameRange registry:https://registry.npmjs.org/fs.realpath not in flight; fetching 1856 silly cache add parsed spec Result { 1856 silly cache add raw: 'inflight@^1.0.4', 1856 silly cache add scope: null, 1856 silly cache add name: 'inflight', 1856 silly cache add rawSpec: '^1.0.4', 1856 silly cache add spec: '>=1.0.4 <2.0.0', 1856 silly cache add type: 'range' } 1857 silly addNamed inflight@>=1.0.4 <2.0.0 1858 verbose addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight 1859 silly addNameRange { name: 'inflight', range: '>=1.0.4 <2.0.0', hasData: false } 1860 silly mapToRegistry name inflight 1861 silly mapToRegistry using default registry 1862 silly mapToRegistry registry https://registry.npmjs.org/ 1863 silly mapToRegistry data Result { 1863 silly mapToRegistry raw: 'inflight', 1863 silly mapToRegistry scope: null, 1863 silly mapToRegistry name: 'inflight', 1863 silly mapToRegistry rawSpec: '', 1863 silly mapToRegistry spec: 'latest', 1863 silly mapToRegistry type: 'tag' } 1864 silly mapToRegistry uri https://registry.npmjs.org/inflight 1865 verbose addNameRange registry:https://registry.npmjs.org/inflight not in flight; fetching 1866 silly cache add args [ 'inherits@2', null ] 1867 verbose cache add spec inherits@2 1868 silly cache add parsed spec Result { 1868 silly cache add raw: 'inherits@2', 1868 silly cache add scope: null, 1868 silly cache add name: 'inherits', 1868 silly cache add rawSpec: '2', 1868 silly cache add spec: '>=2.0.0 <3.0.0', 1868 silly cache add type: 'range' } 1869 silly addNamed inherits@>=2.0.0 <3.0.0 1870 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits 1871 silly addNameRange { name: 'inherits', range: '>=2.0.0 <3.0.0', hasData: false } 1872 silly mapToRegistry name inherits 1873 silly mapToRegistry using default registry 1874 silly mapToRegistry registry https://registry.npmjs.org/ 1875 silly mapToRegistry data Result { 1875 silly mapToRegistry raw: 'inherits', 1875 silly mapToRegistry scope: null, 1875 silly mapToRegistry name: 'inherits', 1875 silly mapToRegistry rawSpec: '', 1875 silly mapToRegistry spec: 'latest', 1875 silly mapToRegistry type: 'tag' } 1876 silly mapToRegistry uri https://registry.npmjs.org/inherits 1877 verbose addNameRange registry:https://registry.npmjs.org/inherits not in flight; fetching 1878 silly cache add args [ 'minimatch@^3.0.4', null ] 1879 verbose cache add spec minimatch@^3.0.4 1880 silly cache add parsed spec Result { 1880 silly cache add raw: 'minimatch@^3.0.4', 1880 silly cache add scope: null, 1880 silly cache add name: 'minimatch', 1880 silly cache add rawSpec: '^3.0.4', 1880 silly cache add spec: '>=3.0.4 <4.0.0', 1880 silly cache add type: 'range' } 1881 silly addNamed minimatch@>=3.0.4 <4.0.0 1882 verbose addNamed ">=3.0.4 <4.0.0" is a valid semver range for minimatch 1883 silly addNameRange { name: 'minimatch', range: '>=3.0.4 <4.0.0', hasData: false } 1884 silly mapToRegistry name minimatch 1885 silly mapToRegistry using default registry 1886 silly mapToRegistry registry https://registry.npmjs.org/ 1887 silly mapToRegistry data Result { 1887 silly mapToRegistry raw: 'minimatch', 1887 silly mapToRegistry scope: null, 1887 silly mapToRegistry name: 'minimatch', 1887 silly mapToRegistry rawSpec: '', 1887 silly mapToRegistry spec: 'latest', 1887 silly mapToRegistry type: 'tag' } 1888 silly mapToRegistry uri https://registry.npmjs.org/minimatch 1889 verbose addNameRange registry:https://registry.npmjs.org/minimatch not in flight; fetching 1890 silly cache add args [ 'once@^1.3.0', null ] 1891 verbose cache add spec once@^1.3.0 1892 silly cache add parsed spec Result { 1892 silly cache add raw: 'once@^1.3.0', 1892 silly cache add scope: null, 1892 silly cache add name: 'once', 1892 silly cache add rawSpec: '^1.3.0', 1892 silly cache add spec: '>=1.3.0 <2.0.0', 1892 silly cache add type: 'range' } 1893 silly addNamed once@>=1.3.0 <2.0.0 1894 verbose addNamed ">=1.3.0 <2.0.0" is a valid semver range for once 1895 silly addNameRange { name: 'once', range: '>=1.3.0 <2.0.0', hasData: false } 1896 silly mapToRegistry name once 1897 silly mapToRegistry using default registry 1898 silly mapToRegistry registry https://registry.npmjs.org/ 1899 silly mapToRegistry data Result { 1899 silly mapToRegistry raw: 'once', 1899 silly mapToRegistry scope: null, 1899 silly mapToRegistry name: 'once', 1899 silly mapToRegistry rawSpec: '', 1899 silly mapToRegistry spec: 'latest', 1899 silly mapToRegistry type: 'tag' } 1900 silly mapToRegistry uri https://registry.npmjs.org/once 1901 verbose addNameRange registry:https://registry.npmjs.org/once not in flight; fetching 1902 silly cache add args [ 'path-is-absolute@^1.0.0', null ] 1903 verbose cache add spec path-is-absolute@^1.0.0 1904 silly cache add parsed spec Result { 1904 silly cache add raw: 'path-is-absolute@^1.0.0', 1904 silly cache add scope: null, 1904 silly cache add name: 'path-is-absolute', 1904 silly cache add rawSpec: '^1.0.0', 1904 silly cache add spec: '>=1.0.0 <2.0.0', 1904 silly cache add type: 'range' } 1905 silly addNamed path-is-absolute@>=1.0.0 <2.0.0 1906 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute 1907 silly addNameRange { name: 'path-is-absolute', 1907 silly addNameRange range: '>=1.0.0 <2.0.0', 1907 silly addNameRange hasData: false } 1908 silly mapToRegistry name path-is-absolute 1909 silly mapToRegistry using default registry 1910 silly mapToRegistry registry https://registry.npmjs.org/ 1911 silly mapToRegistry data Result { 1911 silly mapToRegistry raw: 'path-is-absolute', 1911 silly mapToRegistry scope: null, 1911 silly mapToRegistry name: 'path-is-absolute', 1911 silly mapToRegistry rawSpec: '', 1911 silly mapToRegistry spec: 'latest', 1911 silly mapToRegistry type: 'tag' } 1912 silly mapToRegistry uri https://registry.npmjs.org/path-is-absolute 1913 verbose addNameRange registry:https://registry.npmjs.org/path-is-absolute not in flight; fetching 1914 verbose request uri https://registry.npmjs.org/fs.realpath 1915 verbose request no auth needed 1916 info attempt registry request try #1 at 3:03:16 PM 1917 verbose etag W/"38ffb76e1002ddc3cb6c82f7e93e6cb3" 1918 verbose lastModified Sun, 27 May 2018 01:17:56 GMT 1919 http request GET https://registry.npmjs.org/fs.realpath 1920 verbose request uri https://registry.npmjs.org/inherits 1921 verbose request no auth needed 1922 info attempt registry request try #1 at 3:03:16 PM 1923 verbose etag W/"89b9ff30160e62cccc320a50b274ccd9" 1924 verbose lastModified Wed, 19 Jun 2019 20:18:57 GMT 1925 http request GET https://registry.npmjs.org/inherits 1926 verbose request uri https://registry.npmjs.org/once 1927 verbose request no auth needed 1928 info attempt registry request try #1 at 3:03:16 PM 1929 verbose etag W/"edc9f495d2deed74e80dc05995dc33c2" 1930 verbose lastModified Sun, 27 May 2018 11:11:26 GMT 1931 http request GET https://registry.npmjs.org/once 1932 silly cache afterAdd whatwg-url@5.0.0 1933 verbose afterAdd /root/.npm/whatwg-url/5.0.0/package/package.json not in flight; writing 1934 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 1935 verbose afterAdd /root/.npm/whatwg-url/5.0.0/package/package.json written 1936 silly install resolved [ { name: 'whatwg-url', 1936 silly install resolved version: '5.0.0', 1936 silly install resolved description: 'An implementation of the WHATWG URL Standard\'s URL API and parsing machinery', 1936 silly install resolved main: 'lib/public-api.js', 1936 silly install resolved files: [ 'lib/' ], 1936 silly install resolved author: { name: 'Sebastian Mayr', email: 'github@smayr.name' }, 1936 silly install resolved license: 'MIT', 1936 silly install resolved repository: 1936 silly install resolved { type: 'git', 1936 silly install resolved url: 'git+https://github.com/jsdom/whatwg-url.git' }, 1936 silly install resolved dependencies: { tr46: '~0.0.3', 'webidl-conversions': '^3.0.0' }, 1936 silly install resolved devDependencies: 1936 silly install resolved { eslint: '^2.6.0', 1936 silly install resolved istanbul: '~0.4.3', 1936 silly install resolved mocha: '^2.2.4', 1936 silly install resolved recast: '~0.10.29', 1936 silly install resolved request: '^2.55.0', 1936 silly install resolved webidl2js: '^3.0.2' }, 1936 silly install resolved scripts: 1936 silly install resolved { build: 'node scripts/transform.js && node scripts/convert-idl.js', 1936 silly install resolved coverage: 'istanbul cover node_modules/mocha/bin/_mocha', 1936 silly install resolved lint: 'eslint .', 1936 silly install resolved prepublish: 'npm run build', 1936 silly install resolved pretest: 'node scripts/get-latest-platform-tests.js && npm run build', 1936 silly install resolved test: 'mocha' }, 1936 silly install resolved gitHead: 'd34854a7af6ed1204f55d7da7761497bad350a7b', 1936 silly install resolved bugs: { url: 'https://github.com/jsdom/whatwg-url/issues' }, 1936 silly install resolved homepage: 'https://github.com/jsdom/whatwg-url#readme', 1936 silly install resolved _id: 'whatwg-url@5.0.0', 1936 silly install resolved _shasum: '966454e8765462e37644d3626f6742ce8b70965d', 1936 silly install resolved _from: 'whatwg-url@>=5.0.0 <6.0.0', 1936 silly install resolved _npmVersion: '4.1.2', 1936 silly install resolved _nodeVersion: '7.5.0', 1936 silly install resolved _npmUser: { name: 'domenic', email: 'd@domenic.me' }, 1936 silly install resolved dist: 1936 silly install resolved { shasum: '966454e8765462e37644d3626f6742ce8b70965d', 1936 silly install resolved tarball: 'https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz' }, 1936 silly install resolved maintainers: [ [Object], [Object] ], 1936 silly install resolved _npmOperationalInternal: 1936 silly install resolved { host: 's3://npm-registry-packages', 1936 silly install resolved tmp: 'tmp/whatwg-url-5.0.0.tgz_1495832200994_0.4803313452284783' }, 1936 silly install resolved directories: {}, 1936 silly install resolved _resolved: 'https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz' } ] 1937 info install whatwg-url@5.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 1938 info installOne whatwg-url@5.0.0 1939 verbose installOne of whatwg-url to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch not in flight; installing 1940 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 1941 verbose request uri https://registry.npmjs.org/inflight 1942 verbose request no auth needed 1943 info attempt registry request try #1 at 3:03:16 PM 1944 verbose etag W/"c63c78cd9de91e5600ec40c3630ffe66" 1945 verbose lastModified Fri, 04 Jun 2021 22:33:00 GMT 1946 http request GET https://registry.npmjs.org/inflight 1947 verbose request uri https://registry.npmjs.org/path-is-absolute 1948 verbose request no auth needed 1949 info attempt registry request try #1 at 3:03:16 PM 1950 verbose etag W/"25aaada20f078477a61dfb4673202332" 1951 verbose lastModified Sat, 05 Jan 2019 02:56:57 GMT 1952 http request GET https://registry.npmjs.org/path-is-absolute 1953 verbose lock using /root/.npm/_locks/whatwg-url-7df44d2b161f5568.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 1954 silly install write writing whatwg-url 5.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 1955 verbose request uri https://registry.npmjs.org/minimatch 1956 verbose request no auth needed 1957 info attempt registry request try #1 at 3:03:16 PM 1958 verbose etag W/"74d0b8b38c427aed03f1f23d14bfb863" 1959 verbose lastModified Mon, 15 Apr 2019 06:36:47 GMT 1960 http request GET https://registry.npmjs.org/minimatch 1961 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 1962 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url is being purged from base /var/cloud/platform2 1963 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 1964 verbose tar unpack /root/.npm/whatwg-url/5.0.0/package.tgz 1965 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 1966 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url is being purged 1967 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 1968 silly gunzTarPerm modes [ '755', '644' ] 1969 silly gunzTarPerm extractEntry package.json 1970 silly gunzTarPerm modified mode [ 'package.json', 438, 420 ] 1971 silly gunzTarPerm extractEntry README.md 1972 silly gunzTarPerm modified mode [ 'README.md', 438, 420 ] 1973 silly gunzTarPerm extractEntry LICENSE.txt 1974 silly gunzTarPerm modified mode [ 'LICENSE.txt', 438, 420 ] 1975 silly gunzTarPerm extractEntry lib/URL-impl.js 1976 silly gunzTarPerm modified mode [ 'lib/URL-impl.js', 438, 420 ] 1977 silly gunzTarPerm extractEntry lib/URL.js 1978 silly gunzTarPerm modified mode [ 'lib/URL.js', 438, 420 ] 1979 silly gunzTarPerm extractEntry lib/public-api.js 1980 silly gunzTarPerm modified mode [ 'lib/public-api.js', 438, 420 ] 1981 silly gunzTarPerm extractEntry lib/url-state-machine.js 1982 silly gunzTarPerm modified mode [ 'lib/url-state-machine.js', 438, 420 ] 1983 silly gunzTarPerm extractEntry lib/utils.js 1984 silly gunzTarPerm modified mode [ 'lib/utils.js', 438, 420 ] 1985 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/package.json 1986 info preinstall whatwg-url@5.0.0 1987 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/package.json 1988 silly prepareForInstallMany adding tr46@~0.0.3 from whatwg-url dependencies 1989 silly prepareForInstallMany adding webidl-conversions@^3.0.0 from whatwg-url dependencies 1990 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/package.json 1991 silly cache add args [ 'tr46@~0.0.3', null ] 1992 verbose cache add spec tr46@~0.0.3 1993 silly cache add args [ 'webidl-conversions@^3.0.0', null ] 1994 verbose cache add spec webidl-conversions@^3.0.0 1995 silly cache add parsed spec Result { 1995 silly cache add raw: 'tr46@~0.0.3', 1995 silly cache add scope: null, 1995 silly cache add name: 'tr46', 1995 silly cache add rawSpec: '~0.0.3', 1995 silly cache add spec: '>=0.0.3 <0.1.0', 1995 silly cache add type: 'range' } 1996 silly addNamed tr46@>=0.0.3 <0.1.0 1997 verbose addNamed ">=0.0.3 <0.1.0" is a valid semver range for tr46 1998 silly addNameRange { name: 'tr46', range: '>=0.0.3 <0.1.0', hasData: false } 1999 silly mapToRegistry name tr46 2000 silly mapToRegistry using default registry 2001 silly mapToRegistry registry https://registry.npmjs.org/ 2002 silly mapToRegistry data Result { 2002 silly mapToRegistry raw: 'tr46', 2002 silly mapToRegistry scope: null, 2002 silly mapToRegistry name: 'tr46', 2002 silly mapToRegistry rawSpec: '', 2002 silly mapToRegistry spec: 'latest', 2002 silly mapToRegistry type: 'tag' } 2003 silly mapToRegistry uri https://registry.npmjs.org/tr46 2004 verbose addNameRange registry:https://registry.npmjs.org/tr46 not in flight; fetching 2005 silly cache add parsed spec Result { 2005 silly cache add raw: 'webidl-conversions@^3.0.0', 2005 silly cache add scope: null, 2005 silly cache add name: 'webidl-conversions', 2005 silly cache add rawSpec: '^3.0.0', 2005 silly cache add spec: '>=3.0.0 <4.0.0', 2005 silly cache add type: 'range' } 2006 silly addNamed webidl-conversions@>=3.0.0 <4.0.0 2007 verbose addNamed ">=3.0.0 <4.0.0" is a valid semver range for webidl-conversions 2008 silly addNameRange { name: 'webidl-conversions', 2008 silly addNameRange range: '>=3.0.0 <4.0.0', 2008 silly addNameRange hasData: false } 2009 silly mapToRegistry name webidl-conversions 2010 silly mapToRegistry using default registry 2011 silly mapToRegistry registry https://registry.npmjs.org/ 2012 silly mapToRegistry data Result { 2012 silly mapToRegistry raw: 'webidl-conversions', 2012 silly mapToRegistry scope: null, 2012 silly mapToRegistry name: 'webidl-conversions', 2012 silly mapToRegistry rawSpec: '', 2012 silly mapToRegistry spec: 'latest', 2012 silly mapToRegistry type: 'tag' } 2013 silly mapToRegistry uri https://registry.npmjs.org/webidl-conversions 2014 verbose addNameRange registry:https://registry.npmjs.org/webidl-conversions not in flight; fetching 2015 verbose request uri https://registry.npmjs.org/tr46 2016 verbose request no auth needed 2017 info attempt registry request try #1 at 3:03:16 PM 2018 http request GET https://registry.npmjs.org/tr46 2019 verbose request uri https://registry.npmjs.org/webidl-conversions 2020 verbose request no auth needed 2021 info attempt registry request try #1 at 3:03:16 PM 2022 http request GET https://registry.npmjs.org/webidl-conversions 2023 http 304 https://registry.npmjs.org/delegates 2024 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2024 verbose headers connection: 'keep-alive', 2024 verbose headers 'cf-ray': '69d6b50858590507-LAX', 2024 verbose headers age: '72', 2024 verbose headers 'cache-control': 'public, max-age=300', 2024 verbose headers etag: '"24df92accbccf36cbb433af9f7ff1919"', 2024 verbose headers 'last-modified': 'Fri, 03 Aug 2018 00:38:18 GMT', 2024 verbose headers vary: 'Accept-Encoding', 2024 verbose headers 'cf-cache-status': 'HIT', 2024 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2024 verbose headers server: 'cloudflare' } 2025 silly get cb [ 304, 2025 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2025 silly get connection: 'keep-alive', 2025 silly get 'cf-ray': '69d6b50858590507-LAX', 2025 silly get age: '72', 2025 silly get 'cache-control': 'public, max-age=300', 2025 silly get etag: '"24df92accbccf36cbb433af9f7ff1919"', 2025 silly get 'last-modified': 'Fri, 03 Aug 2018 00:38:18 GMT', 2025 silly get vary: 'Accept-Encoding', 2025 silly get 'cf-cache-status': 'HIT', 2025 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2025 silly get server: 'cloudflare' } ] 2026 verbose etag https://registry.npmjs.org/delegates from cache 2027 verbose get saving delegates to /root/.npm/registry.npmjs.org/delegates/.cache.json 2028 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2029 silly addNameRange number 2 { name: 'delegates', range: '>=1.0.0 <2.0.0', hasData: true } 2030 silly addNameRange versions [ 'delegates', [ '0.0.1', '0.0.2', '0.0.3', '0.1.0', '1.0.0' ] ] 2031 silly addNamed delegates@1.0.0 2032 verbose addNamed "1.0.0" is a plain semver version for delegates 2033 silly cache afterAdd delegates@1.0.0 2034 verbose afterAdd /root/.npm/delegates/1.0.0/package/package.json not in flight; writing 2035 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2036 verbose afterAdd /root/.npm/delegates/1.0.0/package/package.json written 2037 http 304 https://registry.npmjs.org/has-unicode 2038 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2038 verbose headers connection: 'keep-alive', 2038 verbose headers 'cf-ray': '69d6b5089e043689-LAX', 2038 verbose headers age: '94', 2038 verbose headers 'cache-control': 'public, max-age=300', 2038 verbose headers etag: '"cd9348dbfc2d9e707bf92276636d059a"', 2038 verbose headers 'last-modified': 'Sun, 27 May 2018 03:34:22 GMT', 2038 verbose headers vary: 'Accept-Encoding', 2038 verbose headers 'cf-cache-status': 'HIT', 2038 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2038 verbose headers server: 'cloudflare' } 2039 silly get cb [ 304, 2039 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2039 silly get connection: 'keep-alive', 2039 silly get 'cf-ray': '69d6b5089e043689-LAX', 2039 silly get age: '94', 2039 silly get 'cache-control': 'public, max-age=300', 2039 silly get etag: '"cd9348dbfc2d9e707bf92276636d059a"', 2039 silly get 'last-modified': 'Sun, 27 May 2018 03:34:22 GMT', 2039 silly get vary: 'Accept-Encoding', 2039 silly get 'cf-cache-status': 'HIT', 2039 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2039 silly get server: 'cloudflare' } ] 2040 verbose etag https://registry.npmjs.org/has-unicode from cache 2041 verbose get saving has-unicode to /root/.npm/registry.npmjs.org/has-unicode/.cache.json 2042 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2043 silly addNameRange number 2 { name: 'has-unicode', range: '>=2.0.0 <3.0.0', hasData: true } 2044 silly addNameRange versions [ 'has-unicode', [ '1.0.0', '1.0.1', '2.0.0', '2.0.1' ] ] 2045 silly addNamed has-unicode@2.0.1 2046 verbose addNamed "2.0.1" is a plain semver version for has-unicode 2047 http 304 https://registry.npmjs.org/mkdirp 2048 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2048 verbose headers connection: 'keep-alive', 2048 verbose headers 'cf-ray': '69d6b5087cba5343-LAX', 2048 verbose headers age: '278', 2048 verbose headers 'cache-control': 'public, max-age=300', 2048 verbose headers etag: '"d28984cb9631ee8bca6fe4b142ad79a4"', 2048 verbose headers 'last-modified': 'Sun, 14 Mar 2021 09:18:23 GMT', 2048 verbose headers vary: 'Accept-Encoding', 2048 verbose headers 'cf-cache-status': 'HIT', 2048 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2048 verbose headers server: 'cloudflare' } 2049 silly get cb [ 304, 2049 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2049 silly get connection: 'keep-alive', 2049 silly get 'cf-ray': '69d6b5087cba5343-LAX', 2049 silly get age: '278', 2049 silly get 'cache-control': 'public, max-age=300', 2049 silly get etag: '"d28984cb9631ee8bca6fe4b142ad79a4"', 2049 silly get 'last-modified': 'Sun, 14 Mar 2021 09:18:23 GMT', 2049 silly get vary: 'Accept-Encoding', 2049 silly get 'cf-cache-status': 'HIT', 2049 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2049 silly get server: 'cloudflare' } ] 2050 verbose etag https://registry.npmjs.org/mkdirp from cache 2051 verbose get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json 2052 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2053 silly addNameRange number 2 { name: 'mkdirp', range: '>=1.0.3 <2.0.0', hasData: true } 2054 silly addNameRange versions [ 'mkdirp', 2054 silly addNameRange [ '0.0.1', 2054 silly addNameRange '0.0.2', 2054 silly addNameRange '0.0.3', 2054 silly addNameRange '0.0.4', 2054 silly addNameRange '0.0.5', 2054 silly addNameRange '0.0.6', 2054 silly addNameRange '0.0.7', 2054 silly addNameRange '0.1.0', 2054 silly addNameRange '0.2.0', 2054 silly addNameRange '0.2.1', 2054 silly addNameRange '0.2.2', 2054 silly addNameRange '0.3.0', 2054 silly addNameRange '0.3.1', 2054 silly addNameRange '0.3.2', 2054 silly addNameRange '0.3.3', 2054 silly addNameRange '0.3.4', 2054 silly addNameRange '0.3.5', 2054 silly addNameRange '0.4.0', 2054 silly addNameRange '0.4.1', 2054 silly addNameRange '0.4.2', 2054 silly addNameRange '0.5.0', 2054 silly addNameRange '0.5.1', 2054 silly addNameRange '1.0.0', 2054 silly addNameRange '1.0.1', 2054 silly addNameRange '1.0.2', 2054 silly addNameRange '1.0.3', 2054 silly addNameRange '0.5.2', 2054 silly addNameRange '0.5.3', 2054 silly addNameRange '0.5.4', 2054 silly addNameRange '1.0.4', 2054 silly addNameRange '0.5.5' ] ] 2055 silly addNamed mkdirp@1.0.4 2056 verbose addNamed "1.0.4" is a plain semver version for mkdirp 2057 silly cache afterAdd mkdirp@1.0.4 2058 verbose afterAdd /root/.npm/mkdirp/1.0.4/package/package.json not in flight; writing 2059 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2060 verbose afterAdd /root/.npm/mkdirp/1.0.4/package/package.json written 2061 http 200 https://registry.npmjs.org/strip-ansi 2062 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2062 verbose headers 'content-type': 'application/json', 2062 verbose headers 'transfer-encoding': 'chunked', 2062 verbose headers connection: 'keep-alive', 2062 verbose headers 'cf-ray': '69d6b508af985208-LAX', 2062 verbose headers age: '42', 2062 verbose headers 'cache-control': 'public, max-age=300', 2062 verbose headers etag: 'W/"2141b6a9cc7748851d820ba3aa90b8ef"', 2062 verbose headers 'last-modified': 'Thu, 23 Sep 2021 16:34:42 GMT', 2062 verbose headers vary: 'accept-encoding, accept', 2062 verbose headers 'cf-cache-status': 'HIT', 2062 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2062 verbose headers 'x-amz-replication-status': 'PENDING', 2062 verbose headers server: 'cloudflare', 2062 verbose headers 'content-encoding': 'gzip' } 2063 silly get cb [ 200, 2063 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2063 silly get 'content-type': 'application/json', 2063 silly get 'transfer-encoding': 'chunked', 2063 silly get connection: 'keep-alive', 2063 silly get 'cf-ray': '69d6b508af985208-LAX', 2063 silly get age: '42', 2063 silly get 'cache-control': 'public, max-age=300', 2063 silly get etag: 'W/"2141b6a9cc7748851d820ba3aa90b8ef"', 2063 silly get 'last-modified': 'Thu, 23 Sep 2021 16:34:42 GMT', 2063 silly get vary: 'accept-encoding, accept', 2063 silly get 'cf-cache-status': 'HIT', 2063 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2063 silly get 'x-amz-replication-status': 'PENDING', 2063 silly get server: 'cloudflare', 2063 silly get 'content-encoding': 'gzip' } ] 2064 verbose get saving strip-ansi to /root/.npm/registry.npmjs.org/strip-ansi/.cache.json 2065 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2066 http 304 https://registry.npmjs.org/object-assign 2067 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2067 verbose headers connection: 'keep-alive', 2067 verbose headers 'cf-ray': '69d6b5089cfd0cbf-LAX', 2067 verbose headers age: '115', 2067 verbose headers 'cache-control': 'public, max-age=300', 2067 verbose headers etag: '"d7609bf70dc4cde24cf456be05d80a7c"', 2067 verbose headers 'last-modified': 'Sun, 27 May 2018 10:57:26 GMT', 2067 verbose headers vary: 'Accept-Encoding', 2067 verbose headers 'cf-cache-status': 'HIT', 2067 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2067 verbose headers server: 'cloudflare' } 2068 silly get cb [ 304, 2068 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2068 silly get connection: 'keep-alive', 2068 silly get 'cf-ray': '69d6b5089cfd0cbf-LAX', 2068 silly get age: '115', 2068 silly get 'cache-control': 'public, max-age=300', 2068 silly get etag: '"d7609bf70dc4cde24cf456be05d80a7c"', 2068 silly get 'last-modified': 'Sun, 27 May 2018 10:57:26 GMT', 2068 silly get vary: 'Accept-Encoding', 2068 silly get 'cf-cache-status': 'HIT', 2068 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2068 silly get server: 'cloudflare' } ] 2069 verbose etag https://registry.npmjs.org/object-assign from cache 2070 verbose get saving object-assign to /root/.npm/registry.npmjs.org/object-assign/.cache.json 2071 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2072 silly addNameRange number 2 { name: 'strip-ansi', range: '>=3.0.1 <4.0.0', hasData: true } 2073 silly addNameRange versions [ 'strip-ansi', 2073 silly addNameRange [ '0.1.0', 2073 silly addNameRange '0.1.1', 2073 silly addNameRange '0.2.0', 2073 silly addNameRange '0.2.1', 2073 silly addNameRange '0.2.2', 2073 silly addNameRange '0.3.0', 2073 silly addNameRange '1.0.0', 2073 silly addNameRange '2.0.0', 2073 silly addNameRange '2.0.1', 2073 silly addNameRange '3.0.0', 2073 silly addNameRange '3.0.1', 2073 silly addNameRange '4.0.0', 2073 silly addNameRange '5.0.0', 2073 silly addNameRange '5.1.0', 2073 silly addNameRange '5.2.0', 2073 silly addNameRange '6.0.0', 2073 silly addNameRange '7.0.0', 2073 silly addNameRange '7.0.1', 2073 silly addNameRange '6.0.1' ] ] 2074 silly addNamed strip-ansi@3.0.1 2075 verbose addNamed "3.0.1" is a plain semver version for strip-ansi 2076 silly addNameRange number 2 { name: 'object-assign', range: '>=4.1.0 <5.0.0', hasData: true } 2077 silly addNameRange versions [ 'object-assign', 2077 silly addNameRange [ '0.1.0', 2077 silly addNameRange '0.1.1', 2077 silly addNameRange '0.1.2', 2077 silly addNameRange '0.2.0', 2077 silly addNameRange '0.2.1', 2077 silly addNameRange '0.2.2', 2077 silly addNameRange '0.3.0', 2077 silly addNameRange '0.3.1', 2077 silly addNameRange '0.4.0', 2077 silly addNameRange '1.0.0', 2077 silly addNameRange '2.0.0', 2077 silly addNameRange '3.0.0', 2077 silly addNameRange '2.1.1', 2077 silly addNameRange '4.0.0', 2077 silly addNameRange '4.0.1', 2077 silly addNameRange '4.1.0', 2077 silly addNameRange '4.1.1' ] ] 2078 silly addNamed object-assign@4.1.1 2079 verbose addNamed "4.1.1" is a plain semver version for object-assign 2080 http 304 https://registry.npmjs.org/chownr 2081 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2081 verbose headers connection: 'keep-alive', 2081 verbose headers 'cf-ray': '69d6b5089f6452a7-LAX', 2081 verbose headers age: '155', 2081 verbose headers 'cache-control': 'public, max-age=300', 2081 verbose headers etag: '"06ee338701a51dd8f5f86713daffa933"', 2081 verbose headers 'last-modified': 'Wed, 12 Feb 2020 02:33:11 GMT', 2081 verbose headers vary: 'Accept-Encoding', 2081 verbose headers 'cf-cache-status': 'HIT', 2081 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2081 verbose headers server: 'cloudflare' } 2082 silly get cb [ 304, 2082 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2082 silly get connection: 'keep-alive', 2082 silly get 'cf-ray': '69d6b5089f6452a7-LAX', 2082 silly get age: '155', 2082 silly get 'cache-control': 'public, max-age=300', 2082 silly get etag: '"06ee338701a51dd8f5f86713daffa933"', 2082 silly get 'last-modified': 'Wed, 12 Feb 2020 02:33:11 GMT', 2082 silly get vary: 'Accept-Encoding', 2082 silly get 'cf-cache-status': 'HIT', 2082 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2082 silly get server: 'cloudflare' } ] 2083 verbose etag https://registry.npmjs.org/chownr from cache 2084 verbose get saving chownr to /root/.npm/registry.npmjs.org/chownr/.cache.json 2085 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2086 silly addNameRange number 2 { name: 'chownr', range: '>=2.0.0 <3.0.0', hasData: true } 2087 silly addNameRange versions [ 'chownr', 2087 silly addNameRange [ '0.0.1', 2087 silly addNameRange '0.0.2', 2087 silly addNameRange '1.0.0', 2087 silly addNameRange '1.0.1', 2087 silly addNameRange '1.1.0', 2087 silly addNameRange '1.1.1', 2087 silly addNameRange '1.1.2', 2087 silly addNameRange '1.1.3', 2087 silly addNameRange '1.1.4', 2087 silly addNameRange '2.0.0' ] ] 2088 silly addNamed chownr@2.0.0 2089 verbose addNamed "2.0.0" is a plain semver version for chownr 2090 silly cache afterAdd strip-ansi@3.0.1 2091 verbose afterAdd /root/.npm/strip-ansi/3.0.1/package/package.json not in flight; writing 2092 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2093 verbose afterAdd /root/.npm/strip-ansi/3.0.1/package/package.json written 2094 silly cache afterAdd chownr@2.0.0 2095 verbose afterAdd /root/.npm/chownr/2.0.0/package/package.json not in flight; writing 2096 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2097 verbose afterAdd /root/.npm/chownr/2.0.0/package/package.json written 2098 http 304 https://registry.npmjs.org/fs.realpath 2099 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2099 verbose headers connection: 'keep-alive', 2099 verbose headers 'cf-ray': '69d6b508d989ebc1-LAX', 2099 verbose headers age: '256', 2099 verbose headers 'cache-control': 'public, max-age=300', 2099 verbose headers etag: '"38ffb76e1002ddc3cb6c82f7e93e6cb3"', 2099 verbose headers 'last-modified': 'Sun, 27 May 2018 01:17:56 GMT', 2099 verbose headers vary: 'Accept-Encoding', 2099 verbose headers 'cf-cache-status': 'HIT', 2099 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2099 verbose headers server: 'cloudflare' } 2100 silly get cb [ 304, 2100 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2100 silly get connection: 'keep-alive', 2100 silly get 'cf-ray': '69d6b508d989ebc1-LAX', 2100 silly get age: '256', 2100 silly get 'cache-control': 'public, max-age=300', 2100 silly get etag: '"38ffb76e1002ddc3cb6c82f7e93e6cb3"', 2100 silly get 'last-modified': 'Sun, 27 May 2018 01:17:56 GMT', 2100 silly get vary: 'Accept-Encoding', 2100 silly get 'cf-cache-status': 'HIT', 2100 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2100 silly get server: 'cloudflare' } ] 2101 verbose etag https://registry.npmjs.org/fs.realpath from cache 2102 verbose get saving fs.realpath to /root/.npm/registry.npmjs.org/fs.realpath/.cache.json 2103 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2104 silly addNameRange number 2 { name: 'fs.realpath', range: '>=1.0.0 <2.0.0', hasData: true } 2105 silly addNameRange versions [ 'fs.realpath', [ '0.0.0', '1.0.0' ] ] 2106 silly addNamed fs.realpath@1.0.0 2107 verbose addNamed "1.0.0" is a plain semver version for fs.realpath 2108 silly cache afterAdd object-assign@4.1.1 2109 verbose afterAdd /root/.npm/object-assign/4.1.1/package/package.json not in flight; writing 2110 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2111 verbose afterAdd /root/.npm/object-assign/4.1.1/package/package.json written 2112 http 304 https://registry.npmjs.org/yallist 2113 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2113 verbose headers connection: 'keep-alive', 2113 verbose headers 'cf-ray': '69d6b508bef73113-LAX', 2113 verbose headers age: '100', 2113 verbose headers 'cache-control': 'public, max-age=300', 2113 verbose headers etag: '"07939ee997a81187adacaad91a32948f"', 2113 verbose headers 'last-modified': 'Mon, 30 Sep 2019 20:08:12 GMT', 2113 verbose headers vary: 'Accept-Encoding', 2113 verbose headers 'cf-cache-status': 'HIT', 2113 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2113 verbose headers server: 'cloudflare' } 2114 silly get cb [ 304, 2114 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2114 silly get connection: 'keep-alive', 2114 silly get 'cf-ray': '69d6b508bef73113-LAX', 2114 silly get age: '100', 2114 silly get 'cache-control': 'public, max-age=300', 2114 silly get etag: '"07939ee997a81187adacaad91a32948f"', 2114 silly get 'last-modified': 'Mon, 30 Sep 2019 20:08:12 GMT', 2114 silly get vary: 'Accept-Encoding', 2114 silly get 'cf-cache-status': 'HIT', 2114 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2114 silly get server: 'cloudflare' } ] 2115 verbose etag https://registry.npmjs.org/yallist from cache 2116 verbose get saving yallist to /root/.npm/registry.npmjs.org/yallist/.cache.json 2117 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2118 silly addNameRange number 2 { name: 'yallist', range: '>=4.0.0 <5.0.0', hasData: true } 2119 silly addNameRange versions [ 'yallist', 2119 silly addNameRange [ '1.0.0', 2119 silly addNameRange '1.0.1', 2119 silly addNameRange '1.0.2', 2119 silly addNameRange '1.1.0', 2119 silly addNameRange '2.0.0', 2119 silly addNameRange '2.0.1', 2119 silly addNameRange '2.1.0', 2119 silly addNameRange '2.1.1', 2119 silly addNameRange '3.0.0', 2119 silly addNameRange '3.0.1', 2119 silly addNameRange '2.1.2', 2119 silly addNameRange '3.0.2', 2119 silly addNameRange '3.0.3', 2119 silly addNameRange '3.1.0', 2119 silly addNameRange '3.1.1', 2119 silly addNameRange '4.0.0' ] ] 2120 silly addNamed yallist@4.0.0 2121 verbose addNamed "4.0.0" is a plain semver version for yallist 2122 http 200 https://registry.npmjs.org/signal-exit 2123 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2123 verbose headers 'content-type': 'application/json', 2123 verbose headers 'transfer-encoding': 'chunked', 2123 verbose headers connection: 'keep-alive', 2123 verbose headers 'cf-ray': '69d6b508abf8eadf-LAX', 2123 verbose headers age: '260', 2123 verbose headers 'cache-control': 'public, max-age=300', 2123 verbose headers etag: 'W/"dfb0196aef758c049e569506c165e3d0"', 2123 verbose headers 'last-modified': 'Wed, 29 Sep 2021 20:45:15 GMT', 2123 verbose headers vary: 'accept-encoding, accept', 2123 verbose headers 'cf-cache-status': 'HIT', 2123 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2123 verbose headers 'x-amz-replication-status': 'PENDING', 2123 verbose headers server: 'cloudflare', 2123 verbose headers 'content-encoding': 'gzip' } 2124 silly get cb [ 200, 2124 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2124 silly get 'content-type': 'application/json', 2124 silly get 'transfer-encoding': 'chunked', 2124 silly get connection: 'keep-alive', 2124 silly get 'cf-ray': '69d6b508abf8eadf-LAX', 2124 silly get age: '260', 2124 silly get 'cache-control': 'public, max-age=300', 2124 silly get etag: 'W/"dfb0196aef758c049e569506c165e3d0"', 2124 silly get 'last-modified': 'Wed, 29 Sep 2021 20:45:15 GMT', 2124 silly get vary: 'accept-encoding, accept', 2124 silly get 'cf-cache-status': 'HIT', 2124 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2124 silly get 'x-amz-replication-status': 'PENDING', 2124 silly get server: 'cloudflare', 2124 silly get 'content-encoding': 'gzip' } ] 2125 verbose get saving signal-exit to /root/.npm/registry.npmjs.org/signal-exit/.cache.json 2126 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2127 silly addNameRange number 2 { name: 'signal-exit', range: '>=3.0.0 <4.0.0', hasData: true } 2128 silly addNameRange versions [ 'signal-exit', 2128 silly addNameRange [ '1.0.0', 2128 silly addNameRange '1.0.1', 2128 silly addNameRange '1.1.0', 2128 silly addNameRange '1.2.0', 2128 silly addNameRange '1.3.0', 2128 silly addNameRange '1.3.1', 2128 silly addNameRange '2.1.0', 2128 silly addNameRange '2.1.1', 2128 silly addNameRange '2.0.0', 2128 silly addNameRange '2.1.2', 2128 silly addNameRange '3.0.0-candidate', 2128 silly addNameRange '3.0.0', 2128 silly addNameRange '3.0.1', 2128 silly addNameRange '3.0.2', 2128 silly addNameRange '3.0.3', 2128 silly addNameRange '3.0.4', 2128 silly addNameRange '3.0.5' ] ] 2129 silly addNamed signal-exit@3.0.5 2130 verbose addNamed "3.0.5" is a plain semver version for signal-exit 2131 silly cache afterAdd fs.realpath@1.0.0 2132 verbose afterAdd /root/.npm/fs.realpath/1.0.0/package/package.json not in flight; writing 2133 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2134 verbose afterAdd /root/.npm/fs.realpath/1.0.0/package/package.json written 2135 silly cache afterAdd has-unicode@2.0.1 2136 verbose afterAdd /root/.npm/has-unicode/2.0.1/package/package.json not in flight; writing 2137 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2138 silly mapToRegistry name signal-exit 2139 silly mapToRegistry using default registry 2140 silly mapToRegistry registry https://registry.npmjs.org/ 2141 silly mapToRegistry data Result { 2141 silly mapToRegistry raw: 'signal-exit', 2141 silly mapToRegistry scope: null, 2141 silly mapToRegistry name: 'signal-exit', 2141 silly mapToRegistry rawSpec: '', 2141 silly mapToRegistry spec: 'latest', 2141 silly mapToRegistry type: 'tag' } 2142 silly mapToRegistry uri https://registry.npmjs.org/signal-exit 2143 verbose addRemoteTarball https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz not in flight; adding 2144 verbose addRemoteTarball [ 'https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz', 2144 verbose addRemoteTarball '9e3e8cc0c75a99472b44321033a7702e7738252f' ] 2145 verbose afterAdd /root/.npm/has-unicode/2.0.1/package/package.json written 2146 info retry fetch attempt 1 at 3:03:16 PM 2147 info attempt registry request try #1 at 3:03:16 PM 2148 http fetch GET https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz 2149 http 304 https://registry.npmjs.org/lru-cache 2150 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2150 verbose headers connection: 'keep-alive', 2150 verbose headers 'cf-ray': '69d6b5091c140513-LAX', 2150 verbose headers age: '276', 2150 verbose headers 'cache-control': 'public, max-age=300', 2150 verbose headers etag: '"1997b15a535533aedbbceeb639896897"', 2150 verbose headers 'last-modified': 'Sat, 11 Jul 2020 00:59:10 GMT', 2150 verbose headers vary: 'Accept-Encoding', 2150 verbose headers 'cf-cache-status': 'HIT', 2150 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2150 verbose headers server: 'cloudflare' } 2151 silly get cb [ 304, 2151 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2151 silly get connection: 'keep-alive', 2151 silly get 'cf-ray': '69d6b5091c140513-LAX', 2151 silly get age: '276', 2151 silly get 'cache-control': 'public, max-age=300', 2151 silly get etag: '"1997b15a535533aedbbceeb639896897"', 2151 silly get 'last-modified': 'Sat, 11 Jul 2020 00:59:10 GMT', 2151 silly get vary: 'Accept-Encoding', 2151 silly get 'cf-cache-status': 'HIT', 2151 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2151 silly get server: 'cloudflare' } ] 2152 verbose etag https://registry.npmjs.org/lru-cache from cache 2153 verbose get saving lru-cache to /root/.npm/registry.npmjs.org/lru-cache/.cache.json 2154 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2155 silly addNameRange number 2 { name: 'lru-cache', range: '>=6.0.0 <7.0.0', hasData: true } 2156 silly addNameRange versions [ 'lru-cache', 2156 silly addNameRange [ '1.0.1', 2156 silly addNameRange '1.0.2', 2156 silly addNameRange '1.0.3', 2156 silly addNameRange '1.0.4', 2156 silly addNameRange '1.0.5', 2156 silly addNameRange '1.0.6', 2156 silly addNameRange '1.1.0', 2156 silly addNameRange '1.1.1', 2156 silly addNameRange '2.0.0', 2156 silly addNameRange '2.0.1', 2156 silly addNameRange '2.0.2', 2156 silly addNameRange '2.0.3', 2156 silly addNameRange '2.0.4', 2156 silly addNameRange '2.1.0', 2156 silly addNameRange '2.2.0', 2156 silly addNameRange '2.2.1', 2156 silly addNameRange '2.2.2', 2156 silly addNameRange '2.2.4', 2156 silly addNameRange '2.3.0', 2156 silly addNameRange '2.3.1', 2156 silly addNameRange '2.5.0', 2156 silly addNameRange '2.5.1', 2156 silly addNameRange '2.5.2', 2156 silly addNameRange '2.6.0', 2156 silly addNameRange '2.6.1', 2156 silly addNameRange '2.6.2', 2156 silly addNameRange '2.6.3', 2156 silly addNameRange '2.6.4', 2156 silly addNameRange '2.6.5', 2156 silly addNameRange '2.7.0', 2156 silly addNameRange '2.7.1', 2156 silly addNameRange '2.7.2', 2156 silly addNameRange '2.7.3', 2156 silly addNameRange '3.0.0', 2156 silly addNameRange '3.1.0', 2156 silly addNameRange '3.1.1', 2156 silly addNameRange '3.1.2', 2156 silly addNameRange '3.2.0', 2156 silly addNameRange '4.0.0', 2156 silly addNameRange '4.0.1', 2156 silly addNameRange '4.0.2', 2156 silly addNameRange '4.1.0', 2156 silly addNameRange '4.1.1', 2156 silly addNameRange '4.1.2', 2156 silly addNameRange '4.1.3', 2156 silly addNameRange '4.1.4', 2156 silly addNameRange '5.0.0', 2156 silly addNameRange '5.0.1', 2156 silly addNameRange '5.1.0', 2156 silly addNameRange '5.1.1', 2156 silly addNameRange '4.1.5', 2156 silly addNameRange '6.0.0' ] ] 2157 silly addNamed lru-cache@6.0.0 2158 verbose addNamed "6.0.0" is a plain semver version for lru-cache 2159 silly cache afterAdd yallist@4.0.0 2160 verbose afterAdd /root/.npm/yallist/4.0.0/package/package.json not in flight; writing 2161 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2162 verbose afterAdd /root/.npm/yallist/4.0.0/package/package.json written 2163 silly cache afterAdd lru-cache@6.0.0 2164 verbose afterAdd /root/.npm/lru-cache/6.0.0/package/package.json not in flight; writing 2165 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2166 verbose afterAdd /root/.npm/lru-cache/6.0.0/package/package.json written 2167 silly install resolved [ { name: 'lru-cache', 2167 silly install resolved description: 'A cache object that deletes the least-recently-used items.', 2167 silly install resolved version: '6.0.0', 2167 silly install resolved author: { name: 'Isaac Z. Schlueter', email: 'i@izs.me' }, 2167 silly install resolved keywords: [ 'mru', 'lru', 'cache' ], 2167 silly install resolved scripts: 2167 silly install resolved { test: 'tap', 2167 silly install resolved snap: 'tap', 2167 silly install resolved preversion: 'npm test', 2167 silly install resolved postversion: 'npm publish', 2167 silly install resolved prepublishOnly: 'git push origin --follow-tags' }, 2167 silly install resolved main: 'index.js', 2167 silly install resolved repository: 2167 silly install resolved { type: 'git', 2167 silly install resolved url: 'git://github.com/isaacs/node-lru-cache.git' }, 2167 silly install resolved devDependencies: { benchmark: '^2.1.4', tap: '^14.10.7' }, 2167 silly install resolved license: 'ISC', 2167 silly install resolved dependencies: { yallist: '^4.0.0' }, 2167 silly install resolved engines: { node: '>=10' }, 2167 silly install resolved gitHead: 'a71e08008f2d25442426d0d26e8133dccc2ca9a5', 2167 silly install resolved bugs: { url: 'https://github.com/isaacs/node-lru-cache/issues' }, 2167 silly install resolved homepage: 'https://github.com/isaacs/node-lru-cache#readme', 2167 silly install resolved _id: 'lru-cache@6.0.0', 2167 silly install resolved _nodeVersion: '14.2.0', 2167 silly install resolved _npmVersion: '6.14.5', 2167 silly install resolved dist: 2167 silly install resolved { integrity: 'sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==', 2167 silly install resolved shasum: '6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94', 2167 silly install resolved tarball: 'https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz', 2167 silly install resolved fileCount: 4, 2167 silly install resolved unpackedSize: 15643, 2167 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCQ7bCRA9TVsSAnZWagAA+F4P/jdlPS14NkOtYnSPFZMj\nDC3wsaM3hYlUtdiVJKDOTjhKdcgZ6V2FgXDq716+5rbaq5t9Von4FeweMgp8\nnloQVB1CRctlLPIZRoV4Mje9K5rA4Utb0lYqQk52SIWBN+xJDyyefZneKPnQ\nZSGaXipOLLYPF59rBaCvkxI/Sx7NKELQeXZhGeZWgUPNPejFC+qseoFfugtP\nVk2AKuejsSsdzLbdxADE53k720y/D/biUK0cmQcV7yTAqo/XaxdmRNwr34Fd\nNJ2dbm87BEjC2hGs4WS6OhoPFdIN088c6vrilKerKgrDxHCzHJi0E1oZ7IeX\nByhOLk03SScXYdmibzm0O9iWrTuBEJm6toEToJhNziv/HFTgDlhm3OajDHEz\nrb1cV38QwBcqE0O8X5uLQ0nZYCMczliwWKwMhkcsXmEA7wsiObM4Y3CVnpGl\nDurnfCmoAG0x+8NVAKeijXPgl0T/7TgtiByyfuH6kukF+URg0VYBbqFFz7AP\nbOxA7RZIDNaLeYjn86iGYyNtXQPwPtl6Q3qy7i4YlncJsQb0pDqgp8Qn2ib3\nYnGOXf+FxVYwQwGv2OCCWWCT6aT2bQk5SS1qaEOrMHNKTN5PPrXa9oXQb7I0\nnNTAy9YBjlEwfW7fHvX6xa9IH3wDT/P8MYmYHEwbpH6uB2y2u/zWCuROQMzo\nuAr8\r\n=B5wU\r\n-----END PGP SIGNATURE-----\r\n' }, 2167 silly install resolved maintainers: [ [Object] ], 2167 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 2167 silly install resolved directories: {}, 2167 silly install resolved _npmOperationalInternal: 2167 silly install resolved { host: 's3://npm-registry-packages', 2167 silly install resolved tmp: 'tmp/lru-cache_6.0.0_1594429147159_0.2608141604867613' }, 2167 silly install resolved _hasShrinkwrap: false, 2167 silly install resolved _shasum: '6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94', 2167 silly install resolved _resolved: 'https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz', 2167 silly install resolved _from: 'lru-cache@>=6.0.0 <7.0.0', 2167 silly install resolved readme: 'ERROR: No README data found!' } ] 2168 info install lru-cache@6.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 2169 info installOne lru-cache@6.0.0 2170 verbose installOne of lru-cache to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver not in flight; installing 2171 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2172 verbose lock using /root/.npm/_locks/lru-cache-56f42dd271599010.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2173 warn engine lru-cache@6.0.0: wanted: {"node":">=10"} (current: {"node":"4.7.0","npm":"2.15.11"}) 2174 silly install write writing lru-cache 6.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2175 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2176 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache is being purged from base /var/cloud/platform2 2177 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2178 verbose tar unpack /root/.npm/lru-cache/6.0.0/package.tgz 2179 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2180 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache is being purged 2181 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2182 silly gunzTarPerm modes [ '755', '644' ] 2183 silly gunzTarPerm extractEntry LICENSE 2184 silly gunzTarPerm extractEntry index.js 2185 silly gunzTarPerm extractEntry package.json 2186 silly gunzTarPerm extractEntry README.md 2187 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/package.json 2188 info preinstall lru-cache@6.0.0 2189 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/package.json 2190 silly prepareForInstallMany adding yallist@^4.0.0 from lru-cache dependencies 2191 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/package.json 2192 silly cache add args [ 'yallist@^4.0.0', null ] 2193 verbose cache add spec yallist@^4.0.0 2194 silly cache add parsed spec Result { 2194 silly cache add raw: 'yallist@^4.0.0', 2194 silly cache add scope: null, 2194 silly cache add name: 'yallist', 2194 silly cache add rawSpec: '^4.0.0', 2194 silly cache add spec: '>=4.0.0 <5.0.0', 2194 silly cache add type: 'range' } 2195 silly addNamed yallist@>=4.0.0 <5.0.0 2196 verbose addNamed ">=4.0.0 <5.0.0" is a valid semver range for yallist 2197 silly addNameRange { name: 'yallist', range: '>=4.0.0 <5.0.0', hasData: false } 2198 silly mapToRegistry name yallist 2199 silly mapToRegistry using default registry 2200 silly mapToRegistry registry https://registry.npmjs.org/ 2201 silly mapToRegistry data Result { 2201 silly mapToRegistry raw: 'yallist', 2201 silly mapToRegistry scope: null, 2201 silly mapToRegistry name: 'yallist', 2201 silly mapToRegistry rawSpec: '', 2201 silly mapToRegistry spec: 'latest', 2201 silly mapToRegistry type: 'tag' } 2202 silly mapToRegistry uri https://registry.npmjs.org/yallist 2203 verbose addNameRange registry:https://registry.npmjs.org/yallist not in flight; fetching 2204 verbose get https://registry.npmjs.org/yallist not expired, no request 2205 silly addNameRange number 2 { name: 'yallist', range: '>=4.0.0 <5.0.0', hasData: true } 2206 silly addNameRange versions [ 'yallist', 2206 silly addNameRange [ '1.0.0', 2206 silly addNameRange '1.0.1', 2206 silly addNameRange '1.0.2', 2206 silly addNameRange '1.1.0', 2206 silly addNameRange '2.0.0', 2206 silly addNameRange '2.0.1', 2206 silly addNameRange '2.1.0', 2206 silly addNameRange '2.1.1', 2206 silly addNameRange '3.0.0', 2206 silly addNameRange '3.0.1', 2206 silly addNameRange '2.1.2', 2206 silly addNameRange '3.0.2', 2206 silly addNameRange '3.0.3', 2206 silly addNameRange '3.1.0', 2206 silly addNameRange '3.1.1', 2206 silly addNameRange '4.0.0' ] ] 2207 silly addNamed yallist@4.0.0 2208 verbose addNamed "4.0.0" is a plain semver version for yallist 2209 silly cache afterAdd yallist@4.0.0 2210 verbose afterAdd /root/.npm/yallist/4.0.0/package/package.json not in flight; writing 2211 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2212 verbose afterAdd /root/.npm/yallist/4.0.0/package/package.json written 2213 silly install resolved [ { name: 'yallist', 2213 silly install resolved version: '4.0.0', 2213 silly install resolved description: 'Yet Another Linked List', 2213 silly install resolved main: 'yallist.js', 2213 silly install resolved directories: { test: 'test' }, 2213 silly install resolved dependencies: {}, 2213 silly install resolved devDependencies: { tap: '^12.1.0' }, 2213 silly install resolved scripts: 2213 silly install resolved { test: 'tap test/*.js --100', 2213 silly install resolved preversion: 'npm test', 2213 silly install resolved postversion: 'npm publish', 2213 silly install resolved postpublish: 'git push origin --all; git push origin --tags' }, 2213 silly install resolved repository: 2213 silly install resolved { type: 'git', 2213 silly install resolved url: 'git+https://github.com/isaacs/yallist.git' }, 2213 silly install resolved author: 2213 silly install resolved { name: 'Isaac Z. Schlueter', 2213 silly install resolved email: 'i@izs.me', 2213 silly install resolved url: 'http://blog.izs.me/' }, 2213 silly install resolved license: 'ISC', 2213 silly install resolved gitHead: '1649cc57394b5affeca2c573943ebe3ed7d39119', 2213 silly install resolved bugs: { url: 'https://github.com/isaacs/yallist/issues' }, 2213 silly install resolved homepage: 'https://github.com/isaacs/yallist#readme', 2213 silly install resolved _id: 'yallist@4.0.0', 2213 silly install resolved _nodeVersion: '12.8.1', 2213 silly install resolved _npmVersion: '6.12.0-next.0', 2213 silly install resolved dist: 2213 silly install resolved { integrity: 'sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==', 2213 silly install resolved shasum: '9bb92790d9c0effec63be73519e11a35019a3a72', 2213 silly install resolved tarball: 'https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz', 2213 silly install resolved fileCount: 5, 2213 silly install resolved unpackedSize: 14752, 2213 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkmCpCRA9TVsSAnZWagAAkVgP/3zxsW6EFohtKYJOFO0J\nlkdsbK2ee8965Oy4UNyD9F+d13p47zFmrNztw+zVS+gEt9AkSpjwMomHdQAV\nJ9NBsGaG7ppjaeNNfp8CwGO2El0rILWeEr4YdhoL6wfnxa/yuQ6HeuJty097\nOZ/FP3CXPCxj8Jlos0NwjLig/Yemtt1PNNlufcDhcKX+wzftExCMir+lBBna\nq5NpnUnOQnr3+QUFqeRHXWgPh4nJLGd9NuAmu/HcrlCnu1FEd3nWrmKtEvVg\n3GZn8lK8FLteiAxS4rHaQb8QX0W9r/RGLxuvla/KXq9LfxucTStI5pLhTj3A\nZlOxZDI/v+0wXAfr3+Bcsq5sJefk0+N5h0sWc9+hl+L2yvbMiZr2e8Z67msS\n9Hl8uwvjMwtEOCTMIyBdvBVy0OCzvEHjm+2tYwd/e3VTTWzEc9zIdUirWVU/\nqcCgSMnN+8MjV+8KLdLHVjDuxQSHFlm0LcmaU5ILlKX57rKFVOVWt8ZJ3wep\nuAzfUOkmrwWR+lN58w/MIbhdwqHcMpLmgXBJEHEtbfh7Qk6yK+A/Q237YBNq\nYIIB24k7z0vcAPN82s3LxxfLxbQBzFB1mwT8NcKQCG5XJbef8V3LLJeD78iZ\n1NvS7tl8VpSUg5Vc3C5OJvmbxbFiVPZXio/nFnwwR2jNe6ukFJ/YKlSo5MrA\ny6Ty\r\n=3Dpm\r\n-----END PGP SIGNATURE-----\r\n' }, 2213 silly install resolved maintainers: [ [Object] ], 2213 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 2213 silly install resolved _npmOperationalInternal: 2213 silly install resolved { host: 's3://npm-registry-packages', 2213 silly install resolved tmp: 'tmp/yallist_4.0.0_1569874088837_0.19971227214997667' }, 2213 silly install resolved _hasShrinkwrap: false, 2213 silly install resolved _shasum: '9bb92790d9c0effec63be73519e11a35019a3a72', 2213 silly install resolved _resolved: 'https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz', 2213 silly install resolved _from: 'yallist@>=4.0.0 <5.0.0', 2213 silly install resolved readme: 'ERROR: No README data found!' } ] 2214 info install yallist@4.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2215 info installOne yallist@4.0.0 2216 verbose installOne of yallist to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache not in flight; installing 2217 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2218 verbose lock using /root/.npm/_locks/yallist-c3b872aa2efb9f18.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist 2219 silly install write writing yallist 4.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist 2220 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist 2221 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist is being purged from base /var/cloud/platform2 2222 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist 2223 verbose tar unpack /root/.npm/yallist/4.0.0/package.tgz 2224 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist 2225 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist is being purged 2226 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist 2227 silly gunzTarPerm modes [ '755', '644' ] 2228 silly gunzTarPerm extractEntry LICENSE 2229 silly gunzTarPerm extractEntry iterator.js 2230 silly gunzTarPerm extractEntry yallist.js 2231 silly gunzTarPerm extractEntry package.json 2232 silly gunzTarPerm extractEntry README.md 2233 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist/package.json 2234 info preinstall yallist@4.0.0 2235 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist/package.json 2236 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist/package.json 2237 silly install resolved [] 2238 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist 2239 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist 2240 info linkStuff yallist@4.0.0 2241 silly linkStuff yallist@4.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules as its parent node_modules 2242 verbose linkBins yallist@4.0.0 2243 verbose linkMans yallist@4.0.0 2244 verbose rebuildBundles yallist@4.0.0 2245 info install yallist@4.0.0 2246 info postinstall yallist@4.0.0 2247 verbose unlock done using /root/.npm/_locks/yallist-c3b872aa2efb9f18.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache/node_modules/yallist 2248 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2249 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2250 info linkStuff lru-cache@6.0.0 2251 silly linkStuff lru-cache@6.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules as its parent node_modules 2252 verbose linkBins lru-cache@6.0.0 2253 verbose linkMans lru-cache@6.0.0 2254 verbose rebuildBundles lru-cache@6.0.0 2255 verbose rebuildBundles [ 'yallist' ] 2256 info install lru-cache@6.0.0 2257 info postinstall lru-cache@6.0.0 2258 verbose unlock done using /root/.npm/_locks/lru-cache-56f42dd271599010.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver/node_modules/lru-cache 2259 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 2260 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 2261 info linkStuff semver@7.3.5 2262 silly linkStuff semver@7.3.5 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules as its parent node_modules 2263 verbose linkBins semver@7.3.5 2264 verbose link bins [ { semver: 'bin/semver.js' }, 2264 verbose link bins '/var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin', 2264 verbose link bins false ] 2265 verbose linkMans semver@7.3.5 2266 verbose rebuildBundles semver@7.3.5 2267 verbose rebuildBundles [ 'lru-cache' ] 2268 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin/semver is being purged 2269 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin/semver 2270 info install semver@7.3.5 2271 info postinstall semver@7.3.5 2272 verbose unlock done using /root/.npm/_locks/semver-b9a0d4eebc820fc5.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/semver 2273 http 200 https://registry.npmjs.org/debug 2274 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2274 verbose headers 'content-type': 'application/json', 2274 verbose headers 'transfer-encoding': 'chunked', 2274 verbose headers connection: 'keep-alive', 2274 verbose headers 'cf-ray': '69d6b506fed3eb21-LAX', 2274 verbose headers age: '246', 2274 verbose headers 'cache-control': 'public, max-age=300', 2274 verbose headers etag: 'W/"f0e481ad56f6386b5b2e63e5bed76413"', 2274 verbose headers 'last-modified': 'Thu, 23 Sep 2021 14:56:59 GMT', 2274 verbose headers vary: 'accept-encoding, accept', 2274 verbose headers 'cf-cache-status': 'HIT', 2274 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2274 verbose headers 'x-amz-replication-status': 'PENDING', 2274 verbose headers server: 'cloudflare', 2274 verbose headers 'content-encoding': 'gzip' } 2275 silly get cb [ 200, 2275 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2275 silly get 'content-type': 'application/json', 2275 silly get 'transfer-encoding': 'chunked', 2275 silly get connection: 'keep-alive', 2275 silly get 'cf-ray': '69d6b506fed3eb21-LAX', 2275 silly get age: '246', 2275 silly get 'cache-control': 'public, max-age=300', 2275 silly get etag: 'W/"f0e481ad56f6386b5b2e63e5bed76413"', 2275 silly get 'last-modified': 'Thu, 23 Sep 2021 14:56:59 GMT', 2275 silly get vary: 'accept-encoding, accept', 2275 silly get 'cf-cache-status': 'HIT', 2275 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2275 silly get 'x-amz-replication-status': 'PENDING', 2275 silly get server: 'cloudflare', 2275 silly get 'content-encoding': 'gzip' } ] 2276 verbose get saving debug to /root/.npm/registry.npmjs.org/debug/.cache.json 2277 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2278 silly addNameRange number 2 { name: 'debug', range: '>=4.0.0 <5.0.0', hasData: true } 2279 silly addNameRange versions [ 'debug', 2279 silly addNameRange [ '0.0.1', 2279 silly addNameRange '0.1.0', 2279 silly addNameRange '0.2.0', 2279 silly addNameRange '0.3.0', 2279 silly addNameRange '0.4.0', 2279 silly addNameRange '0.4.1', 2279 silly addNameRange '0.5.0', 2279 silly addNameRange '0.6.0', 2279 silly addNameRange '0.7.0', 2279 silly addNameRange '0.7.1', 2279 silly addNameRange '0.7.2', 2279 silly addNameRange '0.7.3', 2279 silly addNameRange '0.7.4', 2279 silly addNameRange '0.8.0', 2279 silly addNameRange '0.8.1', 2279 silly addNameRange '1.0.0', 2279 silly addNameRange '1.0.1', 2279 silly addNameRange '1.0.2', 2279 silly addNameRange '1.0.3', 2279 silly addNameRange '1.0.4', 2279 silly addNameRange '2.0.0', 2279 silly addNameRange '2.1.0', 2279 silly addNameRange '2.1.1', 2279 silly addNameRange '2.1.2', 2279 silly addNameRange '2.1.3', 2279 silly addNameRange '2.2.0', 2279 silly addNameRange '2.3.0', 2279 silly addNameRange '2.3.1', 2279 silly addNameRange '2.3.2', 2279 silly addNameRange '2.3.3', 2279 silly addNameRange '2.4.0', 2279 silly addNameRange '2.4.1', 2279 silly addNameRange '2.4.2', 2279 silly addNameRange '2.4.3', 2279 silly addNameRange '2.4.4', 2279 silly addNameRange '2.4.5', 2279 silly addNameRange '2.5.0', 2279 silly addNameRange '2.5.1', 2279 silly addNameRange '2.5.2', 2279 silly addNameRange '2.6.0', 2279 silly addNameRange '2.6.1', 2279 silly addNameRange '2.6.2', 2279 silly addNameRange '2.6.3', 2279 silly addNameRange '2.6.4', 2279 silly addNameRange '2.6.5', 2279 silly addNameRange '2.6.6', 2279 silly addNameRange '2.6.7', 2279 silly addNameRange '2.6.8', 2279 silly addNameRange '1.0.5', 2279 silly addNameRange '3.0.0', 2279 silly addNameRange '3.0.1', 2279 silly addNameRange '2.6.9', 2279 silly addNameRange '3.1.0', 2279 silly addNameRange '3.2.0', 2279 silly addNameRange '3.2.1', 2279 silly addNameRange '3.2.2', 2279 silly addNameRange '3.2.3', 2279 silly addNameRange '4.0.0', 2279 silly addNameRange '3.2.4', 2279 silly addNameRange '3.2.5', 2279 silly addNameRange '4.0.1', 2279 silly addNameRange '4.1.0', 2279 silly addNameRange '3.2.6', 2279 silly addNameRange '4.1.1', 2279 silly addNameRange '4.2.0', 2279 silly addNameRange '4.3.0', 2279 silly addNameRange '4.3.1', 2279 silly addNameRange '3.2.7', 2279 silly addNameRange '4.3.2' ] ] 2280 silly addNamed debug@4.3.2 2281 verbose addNamed "4.3.2" is a plain semver version for debug 2282 http fetch 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz 2283 silly mapToRegistry name debug 2284 silly mapToRegistry using default registry 2285 silly mapToRegistry registry https://registry.npmjs.org/ 2286 silly mapToRegistry data Result { 2286 silly mapToRegistry raw: 'debug', 2286 silly mapToRegistry scope: null, 2286 silly mapToRegistry name: 'debug', 2286 silly mapToRegistry rawSpec: '', 2286 silly mapToRegistry spec: 'latest', 2286 silly mapToRegistry type: 'tag' } 2287 silly mapToRegistry uri https://registry.npmjs.org/debug 2288 verbose addRemoteTarball https://registry.npmjs.org/debug/-/debug-4.3.2.tgz not in flight; adding 2289 verbose addRemoteTarball [ 'https://registry.npmjs.org/debug/-/debug-4.3.2.tgz', 2289 verbose addRemoteTarball 'f0a49c18ac8779e31d4a0c6029dfb76873c7428b' ] 2290 info retry fetch attempt 1 at 3:03:17 PM 2291 info attempt registry request try #1 at 3:03:17 PM 2292 http fetch GET https://registry.npmjs.org/debug/-/debug-4.3.2.tgz 2293 silly fetchAndShaCheck shasum 9e3e8cc0c75a99472b44321033a7702e7738252f 2294 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz not in flight; adding 2295 verbose addTmpTarball already have metadata; skipping unpack for signal-exit@3.0.5 2296 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2297 silly cache afterAdd signal-exit@3.0.5 2298 verbose afterAdd /root/.npm/signal-exit/3.0.5/package/package.json not in flight; writing 2299 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2300 verbose afterAdd /root/.npm/signal-exit/3.0.5/package/package.json written 2301 http 200 https://registry.npmjs.org/string-width 2302 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2302 verbose headers 'content-type': 'application/json', 2302 verbose headers 'transfer-encoding': 'chunked', 2302 verbose headers connection: 'keep-alive', 2302 verbose headers 'cf-ray': '69d6b50b5f053667-LAX', 2302 verbose headers age: '7', 2302 verbose headers 'cache-control': 'public, max-age=300', 2302 verbose headers etag: 'W/"63f445a917512e35706b8f16f1e8f1dc"', 2302 verbose headers 'last-modified': 'Thu, 23 Sep 2021 17:17:24 GMT', 2302 verbose headers vary: 'accept-encoding, accept', 2302 verbose headers 'cf-cache-status': 'HIT', 2302 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2302 verbose headers 'x-amz-replication-status': 'COMPLETED', 2302 verbose headers server: 'cloudflare', 2302 verbose headers 'content-encoding': 'gzip' } 2303 silly get cb [ 200, 2303 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2303 silly get 'content-type': 'application/json', 2303 silly get 'transfer-encoding': 'chunked', 2303 silly get connection: 'keep-alive', 2303 silly get 'cf-ray': '69d6b50b5f053667-LAX', 2303 silly get age: '7', 2303 silly get 'cache-control': 'public, max-age=300', 2303 silly get etag: 'W/"63f445a917512e35706b8f16f1e8f1dc"', 2303 silly get 'last-modified': 'Thu, 23 Sep 2021 17:17:24 GMT', 2303 silly get vary: 'accept-encoding, accept', 2303 silly get 'cf-cache-status': 'HIT', 2303 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2303 silly get 'x-amz-replication-status': 'COMPLETED', 2303 silly get server: 'cloudflare', 2303 silly get 'content-encoding': 'gzip' } ] 2304 verbose get saving string-width to /root/.npm/registry.npmjs.org/string-width/.cache.json 2305 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2306 silly addNameRange number 2 { name: 'string-width', range: '>=1.0.1 <2.0.0', hasData: true } 2307 silly addNameRange versions [ 'string-width', 2307 silly addNameRange [ '1.0.0', 2307 silly addNameRange '1.0.1', 2307 silly addNameRange '1.0.2', 2307 silly addNameRange '2.0.0', 2307 silly addNameRange '2.1.0', 2307 silly addNameRange '2.1.1', 2307 silly addNameRange '3.0.0', 2307 silly addNameRange '3.1.0', 2307 silly addNameRange '4.0.0', 2307 silly addNameRange '4.1.0', 2307 silly addNameRange '4.2.0', 2307 silly addNameRange '4.2.1', 2307 silly addNameRange '4.2.2', 2307 silly addNameRange '5.0.0', 2307 silly addNameRange '5.0.1', 2307 silly addNameRange '4.2.3' ] ] 2308 silly addNamed string-width@1.0.2 2309 verbose addNamed "1.0.2" is a plain semver version for string-width 2310 silly cache afterAdd string-width@1.0.2 2311 verbose afterAdd /root/.npm/string-width/1.0.2/package/package.json not in flight; writing 2312 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2313 http 304 https://registry.npmjs.org/wide-align 2314 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2314 verbose headers connection: 'keep-alive', 2314 verbose headers 'cf-ray': '69d6b50b59540cab-LAX', 2314 verbose headers age: '260', 2314 verbose headers 'cache-control': 'public, max-age=300', 2314 verbose headers etag: '"44d770e28006fb53d4b16285c680c995"', 2314 verbose headers 'last-modified': 'Sun, 27 May 2018 21:57:50 GMT', 2314 verbose headers vary: 'Accept-Encoding', 2314 verbose headers 'cf-cache-status': 'HIT', 2314 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2314 verbose headers server: 'cloudflare' } 2315 silly get cb [ 304, 2315 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2315 silly get connection: 'keep-alive', 2315 silly get 'cf-ray': '69d6b50b59540cab-LAX', 2315 silly get age: '260', 2315 silly get 'cache-control': 'public, max-age=300', 2315 silly get etag: '"44d770e28006fb53d4b16285c680c995"', 2315 silly get 'last-modified': 'Sun, 27 May 2018 21:57:50 GMT', 2315 silly get vary: 'Accept-Encoding', 2315 silly get 'cf-cache-status': 'HIT', 2315 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2315 silly get server: 'cloudflare' } ] 2316 verbose etag https://registry.npmjs.org/wide-align from cache 2317 verbose get saving wide-align to /root/.npm/registry.npmjs.org/wide-align/.cache.json 2318 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2319 verbose afterAdd /root/.npm/string-width/1.0.2/package/package.json written 2320 silly addNameRange number 2 { name: 'wide-align', range: '>=1.1.0 <2.0.0', hasData: true } 2321 silly addNameRange versions [ 'wide-align', 2321 silly addNameRange [ '1.0.0', '1.0.1', '1.0.2', '1.1.0', '1.1.1', '1.1.2', '1.1.3' ] ] 2322 silly addNamed wide-align@1.1.3 2323 verbose addNamed "1.1.3" is a plain semver version for wide-align 2324 http 304 https://registry.npmjs.org/inherits 2325 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2325 verbose headers connection: 'keep-alive', 2325 verbose headers 'cf-ray': '69d6b50bdafd52a1-LAX', 2325 verbose headers age: '66', 2325 verbose headers 'cache-control': 'public, max-age=300', 2325 verbose headers etag: '"89b9ff30160e62cccc320a50b274ccd9"', 2325 verbose headers 'last-modified': 'Wed, 19 Jun 2019 20:18:57 GMT', 2325 verbose headers vary: 'Accept-Encoding', 2325 verbose headers 'cf-cache-status': 'HIT', 2325 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2325 verbose headers server: 'cloudflare' } 2326 silly get cb [ 304, 2326 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2326 silly get connection: 'keep-alive', 2326 silly get 'cf-ray': '69d6b50bdafd52a1-LAX', 2326 silly get age: '66', 2326 silly get 'cache-control': 'public, max-age=300', 2326 silly get etag: '"89b9ff30160e62cccc320a50b274ccd9"', 2326 silly get 'last-modified': 'Wed, 19 Jun 2019 20:18:57 GMT', 2326 silly get vary: 'Accept-Encoding', 2326 silly get 'cf-cache-status': 'HIT', 2326 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2326 silly get server: 'cloudflare' } ] 2327 verbose etag https://registry.npmjs.org/inherits from cache 2328 verbose get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json 2329 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2330 silly cache afterAdd wide-align@1.1.3 2331 verbose afterAdd /root/.npm/wide-align/1.1.3/package/package.json not in flight; writing 2332 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2333 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.0 <3.0.0', hasData: true } 2334 silly addNameRange versions [ 'inherits', 2334 silly addNameRange [ '1.0.0', '2.0.0', '2.0.1', '1.0.1', '1.0.2', '2.0.3', '2.0.4' ] ] 2335 silly addNamed inherits@2.0.4 2336 verbose addNamed "2.0.4" is a plain semver version for inherits 2337 verbose afterAdd /root/.npm/wide-align/1.1.3/package/package.json written 2338 silly cache afterAdd inherits@2.0.4 2339 verbose afterAdd /root/.npm/inherits/2.0.4/package/package.json not in flight; writing 2340 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2341 verbose afterAdd /root/.npm/inherits/2.0.4/package/package.json written 2342 http 200 https://registry.npmjs.org/tr46 2343 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2343 verbose headers 'content-type': 'application/json', 2343 verbose headers 'transfer-encoding': 'chunked', 2343 verbose headers connection: 'keep-alive', 2343 verbose headers 'cf-ray': '69d6b50c0f66eba9-LAX', 2343 verbose headers age: '11', 2343 verbose headers 'cache-control': 'public, max-age=300', 2343 verbose headers etag: 'W/"25d15f385d10fcf4e63263665afad6fd"', 2343 verbose headers 'last-modified': 'Sun, 03 Oct 2021 23:03:06 GMT', 2343 verbose headers vary: 'accept-encoding, accept', 2343 verbose headers 'cf-cache-status': 'HIT', 2343 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2343 verbose headers 'x-amz-replication-status': 'PENDING', 2343 verbose headers server: 'cloudflare', 2343 verbose headers 'content-encoding': 'gzip' } 2344 silly get cb [ 200, 2344 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2344 silly get 'content-type': 'application/json', 2344 silly get 'transfer-encoding': 'chunked', 2344 silly get connection: 'keep-alive', 2344 silly get 'cf-ray': '69d6b50c0f66eba9-LAX', 2344 silly get age: '11', 2344 silly get 'cache-control': 'public, max-age=300', 2344 silly get etag: 'W/"25d15f385d10fcf4e63263665afad6fd"', 2344 silly get 'last-modified': 'Sun, 03 Oct 2021 23:03:06 GMT', 2344 silly get vary: 'accept-encoding, accept', 2344 silly get 'cf-cache-status': 'HIT', 2344 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2344 silly get 'x-amz-replication-status': 'PENDING', 2344 silly get server: 'cloudflare', 2344 silly get 'content-encoding': 'gzip' } ] 2345 verbose get saving tr46 to /root/.npm/registry.npmjs.org/tr46/.cache.json 2346 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2347 silly addNameRange number 2 { name: 'tr46', range: '>=0.0.3 <0.1.0', hasData: true } 2348 silly addNameRange versions [ 'tr46', 2348 silly addNameRange [ '0.0.1', 2348 silly addNameRange '0.0.2', 2348 silly addNameRange '0.0.3', 2348 silly addNameRange '1.0.0', 2348 silly addNameRange '1.0.1', 2348 silly addNameRange '2.0.0', 2348 silly addNameRange '2.0.1', 2348 silly addNameRange '2.0.2', 2348 silly addNameRange '2.1.0', 2348 silly addNameRange '3.0.0' ] ] 2349 silly addNamed tr46@0.0.3 2350 verbose addNamed "0.0.3" is a plain semver version for tr46 2351 silly mapToRegistry name tr46 2352 silly mapToRegistry using default registry 2353 silly mapToRegistry registry https://registry.npmjs.org/ 2354 silly mapToRegistry data Result { 2354 silly mapToRegistry raw: 'tr46', 2354 silly mapToRegistry scope: null, 2354 silly mapToRegistry name: 'tr46', 2354 silly mapToRegistry rawSpec: '', 2354 silly mapToRegistry spec: 'latest', 2354 silly mapToRegistry type: 'tag' } 2355 silly mapToRegistry uri https://registry.npmjs.org/tr46 2356 verbose addRemoteTarball https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz not in flight; adding 2357 verbose addRemoteTarball [ 'https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz', 2357 verbose addRemoteTarball '8184fd347dac9cdc185992f3a6622e14b9d9ab6a' ] 2358 info retry fetch attempt 1 at 3:03:17 PM 2359 info attempt registry request try #1 at 3:03:17 PM 2360 http fetch GET https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz 2361 http 304 https://registry.npmjs.org/path-is-absolute 2362 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2362 verbose headers connection: 'keep-alive', 2362 verbose headers 'cf-ray': '69d6b50bbd425281-LAX', 2362 verbose headers age: '232', 2362 verbose headers 'cache-control': 'public, max-age=300', 2362 verbose headers etag: '"25aaada20f078477a61dfb4673202332"', 2362 verbose headers 'last-modified': 'Sat, 05 Jan 2019 02:56:57 GMT', 2362 verbose headers vary: 'Accept-Encoding', 2362 verbose headers 'cf-cache-status': 'HIT', 2362 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2362 verbose headers server: 'cloudflare' } 2363 silly get cb [ 304, 2363 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2363 silly get connection: 'keep-alive', 2363 silly get 'cf-ray': '69d6b50bbd425281-LAX', 2363 silly get age: '232', 2363 silly get 'cache-control': 'public, max-age=300', 2363 silly get etag: '"25aaada20f078477a61dfb4673202332"', 2363 silly get 'last-modified': 'Sat, 05 Jan 2019 02:56:57 GMT', 2363 silly get vary: 'Accept-Encoding', 2363 silly get 'cf-cache-status': 'HIT', 2363 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2363 silly get server: 'cloudflare' } ] 2364 verbose etag https://registry.npmjs.org/path-is-absolute from cache 2365 verbose get saving path-is-absolute to /root/.npm/registry.npmjs.org/path-is-absolute/.cache.json 2366 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2367 silly addNameRange number 2 { name: 'path-is-absolute', 2367 silly addNameRange range: '>=1.0.0 <2.0.0', 2367 silly addNameRange hasData: true } 2368 silly addNameRange versions [ 'path-is-absolute', [ '1.0.0', '1.0.1', '2.0.0' ] ] 2369 silly addNamed path-is-absolute@1.0.1 2370 verbose addNamed "1.0.1" is a plain semver version for path-is-absolute 2371 silly cache afterAdd path-is-absolute@1.0.1 2372 verbose afterAdd /root/.npm/path-is-absolute/1.0.1/package/package.json not in flight; writing 2373 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2374 verbose afterAdd /root/.npm/path-is-absolute/1.0.1/package/package.json written 2375 http 304 https://registry.npmjs.org/aproba 2376 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2376 verbose headers connection: 'keep-alive', 2376 verbose headers 'cf-ray': '69d6b5089eed3643-LAX', 2376 verbose headers age: '259', 2376 verbose headers 'cache-control': 'public, max-age=300', 2376 verbose headers etag: '"6986f01591d0e4f6eba82f510c6b2513"', 2376 verbose headers 'last-modified': 'Sat, 04 Jan 2020 09:19:00 GMT', 2376 verbose headers vary: 'Accept-Encoding', 2376 verbose headers 'cf-cache-status': 'HIT', 2376 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2376 verbose headers server: 'cloudflare' } 2377 silly get cb [ 304, 2377 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2377 silly get connection: 'keep-alive', 2377 silly get 'cf-ray': '69d6b5089eed3643-LAX', 2377 silly get age: '259', 2377 silly get 'cache-control': 'public, max-age=300', 2377 silly get etag: '"6986f01591d0e4f6eba82f510c6b2513"', 2377 silly get 'last-modified': 'Sat, 04 Jan 2020 09:19:00 GMT', 2377 silly get vary: 'Accept-Encoding', 2377 silly get 'cf-cache-status': 'HIT', 2377 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2377 silly get server: 'cloudflare' } ] 2378 verbose etag https://registry.npmjs.org/aproba from cache 2379 verbose get saving aproba to /root/.npm/registry.npmjs.org/aproba/.cache.json 2380 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2381 http 200 https://registry.npmjs.org/webidl-conversions 2382 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2382 verbose headers 'content-type': 'application/json', 2382 verbose headers 'transfer-encoding': 'chunked', 2382 verbose headers connection: 'keep-alive', 2382 verbose headers 'cf-ray': '69d6b50beaa30530-LAX', 2382 verbose headers age: '6', 2382 verbose headers 'cache-control': 'public, max-age=300', 2382 verbose headers etag: 'W/"8ec822e249b20bca4159d155789ec182"', 2382 verbose headers 'last-modified': 'Sun, 12 Sep 2021 01:03:09 GMT', 2382 verbose headers vary: 'accept-encoding, accept', 2382 verbose headers 'cf-cache-status': 'HIT', 2382 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2382 verbose headers 'x-amz-replication-status': 'COMPLETED', 2382 verbose headers server: 'cloudflare', 2382 verbose headers 'content-encoding': 'gzip' } 2383 silly get cb [ 200, 2383 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2383 silly get 'content-type': 'application/json', 2383 silly get 'transfer-encoding': 'chunked', 2383 silly get connection: 'keep-alive', 2383 silly get 'cf-ray': '69d6b50beaa30530-LAX', 2383 silly get age: '6', 2383 silly get 'cache-control': 'public, max-age=300', 2383 silly get etag: 'W/"8ec822e249b20bca4159d155789ec182"', 2383 silly get 'last-modified': 'Sun, 12 Sep 2021 01:03:09 GMT', 2383 silly get vary: 'accept-encoding, accept', 2383 silly get 'cf-cache-status': 'HIT', 2383 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2383 silly get 'x-amz-replication-status': 'COMPLETED', 2383 silly get server: 'cloudflare', 2383 silly get 'content-encoding': 'gzip' } ] 2384 verbose get saving webidl-conversions to /root/.npm/registry.npmjs.org/webidl-conversions/.cache.json 2385 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2386 http 304 https://registry.npmjs.org/once 2387 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2387 verbose headers connection: 'keep-alive', 2387 verbose headers 'cf-ray': '69d6b50c0f120544-LAX', 2387 verbose headers age: '2', 2387 verbose headers 'cache-control': 'public, max-age=300', 2387 verbose headers etag: '"edc9f495d2deed74e80dc05995dc33c2"', 2387 verbose headers 'last-modified': 'Sun, 27 May 2018 11:11:26 GMT', 2387 verbose headers vary: 'Accept-Encoding', 2387 verbose headers 'cf-cache-status': 'HIT', 2387 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2387 verbose headers server: 'cloudflare' } 2388 silly get cb [ 304, 2388 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 2388 silly get connection: 'keep-alive', 2388 silly get 'cf-ray': '69d6b50c0f120544-LAX', 2388 silly get age: '2', 2388 silly get 'cache-control': 'public, max-age=300', 2388 silly get etag: '"edc9f495d2deed74e80dc05995dc33c2"', 2388 silly get 'last-modified': 'Sun, 27 May 2018 11:11:26 GMT', 2388 silly get vary: 'Accept-Encoding', 2388 silly get 'cf-cache-status': 'HIT', 2388 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2388 silly get server: 'cloudflare' } ] 2389 verbose etag https://registry.npmjs.org/once from cache 2390 verbose get saving once to /root/.npm/registry.npmjs.org/once/.cache.json 2391 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2392 silly addNameRange number 2 { name: 'aproba', range: '>=1.0.3 <2.0.0', hasData: true } 2393 silly addNameRange versions [ 'aproba', 2393 silly addNameRange [ '1.0.0', 2393 silly addNameRange '1.0.1', 2393 silly addNameRange '1.0.2', 2393 silly addNameRange '1.0.3', 2393 silly addNameRange '1.0.4', 2393 silly addNameRange '1.1.0', 2393 silly addNameRange '1.1.1', 2393 silly addNameRange '1.1.2', 2393 silly addNameRange '1.2.0', 2393 silly addNameRange '2.0.0' ] ] 2394 silly addNamed aproba@1.2.0 2395 verbose addNamed "1.2.0" is a plain semver version for aproba 2396 silly addNameRange number 2 { name: 'webidl-conversions', 2396 silly addNameRange range: '>=3.0.0 <4.0.0', 2396 silly addNameRange hasData: true } 2397 silly addNameRange versions [ 'webidl-conversions', 2397 silly addNameRange [ '1.0.0', 2397 silly addNameRange '1.0.1', 2397 silly addNameRange '1.1.0', 2397 silly addNameRange '1.2.0', 2397 silly addNameRange '1.2.1', 2397 silly addNameRange '2.0.0', 2397 silly addNameRange '2.0.1', 2397 silly addNameRange '3.0.0', 2397 silly addNameRange '3.0.1', 2397 silly addNameRange '4.0.0', 2397 silly addNameRange '4.0.1', 2397 silly addNameRange '4.0.2', 2397 silly addNameRange '5.0.0', 2397 silly addNameRange '6.0.0', 2397 silly addNameRange '6.1.0', 2397 silly addNameRange '7.0.0' ] ] 2398 silly addNamed webidl-conversions@3.0.1 2399 verbose addNamed "3.0.1" is a plain semver version for webidl-conversions 2400 silly addNameRange number 2 { name: 'once', range: '>=1.3.0 <2.0.0', hasData: true } 2401 silly addNameRange versions [ 'once', 2401 silly addNameRange [ '1.1.1', '1.2.0', '1.3.0', '1.3.1', '1.3.2', '1.3.3', '1.4.0' ] ] 2402 silly addNamed once@1.4.0 2403 verbose addNamed "1.4.0" is a plain semver version for once 2404 http 200 https://registry.npmjs.org/minipass 2405 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2405 verbose headers 'content-type': 'application/json', 2405 verbose headers 'transfer-encoding': 'chunked', 2405 verbose headers connection: 'keep-alive', 2405 verbose headers 'cf-ray': '69d6b508ea2e0c9b-LAX', 2405 verbose headers age: '49', 2405 verbose headers 'cache-control': 'public, max-age=300', 2405 verbose headers etag: 'W/"a079a31c7a8ee428eaac6cff124216ea"', 2405 verbose headers 'last-modified': 'Tue, 14 Sep 2021 21:48:14 GMT', 2405 verbose headers vary: 'accept-encoding, accept', 2405 verbose headers 'cf-cache-status': 'HIT', 2405 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2405 verbose headers 'x-amz-replication-status': 'PENDING', 2405 verbose headers server: 'cloudflare', 2405 verbose headers 'content-encoding': 'gzip' } 2406 silly get cb [ 200, 2406 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2406 silly get 'content-type': 'application/json', 2406 silly get 'transfer-encoding': 'chunked', 2406 silly get connection: 'keep-alive', 2406 silly get 'cf-ray': '69d6b508ea2e0c9b-LAX', 2406 silly get age: '49', 2406 silly get 'cache-control': 'public, max-age=300', 2406 silly get etag: 'W/"a079a31c7a8ee428eaac6cff124216ea"', 2406 silly get 'last-modified': 'Tue, 14 Sep 2021 21:48:14 GMT', 2406 silly get vary: 'accept-encoding, accept', 2406 silly get 'cf-cache-status': 'HIT', 2406 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2406 silly get 'x-amz-replication-status': 'PENDING', 2406 silly get server: 'cloudflare', 2406 silly get 'content-encoding': 'gzip' } ] 2407 verbose get saving minipass to /root/.npm/registry.npmjs.org/minipass/.cache.json 2408 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2409 silly addNameRange number 2 { name: 'minipass', range: '>=3.0.0 <4.0.0', hasData: true } 2410 silly addNameRange versions [ 'minipass', 2410 silly addNameRange [ '1.0.0', 2410 silly addNameRange '1.0.1', 2410 silly addNameRange '1.0.2', 2410 silly addNameRange '1.1.0', 2410 silly addNameRange '1.1.1', 2410 silly addNameRange '1.1.2', 2410 silly addNameRange '1.1.3', 2410 silly addNameRange '1.1.4', 2410 silly addNameRange '1.1.5', 2410 silly addNameRange '1.1.6', 2410 silly addNameRange '1.1.7', 2410 silly addNameRange '1.1.8', 2410 silly addNameRange '1.1.9', 2410 silly addNameRange '1.1.10', 2410 silly addNameRange '1.1.11', 2410 silly addNameRange '1.2.0', 2410 silly addNameRange '2.0.0', 2410 silly addNameRange '2.0.1', 2410 silly addNameRange '2.0.2', 2410 silly addNameRange '2.1.0', 2410 silly addNameRange '2.1.1', 2410 silly addNameRange '2.2.0', 2410 silly addNameRange '2.2.1', 2410 silly addNameRange '2.2.2', 2410 silly addNameRange '2.2.3', 2410 silly addNameRange '2.2.4', 2410 silly addNameRange '2.3.0', 2410 silly addNameRange '2.3.1', 2410 silly addNameRange '2.3.2', 2410 silly addNameRange '2.3.3', 2410 silly addNameRange '2.3.4', 2410 silly addNameRange '2.3.5', 2410 silly addNameRange '2.4.0', 2410 silly addNameRange '2.5.0', 2410 silly addNameRange '2.5.1', 2410 silly addNameRange '2.6.0', 2410 silly addNameRange '2.6.1', 2410 silly addNameRange '2.6.2', 2410 silly addNameRange '2.6.3', 2410 silly addNameRange '2.6.4', 2410 silly addNameRange '2.6.5', 2410 silly addNameRange '2.7.0', 2410 silly addNameRange '2.8.0', 2410 silly addNameRange '2.8.1', 2410 silly addNameRange '2.8.2', 2410 silly addNameRange '2.8.3', 2410 silly addNameRange '2.8.4', 2410 silly addNameRange '2.8.5', 2410 silly addNameRange '2.8.6', 2410 silly addNameRange '2.9.0', 2410 silly addNameRange '3.0.0', 2410 silly addNameRange '3.0.1', 2410 silly addNameRange '3.1.0', 2410 silly addNameRange '3.1.1', 2410 silly addNameRange '3.1.2', 2410 silly addNameRange '3.1.3', 2410 silly addNameRange '3.1.4', 2410 silly addNameRange '3.1.5' ] ] 2411 silly addNamed minipass@3.1.5 2412 verbose addNamed "3.1.5" is a plain semver version for minipass 2413 http 304 https://registry.npmjs.org/readable-stream 2414 verbose headers { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2414 verbose headers connection: 'keep-alive', 2414 verbose headers 'cf-ray': '69d6b5085e143131-LAX', 2414 verbose headers age: '27', 2414 verbose headers 'cache-control': 'public, max-age=300', 2414 verbose headers etag: '"cd4a066a34bf22a921492b57a292e033"', 2414 verbose headers 'last-modified': 'Thu, 13 Feb 2020 19:42:09 GMT', 2414 verbose headers vary: 'Accept-Encoding', 2414 verbose headers 'cf-cache-status': 'HIT', 2414 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2414 verbose headers server: 'cloudflare' } 2415 silly get cb [ 304, 2415 silly get { date: 'Wed, 13 Oct 2021 07:03:16 GMT', 2415 silly get connection: 'keep-alive', 2415 silly get 'cf-ray': '69d6b5085e143131-LAX', 2415 silly get age: '27', 2415 silly get 'cache-control': 'public, max-age=300', 2415 silly get etag: '"cd4a066a34bf22a921492b57a292e033"', 2415 silly get 'last-modified': 'Thu, 13 Feb 2020 19:42:09 GMT', 2415 silly get vary: 'Accept-Encoding', 2415 silly get 'cf-cache-status': 'HIT', 2415 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 2415 silly get server: 'cloudflare' } ] 2416 verbose etag https://registry.npmjs.org/readable-stream from cache 2417 verbose get saving readable-stream to /root/.npm/registry.npmjs.org/readable-stream/.cache.json 2418 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2419 silly mapToRegistry name webidl-conversions 2420 silly mapToRegistry using default registry 2421 silly mapToRegistry registry https://registry.npmjs.org/ 2422 silly mapToRegistry data Result { 2422 silly mapToRegistry raw: 'webidl-conversions', 2422 silly mapToRegistry scope: null, 2422 silly mapToRegistry name: 'webidl-conversions', 2422 silly mapToRegistry rawSpec: '', 2422 silly mapToRegistry spec: 'latest', 2422 silly mapToRegistry type: 'tag' } 2423 silly mapToRegistry uri https://registry.npmjs.org/webidl-conversions 2424 verbose addRemoteTarball https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz not in flight; adding 2425 verbose addRemoteTarball [ 'https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz', 2425 verbose addRemoteTarball '24534275e2a7bc6be7bc86611cc16ae0a5654871' ] 2426 silly mapToRegistry name minipass 2427 silly mapToRegistry using default registry 2428 silly mapToRegistry registry https://registry.npmjs.org/ 2429 silly mapToRegistry data Result { 2429 silly mapToRegistry raw: 'minipass', 2429 silly mapToRegistry scope: null, 2429 silly mapToRegistry name: 'minipass', 2429 silly mapToRegistry rawSpec: '', 2429 silly mapToRegistry spec: 'latest', 2429 silly mapToRegistry type: 'tag' } 2430 silly mapToRegistry uri https://registry.npmjs.org/minipass 2431 verbose addRemoteTarball https://registry.npmjs.org/minipass/-/minipass-3.1.5.tgz not in flight; adding 2432 verbose addRemoteTarball [ 'https://registry.npmjs.org/minipass/-/minipass-3.1.5.tgz', 2432 verbose addRemoteTarball '71f6251b0a33a49c01b3cf97ff77eda030dff732' ] 2433 info retry fetch attempt 1 at 3:03:17 PM 2434 info attempt registry request try #1 at 3:03:17 PM 2435 http fetch GET https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz 2436 silly cache afterAdd once@1.4.0 2437 verbose afterAdd /root/.npm/once/1.4.0/package/package.json not in flight; writing 2438 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2439 info retry fetch attempt 1 at 3:03:17 PM 2440 info attempt registry request try #1 at 3:03:17 PM 2441 http fetch GET https://registry.npmjs.org/minipass/-/minipass-3.1.5.tgz 2442 silly addNameRange number 2 { name: 'readable-stream', 2442 silly addNameRange range: '>=2.0.6 <3.0.0', 2442 silly addNameRange hasData: true } 2443 silly addNameRange versions [ 'readable-stream', 2443 silly addNameRange [ '0.0.1', 2443 silly addNameRange '0.0.2', 2443 silly addNameRange '0.0.3', 2443 silly addNameRange '0.0.4', 2443 silly addNameRange '0.1.0', 2443 silly addNameRange '0.2.0', 2443 silly addNameRange '0.3.0', 2443 silly addNameRange '0.3.1', 2443 silly addNameRange '1.0.0', 2443 silly addNameRange '1.0.1', 2443 silly addNameRange '1.0.2', 2443 silly addNameRange '1.0.15', 2443 silly addNameRange '1.0.17', 2443 silly addNameRange '1.1.7', 2443 silly addNameRange '1.1.8', 2443 silly addNameRange '1.1.9', 2443 silly addNameRange '1.0.24', 2443 silly addNameRange '1.0.25', 2443 silly addNameRange '1.1.10', 2443 silly addNameRange '1.0.25-1', 2443 silly addNameRange '1.1.11', 2443 silly addNameRange '1.0.26', 2443 silly addNameRange '1.0.26-1', 2443 silly addNameRange '1.1.11-1', 2443 silly addNameRange '1.0.26-2', 2443 silly addNameRange '1.1.12', 2443 silly addNameRange '1.0.26-3', 2443 silly addNameRange '1.0.26-4', 2443 silly addNameRange '1.1.12-1', 2443 silly addNameRange '1.0.27-1', 2443 silly addNameRange '1.1.13-1', 2443 silly addNameRange '1.0.31', 2443 silly addNameRange '1.1.13', 2443 silly addNameRange '1.0.32', 2443 silly addNameRange '1.0.32-1', 2443 silly addNameRange '1.0.33-1', 2443 silly addNameRange '1.0.33-2', 2443 silly addNameRange '1.0.33', 2443 silly addNameRange '2.0.0', 2443 silly addNameRange '2.0.1', 2443 silly addNameRange '2.0.2', 2443 silly addNameRange '2.0.3', 2443 silly addNameRange '2.0.4', 2443 silly addNameRange '2.0.5', 2443 silly addNameRange '2.0.6', 2443 silly addNameRange '1.0.34', 2443 silly addNameRange '1.1.14', 2443 silly addNameRange '2.1.0', 2443 silly addNameRange '2.1.1', 2443 silly addNameRange '2.1.2', 2443 silly addNameRange '2.1.3', 2443 silly addNameRange '2.1.4', 2443 silly addNameRange '2.1.5', 2443 silly addNameRange '2.2.0', 2443 silly addNameRange '2.2.1', 2443 silly addNameRange '2.2.2', 2443 silly addNameRange '2.2.3', 2443 silly addNameRange '2.2.4', 2443 silly addNameRange '2.2.5', 2443 silly addNameRange '2.2.6', 2443 silly addNameRange '2.2.7', 2443 silly addNameRange '2.2.8', 2443 silly addNameRange '2.2.9', 2443 silly addNameRange '2.2.10', 2443 silly addNameRange '2.2.11', 2443 silly addNameRange '2.3.0', 2443 silly addNameRange '2.3.1', 2443 silly addNameRange '2.3.2', 2443 silly addNameRange '2.3.3', 2443 silly addNameRange '2.3.4', 2443 silly addNameRange '2.3.5', 2443 silly addNameRange '2.3.6', 2443 silly addNameRange '3.0.0-rc.1', 2443 silly addNameRange '3.0.0-rc.2', 2443 silly addNameRange '3.0.0-rc.3', 2443 silly addNameRange '3.0.0', 2443 silly addNameRange '3.0.1', 2443 silly addNameRange '3.0.2', 2443 silly addNameRange '3.0.3', 2443 silly addNameRange '3.0.4', 2443 silly addNameRange '3.0.5', 2443 silly addNameRange '3.0.6', 2443 silly addNameRange '3.1.0', 2443 silly addNameRange '3.1.1', 2443 silly addNameRange '3.2.0', 2443 silly addNameRange '3.3.0', 2443 silly addNameRange '3.4.0', 2443 silly addNameRange '2.3.7', 2443 silly addNameRange '3.5.0', 2443 silly addNameRange '3.6.0' ] ] 2444 silly addNamed readable-stream@2.3.7 2445 verbose addNamed "2.3.7" is a plain semver version for readable-stream 2446 verbose afterAdd /root/.npm/once/1.4.0/package/package.json written 2447 silly cache afterAdd aproba@1.2.0 2448 verbose afterAdd /root/.npm/aproba/1.2.0/package/package.json not in flight; writing 2449 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2450 silly cache afterAdd readable-stream@2.3.7 2451 verbose afterAdd /root/.npm/readable-stream/2.3.7/package/package.json not in flight; writing 2452 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2453 verbose afterAdd /root/.npm/aproba/1.2.0/package/package.json written 2454 silly install resolved [ { name: 'strip-ansi', 2454 silly install resolved version: '3.0.1', 2454 silly install resolved description: 'Strip ANSI escape codes', 2454 silly install resolved license: 'MIT', 2454 silly install resolved repository: 2454 silly install resolved { type: 'git', 2454 silly install resolved url: 'git+https://github.com/chalk/strip-ansi.git' }, 2454 silly install resolved author: 2454 silly install resolved { name: 'Sindre Sorhus', 2454 silly install resolved email: 'sindresorhus@gmail.com', 2454 silly install resolved url: 'sindresorhus.com' }, 2454 silly install resolved maintainers: [ [Object], [Object] ], 2454 silly install resolved engines: { node: '>=0.10.0' }, 2454 silly install resolved scripts: { test: 'xo && ava' }, 2454 silly install resolved files: [ 'index.js' ], 2454 silly install resolved keywords: 2454 silly install resolved [ 'strip', 2454 silly install resolved 'trim', 2454 silly install resolved 'remove', 2454 silly install resolved 'ansi', 2454 silly install resolved 'styles', 2454 silly install resolved 'color', 2454 silly install resolved 'colour', 2454 silly install resolved 'colors', 2454 silly install resolved 'terminal', 2454 silly install resolved 'console', 2454 silly install resolved 'string', 2454 silly install resolved 'tty', 2454 silly install resolved 'escape', 2454 silly install resolved 'formatting', 2454 silly install resolved 'rgb', 2454 silly install resolved '256', 2454 silly install resolved 'shell', 2454 silly install resolved 'xterm', 2454 silly install resolved 'log', 2454 silly install resolved 'logging', 2454 silly install resolved 'command-line', 2454 silly install resolved 'text' ], 2454 silly install resolved dependencies: { 'ansi-regex': '^2.0.0' }, 2454 silly install resolved devDependencies: { ava: '*', xo: '*' }, 2454 silly install resolved gitHead: '8270705c704956da865623e564eba4875c3ea17f', 2454 silly install resolved bugs: { url: 'https://github.com/chalk/strip-ansi/issues' }, 2454 silly install resolved homepage: 'https://github.com/chalk/strip-ansi', 2454 silly install resolved _id: 'strip-ansi@3.0.1', 2454 silly install resolved _shasum: '6a385fb8853d952d5ff05d0e8aaf94278dc63dcf', 2454 silly install resolved _from: 'strip-ansi@>=3.0.1 <4.0.0', 2454 silly install resolved _npmVersion: '2.11.3', 2454 silly install resolved _nodeVersion: '0.12.7', 2454 silly install resolved _npmUser: { name: 'jbnicolai', email: 'jappelman@xebia.com' }, 2454 silly install resolved dist: 2454 silly install resolved { shasum: '6a385fb8853d952d5ff05d0e8aaf94278dc63dcf', 2454 silly install resolved tarball: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz' }, 2454 silly install resolved _npmOperationalInternal: 2454 silly install resolved { host: 'packages-9-west.internal.npmjs.com', 2454 silly install resolved tmp: 'tmp/strip-ansi-3.0.1.tgz_1456057278183_0.28958667791448534' }, 2454 silly install resolved directories: {}, 2454 silly install resolved _resolved: 'https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz', 2454 silly install resolved readme: 'ERROR: No README data found!' }, 2454 silly install resolved { name: 'object-assign', 2454 silly install resolved version: '4.1.1', 2454 silly install resolved description: 'ES2015 `Object.assign()` ponyfill', 2454 silly install resolved license: 'MIT', 2454 silly install resolved repository: 2454 silly install resolved { type: 'git', 2454 silly install resolved url: 'git+https://github.com/sindresorhus/object-assign.git' }, 2454 silly install resolved author: 2454 silly install resolved { name: 'Sindre Sorhus', 2454 silly install resolved email: 'sindresorhus@gmail.com', 2454 silly install resolved url: 'sindresorhus.com' }, 2454 silly install resolved engines: { node: '>=0.10.0' }, 2454 silly install resolved scripts: { test: 'xo && ava', bench: 'matcha bench.js' }, 2454 silly install resolved files: [ 'index.js' ], 2454 silly install resolved keywords: 2454 silly install resolved [ 'object', 2454 silly install resolved 'assign', 2454 silly install resolved 'extend', 2454 silly install resolved 'properties', 2454 silly install resolved 'es2015', 2454 silly install resolved 'ecmascript', 2454 silly install resolved 'harmony', 2454 silly install resolved 'ponyfill', 2454 silly install resolved 'prollyfill', 2454 silly install resolved 'polyfill', 2454 silly install resolved 'shim', 2454 silly install resolved 'browser' ], 2454 silly install resolved devDependencies: 2454 silly install resolved { ava: '^0.16.0', 2454 silly install resolved lodash: '^4.16.4', 2454 silly install resolved matcha: '^0.7.0', 2454 silly install resolved xo: '^0.16.0' }, 2454 silly install resolved gitHead: 'a89774b252c91612203876984bbd6addbe3b5a0e', 2454 silly install resolved bugs: { url: 'https://github.com/sindresorhus/object-assign/issues' }, 2454 silly install resolved homepage: 'https://github.com/sindresorhus/object-assign#readme', 2454 silly install resolved _id: 'object-assign@4.1.1', 2454 silly install resolved _shasum: '2109adc7965887cfc05cbbd442cac8bfbb360863', 2454 silly install resolved _from: 'object-assign@>=4.1.0 <5.0.0', 2454 silly install resolved _npmVersion: '2.15.11', 2454 silly install resolved _nodeVersion: '4.6.2', 2454 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 2454 silly install resolved dist: 2454 silly install resolved { shasum: '2109adc7965887cfc05cbbd442cac8bfbb360863', 2454 silly install resolved tarball: 'https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz' }, 2454 silly install resolved maintainers: [ [Object], [Object], [Object] ], 2454 silly install resolved _npmOperationalInternal: 2454 silly install resolved { host: 'packages-12-west.internal.npmjs.com', 2454 silly install resolved tmp: 'tmp/object-assign-4.1.1.tgz_1484580915042_0.07107710791751742' }, 2454 silly install resolved directories: {}, 2454 silly install resolved _resolved: 'https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz', 2454 silly install resolved readme: 'ERROR: No README data found!' }, 2454 silly install resolved { name: 'has-unicode', 2454 silly install resolved version: '2.0.1', 2454 silly install resolved description: 'Try to guess if your terminal supports unicode', 2454 silly install resolved main: 'index.js', 2454 silly install resolved scripts: { test: 'tap test/*.js' }, 2454 silly install resolved repository: 2454 silly install resolved { type: 'git', 2454 silly install resolved url: 'git+https://github.com/iarna/has-unicode.git' }, 2454 silly install resolved keywords: [ 'unicode', 'terminal' ], 2454 silly install resolved files: [ 'index.js' ], 2454 silly install resolved author: { name: 'Rebecca Turner', email: 'me@re-becca.org' }, 2454 silly install resolved license: 'ISC', 2454 silly install resolved bugs: { url: 'https://github.com/iarna/has-unicode/issues' }, 2454 silly install resolved homepage: 'https://github.com/iarna/has-unicode', 2454 silly install resolved devDependencies: { 'require-inject': '^1.3.0', tap: '^2.3.1' }, 2454 silly install resolved gitHead: '0a05df154e8d89a7fb9798da60b68c78c2df6646', 2454 silly install resolved _id: 'has-unicode@2.0.1', 2454 silly install resolved _shasum: 'e0e6fe6a28cf51138855e086d1691e771de2a8b9', 2454 silly install resolved _from: 'has-unicode@>=2.0.0 <3.0.0', 2454 silly install resolved _npmVersion: '3.10.2', 2454 silly install resolved _nodeVersion: '4.4.0', 2454 silly install resolved _npmUser: { name: 'iarna', email: 'me@re-becca.org' }, 2454 silly install resolved dist: 2454 silly install resolved { shasum: 'e0e6fe6a28cf51138855e086d1691e771de2a8b9', 2454 silly install resolved tarball: 'https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz' }, 2454 silly install resolved maintainers: [ [Object] ], 2454 silly install resolved _npmOperationalInternal: 2454 silly install resolved { host: 'packages-12-west.internal.npmjs.com', 2454 silly install resolved tmp: 'tmp/has-unicode-2.0.1.tgz_1466719828333_0.48896647873334587' }, 2454 silly install resolved directories: {}, 2454 silly install resolved _resolved: 'https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz', 2454 silly install resolved readme: 'ERROR: No README data found!' }, 2454 silly install resolved { name: 'signal-exit', 2454 silly install resolved version: '3.0.5', 2454 silly install resolved description: 'when you want to fire an event no matter how a process exits.', 2454 silly install resolved main: 'index.js', 2454 silly install resolved scripts: 2454 silly install resolved { test: 'tap --timeout=240 ./test/*.js --cov', 2454 silly install resolved coverage: 'nyc report --reporter=text-lcov | coveralls', 2454 silly install resolved release: 'standard-version' }, 2454 silly install resolved repository: 2454 silly install resolved { type: 'git', 2454 silly install resolved url: 'git+https://github.com/tapjs/signal-exit.git' }, 2454 silly install resolved keywords: [ 'signal', 'exit' ], 2454 silly install resolved author: { name: 'Ben Coe', email: 'ben@npmjs.com' }, 2454 silly install resolved license: 'ISC', 2454 silly install resolved bugs: { url: 'https://github.com/tapjs/signal-exit/issues' }, 2454 silly install resolved homepage: 'https://github.com/tapjs/signal-exit', 2454 silly install resolved devDependencies: 2454 silly install resolved { chai: '^3.5.0', 2454 silly install resolved coveralls: '^3.1.1', 2454 silly install resolved nyc: '^15.1.0', 2454 silly install resolved 'standard-version': '^9.3.1', 2454 silly install resolved tap: '^15.0.10' }, 2454 silly install resolved gitHead: '7b4436f0070df3c50187177cb690445b1aac6f59', 2454 silly install resolved _id: 'signal-exit@3.0.5', 2454 silly install resolved _nodeVersion: '16.5.0', 2454 silly install resolved _npmVersion: '7.24.1', 2454 silly install resolved dist: 2454 silly install resolved { integrity: 'sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==', 2454 silly install resolved shasum: '9e3e8cc0c75a99472b44321033a7702e7738252f', 2454 silly install resolved tarball: 'https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz', 2454 silly install resolved fileCount: 5, 2454 silly install resolved unpackedSize: 9219 }, 2454 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 2454 silly install resolved directories: {}, 2454 silly install resolved maintainers: [ [Object], [Object] ], 2454 silly install resolved _npmOperationalInternal: 2454 silly install resolved { host: 's3://npm-registry-packages', 2454 silly install resolved tmp: 'tmp/signal-exit_3.0.5_1632948314004_0.2165871510185664' }, 2454 silly install resolved _hasShrinkwrap: false, 2454 silly install resolved _shasum: '9e3e8cc0c75a99472b44321033a7702e7738252f', 2454 silly install resolved _resolved: 'https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz', 2454 silly install resolved _from: 'signal-exit@>=3.0.0 <4.0.0' }, 2454 silly install resolved { name: 'string-width', 2454 silly install resolved version: '1.0.2', 2454 silly install resolved description: 'Get the visual width of a string - the number of columns required to display it', 2454 silly install resolved license: 'MIT', 2454 silly install resolved repository: 2454 silly install resolved { type: 'git', 2454 silly install resolved url: 'git+https://github.com/sindresorhus/string-width.git' }, 2454 silly install resolved author: 2454 silly install resolved { name: 'Sindre Sorhus', 2454 silly install resolved email: 'sindresorhus@gmail.com', 2454 silly install resolved url: 'sindresorhus.com' }, 2454 silly install resolved engines: { node: '>=0.10.0' }, 2454 silly install resolved scripts: { test: 'xo && ava' }, 2454 silly install resolved files: [ 'index.js' ], 2454 silly install resolved keywords: 2454 silly install resolved [ 'string', 2454 silly install resolved 'str', 2454 silly install resolved 'character', 2454 silly install resolved 'char', 2454 silly install resolved 'unicode', 2454 silly install resolved 'width', 2454 silly install resolved 'visual', 2454 silly install resolved 'column', 2454 silly install resolved 'columns', 2454 silly install resolved 'fullwidth', 2454 silly install resolved 'full-width', 2454 silly install resolved 'full', 2454 silly install resolved 'ansi', 2454 silly install resolved 'escape', 2454 silly install resolved 'codes', 2454 silly install resolved 'cli', 2454 silly install resolved 'command-line', 2454 silly install resolved 'terminal', 2454 silly install resolved 'console', 2454 silly install resolved 'cjk', 2454 silly install resolved 'chinese', 2454 silly install resolved 'japanese', 2454 silly install resolved 'korean', 2454 silly install resolved 'fixed-width' ], 2454 silly install resolved dependencies: 2454 silly install resolved { 'code-point-at': '^1.0.0', 2454 silly install resolved 'is-fullwidth-code-point': '^1.0.0', 2454 silly install resolved 'strip-ansi': '^3.0.0' }, 2454 silly install resolved devDependencies: { ava: '*', xo: '*' }, 2454 silly install resolved gitHead: '282cf3d53918a92cc3ee0778dcf938039bcbc47b', 2454 silly install resolved bugs: { url: 'https://github.com/sindresorhus/string-width/issues' }, 2454 silly install resolved homepage: 'https://github.com/sindresorhus/string-width#readme', 2454 silly install resolved _id: 'string-width@1.0.2', 2454 silly install resolved _shasum: '118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3', 2454 silly install resolved _from: 'string-width@>=1.0.1 <2.0.0', 2454 silly install resolved _npmVersion: '2.15.5', 2454 silly install resolved _nodeVersion: '4.4.5', 2454 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 2454 silly install resolved dist: 2454 silly install resolved { shasum: '118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3', 2454 silly install resolved tarball: 'https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz' }, 2454 silly install resolved maintainers: [ [Object] ], 2454 silly install resolved _npmOperationalInternal: 2454 silly install resolved { host: 'packages-12-west.internal.npmjs.com', 2454 silly install resolved tmp: 'tmp/string-width-1.0.2.tgz_1471188233009_0.6573935742489994' }, 2454 silly install resolved directories: {}, 2454 silly install resolved _resolved: 'https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz', 2454 silly install resolved readme: 'ERROR: No README data found!' }, 2454 silly install resolved { name: 'wide-align', 2454 silly install resolved version: '1.1.3', 2454 silly install resolved description: 'A wide-character aware text alignment function for use on the console or with fixed width fonts.', 2454 silly install resolved main: 'align.js', 2454 silly install resolved scripts: 2454 silly install resolved { test: 'tap --coverage test/*.js', 2454 silly install resolved version: 'perl -pi -e \'s/^( "version": $ENV{npm_config_node_version}").*?",/$1abc",/\' package-lock.json ; git add package-lock.json' }, 2454 silly install resolved keywords: [ 'wide', 'double', 'unicode', 'cjkv', 'pad', 'align' ], 2454 silly install resolved author: 2454 silly install resolved { name: 'Rebecca Turner', 2454 silly install resolved email: 'me@re-becca.org', 2454 silly install resolved url: 'http://re-becca.org/' }, 2454 silly install resolved license: 'ISC', 2454 silly install resolved repository: 2454 silly install resolved { type: 'git', 2454 silly install resolved url: 'git+https://github.com/iarna/wide-align.git' }, 2454 silly install resolved dependencies: { 'string-width': '^1.0.2 || 2' }, 2454 silly install resolved devDependencies: { tap: '10 || 11 || 12' }, 2454 silly install resolved files: [ 'align.js' ], 2454 silly install resolved gitHead: '6b766c9874a1e5157eda2ac75b90ccc01b313620', 2454 silly install resolved bugs: { url: 'https://github.com/iarna/wide-align/issues' }, 2454 silly install resolved homepage: 'https://github.com/iarna/wide-align#readme', 2454 silly install resolved _id: 'wide-align@1.1.3', 2454 silly install resolved _npmVersion: '6.1.0', 2454 silly install resolved _nodeVersion: '9.3.0', 2454 silly install resolved _npmUser: { name: 'iarna', email: 'me@re-becca.org' }, 2454 silly install resolved dist: 2454 silly install resolved { integrity: 'sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==', 2454 silly install resolved shasum: 'ae074e6bdc0c14a431e804e624549c633b000457', 2454 silly install resolved tarball: 'https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz', 2454 silly install resolved fileCount: 4, 2454 silly install resolved unpackedSize: 4551, 2454 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBzBzCRA9TVsSAnZWagAAxeYP/1L3tYrqfB/llIclGJJM\ns3DfFOyKiZgjsOMKrRXJcqEryc1YPQWJ3BqMj0viqaYNXOoOpMihGVFqGP6b\nb+PlmX9INOi7hU7q6Wb/ICXnLDVOn83Ye8uQN/aKlCJ/s1cIz27A6dL7u2d2\nmP5a/Eaxok9JjgFipBwxm5d93ZiZ1rOoILaiXCTlvzSCNpbdsZVDbOuEC9Bz\nkLRRXuG3dd8t8g9xi24VT5VFEiztVlvTgTGfcain+dZccQpNUtgDdFxX0Zco\niAjwt0n1L1lip3n40GHEz8lzPYULz3qAvt07bBFevSWNfPDGF4+n9eN91TAQ\nTqpY1kIgqhwz+QsTVC/w13yL4RKbuRqmWNshIAz7xqM2gvyzU/Zawead3MsC\naP3tdu6PA5KZxosBzozwzw1KRBmkg4EFQZTj+3yu6tL4En5jVS2VzznyLlrM\n1/J7NWeCub+yoKCUTNNnr1pGTMMEOIzsfU8NhvjHb3TxVcFkabdITveOVPf+\n5cElAiJ3yvxY/I1V/0hXl0EAgQEsghdRuDcXN3E1PsE0TwAyreOl4QJWyHU5\nILJhOb2wk9IL0aPKlun6tacPehAqu2EWV5TiGISM9HNgaArY9D3mU0iHmnTy\nADsKuTPcnY00KHtxuZT6a3QgCvrvtmxHL6zm1521mru3V1+7oGkrk5c6Hlzk\nYbx2\r\n=w9c6\r\n-----END PGP SIGNATURE-----\r\n' }, 2454 silly install resolved maintainers: [ [Object] ], 2454 silly install resolved directories: {}, 2454 silly install resolved _npmOperationalInternal: 2454 silly install resolved { host: 's3://npm-registry-packages', 2454 silly install resolved tmp: 'tmp/wide-align_1.1.3_1527197810643_0.006292446790612027' }, 2454 silly install resolved _shasum: 'ae074e6bdc0c14a431e804e624549c633b000457', 2454 silly install resolved _resolved: 'https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz', 2454 silly install resolved _from: 'wide-align@>=1.1.0 <2.0.0', 2454 silly install resolved readme: 'ERROR: No README data found!' }, 2454 silly install resolved { name: 'aproba', 2454 silly install resolved version: '1.2.0', 2454 silly install resolved description: 'A ridiculously light-weight argument validator (now browser friendly)', 2454 silly install resolved main: 'index.js', 2454 silly install resolved directories: { test: 'test' }, 2454 silly install resolved dependencies: {}, 2454 silly install resolved devDependencies: { standard: '^10.0.3', tap: '^10.0.2' }, 2454 silly install resolved files: [ 'index.js' ], 2454 silly install resolved scripts: { test: 'standard && tap -j3 test/*.js' }, 2454 silly install resolved repository: { type: 'git', url: 'git+https://github.com/iarna/aproba.git' }, 2454 silly install resolved keywords: [ 'argument', 'validate' ], 2454 silly install resolved author: { name: 'Rebecca Turner', email: 'me@re-becca.org' }, 2454 silly install resolved license: 'ISC', 2454 silly install resolved bugs: { url: 'https://github.com/iarna/aproba/issues' }, 2454 silly install resolved homepage: 'https://github.com/iarna/aproba', 2454 silly install resolved gitHead: 'ee43ce68c9992e8f9d0d925dc2b1f2e1e5c976de', 2454 silly install resolved _id: 'aproba@1.2.0', 2454 silly install resolved _npmVersion: '5.4.2', 2454 silly install resolved _nodeVersion: '8.5.0', 2454 silly install resolved _npmUser: { name: 'iarna', email: 'me@re-becca.org' }, 2454 silly install resolved dist: 2454 silly install resolved { integrity: 'sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==', 2454 silly install resolved shasum: '6802e6264efd18c790a1b0d517f0f2627bf2c94a', 2454 silly install resolved tarball: 'https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz' }, 2454 silly install resolved maintainers: [ [Object] ], 2454 silly install resolved _npmOperationalInternal: 2454 silly install resolved { host: 's3://npm-registry-packages', 2454 silly install resolved tmp: 'tmp/aproba-1.2.0.tgz_1505861292502_0.3447994305752218' }, 2454 silly install resolved _shasum: '6802e6264efd18c790a1b0d517f0f2627bf2c94a', 2454 silly install resolved _resolved: 'https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz', 2454 silly install resolved _from: 'aproba@>=1.0.3 <2.0.0', 2454 silly install resolved readme: 'ERROR: No README data found!' } ] 2455 info install strip-ansi@3.0.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 2456 info install object-assign@4.1.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 2457 info install has-unicode@2.0.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 2458 info install signal-exit@3.0.5 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 2459 info install string-width@1.0.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 2460 info install wide-align@1.1.3 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 2461 info install aproba@1.2.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 2462 info installOne strip-ansi@3.0.1 2463 verbose installOne of strip-ansi to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge not in flight; installing 2464 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2465 info installOne object-assign@4.1.1 2466 verbose installOne of object-assign to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge not in flight; installing 2467 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2468 info installOne has-unicode@2.0.1 2469 verbose installOne of has-unicode to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge not in flight; installing 2470 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2471 info installOne signal-exit@3.0.5 2472 verbose installOne of signal-exit to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge not in flight; installing 2473 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2474 info installOne string-width@1.0.2 2475 verbose installOne of string-width to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge not in flight; installing 2476 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2477 info installOne wide-align@1.1.3 2478 verbose installOne of wide-align to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge not in flight; installing 2479 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2480 info installOne aproba@1.2.0 2481 verbose installOne of aproba to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge not in flight; installing 2482 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2483 verbose lock using /root/.npm/_locks/strip-ansi-7e862a177cdb2e8a.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 2484 verbose lock using /root/.npm/_locks/object-assign-f562c25034c9f4b3.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign 2485 verbose lock using /root/.npm/_locks/has-unicode-20b558f2ea090722.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode 2486 verbose lock using /root/.npm/_locks/signal-exit-19a6159954fabca6.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit 2487 verbose lock using /root/.npm/_locks/string-width-9ba743171987ea2a.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 2488 verbose lock using /root/.npm/_locks/wide-align-de7f1eedea60f3c9.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align 2489 verbose lock using /root/.npm/_locks/aproba-334b0a5b3f5902f1.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba 2490 verbose afterAdd /root/.npm/readable-stream/2.3.7/package/package.json written 2491 silly install resolved [ { name: 'delegates', 2491 silly install resolved version: '1.0.0', 2491 silly install resolved repository: 2491 silly install resolved { type: 'git', 2491 silly install resolved url: 'git+https://github.com/visionmedia/node-delegates.git' }, 2491 silly install resolved description: 'delegate methods and accessors to another property', 2491 silly install resolved keywords: [ 'delegate', 'delegation' ], 2491 silly install resolved dependencies: {}, 2491 silly install resolved devDependencies: { mocha: '*', should: '*' }, 2491 silly install resolved license: 'MIT', 2491 silly install resolved gitHead: 'c4dc07ef1ed51c2b2a63f3585e5ef949ee577a49', 2491 silly install resolved bugs: { url: 'https://github.com/visionmedia/node-delegates/issues' }, 2491 silly install resolved homepage: 'https://github.com/visionmedia/node-delegates#readme', 2491 silly install resolved _id: 'delegates@1.0.0', 2491 silly install resolved scripts: {}, 2491 silly install resolved _shasum: '84c6e159b81904fdca59a0ef44cd870d31250f9a', 2491 silly install resolved _from: 'delegates@>=1.0.0 <2.0.0', 2491 silly install resolved _npmVersion: '3.3.12', 2491 silly install resolved _nodeVersion: '4.2.1', 2491 silly install resolved _npmUser: { name: 'tjholowaychuk', email: 'tj@vision-media.ca' }, 2491 silly install resolved maintainers: [ [Object], [Object] ], 2491 silly install resolved dist: 2491 silly install resolved { shasum: '84c6e159b81904fdca59a0ef44cd870d31250f9a', 2491 silly install resolved tarball: 'https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz' }, 2491 silly install resolved directories: {}, 2491 silly install resolved _resolved: 'https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz', 2491 silly install resolved readme: 'ERROR: No README data found!' }, 2491 silly install resolved { name: 'readable-stream', 2491 silly install resolved version: '2.3.7', 2491 silly install resolved description: 'Streams3, a user-land copy of the stream library from Node.js', 2491 silly install resolved main: 'readable.js', 2491 silly install resolved dependencies: 2491 silly install resolved { 'core-util-is': '~1.0.0', 2491 silly install resolved inherits: '~2.0.3', 2491 silly install resolved isarray: '~1.0.0', 2491 silly install resolved 'process-nextick-args': '~2.0.0', 2491 silly install resolved 'safe-buffer': '~5.1.1', 2491 silly install resolved string_decoder: '~1.1.1', 2491 silly install resolved 'util-deprecate': '~1.0.1' }, 2491 silly install resolved devDependencies: 2491 silly install resolved { assert: '^1.4.0', 2491 silly install resolved 'babel-polyfill': '^6.9.1', 2491 silly install resolved buffer: '^4.9.0', 2491 silly install resolved lolex: '^2.3.2', 2491 silly install resolved nyc: '^6.4.0', 2491 silly install resolved tap: '^0.7.0', 2491 silly install resolved tape: '^4.8.0' }, 2491 silly install resolved scripts: 2491 silly install resolved { test: 'tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js', 2491 silly install resolved ci: 'tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js', 2491 silly install resolved cover: 'nyc npm test', 2491 silly install resolved report: 'nyc report --reporter=lcov' }, 2491 silly install resolved repository: 2491 silly install resolved { type: 'git', 2491 silly install resolved url: 'git://github.com/nodejs/readable-stream.git' }, 2491 silly install resolved keywords: [ 'readable', 'stream', 'pipe' ], 2491 silly install resolved browser: 2491 silly install resolved { util: false, 2491 silly install resolved './readable.js': './readable-browser.js', 2491 silly install resolved './writable.js': './writable-browser.js', 2491 silly install resolved './duplex.js': './duplex-browser.js', 2491 silly install resolved './lib/internal/streams/stream.js': './lib/internal/streams/stream-browser.js' }, 2491 silly install resolved nyc: { include: [Object] }, 2491 silly install resolved license: 'MIT', 2491 silly install resolved readme: '# readable-stream\n\n***Node-core v8.11.1 streams for userland*** [![Build Status](https://travis-ci.org/nodejs/readable-stream.svg?branch=master)](https://travis-ci.org/nodejs/readable-stream)\n\n\n[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/)\n[![NPM](https://nodei.co/npm-dl/readable-stream.png?&months=6&height=3)](https://nodei.co/npm/readable-stream/)\n\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/readable-stream.svg)](https://saucelabs.com/u/readable-stream)\n\n```bash\nnpm install --save readable-stream\n```\n\n***Node-core streams for userland***\n\nThis package is a mirror of the Streams2 and Streams3 implementations in\nNode-core.\n\nFull documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.11.1/docs/api/stream.html).\n\nIf you want to guarantee a stable streams base, regardless of what version of\nNode you, or the users of your libraries are using, use **readable-stream** *only* and avoid the *"stream"* module in Node-core, for background see [this blogpost](http://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html).\n\nAs of version 2.0.0 **readable-stream** uses semantic versioning.\n\n# Streams Working Group\n\n`readable-stream` is maintained by the Streams Working Group, which\noversees the development and maintenance of the Streams API within\nNode.js. The responsibilities of the Streams Working Group include:\n\n* Addressing stream issues on the Node.js issue tracker.\n* Authoring and editing stream documentation within the Node.js project.\n* Reviewing changes to stream subclasses within the Node.js project.\n* Redirecting changes to streams from the Node.js project to this\n project.\n* Assisting in the implementation of stream providers within Node.js.\n* Recommending versions of `readable-stream` to be included in Node.js.\n* Messaging about the future of streams to give the community advance\n notice of changes.\n\n\n## Team Members\n\n* **Chris Dickinson** ([@chrisdickinson](https://github.com/chrisdickinson)) <christopher.s.dickinson@gmail.com>\n - Release GPG key: 9554F04D7259F04124DE6B476D5A82AC7E37093B\n* **Calvin Metcalf** ([@calvinmetcalf](https://github.com/calvinmetcalf)) <calvin.metcalf@gmail.com>\n - Release GPG key: F3EF5F62A87FC27A22E643F714CE4FF5015AA242\n* **Rod Vagg** ([@rvagg](https://github.com/rvagg)) <rod@vagg.org>\n - Release GPG key: DD8F2338BAE7501E3DD5AC78C273792F7D83545D\n* **Sam Newman** ([@sonewman](https://github.com/sonewman)) <newmansam@outlook.com>\n* **Mathias Buus** ([@mafintosh](https://github.com/mafintosh)) <mathiasbuus@gmail.com>\n* **Domenic Denicola** ([@domenic](https://github.com/domenic)) <d@domenic.me>\n* **Matteo Collina** ([@mcollina](https://github.com/mcollina)) <matteo.collina@gmail.com>\n - Release GPG key: 3ABC01543F22DD2239285CDD818674489FBC127E\n* **Irina Shestak** ([@lrlna](https://github.com/lrlna)) <shestak.irina@gmail.com>\n', 2491 silly install resolved readmeFilename: 'README.md', 2491 silly install resolved gitHead: '2eb8861e029107b7e079e22c826835cad6ae7854', 2491 silly install resolved bugs: { url: 'https://github.com/nodejs/readable-stream/issues' }, 2491 silly install resolved homepage: 'https://github.com/nodejs/readable-stream#readme', 2491 silly install resolved _id: 'readable-stream@2.3.7', 2491 silly install resolved _nodeVersion: '10.17.0', 2491 silly install resolved _npmVersion: '6.13.4', 2491 silly install resolved dist: 2491 silly install resolved { integrity: 'sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==', 2491 silly install resolved shasum: '1eca1cf711aef814c04f62252a36a62f6cb23b57', 2491 silly install resolved tarball: 'https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz', 2491 silly install resolved fileCount: 24, 2491 silly install resolved unpackedSize: 87719, 2491 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEhlDCRA9TVsSAnZWagAAUqkP/33VFphjNq5vk5/8TqHZ\n6T6ItDSwoY1VyDEuN26uFHRBZRXztM5BC5spq5q8h/KcQiVxshlTjL+PoXI9\nFgXB1kkm57NY95FhCYcVlDw4QmBl1IRlzVWglN/0J2YQ+wSpYiXLXTcWSAp9\nPt5Abrb68H22oI8+KqQ+T9WTFyDG75yTJHFWBQyXcYG98OU/v0bk3nnB/Oh6\nztpy2pD5EayiEY81YTJ6vySHIKYxAySWdesIO9gQKwaqDdQRmfvsaEra90vf\n5St+XpRx1M0oPFCBjjj6aEhRgvq5rRm81GUQOKFvIWZacFFgdwpqJn1kzCrM\n6tQKONWApacjucn2FeAOwPno1HRQ3/T4NzWVwUcc4fuwi6fXa1E0zcalRSws\nlfuL+mtQkxv7fPanzqZu8J542hgss81ZahaHR1p/d705GTkdiZV3CYBN2O/a\nQDSCgjPUAQpyfOUlkSsNnB8GNWGU3hVOabsSpH3BPrGlMdBm4ML9ZiSaSn1c\nqb/EldTv0pGkwfx4+uOxH8QXMZLwd7nKMluEoBZQtFeAEIiaFwqgV1rB9Pi9\ncBPAMrDIlwlHV9CxOHiH/WsVBb0Uc/vBeRerEpgaEP3iglkkF3w4kaD3PRhG\n9GTiyJcjpDQugMRZehfcQODpj5mlYpYgSxK1xkRQ137BTZ4Px4T+lgYM16Nl\nQ1gV\r\n=Ka0O\r\n-----END PGP SIGNATURE-----\r\n' }, 2491 silly install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object], [Object] ], 2491 silly install resolved _npmUser: { name: 'matteo.collina', email: 'hello@matteocollina.com' }, 2491 silly install resolved directories: {}, 2491 silly install resolved _npmOperationalInternal: 2491 silly install resolved { host: 's3://npm-registry-packages', 2491 silly install resolved tmp: 'tmp/readable-stream_2.3.7_1578244418937_0.3738956004243521' }, 2491 silly install resolved _hasShrinkwrap: false, 2491 silly install resolved _shasum: '1eca1cf711aef814c04f62252a36a62f6cb23b57', 2491 silly install resolved _resolved: 'https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz', 2491 silly install resolved _from: 'readable-stream@>=2.0.6 <3.0.0' } ] 2492 info install delegates@1.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 2493 info install readable-stream@2.3.7 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 2494 info installOne delegates@1.0.0 2495 verbose installOne of delegates to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet not in flight; installing 2496 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2497 info installOne readable-stream@2.3.7 2498 verbose installOne of readable-stream to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet not in flight; installing 2499 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2500 silly install write writing strip-ansi 3.0.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 2501 silly install write writing object-assign 4.1.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign 2502 silly install write writing has-unicode 2.0.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode 2503 silly install write writing signal-exit 3.0.5 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit 2504 silly install write writing string-width 1.0.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 2505 silly install write writing wide-align 1.1.3 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align 2506 silly install write writing aproba 1.2.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba 2507 verbose lock using /root/.npm/_locks/delegates-ccd034ef19c57cb8.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates 2508 verbose lock using /root/.npm/_locks/readable-stream-4ee656d0c2fd33dc.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 2509 silly install write writing delegates 1.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates 2510 silly install write writing readable-stream 2.3.7 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 2511 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 2512 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign 2513 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode 2514 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit 2515 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 2516 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align 2517 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba 2518 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates 2519 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 2520 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi is being purged from base /var/cloud/platform2 2521 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 2522 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign is being purged from base /var/cloud/platform2 2523 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign 2524 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode is being purged from base /var/cloud/platform2 2525 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode 2526 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit is being purged from base /var/cloud/platform2 2527 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit 2528 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width is being purged from base /var/cloud/platform2 2529 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 2530 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align is being purged from base /var/cloud/platform2 2531 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align 2532 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba is being purged from base /var/cloud/platform2 2533 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba 2534 verbose tar unpack /root/.npm/strip-ansi/3.0.1/package.tgz 2535 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 2536 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi is being purged 2537 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 2538 verbose tar unpack /root/.npm/object-assign/4.1.1/package.tgz 2539 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign 2540 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign is being purged 2541 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign 2542 verbose tar unpack /root/.npm/has-unicode/2.0.1/package.tgz 2543 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode 2544 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode is being purged 2545 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode 2546 verbose tar unpack /root/.npm/signal-exit/3.0.5/package.tgz 2547 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit 2548 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit is being purged 2549 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit 2550 verbose tar unpack /root/.npm/string-width/1.0.2/package.tgz 2551 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 2552 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width is being purged 2553 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 2554 verbose tar unpack /root/.npm/wide-align/1.1.3/package.tgz 2555 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align 2556 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align is being purged 2557 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align 2558 http fetch 200 https://registry.npmjs.org/debug/-/debug-4.3.2.tgz 2559 verbose tar unpack /root/.npm/aproba/1.2.0/package.tgz 2560 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba 2561 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba is being purged 2562 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba 2563 silly gunzTarPerm modes [ '755', '644' ] 2564 silly gunzTarPerm modes [ '755', '644' ] 2565 silly gunzTarPerm modes [ '755', '644' ] 2566 silly gunzTarPerm modes [ '755', '644' ] 2567 silly gunzTarPerm modes [ '755', '644' ] 2568 silly gunzTarPerm modes [ '755', '644' ] 2569 silly gunzTarPerm modes [ '755', '644' ] 2570 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates is being purged from base /var/cloud/platform2 2571 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates 2572 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream is being purged from base /var/cloud/platform2 2573 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 2574 verbose tar unpack /root/.npm/delegates/1.0.0/package.tgz 2575 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates 2576 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates is being purged 2577 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates 2578 verbose tar unpack /root/.npm/readable-stream/2.3.7/package.tgz 2579 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 2580 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream is being purged 2581 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 2582 silly gunzTarPerm modes [ '755', '644' ] 2583 silly gunzTarPerm modes [ '755', '644' ] 2584 silly gunzTarPerm extractEntry index.js 2585 silly gunzTarPerm extractEntry package.json 2586 silly gunzTarPerm extractEntry package.json 2587 silly gunzTarPerm extractEntry package.json 2588 silly gunzTarPerm extractEntry package.json 2589 silly gunzTarPerm extractEntry package.json 2590 silly gunzTarPerm extractEntry signals.js 2591 silly gunzTarPerm extractEntry package.json 2592 silly gunzTarPerm extractEntry index.js 2593 silly gunzTarPerm extractEntry license 2594 silly gunzTarPerm extractEntry index.js 2595 silly gunzTarPerm extractEntry license 2596 silly gunzTarPerm extractEntry index.js 2597 silly gunzTarPerm extractEntry license 2598 silly gunzTarPerm extractEntry .npmignore 2599 silly gunzTarPerm extractEntry index.js 2600 silly gunzTarPerm extractEntry align.js 2601 silly gunzTarPerm extractEntry LICENSE 2602 silly gunzTarPerm extractEntry package.json 2603 silly gunzTarPerm extractEntry README.md 2604 silly gunzTarPerm extractEntry LICENSE.txt 2605 silly gunzTarPerm extractEntry README.md 2606 silly gunzTarPerm extractEntry LICENSE 2607 silly gunzTarPerm extractEntry readme.md 2608 silly gunzTarPerm extractEntry readme.md 2609 silly gunzTarPerm extractEntry readme.md 2610 silly gunzTarPerm extractEntry History.md 2611 silly gunzTarPerm extractEntry License 2612 silly gunzTarPerm extractEntry README.md 2613 silly fetchAndShaCheck shasum f0a49c18ac8779e31d4a0c6029dfb76873c7428b 2614 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/debug/-/debug-4.3.2.tgz not in flight; adding 2615 verbose addTmpTarball already have metadata; skipping unpack for debug@4.3.2 2616 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2617 silly gunzTarPerm extractEntry Makefile 2618 silly gunzTarPerm extractEntry Readme.md 2619 silly gunzTarPerm extractEntry index.js 2620 silly gunzTarPerm extractEntry LICENSE 2621 silly gunzTarPerm modified mode [ 'LICENSE', 436, 420 ] 2622 silly cache afterAdd debug@4.3.2 2623 verbose afterAdd /root/.npm/debug/4.3.2/package/package.json not in flight; writing 2624 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 2625 silly gunzTarPerm extractEntry lib/_stream_duplex.js 2626 silly gunzTarPerm modified mode [ 'lib/_stream_duplex.js', 436, 420 ] 2627 silly gunzTarPerm extractEntry lib/_stream_passthrough.js 2628 silly gunzTarPerm modified mode [ 'lib/_stream_passthrough.js', 436, 420 ] 2629 silly gunzTarPerm extractEntry test/index.js 2630 verbose afterAdd /root/.npm/debug/4.3.2/package/package.json written 2631 silly install resolved [ { name: 'agent-base', 2631 silly install resolved version: '6.0.2', 2631 silly install resolved description: 'Turn a function into an `http.Agent` instance', 2631 silly install resolved main: 'dist/src/index', 2631 silly install resolved typings: 'dist/src/index', 2631 silly install resolved scripts: 2631 silly install resolved { prebuild: 'rimraf dist', 2631 silly install resolved build: 'tsc', 2631 silly install resolved postbuild: 'cpy --parents src test \'!**/*.ts\' dist', 2631 silly install resolved test: 'mocha --reporter spec dist/test/*.js', 2631 silly install resolved 'test-lint': 'eslint src --ext .js,.ts', 2631 silly install resolved prepublishOnly: 'npm run build' }, 2631 silly install resolved repository: 2631 silly install resolved { type: 'git', 2631 silly install resolved url: 'git://github.com/TooTallNate/node-agent-base.git' }, 2631 silly install resolved keywords: [ 'http', 'agent', 'base', 'barebones', 'https' ], 2631 silly install resolved author: 2631 silly install resolved { name: 'Nathan Rajlich', 2631 silly install resolved email: 'nathan@tootallnate.net', 2631 silly install resolved url: 'http://n8.io/' }, 2631 silly install resolved license: 'MIT', 2631 silly install resolved bugs: { url: 'https://github.com/TooTallNate/node-agent-base/issues' }, 2631 silly install resolved dependencies: { debug: '4' }, 2631 silly install resolved devDependencies: 2631 silly install resolved { '@types/debug': '4', 2631 silly install resolved '@types/mocha': '^5.2.7', 2631 silly install resolved '@types/node': '^14.0.20', 2631 silly install resolved '@types/semver': '^7.1.0', 2631 silly install resolved '@types/ws': '^6.0.3', 2631 silly install resolved '@typescript-eslint/eslint-plugin': '1.6.0', 2631 silly install resolved '@typescript-eslint/parser': '1.1.0', 2631 silly install resolved 'async-listen': '^1.2.0', 2631 silly install resolved 'cpy-cli': '^2.0.0', 2631 silly install resolved eslint: '5.16.0', 2631 silly install resolved 'eslint-config-airbnb': '17.1.0', 2631 silly install resolved 'eslint-config-prettier': '4.1.0', 2631 silly install resolved 'eslint-import-resolver-typescript': '1.1.1', 2631 silly install resolved 'eslint-plugin-import': '2.16.0', 2631 silly install resolved 'eslint-plugin-jsx-a11y': '6.2.1', 2631 silly install resolved 'eslint-plugin-react': '7.12.4', 2631 silly install resolved mocha: '^6.2.0', 2631 silly install resolved rimraf: '^3.0.0', 2631 silly install resolved semver: '^7.1.2', 2631 silly install resolved typescript: '^3.5.3', 2631 silly install resolved ws: '^3.0.0' }, 2631 silly install resolved engines: { node: '>= 6.0.0' }, 2631 silly install resolved gitHead: 'c4b8ea2e1a11bae023bb09b708050a50418204e9', 2631 silly install resolved homepage: 'https://github.com/TooTallNate/node-agent-base#readme', 2631 silly install resolved _id: 'agent-base@6.0.2', 2631 silly install resolved _nodeVersion: '15.0.1', 2631 silly install resolved _npmVersion: '7.0.3', 2631 silly install resolved dist: 2631 silly install resolved { integrity: 'sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==', 2631 silly install resolved shasum: '49fff58577cfee3f37176feab4c22e00f86d7f77', 2631 silly install resolved tarball: 'https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz', 2631 silly install resolved fileCount: 10, 2631 silly install resolved unpackedSize: 34582, 2631 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfky/7CRA9TVsSAnZWagAAyoAQAIQvms9ni58rEgX+SVrB\nw9QrEQza6zP6q1Ht2RQ7D+uZNGeBHW/2wxv9o1iH/Rb4IWHj77qsv081nc0G\naRl/MOnEfHNqYL+b/jq5lcaNvAK6NRcdA5ZZm1AOju4AsfqkUAyU+AqnsCO/\nIffojTBTMdYL258Jwrkqqrx3LM9lGnax9T/uzPEK2b3jpQU3krIci2ngNE08\n/FFehjfy1ZztGviEPLarQKHeDG0Vso77SEypUHPjNhZsX4a+7I/i0GVnw68X\nCwBdmywE1gSlhLNFZH7hS6pQEI5fJ+Ih7mcSjnlnntXtWfmEA1a/VAQIUxvo\nmSyZDjhv/jYrscOdaFjHd3HRloT8ShI9ScVFp+1ML2U4jn3Brxf5Gupojf/A\nnLuiUp8bJ9UMZnl8jJPrzlGRiZm9KJlIBdhIMNpV5eUfr4/p0LohP1Zr1L4t\nCHthvf22lAP19Zqt11KYswsRLO+RIh4FjHWGNZJ1HNDgUywr/DByY9oJqbpF\nQlrUQxtGyToC66FBpZcSHFY5SPAd0EurdkMOTGT6m221c5986bv8ZoUpT+Ws\nHBHkuELBuH7JcIT74bWo+cxFJa/thZUrGG2WpD5O2sup7EIuuTlCa5E+Yz8g\nBK8QpjBqEMwU2sDDtaLJw51pVORISuM/fcIFG86Qm5USV8ismCVmxILYJ7kp\n6EGs\r\n=o4Fm\r\n-----END PGP SIGNATURE-----\r\n' }, 2631 silly install resolved maintainers: [ [Object] ], 2631 silly install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' }, 2631 silly install resolved directories: {}, 2631 silly install resolved _npmOperationalInternal: 2631 silly install resolved { host: 's3://npm-registry-packages', 2631 silly install resolved tmp: 'tmp/agent-base_6.0.2_1603481595243_0.4891369499229372' }, 2631 silly install resolved _hasShrinkwrap: false, 2631 silly install resolved _shasum: '49fff58577cfee3f37176feab4c22e00f86d7f77', 2631 silly install resolved _resolved: 'https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz', 2631 silly install resolved _from: 'agent-base@>=6.0.0 <7.0.0', 2631 silly install resolved readme: 'ERROR: No README data found!' }, 2631 silly install resolved { name: 'debug', 2631 silly install resolved version: '4.3.2', 2631 silly install resolved repository: { type: 'git', url: 'git://github.com/visionmedia/debug.git' }, 2631 silly install resolved description: 'small debugging utility', 2631 silly install resolved keywords: [ 'debug', 'log', 'debugger' ], 2631 silly install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' }, 2631 silly install resolved contributors: [ [Object], [Object], [Object] ], 2631 silly install resolved license: 'MIT', 2631 silly install resolved scripts: 2631 silly install resolved { lint: 'xo', 2631 silly install resolved test: 'npm run test:node && npm run test:browser && npm run lint', 2631 silly install resolved 'test:node': 'istanbul cover _mocha -- test.js', 2631 silly install resolved 'test:browser': 'karma start --single-run', 2631 silly install resolved 'test:coverage': 'cat ./coverage/lcov.info | coveralls' }, 2631 silly install resolved dependencies: { ms: '2.1.2' }, 2631 silly install resolved devDependencies: 2631 silly install resolved { brfs: '^2.0.1', 2631 silly install resolved browserify: '^16.2.3', 2631 silly install resolved coveralls: '^3.0.2', 2631 silly install resolved istanbul: '^0.4.5', 2631 silly install resolved karma: '^3.1.4', 2631 silly install resolved 'karma-browserify': '^6.0.0', 2631 silly install resolved 'karma-chrome-launcher': '^2.2.0', 2631 silly install resolved 'karma-mocha': '^1.3.0', 2631 silly install resolved mocha: '^5.2.0', 2631 silly install resolved 'mocha-lcov-reporter': '^1.2.0', 2631 silly install resolved xo: '^0.23.0' }, 2631 silly install resolved peerDependenciesMeta: { 'supports-color': [Object] }, 2631 silly install resolved main: './src/index.js', 2631 silly install resolved browser: './src/browser.js', 2631 silly install resolved engines: { node: '>=6.0' }, 2631 silly install resolved readme: '# debug\n[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug) [![Coverage Status](https://coveralls.io/repos/github/visionmedia/debug/badge.svg?branch=master)](https://coveralls.io/github/visionmedia/debug?branch=master) [![Slack](https://visionmedia-community-slackin.now.sh/badge.svg)](https://visionmedia-community-slackin.now.sh/) [![OpenCollective](https://opencollective.com/debug/backers/badge.svg)](#backers)\n[![OpenCollective](https://opencollective.com/debug/sponsors/badge.svg)](#sponsors)\n\n\n\nA tiny JavaScript debugging utility modelled after Node.js core\'s debugging\ntechnique. Works in Node.js and web browsers.\n\n## Installation\n\n```bash\n$ npm install debug\n```\n\n## Usage\n\n`debug` exposes a function; simply pass this function the name of your module, and it will return a decorated version of `console.error` for you to pass debug statements to. This will allow you to toggle the debug output for different parts of your module as well as the module as a whole.\n\nExample [_app.js_](./examples/node/app.js):\n\n```js\nvar debug = require(\'debug\')(\'http\')\n , http = require(\'http\')\n , name = \'My App\';\n\n// fake app\n\ndebug(\'booting %o\', name);\n\nhttp.createServer(function(req, res){\n debug(req.method + \' \' + req.url);\n res.end(\'hello\\n\');\n}).listen(3000, function(){\n debug(\'listening\');\n});\n\n// fake worker of some kind\n\nrequire(\'./worker\');\n```\n\nExample [_worker.js_](./examples/node/worker.js):\n\n```js\nvar a = require(\'debug\')(\'worker:a\')\n , b = require(\'debug\')(\'worker:b\');\n\nfunction work() {\n a(\'doing lots of uninteresting work\');\n setTimeout(work, Math.random() * 1000);\n}\n\nwork();\n\nfunction workb() {\n b(\'doing some work\');\n setTimeout(workb, Math.random() * 2000);\n}\n\nworkb();\n```\n\nThe `DEBUG` environment variable is then used to enable these based on space or\ncomma-delimited names.\n\nHere are some examples:\n\nscreen shot 2017-08-08 at 12 53 04 pm\nscreen shot 2017-08-08 at 12 53 38 pm\nscreen shot 2017-08-08 at 12 53 25 pm\n\n#### Windows command prompt notes\n\n##### CMD\n\nOn Windows the environment variable is set using the `set` command.\n\n```cmd\nset DEBUG=*,-not_this\n```\n\nExample:\n\n```cmd\nset DEBUG=* & node app.js\n```\n\n##### PowerShell (VS Code default)\n\nPowerShell uses different syntax to set environment variables.\n\n```cmd\n$env:DEBUG = "*,-not_this"\n```\n\nExample:\n\n```cmd\n$env:DEBUG=\'app\';node app.js\n```\n\nThen, run the program to be debugged as usual.\n\nnpm script example:\n```js\n "windowsDebug": "@powershell -Command $env:DEBUG=\'*\';node app.js",\n```\n\n## Namespace Colors\n\nEvery debug instance has a color generated for it based on its namespace name.\nThis helps when visually parsing the debug output to identify which debug instance\na debug line belongs to.\n\n#### Node.js\n\nIn Node.js, colors are enabled when stderr is a TTY. You also _should_ install\nthe [`supports-color`](https://npmjs.org/supports-color) module alongside debug,\notherwise debug will only use a small handful of basic colors.\n\n\n\n#### Web Browser\n\nColors are also enabled on "Web Inspectors" that understand the `%c` formatting\noption. These are WebKit web inspectors, Firefox ([since version\n31](https://hacks.mozilla.org/2014/05/editable-box-model-multiple-selection-sublime-text-keys-much-more-firefox-developer-tools-episode-31/))\nand the Firebug plugin for Firefox (any version).\n\n\n\n\n## Millisecond diff\n\nWhen actively developing an application it can be useful to see when the time spent between one `debug()` call and the next. Suppose for example you invoke `debug()` before requesting a resource, and after as well, the "+NNNms" will show you how much time was spent between calls.\n\n\n\nWhen stdout is not a TTY, `Date#toISOString()` is used, making it more useful for logging the debug information as shown below:\n\n\n\n\n## Conventions\n\nIf you\'re using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names. If you have more than one debuggers you _should_ prefix them with your library name and use ":" to separate features. For example "bodyParser" from Connect would then be "connect:bodyParser". If you append a "*" to the end of your name, it will always be enabled regardless of the setting of the DEBUG environment variable. You can then use it for normal output as well as debug output.\n\n## Wildcards\n\nThe `*` character may be used as a wildcard. Suppose for example your library has\ndebuggers named "connect:bodyParser", "connect:compress", "connect:session",\ninstead of listing all three with\n`DEBUG=connect:bodyParser,connect:compress,connect:session`, you may simply do\n`DEBUG=connect:*`, or to run everything using this module simply use `DEBUG=*`.\n\nYou can also exclude specific debuggers by prefixing them with a "-" character.\nFor example, `DEBUG=*,-connect:*` would include all debuggers except those\nstarting with "connect:".\n\n## Environment Variables\n\nWhen running through Node.js, you can set a few environment variables that will\nchange the behavior of the debug logging:\n\n| Name | Purpose |\n|-----------|-------------------------------------------------|\n| `DEBUG` | Enables/disables specific debugging namespaces. |\n| `DEBUG_HIDE_DATE` | Hide date from debug output (non-TTY). |\n| `DEBUG_COLORS`| Whether or not to use colors in the debug output. |\n| `DEBUG_DEPTH` | Object inspection depth. |\n| `DEBUG_SHOW_HIDDEN` | Shows hidden properties on inspected objects. |\n\n\n__Note:__ The environment variables beginning with `DEBUG_` end up being\nconverted into an Options object that gets used with `%o`/`%O` formatters.\nSee the Node.js documentation for\n[`util.inspect()`](https://nodejs.org/api/util.html#util_util_inspect_object_options)\nfor the complete list.\n\n## Formatters\n\nDebug uses [printf-style](https://wikipedia.org/wiki/Printf_format_string) formatting.\nBelow are the officially supported formatters:\n\n| Formatter | Representation |\n|-----------|----------------|\n| `%O` | Pretty-print an Object on multiple lines. |\n| `%o` | Pretty-print an Object all on a single line. |\n| `%s` | String. |\n| `%d` | Number (both integer and float). |\n| `%j` | JSON. Replaced with the string \'[Circular]\' if the argument contains circular references. |\n| `%%` | Single percent sign (\'%\'). This does not consume an argument. |\n\n\n### Custom formatters\n\nYou can add custom formatters by extending the `debug.formatters` object.\nFor example, if you wanted to add support for rendering a Buffer as hex with\n`%h`, you could do something like:\n\n```js\nconst createDebug = require(\'debug\')\ncreateDebug.formatters.h = (v) => {\n return v.toString(\'hex\')\n}\n\n// …elsewhere\nconst debug = createDebug(\'foo\')\ndebug(\'this is hex: %h\', new Buffer(\'hello world\'))\n// foo this is hex: 68656c6c6f20776f726c6421 +0ms\n```\n\n\n## Browser Support\n\nYou can build a browser-ready script using [browserify](https://github.com/substack/node-browserify),\nor just use the [browserify-as-a-service](https://wzrd.in/) [build](https://wzrd.in/standalone/debug@latest),\nif you don\'t want to build it yourself.\n\nDebug\'s enable state is currently persisted by `localStorage`.\nConsider the situation shown below where you have `worker:a` and `worker:b`,\nand wish to debug both. You can enable this using `localStorage.debug`:\n\n```js\nlocalStorage.debug = \'worker:*\'\n```\n\nAnd then refresh the page.\n\n```js\na = debug(\'worker:a\');\nb = debug(\'worker:b\');\n\nsetInterval(function(){\n a(\'doing some work\');\n}, 1000);\n\nsetInterval(function(){\n b(\'doing some work\');\n}, 1200);\n```\n\n\n## Output streams\n\n By default `debug` will log to stderr, however this can be configured per-namespace by overriding the `log` method:\n\nExample [_stdout.js_](./examples/node/stdout.js):\n\n```js\nvar debug = require(\'debug\');\nvar error = debug(\'app:error\');\n\n// by default stderr is used\nerror(\'goes to stderr!\');\n\nvar log = debug(\'app:log\');\n// set this namespace to log via console.log\nlog.log = console.log.bind(console); // don\'t forget to bind to console!\nlog(\'goes to stdout\');\nerror(\'still goes to stderr!\');\n\n// set all output to go via console.info\n// overrides all per-namespace log settings\ndebug.log = console.info.bind(console);\nerror(\'now goes to stdout via console.info\');\nlog(\'still goes to stdout, but via console.info now\');\n```\n\n## Extend\nYou can simply extend debugger \n```js\nconst log = require(\'debug\')(\'auth\');\n\n//creates new debug instance with extended namespace\nconst logSign = log.extend(\'sign\');\nconst logLogin = log.extend(\'login\');\n\nlog(\'hello\'); // auth hello\nlogSign(\'hello\'); //auth:sign hello\nlogLogin(\'hello\'); //auth:login hello\n```\n\n## Set dynamically\n\nYou can also enable debug dynamically by calling the `enable()` method :\n\n```js\nlet debug = require(\'debug\');\n\nconsole.log(1, debug.enabled(\'test\'));\n\ndebug.enable(\'test\');\nconsole.log(2, debug.enabled(\'test\'));\n\ndebug.disable();\nconsole.log(3, debug.enabled(\'test\'));\n\n```\n\nprint : \n```\n1 false\n2 true\n3 false\n```\n\nUsage : \n`enable(namespaces)` \n`namespaces` can include modes separated by a colon and wildcards.\n \nNote that calling `enable()` completely overrides previously set DEBUG variable : \n\n```\n$ DEBUG=foo node -e \'var dbg = require("debug"); dbg.enable("bar"); console.log(dbg.enabled("foo"))\'\n=> false\n```\n\n`disable()`\n\nWill disable all namespaces. The functions returns the namespaces currently\nenabled (and skipped). This can be useful if you want to disable debugging\ntemporarily without knowing what was enabled to begin with.\n\nFor example:\n\n```js\nlet debug = require(\'debug\');\ndebug.enable(\'foo:*,-foo:bar\');\nlet namespaces = debug.disable();\ndebug.enable(namespaces);\n```\n\nNote: There is no guarantee that the string will be identical to the initial\nenable string, but semantically they will be identical.\n\n## Checking whether a debug target is enabled\n\nAfter you\'ve created a debug instance, you can determine whether or not it is\nenabled by checking the `enabled` property:\n\n```javascript\nconst debug = require(\'debug\')(\'http\');\n\nif (debug.enabled) {\n // do stuff...\n}\n```\n\nYou can also manually toggle this property to force the debug instance to be\nenabled or disabled.\n\n\n## Authors\n\n - TJ Holowaychuk\n - Nathan Rajlich\n - Andrew Rhyne\n\n## Backers\n\nSupport us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/debug#backer)]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Sponsors\n\nBecome a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/debug#sponsor)]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\'Software\'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \'AS IS\', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n', 2631 silly install resolved readmeFilename: 'README.md', 2631 silly install resolved gitHead: 'e47f96de3de5921584364b4ac91e2769d22a3b1f', 2631 silly install resolved bugs: { url: 'https://github.com/visionmedia/debug/issues' }, 2631 silly install resolved homepage: 'https://github.com/visionmedia/debug#readme', 2631 silly install resolved _id: 'debug@4.3.2', 2631 silly install resolved _nodeVersion: '15.3.0', 2631 silly install resolved _npmVersion: '7.0.14', 2631 silly install resolved dist: 2631 silly install resolved { integrity: 'sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==', 2631 silly install resolved shasum: 'f0a49c18ac8779e31d4a0c6029dfb76873c7428b', 2631 silly install resolved tarball: 'https://registry.npmjs.org/debug/-/debug-4.3.2.tgz', 2631 silly install resolved fileCount: 7, 2631 silly install resolved unpackedSize: 41341, 2631 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0O71CRA9TVsSAnZWagAA2VIP/jFd5mnKJhac3h0hU+3g\ngtEQ6wE2z+CO505w07KCt3x5zbWFXWgat9CrpA0rdePv6c42NrBNAqsLxeIM\nghlzPJjEu5sca1vuhIuog5PHjbWlpEP9w4LOiuajXmGr0K9dbuR965MGOnlj\nw/6rPxeLgxlMOutMOAeKGbvhulJrVYWG6A6PVQ4R1oAYVoNCjrvnGmKAtcRH\nAoRHHCGDAuySLkDL8j/GoCn+t2DrzNt+tqXlP4hCBUyG16FcR7pqlfEiAgbG\nkoB65zO29uBSxAoC+z82/cJySqQYFmwGGASv9t+VbNtQpmEGKOQuY6nTrCVN\nDpLVKoBwX1oKWX4TnB6bU86nyAsdVIXvE2KsKY6zq3EYpjglIsRHX4VVcWeE\nSyJ20JJRoiMFpta0fZ6r09XnswB/dvMzYtyzmvS6yLbB+OFQJNh7stMlj5rV\n4vR5ld8q6+7zLSXGji8jrViWzFPtpgDPVigDXuZsvw/g2suWkNlwTfBCHiH4\nq1sMyZBXCkd7Od7IkImXD7ImHTohCpW8K0A6zxrSaaOhSUcvMPgm7DcOrCxv\ngbUSZimviyzgaPEj82WihJBkNUrGvCT/ysB95vuSI1vVipViPkr9+TTjIQfk\nKxmNCGfjnPSvgKBqsPn50uG9zdx5btHDlVEG8z+JGayJvqPhkQBztdSor/aq\nwc6A\r\n=GyIi\r\n-----END PGP SIGNATURE-----\r\n' }, 2631 silly install resolved _npmUser: { name: 'qix', email: 'i.am.qix@gmail.com' }, 2631 silly install resolved directories: {}, 2631 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ], 2631 silly install resolved _npmOperationalInternal: 2631 silly install resolved { host: 's3://npm-registry-packages', 2631 silly install resolved tmp: 'tmp/debug_4.3.2_1607528180776_0.655691523543942' }, 2631 silly install resolved _hasShrinkwrap: false, 2631 silly install resolved _shasum: 'f0a49c18ac8779e31d4a0c6029dfb76873c7428b', 2631 silly install resolved _resolved: 'https://registry.npmjs.org/debug/-/debug-4.3.2.tgz', 2631 silly install resolved _from: 'debug@>=4.0.0 <5.0.0' } ] 2632 info install agent-base@6.0.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 2633 info install debug@4.3.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 2634 info installOne agent-base@6.0.2 2635 verbose installOne of agent-base to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent not in flight; installing 2636 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2637 info installOne debug@4.3.2 2638 verbose installOne of debug to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent not in flight; installing 2639 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 2640 verbose lock using /root/.npm/_locks/agent-base-5a76252f84f1d183.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base 2641 warn engine agent-base@6.0.2: wanted: {"node":">= 6.0.0"} (current: {"node":"4.7.0","npm":"2.15.11"}) 2642 verbose lock using /root/.npm/_locks/debug-effc711b80914d55.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 2643 warn engine debug@4.3.2: wanted: {"node":">=6.0"} (current: {"node":"4.7.0","npm":"2.15.11"}) 2644 silly install write writing agent-base 6.0.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base 2645 silly install write writing debug 4.3.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 2646 silly gunzTarPerm extractEntry lib/_stream_readable.js 2647 silly gunzTarPerm modified mode [ 'lib/_stream_readable.js', 436, 420 ] 2648 silly gunzTarPerm extractEntry lib/_stream_transform.js 2649 silly gunzTarPerm modified mode [ 'lib/_stream_transform.js', 436, 420 ] 2650 silly gunzTarPerm extractEntry lib/_stream_writable.js 2651 silly gunzTarPerm modified mode [ 'lib/_stream_writable.js', 436, 420 ] 2652 silly gunzTarPerm extractEntry lib/internal/streams/BufferList.js 2653 silly gunzTarPerm modified mode [ 'lib/internal/streams/BufferList.js', 436, 420 ] 2654 silly gunzTarPerm extractEntry lib/internal/streams/destroy.js 2655 silly gunzTarPerm modified mode [ 'lib/internal/streams/destroy.js', 436, 420 ] 2656 silly gunzTarPerm extractEntry duplex-browser.js 2657 silly gunzTarPerm modified mode [ 'duplex-browser.js', 436, 420 ] 2658 silly gunzTarPerm extractEntry duplex.js 2659 silly gunzTarPerm modified mode [ 'duplex.js', 436, 420 ] 2660 silly gunzTarPerm extractEntry passthrough.js 2661 silly gunzTarPerm modified mode [ 'passthrough.js', 436, 420 ] 2662 silly gunzTarPerm extractEntry readable-browser.js 2663 silly gunzTarPerm modified mode [ 'readable-browser.js', 436, 420 ] 2664 silly gunzTarPerm extractEntry readable.js 2665 silly gunzTarPerm modified mode [ 'readable.js', 436, 420 ] 2666 silly gunzTarPerm extractEntry lib/internal/streams/stream-browser.js 2667 silly gunzTarPerm modified mode [ 'lib/internal/streams/stream-browser.js', 436, 420 ] 2668 silly gunzTarPerm extractEntry lib/internal/streams/stream.js 2669 silly gunzTarPerm modified mode [ 'lib/internal/streams/stream.js', 436, 420 ] 2670 silly gunzTarPerm extractEntry transform.js 2671 silly gunzTarPerm modified mode [ 'transform.js', 436, 420 ] 2672 silly gunzTarPerm extractEntry writable-browser.js 2673 silly gunzTarPerm modified mode [ 'writable-browser.js', 436, 420 ] 2674 silly gunzTarPerm extractEntry writable.js 2675 silly gunzTarPerm modified mode [ 'writable.js', 436, 420 ] 2676 silly gunzTarPerm extractEntry package.json 2677 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ] 2678 silly gunzTarPerm extractEntry doc/wg-meetings/2015-01-30.md 2679 silly gunzTarPerm modified mode [ 'doc/wg-meetings/2015-01-30.md', 436, 420 ] 2680 silly gunzTarPerm extractEntry CONTRIBUTING.md 2681 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 436, 420 ] 2682 silly gunzTarPerm extractEntry GOVERNANCE.md 2683 silly gunzTarPerm modified mode [ 'GOVERNANCE.md', 436, 420 ] 2684 silly gunzTarPerm extractEntry README.md 2685 silly gunzTarPerm modified mode [ 'README.md', 436, 420 ] 2686 silly gunzTarPerm extractEntry .travis.yml 2687 silly gunzTarPerm modified mode [ '.travis.yml', 436, 420 ] 2688 silly gunzTarPerm extractEntry package.json 2689 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base 2690 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 2691 silly gunzTarPerm extractEntry index.js 2692 silly gunzTarPerm extractEntry LICENSE 2693 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base is being purged from base /var/cloud/platform2 2694 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base 2695 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug is being purged from base /var/cloud/platform2 2696 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 2697 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/package.json 2698 verbose tar unpack /root/.npm/agent-base/6.0.2/package.tgz 2699 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base 2700 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base is being purged 2701 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base 2702 verbose tar unpack /root/.npm/debug/4.3.2/package.tgz 2703 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 2704 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug is being purged 2705 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 2706 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/package.json 2707 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json 2708 silly gunzTarPerm modes [ '755', '644' ] 2709 silly gunzTarPerm modes [ '755', '644' ] 2710 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/package.json 2711 info preinstall strip-ansi@3.0.1 2712 info preinstall string-width@1.0.2 2713 info preinstall object-assign@4.1.1 2714 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/package.json 2715 silly gunzTarPerm extractEntry README.md 2716 silly gunzTarPerm extractEntry LICENSE 2717 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/package.json 2718 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json 2719 info preinstall wide-align@1.1.3 2720 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/package.json 2721 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/package.json 2722 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/package.json 2723 silly gunzTarPerm extractEntry src/browser.js 2724 silly gunzTarPerm extractEntry src/common.js 2725 silly gunzTarPerm extractEntry dist/src/index.js 2726 silly prepareForInstallMany adding ansi-regex@^2.0.0 from strip-ansi dependencies 2727 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/package.json 2728 silly prepareForInstallMany adding code-point-at@^1.0.0 from string-width dependencies 2729 silly prepareForInstallMany adding is-fullwidth-code-point@^1.0.0 from string-width dependencies 2730 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/package.json 2731 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json 2732 info preinstall signal-exit@3.0.5 2733 info preinstall has-unicode@2.0.1 2734 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/package.json 2735 silly gunzTarPerm extractEntry dist/src/promisify.js 2736 silly gunzTarPerm extractEntry package.json 2737 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/package.json 2738 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/package.json 2739 silly gunzTarPerm extractEntry src/index.js 2740 silly gunzTarPerm extractEntry src/node.js 2741 silly gunzTarPerm extractEntry package.json 2742 silly gunzTarPerm extractEntry README.md 2743 silly install resolved [] 2744 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign 2745 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign 2746 silly cache add args [ 'ansi-regex@^2.0.0', null ] 2747 verbose cache add spec ansi-regex@^2.0.0 2748 silly cache add parsed spec Result { 2748 silly cache add raw: 'ansi-regex@^2.0.0', 2748 silly cache add scope: null, 2748 silly cache add name: 'ansi-regex', 2748 silly cache add rawSpec: '^2.0.0', 2748 silly cache add spec: '>=2.0.0 <3.0.0', 2748 silly cache add type: 'range' } 2749 silly addNamed ansi-regex@>=2.0.0 <3.0.0 2750 verbose addNamed ">=2.0.0 <3.0.0" is a valid semver range for ansi-regex 2751 silly addNameRange { name: 'ansi-regex', range: '>=2.0.0 <3.0.0', hasData: false } 2752 silly mapToRegistry name ansi-regex 2753 silly mapToRegistry using default registry 2754 silly mapToRegistry registry https://registry.npmjs.org/ 2755 silly mapToRegistry data Result { 2755 silly mapToRegistry raw: 'ansi-regex', 2755 silly mapToRegistry scope: null, 2755 silly mapToRegistry name: 'ansi-regex', 2755 silly mapToRegistry rawSpec: '', 2755 silly mapToRegistry spec: 'latest', 2755 silly mapToRegistry type: 'tag' } 2756 silly mapToRegistry uri https://registry.npmjs.org/ansi-regex 2757 verbose addNameRange registry:https://registry.npmjs.org/ansi-regex not in flight; fetching 2758 silly cache add args [ 'code-point-at@^1.0.0', null ] 2759 verbose cache add spec code-point-at@^1.0.0 2760 silly cache add parsed spec Result { 2760 silly cache add raw: 'code-point-at@^1.0.0', 2760 silly cache add scope: null, 2760 silly cache add name: 'code-point-at', 2760 silly cache add rawSpec: '^1.0.0', 2760 silly cache add spec: '>=1.0.0 <2.0.0', 2760 silly cache add type: 'range' } 2761 silly addNamed code-point-at@>=1.0.0 <2.0.0 2762 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for code-point-at 2763 silly addNameRange { name: 'code-point-at', 2763 silly addNameRange range: '>=1.0.0 <2.0.0', 2763 silly addNameRange hasData: false } 2764 silly mapToRegistry name code-point-at 2765 silly mapToRegistry using default registry 2766 silly mapToRegistry registry https://registry.npmjs.org/ 2767 silly mapToRegistry data Result { 2767 silly mapToRegistry raw: 'code-point-at', 2767 silly mapToRegistry scope: null, 2767 silly mapToRegistry name: 'code-point-at', 2767 silly mapToRegistry rawSpec: '', 2767 silly mapToRegistry spec: 'latest', 2767 silly mapToRegistry type: 'tag' } 2768 silly mapToRegistry uri https://registry.npmjs.org/code-point-at 2769 verbose addNameRange registry:https://registry.npmjs.org/code-point-at not in flight; fetching 2770 silly cache add args [ 'is-fullwidth-code-point@^1.0.0', null ] 2771 verbose cache add spec is-fullwidth-code-point@^1.0.0 2772 silly cache add parsed spec Result { 2772 silly cache add raw: 'is-fullwidth-code-point@^1.0.0', 2772 silly cache add scope: null, 2772 silly cache add name: 'is-fullwidth-code-point', 2772 silly cache add rawSpec: '^1.0.0', 2772 silly cache add spec: '>=1.0.0 <2.0.0', 2772 silly cache add type: 'range' } 2773 silly addNamed is-fullwidth-code-point@>=1.0.0 <2.0.0 2774 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-fullwidth-code-point 2775 silly addNameRange { name: 'is-fullwidth-code-point', 2775 silly addNameRange range: '>=1.0.0 <2.0.0', 2775 silly addNameRange hasData: false } 2776 silly mapToRegistry name is-fullwidth-code-point 2777 silly mapToRegistry using default registry 2778 silly mapToRegistry registry https://registry.npmjs.org/ 2779 silly mapToRegistry data Result { 2779 silly mapToRegistry raw: 'is-fullwidth-code-point', 2779 silly mapToRegistry scope: null, 2779 silly mapToRegistry name: 'is-fullwidth-code-point', 2779 silly mapToRegistry rawSpec: '', 2779 silly mapToRegistry spec: 'latest', 2779 silly mapToRegistry type: 'tag' } 2780 silly mapToRegistry uri https://registry.npmjs.org/is-fullwidth-code-point 2781 verbose addNameRange registry:https://registry.npmjs.org/is-fullwidth-code-point not in flight; fetching 2782 silly install resolved [] 2783 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align 2784 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align 2785 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/package.json 2786 info linkStuff object-assign@4.1.1 2787 silly linkStuff object-assign@4.1.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules as its parent node_modules 2788 info linkStuff wide-align@1.1.3 2789 silly linkStuff wide-align@1.1.3 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules as its parent node_modules 2790 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/package.json 2791 verbose linkBins object-assign@4.1.1 2792 verbose linkMans object-assign@4.1.1 2793 verbose rebuildBundles object-assign@4.1.1 2794 verbose request uri https://registry.npmjs.org/code-point-at 2795 verbose request no auth needed 2796 info attempt registry request try #1 at 3:03:17 PM 2797 verbose etag W/"188c8fd5bd0a8f187c42c3795d9a8ddf" 2798 verbose lastModified Sat, 26 May 2018 20:11:25 GMT 2799 http request GET https://registry.npmjs.org/code-point-at 2800 silly install resolved [] 2801 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode 2802 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode 2803 info install object-assign@4.1.1 2804 silly gunzTarPerm extractEntry dist/src/index.js.map 2805 silly gunzTarPerm extractEntry dist/src/promisify.js.map 2806 silly gunzTarPerm extractEntry README.md 2807 silly gunzTarPerm extractEntry dist/src/index.d.ts 2808 silly gunzTarPerm extractEntry src/index.ts 2809 silly gunzTarPerm extractEntry dist/src/promisify.d.ts 2810 silly gunzTarPerm extractEntry src/promisify.ts 2811 verbose linkBins wide-align@1.1.3 2812 verbose linkMans wide-align@1.1.3 2813 verbose rebuildBundles wide-align@1.1.3 2814 info postinstall object-assign@4.1.1 2815 info install wide-align@1.1.3 2816 info postinstall wide-align@1.1.3 2817 info linkStuff has-unicode@2.0.1 2818 silly linkStuff has-unicode@2.0.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules as its parent node_modules 2819 verbose unlock done using /root/.npm/_locks/object-assign-f562c25034c9f4b3.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign 2820 verbose unlock done using /root/.npm/_locks/wide-align-de7f1eedea60f3c9.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align 2821 verbose linkBins has-unicode@2.0.1 2822 verbose linkMans has-unicode@2.0.1 2823 verbose rebuildBundles has-unicode@2.0.1 2824 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json 2825 info install has-unicode@2.0.1 2826 silly install resolved [] 2827 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit 2828 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit 2829 verbose request uri https://registry.npmjs.org/ansi-regex 2830 verbose request no auth needed 2831 info attempt registry request try #1 at 3:03:17 PM 2832 verbose etag W/"70ff2db0596aa2b669526de1bc18788b" 2833 verbose lastModified Fri, 16 Apr 2021 06:02:18 GMT 2834 http request GET https://registry.npmjs.org/ansi-regex 2835 info postinstall has-unicode@2.0.1 2836 http fetch 200 https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz 2837 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba/package.json 2838 info preinstall delegates@1.0.0 2839 verbose unlock done using /root/.npm/_locks/has-unicode-20b558f2ea090722.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode 2840 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json 2841 info preinstall aproba@1.2.0 2842 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba/package.json 2843 info linkStuff signal-exit@3.0.5 2844 silly linkStuff signal-exit@3.0.5 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules as its parent node_modules 2845 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json 2846 verbose linkBins signal-exit@3.0.5 2847 verbose linkMans signal-exit@3.0.5 2848 verbose rebuildBundles signal-exit@3.0.5 2849 info install signal-exit@3.0.5 2850 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba/package.json 2851 verbose request uri https://registry.npmjs.org/is-fullwidth-code-point 2852 verbose request no auth needed 2853 info attempt registry request try #1 at 3:03:17 PM 2854 verbose etag W/"fed7d1215924378d78c75d83080d5128" 2855 verbose lastModified Fri, 16 Apr 2021 05:49:27 GMT 2856 http request GET https://registry.npmjs.org/is-fullwidth-code-point 2857 info postinstall signal-exit@3.0.5 2858 silly install resolved [] 2859 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates 2860 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates 2861 verbose unlock done using /root/.npm/_locks/signal-exit-19a6159954fabca6.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit 2862 silly install resolved [] 2863 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba 2864 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba 2865 info linkStuff delegates@1.0.0 2866 silly linkStuff delegates@1.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules as its parent node_modules 2867 verbose linkBins delegates@1.0.0 2868 verbose linkMans delegates@1.0.0 2869 verbose rebuildBundles delegates@1.0.0 2870 info linkStuff aproba@1.2.0 2871 silly linkStuff aproba@1.2.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules as its parent node_modules 2872 info install delegates@1.0.0 2873 info postinstall delegates@1.0.0 2874 verbose linkBins aproba@1.2.0 2875 verbose linkMans aproba@1.2.0 2876 verbose rebuildBundles aproba@1.2.0 2877 info install aproba@1.2.0 2878 verbose unlock done using /root/.npm/_locks/delegates-ccd034ef19c57cb8.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates 2879 info postinstall aproba@1.2.0 2880 verbose unlock done using /root/.npm/_locks/aproba-334b0a5b3f5902f1.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba 2881 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/package.json 2882 info preinstall debug@4.3.2 2883 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/package.json 2884 silly prepareForInstallMany adding ms@2.1.2 from debug dependencies 2885 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/package.json 2886 silly cache add args [ 'ms@2.1.2', null ] 2887 verbose cache add spec ms@2.1.2 2888 silly cache add parsed spec Result { 2888 silly cache add raw: 'ms@2.1.2', 2888 silly cache add scope: null, 2888 silly cache add name: 'ms', 2888 silly cache add rawSpec: '2.1.2', 2888 silly cache add spec: '2.1.2', 2888 silly cache add type: 'version' } 2889 silly addNamed ms@2.1.2 2890 verbose addNamed "2.1.2" is a plain semver version for ms 2891 silly mapToRegistry name ms 2892 silly mapToRegistry using default registry 2893 silly mapToRegistry registry https://registry.npmjs.org/ 2894 silly mapToRegistry data Result { 2894 silly mapToRegistry raw: 'ms', 2894 silly mapToRegistry scope: null, 2894 silly mapToRegistry name: 'ms', 2894 silly mapToRegistry rawSpec: '', 2894 silly mapToRegistry spec: 'latest', 2894 silly mapToRegistry type: 'tag' } 2895 silly mapToRegistry uri https://registry.npmjs.org/ms 2896 verbose addNameVersion registry:https://registry.npmjs.org/ms not in flight; fetching 2897 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base/package.json 2898 info preinstall agent-base@6.0.2 2899 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base/package.json 2900 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base/package.json 2901 silly install resolved [] 2902 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base 2903 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base 2904 info linkStuff agent-base@6.0.2 2905 silly linkStuff agent-base@6.0.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules as its parent node_modules 2906 verbose linkBins agent-base@6.0.2 2907 verbose linkMans agent-base@6.0.2 2908 verbose rebuildBundles agent-base@6.0.2 2909 info install agent-base@6.0.2 2910 info postinstall agent-base@6.0.2 2911 verbose unlock done using /root/.npm/_locks/agent-base-5a76252f84f1d183.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/agent-base 2912 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/package.json 2913 verbose request uri https://registry.npmjs.org/ms 2914 verbose request no auth needed 2915 info attempt registry request try #1 at 3:03:17 PM 2916 verbose etag W/"bcd353589bb6e6636f8ad3a5ebf8c7b7" 2917 verbose lastModified Wed, 15 Sep 2021 16:56:25 GMT 2918 http request GET https://registry.npmjs.org/ms 2919 info preinstall readable-stream@2.3.7 2920 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/package.json 2921 silly prepareForInstallMany adding core-util-is@~1.0.0 from readable-stream dependencies 2922 silly prepareForInstallMany adding inherits@~2.0.3 from readable-stream dependencies 2923 silly prepareForInstallMany adding isarray@~1.0.0 from readable-stream dependencies 2924 silly prepareForInstallMany adding process-nextick-args@~2.0.0 from readable-stream dependencies 2925 silly prepareForInstallMany adding safe-buffer@~5.1.1 from readable-stream dependencies 2926 silly prepareForInstallMany adding string_decoder@~1.1.1 from readable-stream dependencies 2927 silly prepareForInstallMany adding util-deprecate@~1.0.1 from readable-stream dependencies 2928 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/package.json 2929 silly cache add args [ 'core-util-is@~1.0.0', null ] 2930 verbose cache add spec core-util-is@~1.0.0 2931 silly cache add args [ 'inherits@~2.0.3', null ] 2932 verbose cache add spec inherits@~2.0.3 2933 silly cache add parsed spec Result { 2933 silly cache add raw: 'core-util-is@~1.0.0', 2933 silly cache add scope: null, 2933 silly cache add name: 'core-util-is', 2933 silly cache add rawSpec: '~1.0.0', 2933 silly cache add spec: '>=1.0.0 <1.1.0', 2933 silly cache add type: 'range' } 2934 silly addNamed core-util-is@>=1.0.0 <1.1.0 2935 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is 2936 silly addNameRange { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: false } 2937 silly mapToRegistry name core-util-is 2938 silly mapToRegistry using default registry 2939 silly mapToRegistry registry https://registry.npmjs.org/ 2940 silly mapToRegistry data Result { 2940 silly mapToRegistry raw: 'core-util-is', 2940 silly mapToRegistry scope: null, 2940 silly mapToRegistry name: 'core-util-is', 2940 silly mapToRegistry rawSpec: '', 2940 silly mapToRegistry spec: 'latest', 2940 silly mapToRegistry type: 'tag' } 2941 silly mapToRegistry uri https://registry.npmjs.org/core-util-is 2942 verbose addNameRange registry:https://registry.npmjs.org/core-util-is not in flight; fetching 2943 silly cache add parsed spec Result { 2943 silly cache add raw: 'inherits@~2.0.3', 2943 silly cache add scope: null, 2943 silly cache add name: 'inherits', 2943 silly cache add rawSpec: '~2.0.3', 2943 silly cache add spec: '>=2.0.3 <2.1.0', 2943 silly cache add type: 'range' } 2944 silly addNamed inherits@>=2.0.3 <2.1.0 2945 verbose addNamed ">=2.0.3 <2.1.0" is a valid semver range for inherits 2946 silly addNameRange { name: 'inherits', range: '>=2.0.3 <2.1.0', hasData: false } 2947 silly mapToRegistry name inherits 2948 silly mapToRegistry using default registry 2949 silly mapToRegistry registry https://registry.npmjs.org/ 2950 silly mapToRegistry data Result { 2950 silly mapToRegistry raw: 'inherits', 2950 silly mapToRegistry scope: null, 2950 silly mapToRegistry name: 'inherits', 2950 silly mapToRegistry rawSpec: '', 2950 silly mapToRegistry spec: 'latest', 2950 silly mapToRegistry type: 'tag' } 2951 silly mapToRegistry uri https://registry.npmjs.org/inherits 2952 verbose addNameRange registry:https://registry.npmjs.org/inherits not in flight; fetching 2953 silly cache add args [ 'isarray@~1.0.0', null ] 2954 verbose cache add spec isarray@~1.0.0 2955 silly cache add parsed spec Result { 2955 silly cache add raw: 'isarray@~1.0.0', 2955 silly cache add scope: null, 2955 silly cache add name: 'isarray', 2955 silly cache add rawSpec: '~1.0.0', 2955 silly cache add spec: '>=1.0.0 <1.1.0', 2955 silly cache add type: 'range' } 2956 silly addNamed isarray@>=1.0.0 <1.1.0 2957 verbose addNamed ">=1.0.0 <1.1.0" is a valid semver range for isarray 2958 silly addNameRange { name: 'isarray', range: '>=1.0.0 <1.1.0', hasData: false } 2959 silly mapToRegistry name isarray 2960 silly mapToRegistry using default registry 2961 silly mapToRegistry registry https://registry.npmjs.org/ 2962 silly mapToRegistry data Result { 2962 silly mapToRegistry raw: 'isarray', 2962 silly mapToRegistry scope: null, 2962 silly mapToRegistry name: 'isarray', 2962 silly mapToRegistry rawSpec: '', 2962 silly mapToRegistry spec: 'latest', 2962 silly mapToRegistry type: 'tag' } 2963 silly mapToRegistry uri https://registry.npmjs.org/isarray 2964 verbose addNameRange registry:https://registry.npmjs.org/isarray not in flight; fetching 2965 silly cache add args [ 'process-nextick-args@~2.0.0', null ] 2966 verbose cache add spec process-nextick-args@~2.0.0 2967 silly cache add parsed spec Result { 2967 silly cache add raw: 'process-nextick-args@~2.0.0', 2967 silly cache add scope: null, 2967 silly cache add name: 'process-nextick-args', 2967 silly cache add rawSpec: '~2.0.0', 2967 silly cache add spec: '>=2.0.0 <2.1.0', 2967 silly cache add type: 'range' } 2968 silly addNamed process-nextick-args@>=2.0.0 <2.1.0 2969 verbose addNamed ">=2.0.0 <2.1.0" is a valid semver range for process-nextick-args 2970 silly addNameRange { name: 'process-nextick-args', 2970 silly addNameRange range: '>=2.0.0 <2.1.0', 2970 silly addNameRange hasData: false } 2971 silly mapToRegistry name process-nextick-args 2972 silly mapToRegistry using default registry 2973 silly mapToRegistry registry https://registry.npmjs.org/ 2974 silly mapToRegistry data Result { 2974 silly mapToRegistry raw: 'process-nextick-args', 2974 silly mapToRegistry scope: null, 2974 silly mapToRegistry name: 'process-nextick-args', 2974 silly mapToRegistry rawSpec: '', 2974 silly mapToRegistry spec: 'latest', 2974 silly mapToRegistry type: 'tag' } 2975 silly mapToRegistry uri https://registry.npmjs.org/process-nextick-args 2976 verbose addNameRange registry:https://registry.npmjs.org/process-nextick-args not in flight; fetching 2977 silly cache add args [ 'safe-buffer@~5.1.1', null ] 2978 verbose cache add spec safe-buffer@~5.1.1 2979 silly cache add parsed spec Result { 2979 silly cache add raw: 'safe-buffer@~5.1.1', 2979 silly cache add scope: null, 2979 silly cache add name: 'safe-buffer', 2979 silly cache add rawSpec: '~5.1.1', 2979 silly cache add spec: '>=5.1.1 <5.2.0', 2979 silly cache add type: 'range' } 2980 silly addNamed safe-buffer@>=5.1.1 <5.2.0 2981 verbose addNamed ">=5.1.1 <5.2.0" is a valid semver range for safe-buffer 2982 silly addNameRange { name: 'safe-buffer', range: '>=5.1.1 <5.2.0', hasData: false } 2983 silly mapToRegistry name safe-buffer 2984 silly mapToRegistry using default registry 2985 silly mapToRegistry registry https://registry.npmjs.org/ 2986 silly mapToRegistry data Result { 2986 silly mapToRegistry raw: 'safe-buffer', 2986 silly mapToRegistry scope: null, 2986 silly mapToRegistry name: 'safe-buffer', 2986 silly mapToRegistry rawSpec: '', 2986 silly mapToRegistry spec: 'latest', 2986 silly mapToRegistry type: 'tag' } 2987 silly mapToRegistry uri https://registry.npmjs.org/safe-buffer 2988 verbose addNameRange registry:https://registry.npmjs.org/safe-buffer not in flight; fetching 2989 silly cache add args [ 'string_decoder@~1.1.1', null ] 2990 verbose cache add spec string_decoder@~1.1.1 2991 silly cache add parsed spec Result { 2991 silly cache add raw: 'string_decoder@~1.1.1', 2991 silly cache add scope: null, 2991 silly cache add name: 'string_decoder', 2991 silly cache add rawSpec: '~1.1.1', 2991 silly cache add spec: '>=1.1.1 <1.2.0', 2991 silly cache add type: 'range' } 2992 silly addNamed string_decoder@>=1.1.1 <1.2.0 2993 verbose addNamed ">=1.1.1 <1.2.0" is a valid semver range for string_decoder 2994 silly addNameRange { name: 'string_decoder', 2994 silly addNameRange range: '>=1.1.1 <1.2.0', 2994 silly addNameRange hasData: false } 2995 silly mapToRegistry name string_decoder 2996 silly mapToRegistry using default registry 2997 silly mapToRegistry registry https://registry.npmjs.org/ 2998 silly mapToRegistry data Result { 2998 silly mapToRegistry raw: 'string_decoder', 2998 silly mapToRegistry scope: null, 2998 silly mapToRegistry name: 'string_decoder', 2998 silly mapToRegistry rawSpec: '', 2998 silly mapToRegistry spec: 'latest', 2998 silly mapToRegistry type: 'tag' } 2999 silly mapToRegistry uri https://registry.npmjs.org/string_decoder 3000 verbose addNameRange registry:https://registry.npmjs.org/string_decoder not in flight; fetching 3001 silly cache add args [ 'util-deprecate@~1.0.1', null ] 3002 verbose cache add spec util-deprecate@~1.0.1 3003 silly cache add parsed spec Result { 3003 silly cache add raw: 'util-deprecate@~1.0.1', 3003 silly cache add scope: null, 3003 silly cache add name: 'util-deprecate', 3003 silly cache add rawSpec: '~1.0.1', 3003 silly cache add spec: '>=1.0.1 <1.1.0', 3003 silly cache add type: 'range' } 3004 silly addNamed util-deprecate@>=1.0.1 <1.1.0 3005 verbose addNamed ">=1.0.1 <1.1.0" is a valid semver range for util-deprecate 3006 silly addNameRange { name: 'util-deprecate', 3006 silly addNameRange range: '>=1.0.1 <1.1.0', 3006 silly addNameRange hasData: false } 3007 silly mapToRegistry name util-deprecate 3008 silly mapToRegistry using default registry 3009 silly mapToRegistry registry https://registry.npmjs.org/ 3010 silly mapToRegistry data Result { 3010 silly mapToRegistry raw: 'util-deprecate', 3010 silly mapToRegistry scope: null, 3010 silly mapToRegistry name: 'util-deprecate', 3010 silly mapToRegistry rawSpec: '', 3010 silly mapToRegistry spec: 'latest', 3010 silly mapToRegistry type: 'tag' } 3011 silly mapToRegistry uri https://registry.npmjs.org/util-deprecate 3012 verbose addNameRange registry:https://registry.npmjs.org/util-deprecate not in flight; fetching 3013 verbose get https://registry.npmjs.org/inherits not expired, no request 3014 silly addNameRange number 2 { name: 'inherits', range: '>=2.0.3 <2.1.0', hasData: true } 3015 silly addNameRange versions [ 'inherits', 3015 silly addNameRange [ '1.0.0', '2.0.0', '2.0.1', '1.0.1', '1.0.2', '2.0.3', '2.0.4' ] ] 3016 silly addNamed inherits@2.0.4 3017 verbose addNamed "2.0.4" is a plain semver version for inherits 3018 verbose request uri https://registry.npmjs.org/string_decoder 3019 verbose request no auth needed 3020 info attempt registry request try #1 at 3:03:17 PM 3021 verbose etag W/"0a93d953e853f8bf50ba2c73d36557a6" 3022 verbose lastModified Wed, 07 Aug 2019 09:20:40 GMT 3023 http request GET https://registry.npmjs.org/string_decoder 3024 verbose request uri https://registry.npmjs.org/core-util-is 3025 verbose request no auth needed 3026 info attempt registry request try #1 at 3:03:17 PM 3027 verbose etag W/"8076d16a76bac5764f6fda9911b2b501" 3028 verbose lastModified Sat, 26 May 2018 21:08:01 GMT 3029 http request GET https://registry.npmjs.org/core-util-is 3030 http fetch 200 https://registry.npmjs.org/minipass/-/minipass-3.1.5.tgz 3031 verbose request uri https://registry.npmjs.org/util-deprecate 3032 verbose request no auth needed 3033 info attempt registry request try #1 at 3:03:17 PM 3034 verbose etag W/"d116b09e4cac1e1e657ea3ce533e5631" 3035 verbose lastModified Sun, 27 May 2018 20:38:18 GMT 3036 http request GET https://registry.npmjs.org/util-deprecate 3037 silly cache afterAdd inherits@2.0.4 3038 verbose afterAdd /root/.npm/inherits/2.0.4/package/package.json not in flight; writing 3039 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3040 verbose request uri https://registry.npmjs.org/process-nextick-args 3041 verbose request no auth needed 3042 info attempt registry request try #1 at 3:03:17 PM 3043 verbose etag W/"58d0a4cf2900b1705718975f98323cbd" 3044 verbose lastModified Wed, 19 Jun 2019 20:34:45 GMT 3045 http request GET https://registry.npmjs.org/process-nextick-args 3046 verbose request uri https://registry.npmjs.org/isarray 3047 verbose request no auth needed 3048 info attempt registry request try #1 at 3:03:17 PM 3049 verbose etag W/"f8d13869b081e2301428e8269cb470a1" 3050 verbose lastModified Mon, 08 Jul 2019 13:21:26 GMT 3051 http request GET https://registry.npmjs.org/isarray 3052 verbose afterAdd /root/.npm/inherits/2.0.4/package/package.json written 3053 http 200 https://registry.npmjs.org/minizlib 3054 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3054 verbose headers 'content-type': 'application/json', 3054 verbose headers 'transfer-encoding': 'chunked', 3054 verbose headers connection: 'keep-alive', 3054 verbose headers 'cf-ray': '69d6b50d5b660d48-LAX', 3054 verbose headers age: '50', 3054 verbose headers 'cache-control': 'public, max-age=300', 3054 verbose headers etag: 'W/"5cd1931b288c0a28853b57772b97bef7"', 3054 verbose headers 'last-modified': 'Thu, 29 Jul 2021 05:09:13 GMT', 3054 verbose headers vary: 'accept-encoding, accept', 3054 verbose headers 'cf-cache-status': 'HIT', 3054 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3054 verbose headers 'x-amz-replication-status': 'COMPLETED', 3054 verbose headers server: 'cloudflare', 3054 verbose headers 'content-encoding': 'gzip' } 3055 silly get cb [ 200, 3055 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3055 silly get 'content-type': 'application/json', 3055 silly get 'transfer-encoding': 'chunked', 3055 silly get connection: 'keep-alive', 3055 silly get 'cf-ray': '69d6b50d5b660d48-LAX', 3055 silly get age: '50', 3055 silly get 'cache-control': 'public, max-age=300', 3055 silly get etag: 'W/"5cd1931b288c0a28853b57772b97bef7"', 3055 silly get 'last-modified': 'Thu, 29 Jul 2021 05:09:13 GMT', 3055 silly get vary: 'accept-encoding, accept', 3055 silly get 'cf-cache-status': 'HIT', 3055 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3055 silly get 'x-amz-replication-status': 'COMPLETED', 3055 silly get server: 'cloudflare', 3055 silly get 'content-encoding': 'gzip' } ] 3056 verbose get saving minizlib to /root/.npm/registry.npmjs.org/minizlib/.cache.json 3057 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3058 verbose request uri https://registry.npmjs.org/safe-buffer 3059 verbose request no auth needed 3060 info attempt registry request try #1 at 3:03:17 PM 3061 verbose etag W/"7d10eeac57e4baa4c8bd0dd7caa1703c" 3062 verbose lastModified Sun, 10 May 2020 16:37:34 GMT 3063 http request GET https://registry.npmjs.org/safe-buffer 3064 silly addNameRange number 2 { name: 'minizlib', range: '>=2.1.1 <3.0.0', hasData: true } 3065 silly addNameRange versions [ 'minizlib', 3065 silly addNameRange [ '0.0.1', 3065 silly addNameRange '1.0.0', 3065 silly addNameRange '1.0.1', 3065 silly addNameRange '1.0.2', 3065 silly addNameRange '1.0.3', 3065 silly addNameRange '1.0.4', 3065 silly addNameRange '1.1.0', 3065 silly addNameRange '1.1.1', 3065 silly addNameRange '1.2.0', 3065 silly addNameRange '1.2.1', 3065 silly addNameRange '1.2.2', 3065 silly addNameRange '1.3.0', 3065 silly addNameRange '1.3.1', 3065 silly addNameRange '1.3.2', 3065 silly addNameRange '1.3.3', 3065 silly addNameRange '2.0.0', 3065 silly addNameRange '2.1.0', 3065 silly addNameRange '2.1.1', 3065 silly addNameRange '2.1.1-testing-publish-with-beta-v7-npm.0', 3065 silly addNameRange '2.1.2' ] ] 3066 silly addNamed minizlib@2.1.2 3067 verbose addNamed "2.1.2" is a plain semver version for minizlib 3068 silly fetchAndShaCheck shasum 71f6251b0a33a49c01b3cf97ff77eda030dff732 3069 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/minipass/-/minipass-3.1.5.tgz not in flight; adding 3070 verbose addTmpTarball already have metadata; skipping unpack for minipass@3.1.5 3071 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3072 silly cache afterAdd minizlib@2.1.2 3073 verbose afterAdd /root/.npm/minizlib/2.1.2/package/package.json not in flight; writing 3074 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3075 silly cache afterAdd minipass@3.1.5 3076 verbose afterAdd /root/.npm/minipass/3.1.5/package/package.json not in flight; writing 3077 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3078 verbose afterAdd /root/.npm/minizlib/2.1.2/package/package.json written 3079 verbose afterAdd /root/.npm/minipass/3.1.5/package/package.json written 3080 silly install resolved [ { name: 'fs-minipass', 3080 silly install resolved version: '2.1.0', 3080 silly install resolved main: 'index.js', 3080 silly install resolved scripts: 3080 silly install resolved { test: 'tap', 3080 silly install resolved preversion: 'npm test', 3080 silly install resolved postversion: 'npm publish', 3080 silly install resolved postpublish: 'git push origin --follow-tags' }, 3080 silly install resolved keywords: [], 3080 silly install resolved author: 3080 silly install resolved { name: 'Isaac Z. Schlueter', 3080 silly install resolved email: 'i@izs.me', 3080 silly install resolved url: 'http://blog.izs.me/' }, 3080 silly install resolved license: 'ISC', 3080 silly install resolved repository: 3080 silly install resolved { type: 'git', 3080 silly install resolved url: 'git+https://github.com/npm/fs-minipass.git' }, 3080 silly install resolved bugs: { url: 'https://github.com/npm/fs-minipass/issues' }, 3080 silly install resolved homepage: 'https://github.com/npm/fs-minipass#readme', 3080 silly install resolved description: 'fs read and write streams based on minipass', 3080 silly install resolved dependencies: { minipass: '^3.0.0' }, 3080 silly install resolved devDependencies: { 'mutate-fs': '^2.0.1', tap: '^14.6.4' }, 3080 silly install resolved tap: { 'check-coverage': true }, 3080 silly install resolved engines: { node: '>= 8' }, 3080 silly install resolved gitHead: '4995b5fd182fb95959ad5572dee5ccc2f31b5b21', 3080 silly install resolved _id: 'fs-minipass@2.1.0', 3080 silly install resolved _nodeVersion: '13.4.0', 3080 silly install resolved _npmVersion: '6.13.6', 3080 silly install resolved dist: 3080 silly install resolved { integrity: 'sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==', 3080 silly install resolved shasum: '7f5036fdbf12c63c169190cbe4199c852271f9fb', 3080 silly install resolved tarball: 'https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz', 3080 silly install resolved fileCount: 4, 3080 silly install resolved unpackedSize: 14089, 3080 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJzc8CRA9TVsSAnZWagAA394P/1iQTxpDUgo9PcXXEOf8\nzkw0nrrZ4dvg2FcBUePgJ6iDjY/e/p8wXBXBeCvaDVkULwjlMDMChv5aweS+\nS+hxZHpCe8f3QbTBlUGMQWgTrLrb3qXdHkBpv/uXuZD3eVzqJ8un/85aSc17\nnBJ6cTxbSft00ncApFRAh7fwZERBB8TWip+YSqjkv/5cSiiUwlRG/cCX3ogD\nMuqO083eOwdxonH/UgnGsI3Ijsdo0AqeEEjCYOCfFAnLtCdaDNC/7DqjnyrO\nwVAn0wuu0iAUXx3+3O/HgaAI6KR1qu16Zk9cB0vknd2SpxieqpV8vUNxfg8Y\n9fkdj5BkYenKsc5iqsdClYjnL533BEtd5+xu5/W8yXucQiiKedl06TGa39kj\nbXbXOY7C5LJiNe4BRQjVInBPhZytHQFl0StT9+A8SbCdFYjnZ6jFl4uKYVIe\nOHcjxfEx2gG40J5tRdL0YUM5L55ahgxS23l7hWL5sBOati7wWSP0IbnOa54i\n2qFnkek1tORJKneJ7g6p8XaZCNLY/5tV16Me+M0xJOxwhsNfJ+BvYode/B+/\nBm5uRXu/oW0k7WJ6s8n3GnzVCL8FiQdI7r7s74h745ftL5NXsVJo8d27kZEo\nIvumC4gilQ930J18VYtKlVEagVUOdXrU1zpAZ6tjCHmnMUB/VPE7FY4rFRXT\nHiAi\r\n=X3w7\r\n-----END PGP SIGNATURE-----\r\n' }, 3080 silly install resolved maintainers: 3080 silly install resolved [ [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object] ], 3080 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 3080 silly install resolved directories: {}, 3080 silly install resolved _npmOperationalInternal: 3080 silly install resolved { host: 's3://npm-registry-packages', 3080 silly install resolved tmp: 'tmp/fs-minipass_2.1.0_1579628347683_0.459474590668985' }, 3080 silly install resolved _hasShrinkwrap: false, 3080 silly install resolved _shasum: '7f5036fdbf12c63c169190cbe4199c852271f9fb', 3080 silly install resolved _resolved: 'https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz', 3080 silly install resolved _from: 'fs-minipass@>=2.0.0 <3.0.0', 3080 silly install resolved readme: 'ERROR: No README data found!' }, 3080 silly install resolved { name: 'mkdirp', 3080 silly install resolved description: 'Recursively mkdir, like `mkdir -p`', 3080 silly install resolved version: '1.0.4', 3080 silly install resolved main: 'index.js', 3080 silly install resolved keywords: 3080 silly install resolved [ 'mkdir', 3080 silly install resolved 'directory', 3080 silly install resolved 'make dir', 3080 silly install resolved 'make', 3080 silly install resolved 'dir', 3080 silly install resolved 'recursive', 3080 silly install resolved 'native' ], 3080 silly install resolved repository: 3080 silly install resolved { type: 'git', 3080 silly install resolved url: 'git+https://github.com/isaacs/node-mkdirp.git' }, 3080 silly install resolved scripts: 3080 silly install resolved { test: 'tap', 3080 silly install resolved snap: 'tap', 3080 silly install resolved preversion: 'npm test', 3080 silly install resolved postversion: 'npm publish', 3080 silly install resolved postpublish: 'git push origin --follow-tags' }, 3080 silly install resolved tap: { 'check-coverage': true, 'coverage-map': 'map.js' }, 3080 silly install resolved devDependencies: { 'require-inject': '^1.4.4', tap: '^14.10.7' }, 3080 silly install resolved bin: { mkdirp: 'bin/cmd.js' }, 3080 silly install resolved license: 'MIT', 3080 silly install resolved engines: { node: '>=10' }, 3080 silly install resolved gitHead: 'b694079b54a0a59ef150c54b29c7c24e90d642f5', 3080 silly install resolved bugs: { url: 'https://github.com/isaacs/node-mkdirp/issues' }, 3080 silly install resolved homepage: 'https://github.com/isaacs/node-mkdirp#readme', 3080 silly install resolved _id: 'mkdirp@1.0.4', 3080 silly install resolved _nodeVersion: '13.10.1', 3080 silly install resolved _npmVersion: '6.14.4', 3080 silly install resolved dist: 3080 silly install resolved { integrity: 'sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==', 3080 silly install resolved shasum: '3eb5ed62622756d79a5f0e2a221dfebad75c2f7e', 3080 silly install resolved tarball: 'https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz', 3080 silly install resolved fileCount: 12, 3080 silly install resolved unpackedSize: 19088, 3080 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh2xNCRA9TVsSAnZWagAAFiMQAIeSoosHZP0eVV6P64NS\nnXRn6I82OfqeOhU9DmWKLO4csIwPiBfLE+ZL4C0bHxeWllyD1HJYB755v38Y\nG8g+GgdkCKeUDSGsL5kcVWXclMydN14FooYF5vjiXig+WNFevum7Ul8Sduvy\np+/o95aKK4Q2xu9JGEVFmmhRF7dKUsb1Q6npcDrdmrDODWHfKQ6t6DXDW3M/\nXYZ/UblSBLOQkiqDKpilB+WWbLe95KOk7pPX8v1dZR94h9RTVoVkDXXX3TLQ\nJAPJ1FrYcIWfBZS3OgbbWo3Baer97ysxBc9zDpXJC3gHbrRMDJnbhnvcxnt/\n41l7zwnPF9JX0gV2Ol8FUSvAfE7FWDQzlpqxfn13g+gPmU42RbKBh4fuhw63\nMTPcvxwjTrDkLecTcbvaNv9WtZN8mJyFhxzjvYPr24ewwsdxj0q7fTMHWMhX\n2edEhaQ1sJVQV49rSPwJwE7+mZK/2D1accQIPa4PdePLTC6LSzviAROJz8eB\ntrcRY5kS3rTJA+Kdw8vByeWV1/eavBMNJL69gdYBgKfX6E0WiXb0YdFSX9DB\njT4CoKYPPKjUrsQdO4NcPPRgmnAlHS9U5nIPbxAhn40eb9hTs9GgN3ZnZcgL\nr4LkQaku79npoNqW2vmxJSJ9axe2qUYE6OycAlKbGiHqP36k3e9GNcK7c9aU\npS9s\r\n=RHg1\r\n-----END PGP SIGNATURE-----\r\n' }, 3080 silly install resolved maintainers: [ [Object] ], 3080 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 3080 silly install resolved directories: {}, 3080 silly install resolved _npmOperationalInternal: 3080 silly install resolved { host: 's3://npm-registry-packages', 3080 silly install resolved tmp: 'tmp/mkdirp_1.0.4_1585933388669_0.38878898110354276' }, 3080 silly install resolved _hasShrinkwrap: false, 3080 silly install resolved _shasum: '3eb5ed62622756d79a5f0e2a221dfebad75c2f7e', 3080 silly install resolved _resolved: 'https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz', 3080 silly install resolved _from: 'mkdirp@>=1.0.3 <2.0.0', 3080 silly install resolved readme: 'ERROR: No README data found!' }, 3080 silly install resolved { author: 3080 silly install resolved { name: 'Isaac Z. Schlueter', 3080 silly install resolved email: 'i@izs.me', 3080 silly install resolved url: 'http://blog.izs.me/' }, 3080 silly install resolved name: 'chownr', 3080 silly install resolved description: 'like `chown -R`', 3080 silly install resolved version: '2.0.0', 3080 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/chownr.git' }, 3080 silly install resolved main: 'chownr.js', 3080 silly install resolved devDependencies: { mkdirp: '0.3', rimraf: '^2.7.1', tap: '^14.10.6' }, 3080 silly install resolved tap: { 'check-coverage': true }, 3080 silly install resolved scripts: 3080 silly install resolved { test: 'tap', 3080 silly install resolved preversion: 'npm test', 3080 silly install resolved postversion: 'npm publish', 3080 silly install resolved prepublishOnly: 'git push origin --follow-tags' }, 3080 silly install resolved license: 'ISC', 3080 silly install resolved engines: { node: '>=10' }, 3080 silly install resolved gitHead: 'f9f9d866bebb2f9ff8efc93b78305f9d999c6f17', 3080 silly install resolved bugs: { url: 'https://github.com/isaacs/chownr/issues' }, 3080 silly install resolved homepage: 'https://github.com/isaacs/chownr#readme', 3080 silly install resolved _id: 'chownr@2.0.0', 3080 silly install resolved _nodeVersion: '13.7.0', 3080 silly install resolved _npmVersion: '6.13.7', 3080 silly install resolved dist: 3080 silly install resolved { integrity: 'sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==', 3080 silly install resolved shasum: '15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece', 3080 silly install resolved tarball: 'https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz', 3080 silly install resolved fileCount: 4, 3080 silly install resolved unpackedSize: 5748, 3080 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQ2PkCRA9TVsSAnZWagAApeIP/2yqh1W+b3D7qaCsODPY\nG/eO4oYZvjf7XYYvExZs3oiFkHWKHLgIZH0Z1NdhfyxG/pyVnDpF6ewy03z8\nuNYo3aHX3h5bgiwbgAaNWa+ZxhNbeQ8CJWZNH9OYT37aKB9XvamCdLt7btO+\nkJbkYkdlz/3XTMP7CXxsMng0qorjHHk0IyNJZ1Bcy+NSeKPFlyq7/8E5VIK2\nsoz2Zz2pXAi0nKsrJdMzjjAwm50bKRq9eD1gZE2nUFfUjICk0A9d9PTc+2Pn\nalkGyPLMTpTxiTvaWLr+CXAhudfhBbteUVz1CFi6hXR+iVevCqcVewuzWijL\nDlFzTz/TQOR1i6/aH4FUVIdm1BS6jee+JVLCAH58zbdQR1QYQV8MukKHocpH\nWNuLPyX/YyCjU9+LlPMX0pLpikjReZgxZkpZdtIYPtN6u3c4zNhub9jNlaNz\nlcgSAk/0LpH0lSs+Zh3GxBd/O43fXfchPHoIHqILIH8oTRSXLzw6tG+5LNkt\nS/JWmOz+RXp0AzRrPz9ra09ssJIKzYhqprxBLXwvj3MnbZzev9GfDgrPoBCk\n93CA+q3eS32Wg1D18yqC0spgEfsptypdnxWhVijnFZ+egcdMFpTRb6HzKyEj\n5FYbiqMkP2aHnQD7SEIcxQmkF9izZnHfmftOjI2lzjyfeKl9+F46smiJRoeh\nhn9O\r\n=R+L8\r\n-----END PGP SIGNATURE-----\r\n' }, 3080 silly install resolved maintainers: [ [Object] ], 3080 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 3080 silly install resolved directories: {}, 3080 silly install resolved _npmOperationalInternal: 3080 silly install resolved { host: 's3://npm-registry-packages', 3080 silly install resolved tmp: 'tmp/chownr_2.0.0_1581474787748_0.7116861792550564' }, 3080 silly install resolved _hasShrinkwrap: false, 3080 silly install resolved _shasum: '15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece', 3080 silly install resolved _resolved: 'https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz', 3080 silly install resolved _from: 'chownr@>=2.0.0 <3.0.0', 3080 silly install resolved readme: 'ERROR: No README data found!' }, 3080 silly install resolved { name: 'yallist', 3080 silly install resolved version: '4.0.0', 3080 silly install resolved description: 'Yet Another Linked List', 3080 silly install resolved main: 'yallist.js', 3080 silly install resolved directories: { test: 'test' }, 3080 silly install resolved dependencies: {}, 3080 silly install resolved devDependencies: { tap: '^12.1.0' }, 3080 silly install resolved scripts: 3080 silly install resolved { test: 'tap test/*.js --100', 3080 silly install resolved preversion: 'npm test', 3080 silly install resolved postversion: 'npm publish', 3080 silly install resolved postpublish: 'git push origin --all; git push origin --tags' }, 3080 silly install resolved repository: 3080 silly install resolved { type: 'git', 3080 silly install resolved url: 'git+https://github.com/isaacs/yallist.git' }, 3080 silly install resolved author: 3080 silly install resolved { name: 'Isaac Z. Schlueter', 3080 silly install resolved email: 'i@izs.me', 3080 silly install resolved url: 'http://blog.izs.me/' }, 3080 silly install resolved license: 'ISC', 3080 silly install resolved gitHead: '1649cc57394b5affeca2c573943ebe3ed7d39119', 3080 silly install resolved bugs: { url: 'https://github.com/isaacs/yallist/issues' }, 3080 silly install resolved homepage: 'https://github.com/isaacs/yallist#readme', 3080 silly install resolved _id: 'yallist@4.0.0', 3080 silly install resolved _nodeVersion: '12.8.1', 3080 silly install resolved _npmVersion: '6.12.0-next.0', 3080 silly install resolved dist: 3080 silly install resolved { integrity: 'sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==', 3080 silly install resolved shasum: '9bb92790d9c0effec63be73519e11a35019a3a72', 3080 silly install resolved tarball: 'https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz', 3080 silly install resolved fileCount: 5, 3080 silly install resolved unpackedSize: 14752, 3080 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkmCpCRA9TVsSAnZWagAAkVgP/3zxsW6EFohtKYJOFO0J\nlkdsbK2ee8965Oy4UNyD9F+d13p47zFmrNztw+zVS+gEt9AkSpjwMomHdQAV\nJ9NBsGaG7ppjaeNNfp8CwGO2El0rILWeEr4YdhoL6wfnxa/yuQ6HeuJty097\nOZ/FP3CXPCxj8Jlos0NwjLig/Yemtt1PNNlufcDhcKX+wzftExCMir+lBBna\nq5NpnUnOQnr3+QUFqeRHXWgPh4nJLGd9NuAmu/HcrlCnu1FEd3nWrmKtEvVg\n3GZn8lK8FLteiAxS4rHaQb8QX0W9r/RGLxuvla/KXq9LfxucTStI5pLhTj3A\nZlOxZDI/v+0wXAfr3+Bcsq5sJefk0+N5h0sWc9+hl+L2yvbMiZr2e8Z67msS\n9Hl8uwvjMwtEOCTMIyBdvBVy0OCzvEHjm+2tYwd/e3VTTWzEc9zIdUirWVU/\nqcCgSMnN+8MjV+8KLdLHVjDuxQSHFlm0LcmaU5ILlKX57rKFVOVWt8ZJ3wep\nuAzfUOkmrwWR+lN58w/MIbhdwqHcMpLmgXBJEHEtbfh7Qk6yK+A/Q237YBNq\nYIIB24k7z0vcAPN82s3LxxfLxbQBzFB1mwT8NcKQCG5XJbef8V3LLJeD78iZ\n1NvS7tl8VpSUg5Vc3C5OJvmbxbFiVPZXio/nFnwwR2jNe6ukFJ/YKlSo5MrA\ny6Ty\r\n=3Dpm\r\n-----END PGP SIGNATURE-----\r\n' }, 3080 silly install resolved maintainers: [ [Object] ], 3080 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 3080 silly install resolved _npmOperationalInternal: 3080 silly install resolved { host: 's3://npm-registry-packages', 3080 silly install resolved tmp: 'tmp/yallist_4.0.0_1569874088837_0.19971227214997667' }, 3080 silly install resolved _hasShrinkwrap: false, 3080 silly install resolved _shasum: '9bb92790d9c0effec63be73519e11a35019a3a72', 3080 silly install resolved _resolved: 'https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz', 3080 silly install resolved _from: 'yallist@>=4.0.0 <5.0.0', 3080 silly install resolved readme: 'ERROR: No README data found!' }, 3080 silly install resolved { name: 'minizlib', 3080 silly install resolved version: '2.1.2', 3080 silly install resolved description: 'A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js\'s zlib binding.', 3080 silly install resolved main: 'index.js', 3080 silly install resolved dependencies: { minipass: '^3.0.0', yallist: '^4.0.0' }, 3080 silly install resolved scripts: 3080 silly install resolved { test: 'tap test/*.js --100 -J', 3080 silly install resolved preversion: 'npm test', 3080 silly install resolved postversion: 'npm publish', 3080 silly install resolved postpublish: 'git push origin --all; git push origin --tags' }, 3080 silly install resolved repository: 3080 silly install resolved { type: 'git', 3080 silly install resolved url: 'git+https://github.com/isaacs/minizlib.git' }, 3080 silly install resolved keywords: 3080 silly install resolved [ 'zlib', 3080 silly install resolved 'gzip', 3080 silly install resolved 'gunzip', 3080 silly install resolved 'deflate', 3080 silly install resolved 'inflate', 3080 silly install resolved 'compression', 3080 silly install resolved 'zip', 3080 silly install resolved 'unzip' ], 3080 silly install resolved author: 3080 silly install resolved { name: 'Isaac Z. Schlueter', 3080 silly install resolved email: 'i@izs.me', 3080 silly install resolved url: 'http://blog.izs.me/' }, 3080 silly install resolved license: 'MIT', 3080 silly install resolved devDependencies: { tap: '^14.6.9' }, 3080 silly install resolved engines: { node: '>= 8' }, 3080 silly install resolved gitHead: '433c0caa0a3ba92a31623025c4ac386836649b09', 3080 silly install resolved bugs: { url: 'https://github.com/isaacs/minizlib/issues' }, 3080 silly install resolved homepage: 'https://github.com/isaacs/minizlib#readme', 3080 silly install resolved _id: 'minizlib@2.1.2', 3080 silly install resolved _nodeVersion: '14.8.0', 3080 silly install resolved _npmVersion: '7.0.0-beta.4', 3080 silly install resolved dist: 3080 silly install resolved { integrity: 'sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==', 3080 silly install resolved shasum: 'e90d3466ba209b932451508a11ce3d3632145931', 3080 silly install resolved tarball: 'https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz', 3080 silly install resolved fileCount: 5, 3080 silly install resolved unpackedSize: 17309, 3080 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNxNuCRA9TVsSAnZWagAASdIP/RRnOjk1e2hmhdyLX58h\nTn+WzhsGAp0FttFn3962ib19L57ynxj32+TpbrO37TJbmLSDAjFZ4hOWPexk\n4aSkfoCzNzeoDUh8CH8cXMGalPMFSNAcoj/V9p2e4JBQbRWgT0B+XyRFTFKR\n8B9Zza+7fZBfiAZtDbUkxBr4JCSCuc0bLCOoeoqt+8WxwRmZvC8/CjsyO3uP\nNfMP/uMi0+zv0+78+L8/oghYuoEEUv5KsEFIne8GXqCik7PZFwbswfZtlI1d\nbXArRr8pVZvaK8++OaKN8ppk/ZHCmyvbBySXtznsy2++KVdEG0mg7SR+kg1y\nqwNdZWnqalFj9XHayqDZ97sdmx4SscGTeZwpx/LBqXVDW59v8rX9SFQ3as8p\n9Uy9KxMjk1asDriPS+aaJjbM27x2VSeBv+hFcmIsXv6JjdQSyCOcM1Kpk7hD\n8w0q5LQTvuHPGiqdrLAwLu1JH2aEHPr/jrYrEms5Q6eeYHCKinKrxWcpVkHa\nwGlvB2KXo6CyW3SWnpSlSToCjzDEuCKcRpyhZffLNSpGdEmI49PbpGteaTO1\ngc2yLV4q5uQNhQES7Lovh1/FCk+kcAN6kFLtEeaYsK/G5/VDbj3Mv6ovEC+O\nVqs5vBbkA7Pjw48Uuva1PYBCxPw3O/K2C9TP0O3TWyR101VVhTK5Dhvv5fLk\nROVN\r\n=0klg\r\n-----END PGP SIGNATURE-----\r\n' }, 3080 silly install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object], [Object] ], 3080 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 3080 silly install resolved directories: {}, 3080 silly install resolved _npmOperationalInternal: 3080 silly install resolved { host: 's3://npm-registry-packages', 3080 silly install resolved tmp: 'tmp/minizlib_2.1.2_1597444973743_0.32588819043211026' }, 3080 silly install resolved _hasShrinkwrap: false, 3080 silly install resolved _shasum: 'e90d3466ba209b932451508a11ce3d3632145931', 3080 silly install resolved _resolved: 'https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz', 3080 silly install resolved _from: 'minizlib@>=2.1.1 <3.0.0', 3080 silly install resolved readme: 'ERROR: No README data found!' }, 3080 silly install resolved { name: 'minipass', 3080 silly install resolved version: '3.1.5', 3080 silly install resolved description: 'minimal implementation of a PassThrough stream', 3080 silly install resolved main: 'index.js', 3080 silly install resolved dependencies: { yallist: '^4.0.0' }, 3080 silly install resolved devDependencies: { 'end-of-stream': '^1.4.0', tap: '^15.0.9', through2: '^2.0.3' }, 3080 silly install resolved scripts: 3080 silly install resolved { test: 'tap', 3080 silly install resolved preversion: 'npm test', 3080 silly install resolved postversion: 'npm publish --tag=next', 3080 silly install resolved postpublish: 'git push origin --follow-tags' }, 3080 silly install resolved repository: 3080 silly install resolved { type: 'git', 3080 silly install resolved url: 'git+https://github.com/isaacs/minipass.git' }, 3080 silly install resolved keywords: [ 'passthrough', 'stream' ], 3080 silly install resolved author: 3080 silly install resolved { name: 'Isaac Z. Schlueter', 3080 silly install resolved email: 'i@izs.me', 3080 silly install resolved url: 'http://blog.izs.me/' }, 3080 silly install resolved license: 'ISC', 3080 silly install resolved tap: { 'check-coverage': true }, 3080 silly install resolved engines: { node: '>=8' }, 3080 silly install resolved readme: '# minipass\n\nA _very_ minimal implementation of a [PassThrough\nstream](https://nodejs.org/api/stream.html#stream_class_stream_passthrough)\n\n[It\'s very\nfast](https://docs.google.com/spreadsheets/d/1oObKSrVwLX_7Ut4Z6g3fZW-AX1j1-k6w-cDsrkaSbHM/edit#gid=0)\nfor objects, strings, and buffers.\n\nSupports `pipe()`ing (including multi-`pipe()` and backpressure transmission),\nbuffering data until either a `data` event handler or `pipe()` is added (so\nyou don\'t lose the first chunk), and most other cases where PassThrough is\na good idea.\n\nThere is a `read()` method, but it\'s much more efficient to consume data\nfrom this stream via `\'data\'` events or by calling `pipe()` into some other\nstream. Calling `read()` requires the buffer to be flattened in some\ncases, which requires copying memory.\n\nThere is also no `unpipe()` method. Once you start piping, there is no\nstopping it!\n\nIf you set `objectMode: true` in the options, then whatever is written will\nbe emitted. Otherwise, it\'ll do a minimal amount of Buffer copying to\nensure proper Streams semantics when `read(n)` is called.\n\n`objectMode` can also be set by doing `stream.objectMode = true`, or by\nwriting any non-string/non-buffer data. `objectMode` cannot be set to\nfalse once it is set.\n\nThis is not a `through` or `through2` stream. It doesn\'t transform the\ndata, it just passes it right through. If you want to transform the data,\nextend the class, and override the `write()` method. Once you\'re done\ntransforming the data however you want, call `super.write()` with the\ntransform output.\n\nFor some examples of streams that extend Minipass in various ways, check\nout:\n\n- [minizlib](http://npm.im/minizlib)\n- [fs-minipass](http://npm.im/fs-minipass)\n- [tar](http://npm.im/tar)\n- [minipass-collect](http://npm.im/minipass-collect)\n- [minipass-flush](http://npm.im/minipass-flush)\n- [minipass-pipeline](http://npm.im/minipass-pipeline)\n- [tap](http://npm.im/tap)\n- [tap-parser](http://npm.im/tap-parser)\n- [treport](http://npm.im/treport)\n- [minipass-fetch](http://npm.im/minipass-fetch)\n- [pacote](http://npm.im/pacote)\n- [make-fetch-happen](http://npm.im/make-fetch-happen)\n- [cacache](http://npm.im/cacache)\n- [ssri](http://npm.im/ssri)\n- [npm-registry-fetch](http://npm.im/npm-registry-fetch)\n- [minipass-json-stream](http://npm.im/minipass-json-stream)\n- [minipass-sized](http://npm.im/minipass-sized)\n\n## Differences from Node.js Streams\n\nThere are several things that make Minipass streams different from (and in\nsome ways superior to) Node.js core streams.\n\nPlease read these caveats if you are familiar with node-core streams and\nintend to use Minipass streams in your programs.\n\n### Timing\n\nMinipass streams are designed to support synchronous use-cases. Thus, data\nis emitted as soon as it is available, always. It is buffered until read,\nbut no longer. Another way to look at it is that Minipass streams are\nexactly as synchronous as the logic that writes into them.\n\nThis can be surprising if your code relies on `PassThrough.write()` always\nproviding data on the next tick rather than the current one, or being able\nto call `resume()` and not have the entire buffer disappear immediately.\n\nHowever, without this synchronicity guarantee, there would be no way for\nMinipass to achieve the speeds it does, or support the synchronous use\ncases that it does. Simply put, waiting takes time.\n\nThis non-deferring approach makes Minipass streams much easier to reason\nabout, especially in the context of Promises and other flow-control\nmechanisms.\n\n### No High/Low Water Marks\n\nNode.js core streams will optimistically fill up a buffer, returning `true`\non all writes until the limit is hit, even if the data has nowhere to go.\nThen, they will not attempt to draw more data in until the buffer size dips\nbelow a minimum value.\n\nMinipass streams are much simpler. The `write()` method will return `true`\nif the data has somewhere to go (which is to say, given the timing\nguarantees, that the data is already there by the time `write()` returns).\n\nIf the data has nowhere to go, then `write()` returns false, and the data\nsits in a buffer, to be drained out immediately as soon as anyone consumes\nit.\n\n### Hazards of Buffering (or: Why Minipass Is So Fast)\n\nSince data written to a Minipass stream is immediately written all the way\nthrough the pipeline, and `write()` always returns true/false based on\nwhether the data was fully flushed, backpressure is communicated\nimmediately to the upstream caller. This minimizes buffering.\n\nConsider this case:\n\n```js\nconst {PassThrough} = require(\'stream\')\nconst p1 = new PassThrough({ highWaterMark: 1024 })\nconst p2 = new PassThrough({ highWaterMark: 1024 })\nconst p3 = new PassThrough({ highWaterMark: 1024 })\nconst p4 = new PassThrough({ highWaterMark: 1024 })\n\np1.pipe(p2).pipe(p3).pipe(p4)\np4.on(\'data\', () => console.log(\'made it through\'))\n\n// this returns false and buffers, then writes to p2 on next tick (1)\n// p2 returns false and buffers, pausing p1, then writes to p3 on next tick (2)\n// p3 returns false and buffers, pausing p2, then writes to p4 on next tick (3)\n// p4 returns false and buffers, pausing p3, then emits \'data\' and \'drain\'\n// on next tick (4)\n// p3 sees p4\'s \'drain\' event, and calls resume(), emitting \'resume\' and\n// \'drain\' on next tick (5)\n// p2 sees p3\'s \'drain\', calls resume(), emits \'resume\' and \'drain\' on next tick (6)\n// p1 sees p2\'s \'drain\', calls resume(), emits \'resume\' and \'drain\' on next\n// tick (7)\n\np1.write(Buffer.alloc(2048)) // returns false\n```\n\nAlong the way, the data was buffered and deferred at each stage, and\nmultiple event deferrals happened, for an unblocked pipeline where it was\nperfectly safe to write all the way through!\n\nFurthermore, setting a `highWaterMark` of `1024` might lead someone reading\nthe code to think an advisory maximum of 1KiB is being set for the\npipeline. However, the actual advisory buffering level is the _sum_ of\n`highWaterMark` values, since each one has its own bucket.\n\nConsider the Minipass case:\n\n```js\nconst m1 = new Minipass()\nconst m2 = new Minipass()\nconst m3 = new Minipass()\nconst m4 = new Minipass()\n\nm1.pipe(m2).pipe(m3).pipe(m4)\nm4.on(\'data\', () => console.log(\'made it through\'))\n\n// m1 is flowing, so it writes the data to m2 immediately\n// m2 is flowing, so it writes the data to m3 immediately\n// m3 is flowing, so it writes the data to m4 immediately\n// m4 is flowing, so it fires the \'data\' event immediately, returns true\n// m4\'s write returned true, so m3 is still flowing, returns true\n// m3\'s write returned true, so m2 is still flowing, returns true\n// m2\'s write returned true, so m1 is still flowing, returns true\n// No event deferrals or buffering along the way!\n\nm1.write(Buffer.alloc(2048)) // returns true\n```\n\nIt is extremely unlikely that you _don\'t_ want to buffer any data written,\nor _ever_ buffer data that can be flushed all the way through. Neither\nnode-core streams nor Minipass ever fail to buffer written data, but\nnode-core streams do a lot of unnecessary buffering and pausing.\n\nAs always, the faster implementation is the one that does less stuff and\nwaits less time to do it.\n\n### Immediately emit `end` for empty streams (when not paused)\n\nIf a stream is not paused, and `end()` is called before writing any data\ninto it, then it will emit `end` immediately.\n\nIf you have logic that occurs on the `end` event which you don\'t want to\npotentially happen immediately (for example, closing file descriptors,\nmoving on to the next entry in an archive parse stream, etc.) then be sure\nto call `stream.pause()` on creation, and then `stream.resume()` once you\nare ready to respond to the `end` event.\n\n### Emit `end` When Asked\n\nOne hazard of immediately emitting `\'end\'` is that you may not yet have had\na chance to add a listener. In order to avoid this hazard, Minipass\nstreams safely re-emit the `\'end\'` event if a new listener is added after\n`\'end\'` has been emitted.\n\nIe, if you do `stream.on(\'end\', someFunction)`, and the stream has already\nemitted `end`, then it will call the handler right away. (You can think of\nthis somewhat like attaching a new `.then(fn)` to a previously-resolved\nPromise.)\n\nTo prevent calling handlers multiple times who would not expect multiple\nends to occur, all listeners are removed from the `\'end\'` event whenever it\nis emitted.\n\n### Impact of "immediate flow" on Tee-streams\n\nA "tee stream" is a stream piping to multiple destinations:\n\n```js\nconst tee = new Minipass()\nt.pipe(dest1)\nt.pipe(dest2)\nt.write(\'foo\') // goes to both destinations\n```\n\nSince Minipass streams _immediately_ process any pending data through the\npipeline when a new pipe destination is added, this can have surprising\neffects, especially when a stream comes in from some other function and may\nor may not have data in its buffer.\n\n```js\n// WARNING! WILL LOSE DATA!\nconst src = new Minipass()\nsrc.write(\'foo\')\nsrc.pipe(dest1) // \'foo\' chunk flows to dest1 immediately, and is gone\nsrc.pipe(dest2) // gets nothing!\n```\n\nThe solution is to create a dedicated tee-stream junction that pipes to\nboth locations, and then pipe to _that_ instead.\n\n```js\n// Safe example: tee to both places\nconst src = new Minipass()\nsrc.write(\'foo\')\nconst tee = new Minipass()\ntee.pipe(dest1)\ntee.pipe(dest2)\nsrc.pipe(tee) // tee gets \'foo\', pipes to both locations\n```\n\nThe same caveat applies to `on(\'data\')` event listeners. The first one\nadded will _immediately_ receive all of the data, leaving nothing for the\nsecond:\n\n```js\n// WARNING! WILL LOSE DATA!\nconst src = new Minipass()\nsrc.write(\'foo\')\nsrc.on(\'data\', handler1) // receives \'foo\' right away\nsrc.on(\'data\', handler2) // nothing to see here!\n```\n\nUsing a dedicated tee-stream can be used in this case as well:\n\n```js\n// Safe example: tee to both data handlers\nconst src = new Minipass()\nsrc.write(\'foo\')\nconst tee = new Minipass()\ntee.on(\'data\', handler1)\ntee.on(\'data\', handler2)\nsrc.pipe(tee)\n```\n\n## USAGE\n\nIt\'s a stream! Use it like a stream and it\'ll most likely do what you\nwant.\n\n```js\nconst Minipass = require(\'minipass\')\nconst mp = new Minipass(options) // optional: { encoding, objectMode }\nmp.write(\'foo\')\nmp.pipe(someOtherStream)\nmp.end(\'bar\')\n```\n\n### OPTIONS\n\n* `encoding` How would you like the data coming _out_ of the stream to be\n encoded? Accepts any values that can be passed to `Buffer.toString()`.\n* `objectMode` Emit data exactly as it comes in. This will be flipped on\n by default if you write() something other than a string or Buffer at any\n point. Setting `objectMode: true` will prevent setting any encoding\n value.\n\n### API\n\nImplements the user-facing portions of Node.js\'s `Readable` and `Writable`\nstreams.\n\n### Methods\n\n* `write(chunk, [encoding], [callback])` - Put data in. (Note that, in the\n base Minipass class, the same data will come out.) Returns `false` if\n the stream will buffer the next write, or true if it\'s still in "flowing"\n mode.\n* `end([chunk, [encoding]], [callback])` - Signal that you have no more\n data to write. This will queue an `end` event to be fired when all the\n data has been consumed.\n* `setEncoding(encoding)` - Set the encoding for data coming of the stream.\n This can only be done once.\n* `pause()` - No more data for a while, please. This also prevents `end`\n from being emitted for empty streams until the stream is resumed.\n* `resume()` - Resume the stream. If there\'s data in the buffer, it is all\n discarded. Any buffered events are immediately emitted.\n* `pipe(dest)` - Send all output to the stream provided. There is no way\n to unpipe. When data is emitted, it is immediately written to any and\n all pipe destinations.\n* `on(ev, fn)`, `emit(ev, fn)` - Minipass streams are EventEmitters. Some\n events are given special treatment, however. (See below under "events".)\n* `promise()` - Returns a Promise that resolves when the stream emits\n `end`, or rejects if the stream emits `error`.\n* `collect()` - Return a Promise that resolves on `end` with an array\n containing each chunk of data that was emitted, or rejects if the stream\n emits `error`. Note that this consumes the stream data.\n* `concat()` - Same as `collect()`, but concatenates the data into a single\n Buffer object. Will reject the returned promise if the stream is in\n objectMode, or if it goes into objectMode by the end of the data.\n* `read(n)` - Consume `n` bytes of data out of the buffer. If `n` is not\n provided, then consume all of it. If `n` bytes are not available, then\n it returns null. **Note** consuming streams in this way is less\n efficient, and can lead to unnecessary Buffer copying.\n* `destroy([er])` - Destroy the stream. If an error is provided, then an\n `\'error\'` event is emitted. If the stream has a `close()` method, and\n has not emitted a `\'close\'` event yet, then `stream.close()` will be\n called. Any Promises returned by `.promise()`, `.collect()` or\n `.concat()` will be rejected. After being destroyed, writing to the\n stream will emit an error. No more data will be emitted if the stream is\n destroyed, even if it was previously buffered.\n\n### Properties\n\n* `bufferLength` Read-only. Total number of bytes buffered, or in the case\n of objectMode, the total number of objects.\n* `encoding` The encoding that has been set. (Setting this is equivalent\n to calling `setEncoding(enc)` and has the same prohibition against\n setting multiple times.)\n* `flowing` Read-only. Boolean indicating whether a chunk written to the\n stream will be immediately emitted.\n* `emittedEnd` Read-only. Boolean indicating whether the end-ish events\n (ie, `end`, `prefinish`, `finish`) have been emitted. Note that\n listening on any end-ish event will immediateyl re-emit it if it has\n already been emitted.\n* `writable` Whether the stream is writable. Default `true`. Set to\n `false` when `end()`\n* `readable` Whether the stream is readable. Default `true`.\n* `buffer` A [yallist](http://npm.im/yallist) linked list of chunks written\n to the stream that have not yet been emitted. (It\'s probably a bad idea\n to mess with this.)\n* `pipes` A [yallist](http://npm.im/yallist) linked list of streams that\n this stream is piping into. (It\'s probably a bad idea to mess with\n this.)\n* `destroyed` A getter that indicates whether the stream was destroyed.\n* `paused` True if the stream has been explicitly paused, otherwise false.\n* `objectMode` Indicates whether the stream is in `objectMode`. Once set\n to `true`, it cannot be set to `false`.\n\n### Events\n\n* `data` Emitted when there\'s data to read. Argument is the data to read.\n This is never emitted while not flowing. If a listener is attached, that\n will resume the stream.\n* `end` Emitted when there\'s no more data to read. This will be emitted\n immediately for empty streams when `end()` is called. If a listener is\n attached, and `end` was already emitted, then it will be emitted again.\n All listeners are removed when `end` is emitted.\n* `prefinish` An end-ish event that follows the same logic as `end` and is\n emitted in the same conditions where `end` is emitted. Emitted after\n `\'end\'`.\n* `finish` An end-ish event that follows the same logic as `end` and is\n emitted in the same conditions where `end` is emitted. Emitted after\n `\'prefinish\'`.\n* `close` An indication that an underlying resource has been released.\n Minipass does not emit this event, but will defer it until after `end`\n has been emitted, since it throws off some stream libraries otherwise.\n* `drain` Emitted when the internal buffer empties, and it is again\n suitable to `write()` into the stream.\n* `readable` Emitted when data is buffered and ready to be read by a\n consumer.\n* `resume` Emitted when stream changes state from buffering to flowing\n mode. (Ie, when `resume` is called, `pipe` is called, or a `data` event\n listener is added.)\n\n### Static Methods\n\n* `Minipass.isStream(stream)` Returns `true` if the argument is a stream,\n and false otherwise. To be considered a stream, the object must be\n either an instance of Minipass, or an EventEmitter that has either a\n `pipe()` method, or both `write()` and `end()` methods. (Pretty much any\n stream in node-land will return `true` for this.)\n\n## EXAMPLES\n\nHere are some examples of things you can do with Minipass streams.\n\n### simple "are you done yet" promise\n\n```js\nmp.promise().then(() => {\n // stream is finished\n}, er => {\n // stream emitted an error\n})\n```\n\n### collecting\n\n```js\nmp.collect().then(all => {\n // all is an array of all the data emitted\n // encoding is supported in this case, so\n // so the result will be a collection of strings if\n // an encoding is specified, or buffers/objects if not.\n //\n // In an async function, you may do\n // const data = await stream.collect()\n})\n```\n\n### collecting into a single blob\n\nThis is a bit slower because it concatenates the data into one chunk for\nyou, but if you\'re going to do it yourself anyway, it\'s convenient this\nway:\n\n```js\nmp.concat().then(onebigchunk => {\n // onebigchunk is a string if the stream\n // had an encoding set, or a buffer otherwise.\n})\n```\n\n### iteration\n\nYou can iterate over streams synchronously or asynchronously in platforms\nthat support it.\n\nSynchronous iteration will end when the currently available data is\nconsumed, even if the `end` event has not been reached. In string and\nbuffer mode, the data is concatenated, so unless multiple writes are\noccurring in the same tick as the `read()`, sync iteration loops will\ngenerally only have a single iteration.\n\nTo consume chunks in this way exactly as they have been written, with no\nflattening, create the stream with the `{ objectMode: true }` option.\n\n```js\nconst mp = new Minipass({ objectMode: true })\nmp.write(\'a\')\nmp.write(\'b\')\nfor (let letter of mp) {\n console.log(letter) // a, b\n}\nmp.write(\'c\')\nmp.write(\'d\')\nfor (let letter of mp) {\n console.log(letter) // c, d\n}\nmp.write(\'e\')\nmp.end()\nfor (let letter of mp) {\n console.log(letter) // e\n}\nfor (let letter of mp) {\n console.log(letter) // nothing\n}\n```\n\nAsynchronous iteration will continue until the end event is reached,\nconsuming all of the data.\n\n```js\nconst mp = new Minipass({ encoding: \'utf8\' })\n\n// some source of some data\nlet i = 5\nconst inter = setInterval(() => {\n if (i-- > 0)\n mp.write(Buffer.from(\'foo\\n\', \'utf8\'))\n else {\n mp.end()\n clearInterval(inter)\n }\n}, 100)\n\n// consume the data with asynchronous iteration\nasync function consume () {\n for await (let chunk of mp) {\n console.log(chunk)\n }\n return \'ok\'\n}\n\nconsume().then(res => console.log(res))\n// logs `foo\\n` 5 times, and then `ok`\n```\n\n### subclass that `console.log()`s everything written into it\n\n```js\nclass Logger extends Minipass {\n write (chunk, encoding, callback) {\n console.log(\'WRITE\', chunk, encoding)\n return super.write(chunk, encoding, callback)\n }\n end (chunk, encoding, callback) {\n console.log(\'END\', chunk, encoding)\n return super.end(chunk, encoding, callback)\n }\n}\n\nsomeSource.pipe(new Logger()).pipe(someDest)\n```\n\n### same thing, but using an inline anonymous class\n\n```js\n// js classes are fun\nsomeSource\n .pipe(new (class extends Minipass {\n emit (ev, ...data) {\n // let\'s also log events, because debugging some weird thing\n console.log(\'EMIT\', ev)\n return super.emit(ev, ...data)\n }\n write (chunk, encoding, callback) {\n console.log(\'WRITE\', chunk, encoding)\n return super.write(chunk, encoding, callback)\n }\n end (chunk, encoding, callback) {\n console.log(\'END\', chunk, encoding)\n return super.end(chunk, encoding, callback)\n }\n }))\n .pipe(someDest)\n```\n\n### subclass that defers \'end\' for some reason\n\n```js\nclass SlowEnd extends Minipass {\n emit (ev, ...args) {\n if (ev === \'end\') {\n console.log(\'going to end, hold on a sec\')\n setTimeout(() => {\n console.log(\'ok, ready to end now\')\n super.emit(\'end\', ...args)\n }, 100)\n } else {\n return super.emit(ev, ...args)\n }\n }\n}\n```\n\n### transform that creates newline-delimited JSON\n\n```js\nclass NDJSONEncode extends Minipass {\n write (obj, cb) {\n try {\n // JSON.stringify can throw, emit an error on that\n return super.write(JSON.stringify(obj) + \'\\n\', \'utf8\', cb)\n } catch (er) {\n this.emit(\'error\', er)\n }\n }\n end (obj, cb) {\n if (typeof obj === \'function\') {\n cb = obj\n obj = undefined\n }\n if (obj !== undefined) {\n this.write(obj)\n }\n return super.end(cb)\n }\n}\n```\n\n### transform that parses newline-delimited JSON\n\n```js\nclass NDJSONDecode extends Minipass {\n constructor (options) {\n // always be in object mode, as far as Minipass is concerned\n super({ objectMode: true })\n this._jsonBuffer = \'\'\n }\n write (chunk, encoding, cb) {\n if (typeof chunk === \'string\' &&\n typeof encoding === \'string\' &&\n encoding !== \'utf8\') {\n chunk = Buffer.from(chunk, encoding).toString()\n } else if (Buffer.isBuffer(chunk))\n chunk = chunk.toString()\n }\n if (typeof encoding === \'function\') {\n cb = encoding\n }\n const jsonData = (this._jsonBuffer + chunk).split(\'\\n\')\n this._jsonBuffer = jsonData.pop()\n for (let i = 0; i < jsonData.length; i++) {\n try {\n // JSON.parse can throw, emit an error on that\n super.write(JSON.parse(jsonData[i]))\n } catch (er) {\n this.emit(\'error\', er)\n continue\n }\n }\n if (cb)\n cb()\n }\n}\n```\n', 3080 silly install resolved readmeFilename: 'README.md', 3080 silly install resolved gitHead: '9bfcf550f7f71667294c0f3a75458347020754ff', 3080 silly install resolved bugs: { url: 'https://github.com/isaacs/minipass/issues' }, 3080 silly install resolved homepage: 'https://github.com/isaacs/minipass#readme', 3080 silly install resolved _id: 'minipass@3.1.5', 3080 silly install resolved _nodeVersion: '16.5.0', 3080 silly install resolved _npmVersion: '7.23.0', 3080 silly install resolved dist: 3080 silly install resolved { integrity: 'sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==', 3080 silly install resolved shasum: '71f6251b0a33a49c01b3cf97ff77eda030dff732', 3080 silly install resolved tarball: 'https://registry.npmjs.org/minipass/-/minipass-3.1.5.tgz', 3080 silly install resolved fileCount: 4, 3080 silly install resolved unpackedSize: 37611, 3080 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQPnHCRA9TVsSAnZWagAA7F0QAIBnLEXovWf6XW686YoH\nkuG3fK7Ysw29Qehkp4uLRvQNdgnNQzDFWJslTi/Bz5xTfYqwuzsUGVnjBzpY\nylCDzTkeLBUo1nMYaREXTKKDFGgi+EaOBlyGZVoJt2OzMzih/NBGceVcwcSp\nYfLlrf2CSHv863XGdATyuxeGa2xJAj4dsJGS3JeDn2HYJjsg9NRyrH+pL2BU\n8x8+Xen4GvWl8ZaYxKEQhjCLTk+jRG0sj3XXJ83Pf9abGS+ig/m4+mq36KqX\n6XPpftpJAW5kEbtc8EvXrMEPvW2aauoLwt3qehHxA7EST0aCehaujPtioNOb\nGw7tAZvxukhWnJWQX7R3e5/HW4YZBejHqKg08ZM99jhU0H0qjgYkhmHbh68P\n7gdDuVW9BJJTPec/+ZroU79P4QDlbCi0fQb0Y7GH4Wq3GOWATqLU8TApzwcd\nMQz/JNCoKkqrr/sODAYrpzIMEBtwKBuksKCpRl8w/Lar9LKvu/9MthC0TRzu\nth1jZsWU+Tw46tCa7jUhpgEM9eZtmk5lEqhyzntufCQ50bNmA5kvnBGJUfhR\nhfWM7GA5LuvpoPN5GiocY6Ie1xBFYOY56eevdIhs7d3eyZUbNC3Mgb2C0Q4e\n0XAHx3d2xuEnaVTlNj1N++AUoLf813DeAureILSdeKO3KS4q6QQ3tyN89yxW\ntlmJ\r\n=bEfz\r\n-----END PGP SIGNATURE-----\r\n' }, 3080 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 3080 silly install resolved directories: {}, 3080 silly install resolved maintainers: 3080 silly install resolved [ [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object], 3080 silly install resolved [Object] ], 3080 silly install resolved _npmOperationalInternal: 3080 silly install resolved { host: 's3://npm-registry-packages', 3080 silly install resolved tmp: 'tmp/minipass_3.1.5_1631648199111_0.4963903964208507' }, 3080 silly install resolved _hasShrinkwrap: false, 3080 silly install resolved _shasum: '71f6251b0a33a49c01b3cf97ff77eda030dff732', 3080 silly install resolved _resolved: 'https://registry.npmjs.org/minipass/-/minipass-3.1.5.tgz', 3080 silly install resolved _from: 'minipass@>=3.0.0 <4.0.0' } ] 3081 info install fs-minipass@2.1.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 3082 info install mkdirp@1.0.4 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 3083 info install chownr@2.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 3084 info install yallist@4.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 3085 info install minizlib@2.1.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 3086 info install minipass@3.1.5 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 3087 info installOne fs-minipass@2.1.0 3088 verbose installOne of fs-minipass to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar not in flight; installing 3089 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3090 info installOne mkdirp@1.0.4 3091 verbose installOne of mkdirp to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar not in flight; installing 3092 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3093 info installOne chownr@2.0.0 3094 verbose installOne of chownr to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar not in flight; installing 3095 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3096 info installOne yallist@4.0.0 3097 verbose installOne of yallist to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar not in flight; installing 3098 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3099 info installOne minizlib@2.1.2 3100 verbose installOne of minizlib to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar not in flight; installing 3101 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3102 info installOne minipass@3.1.5 3103 verbose installOne of minipass to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar not in flight; installing 3104 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3105 verbose lock using /root/.npm/_locks/fs-minipass-80accd3963314b57.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass 3106 warn engine fs-minipass@2.1.0: wanted: {"node":">= 8"} (current: {"node":"4.7.0","npm":"2.15.11"}) 3107 verbose lock using /root/.npm/_locks/mkdirp-a10d350560a2ad4c.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp 3108 warn engine mkdirp@1.0.4: wanted: {"node":">=10"} (current: {"node":"4.7.0","npm":"2.15.11"}) 3109 verbose lock using /root/.npm/_locks/chownr-b59cfb4aeac37f48.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr 3110 warn engine chownr@2.0.0: wanted: {"node":">=10"} (current: {"node":"4.7.0","npm":"2.15.11"}) 3111 verbose lock using /root/.npm/_locks/yallist-1a80dd8cacc44370.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist 3112 verbose lock using /root/.npm/_locks/minizlib-e6dcdaf1ff7b42e6.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib 3113 warn engine minizlib@2.1.2: wanted: {"node":">= 8"} (current: {"node":"4.7.0","npm":"2.15.11"}) 3114 verbose lock using /root/.npm/_locks/minipass-b74304356f273040.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass 3115 warn engine minipass@3.1.5: wanted: {"node":">=8"} (current: {"node":"4.7.0","npm":"2.15.11"}) 3116 silly install write writing fs-minipass 2.1.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass 3117 silly install write writing mkdirp 1.0.4 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp 3118 silly install write writing chownr 2.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr 3119 silly install write writing yallist 4.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist 3120 silly install write writing minizlib 2.1.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib 3121 silly install write writing minipass 3.1.5 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass 3122 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass 3123 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr 3124 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist 3125 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib 3126 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass 3127 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp 3128 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass is being purged from base /var/cloud/platform2 3129 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass 3130 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr is being purged from base /var/cloud/platform2 3131 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr 3132 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist is being purged from base /var/cloud/platform2 3133 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist 3134 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib is being purged from base /var/cloud/platform2 3135 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib 3136 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass is being purged from base /var/cloud/platform2 3137 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass 3138 verbose tar unpack /root/.npm/fs-minipass/2.1.0/package.tgz 3139 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass 3140 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass is being purged 3141 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass 3142 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp is being purged from base /var/cloud/platform2 3143 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp 3144 verbose tar unpack /root/.npm/chownr/2.0.0/package.tgz 3145 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr 3146 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr is being purged 3147 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr 3148 verbose tar unpack /root/.npm/yallist/4.0.0/package.tgz 3149 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist 3150 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist is being purged 3151 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist 3152 verbose tar unpack /root/.npm/minizlib/2.1.2/package.tgz 3153 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib 3154 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib is being purged 3155 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib 3156 verbose tar unpack /root/.npm/minipass/3.1.5/package.tgz 3157 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass 3158 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass is being purged 3159 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass 3160 silly gunzTarPerm modes [ '755', '644' ] 3161 verbose tar unpack /root/.npm/mkdirp/1.0.4/package.tgz 3162 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp 3163 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp is being purged 3164 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp 3165 silly gunzTarPerm modes [ '755', '644' ] 3166 silly gunzTarPerm modes [ '755', '644' ] 3167 silly gunzTarPerm modes [ '755', '644' ] 3168 silly gunzTarPerm modes [ '755', '644' ] 3169 silly gunzTarPerm modes [ '755', '644' ] 3170 http fetch 200 https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz 3171 silly gunzTarPerm extractEntry LICENSE 3172 silly gunzTarPerm extractEntry LICENSE 3173 silly gunzTarPerm extractEntry LICENSE 3174 silly fetchAndShaCheck shasum 24534275e2a7bc6be7bc86611cc16ae0a5654871 3175 silly gunzTarPerm extractEntry iterator.js 3176 silly gunzTarPerm extractEntry yallist.js 3177 silly gunzTarPerm extractEntry index.js 3178 silly gunzTarPerm extractEntry package.json 3179 silly gunzTarPerm extractEntry README.md 3180 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz not in flight; adding 3181 verbose addTmpTarball already have metadata; skipping unpack for webidl-conversions@3.0.1 3182 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3183 silly gunzTarPerm extractEntry chownr.js 3184 silly gunzTarPerm extractEntry package.json 3185 silly gunzTarPerm extractEntry package.json 3186 silly gunzTarPerm extractEntry README.md 3187 silly gunzTarPerm extractEntry README.md 3188 silly cache afterAdd webidl-conversions@3.0.1 3189 verbose afterAdd /root/.npm/webidl-conversions/3.0.1/package/package.json not in flight; writing 3190 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3191 verbose afterAdd /root/.npm/webidl-conversions/3.0.1/package/package.json written 3192 silly gunzTarPerm extractEntry LICENSE 3193 silly gunzTarPerm extractEntry LICENSE 3194 silly gunzTarPerm extractEntry bin/cmd.js 3195 silly gunzTarPerm extractEntry lib/find-made.js 3196 silly gunzTarPerm extractEntry index.js 3197 silly gunzTarPerm extractEntry package.json 3198 silly gunzTarPerm extractEntry LICENSE 3199 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr/package.json 3200 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass/package.json 3201 silly gunzTarPerm extractEntry constants.js 3202 silly gunzTarPerm extractEntry index.js 3203 silly gunzTarPerm extractEntry index.js 3204 silly gunzTarPerm extractEntry lib/mkdirp-manual.js 3205 info preinstall chownr@2.0.0 3206 silly gunzTarPerm extractEntry README.md 3207 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr/package.json 3208 info preinstall minipass@3.1.5 3209 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist/package.json 3210 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass/package.json 3211 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr/package.json 3212 silly gunzTarPerm extractEntry lib/mkdirp-native.js 3213 silly gunzTarPerm extractEntry lib/opts-arg.js 3214 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass/package.json 3215 silly gunzTarPerm extractEntry package.json 3216 info preinstall yallist@4.0.0 3217 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist/package.json 3218 silly install resolved [] 3219 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr 3220 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr 3221 silly install resolved [] 3222 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass 3223 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass 3224 info linkStuff chownr@2.0.0 3225 silly linkStuff chownr@2.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules as its parent node_modules 3226 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist/package.json 3227 silly gunzTarPerm extractEntry lib/path-arg.js 3228 silly gunzTarPerm extractEntry lib/use-native.js 3229 silly gunzTarPerm extractEntry README.md 3230 info linkStuff minipass@3.1.5 3231 silly linkStuff minipass@3.1.5 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules as its parent node_modules 3232 verbose linkBins chownr@2.0.0 3233 verbose linkMans chownr@2.0.0 3234 verbose rebuildBundles chownr@2.0.0 3235 info install chownr@2.0.0 3236 verbose linkBins minipass@3.1.5 3237 verbose linkMans minipass@3.1.5 3238 verbose rebuildBundles minipass@3.1.5 3239 info postinstall chownr@2.0.0 3240 silly install resolved [] 3241 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist 3242 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist 3243 info install minipass@3.1.5 3244 info postinstall minipass@3.1.5 3245 verbose unlock done using /root/.npm/_locks/chownr-b59cfb4aeac37f48.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/chownr 3246 silly gunzTarPerm extractEntry package.json 3247 info linkStuff yallist@4.0.0 3248 silly linkStuff yallist@4.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules as its parent node_modules 3249 verbose unlock done using /root/.npm/_locks/minipass-b74304356f273040.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minipass 3250 verbose linkBins yallist@4.0.0 3251 verbose linkMans yallist@4.0.0 3252 verbose rebuildBundles yallist@4.0.0 3253 info install yallist@4.0.0 3254 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass/package.json 3255 info postinstall yallist@4.0.0 3256 silly gunzTarPerm extractEntry readme.markdown 3257 silly gunzTarPerm extractEntry CHANGELOG.md 3258 info preinstall fs-minipass@2.1.0 3259 verbose unlock done using /root/.npm/_locks/yallist-1a80dd8cacc44370.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/yallist 3260 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass/package.json 3261 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass/package.json 3262 silly install resolved [] 3263 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass 3264 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass 3265 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib/package.json 3266 info linkStuff fs-minipass@2.1.0 3267 silly linkStuff fs-minipass@2.1.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules as its parent node_modules 3268 info preinstall minizlib@2.1.2 3269 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib/package.json 3270 verbose linkBins fs-minipass@2.1.0 3271 verbose linkMans fs-minipass@2.1.0 3272 verbose rebuildBundles fs-minipass@2.1.0 3273 info install fs-minipass@2.1.0 3274 info postinstall fs-minipass@2.1.0 3275 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib/package.json 3276 verbose unlock done using /root/.npm/_locks/fs-minipass-80accd3963314b57.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/fs-minipass 3277 silly install resolved [] 3278 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib 3279 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib 3280 info linkStuff minizlib@2.1.2 3281 silly linkStuff minizlib@2.1.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules as its parent node_modules 3282 verbose linkBins minizlib@2.1.2 3283 verbose linkMans minizlib@2.1.2 3284 verbose rebuildBundles minizlib@2.1.2 3285 info install minizlib@2.1.2 3286 info postinstall minizlib@2.1.2 3287 verbose unlock done using /root/.npm/_locks/minizlib-e6dcdaf1ff7b42e6.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/minizlib 3288 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp/package.json 3289 info preinstall mkdirp@1.0.4 3290 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp/package.json 3291 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp/package.json 3292 silly install resolved [] 3293 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp 3294 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp 3295 info linkStuff mkdirp@1.0.4 3296 silly linkStuff mkdirp@1.0.4 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules as its parent node_modules 3297 verbose linkBins mkdirp@1.0.4 3298 verbose link bins [ { mkdirp: 'bin/cmd.js' }, 3298 verbose link bins '/var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/.bin', 3298 verbose link bins false ] 3299 verbose linkMans mkdirp@1.0.4 3300 verbose rebuildBundles mkdirp@1.0.4 3301 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/.bin/mkdirp is being purged 3302 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/.bin/mkdirp 3303 info install mkdirp@1.0.4 3304 info postinstall mkdirp@1.0.4 3305 verbose unlock done using /root/.npm/_locks/mkdirp-a10d350560a2ad4c.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar/node_modules/mkdirp 3306 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 3307 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 3308 info linkStuff tar@6.1.11 3309 silly linkStuff tar@6.1.11 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules as its parent node_modules 3310 verbose linkBins tar@6.1.11 3311 verbose linkMans tar@6.1.11 3312 verbose rebuildBundles tar@6.1.11 3313 verbose rebuildBundles [ '.bin', 3313 verbose rebuildBundles 'chownr', 3313 verbose rebuildBundles 'fs-minipass', 3313 verbose rebuildBundles 'minipass', 3313 verbose rebuildBundles 'minizlib', 3313 verbose rebuildBundles 'mkdirp', 3313 verbose rebuildBundles 'yallist' ] 3314 info install tar@6.1.11 3315 info postinstall tar@6.1.11 3316 verbose unlock done using /root/.npm/_locks/tar-688de1443d8bbb39.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/tar 3317 http 304 https://registry.npmjs.org/code-point-at 3318 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3318 verbose headers connection: 'keep-alive', 3318 verbose headers 'cf-ray': '69d6b50e8cf252a7-LAX', 3318 verbose headers age: '242', 3318 verbose headers 'cache-control': 'public, max-age=300', 3318 verbose headers etag: '"188c8fd5bd0a8f187c42c3795d9a8ddf"', 3318 verbose headers 'last-modified': 'Sat, 26 May 2018 20:11:25 GMT', 3318 verbose headers vary: 'Accept-Encoding', 3318 verbose headers 'cf-cache-status': 'HIT', 3318 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3318 verbose headers server: 'cloudflare' } 3319 silly get cb [ 304, 3319 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3319 silly get connection: 'keep-alive', 3319 silly get 'cf-ray': '69d6b50e8cf252a7-LAX', 3319 silly get age: '242', 3319 silly get 'cache-control': 'public, max-age=300', 3319 silly get etag: '"188c8fd5bd0a8f187c42c3795d9a8ddf"', 3319 silly get 'last-modified': 'Sat, 26 May 2018 20:11:25 GMT', 3319 silly get vary: 'Accept-Encoding', 3319 silly get 'cf-cache-status': 'HIT', 3319 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3319 silly get server: 'cloudflare' } ] 3320 verbose etag https://registry.npmjs.org/code-point-at from cache 3321 verbose get saving code-point-at to /root/.npm/registry.npmjs.org/code-point-at/.cache.json 3322 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3323 silly addNameRange number 2 { name: 'code-point-at', range: '>=1.0.0 <2.0.0', hasData: true } 3324 silly addNameRange versions [ 'code-point-at', [ '1.0.0', '1.0.1', '1.1.0' ] ] 3325 silly addNamed code-point-at@1.1.0 3326 verbose addNamed "1.1.0" is a plain semver version for code-point-at 3327 http 304 https://registry.npmjs.org/is-fullwidth-code-point 3328 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3328 verbose headers connection: 'keep-alive', 3328 verbose headers 'cf-ray': '69d6b50ebfd53113-LAX', 3328 verbose headers age: '233', 3328 verbose headers 'cache-control': 'public, max-age=300', 3328 verbose headers etag: '"fed7d1215924378d78c75d83080d5128"', 3328 verbose headers 'last-modified': 'Fri, 16 Apr 2021 05:49:27 GMT', 3328 verbose headers vary: 'Accept-Encoding', 3328 verbose headers 'cf-cache-status': 'HIT', 3328 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3328 verbose headers server: 'cloudflare' } 3329 silly get cb [ 304, 3329 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3329 silly get connection: 'keep-alive', 3329 silly get 'cf-ray': '69d6b50ebfd53113-LAX', 3329 silly get age: '233', 3329 silly get 'cache-control': 'public, max-age=300', 3329 silly get etag: '"fed7d1215924378d78c75d83080d5128"', 3329 silly get 'last-modified': 'Fri, 16 Apr 2021 05:49:27 GMT', 3329 silly get vary: 'Accept-Encoding', 3329 silly get 'cf-cache-status': 'HIT', 3329 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3329 silly get server: 'cloudflare' } ] 3330 verbose etag https://registry.npmjs.org/is-fullwidth-code-point from cache 3331 verbose get saving is-fullwidth-code-point to /root/.npm/registry.npmjs.org/is-fullwidth-code-point/.cache.json 3332 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3333 silly addNameRange number 2 { name: 'is-fullwidth-code-point', 3333 silly addNameRange range: '>=1.0.0 <2.0.0', 3333 silly addNameRange hasData: true } 3334 silly addNameRange versions [ 'is-fullwidth-code-point', 3334 silly addNameRange [ '1.0.0', '2.0.0', '3.0.0', '4.0.0' ] ] 3335 silly addNamed is-fullwidth-code-point@1.0.0 3336 verbose addNamed "1.0.0" is a plain semver version for is-fullwidth-code-point 3337 silly cache afterAdd is-fullwidth-code-point@1.0.0 3338 verbose afterAdd /root/.npm/is-fullwidth-code-point/1.0.0/package/package.json not in flight; writing 3339 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3340 verbose afterAdd /root/.npm/is-fullwidth-code-point/1.0.0/package/package.json written 3341 http 200 https://registry.npmjs.org/ansi-regex 3342 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3342 verbose headers 'content-type': 'application/json', 3342 verbose headers 'transfer-encoding': 'chunked', 3342 verbose headers connection: 'keep-alive', 3342 verbose headers 'cf-ray': '69d6b50ea84bebc1-LAX', 3342 verbose headers age: '186', 3342 verbose headers 'cache-control': 'public, max-age=300', 3342 verbose headers etag: 'W/"47ee2f2fe99a37bc93c926cbdbc185f0"', 3342 verbose headers 'last-modified': 'Tue, 14 Sep 2021 15:56:06 GMT', 3342 verbose headers vary: 'accept-encoding, accept', 3342 verbose headers 'cf-cache-status': 'HIT', 3342 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3342 verbose headers 'x-amz-replication-status': 'PENDING', 3342 verbose headers server: 'cloudflare', 3342 verbose headers 'content-encoding': 'gzip' } 3343 silly get cb [ 200, 3343 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3343 silly get 'content-type': 'application/json', 3343 silly get 'transfer-encoding': 'chunked', 3343 silly get connection: 'keep-alive', 3343 silly get 'cf-ray': '69d6b50ea84bebc1-LAX', 3343 silly get age: '186', 3343 silly get 'cache-control': 'public, max-age=300', 3343 silly get etag: 'W/"47ee2f2fe99a37bc93c926cbdbc185f0"', 3343 silly get 'last-modified': 'Tue, 14 Sep 2021 15:56:06 GMT', 3343 silly get vary: 'accept-encoding, accept', 3343 silly get 'cf-cache-status': 'HIT', 3343 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3343 silly get 'x-amz-replication-status': 'PENDING', 3343 silly get server: 'cloudflare', 3343 silly get 'content-encoding': 'gzip' } ] 3344 verbose get saving ansi-regex to /root/.npm/registry.npmjs.org/ansi-regex/.cache.json 3345 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3346 silly addNameRange number 2 { name: 'ansi-regex', range: '>=2.0.0 <3.0.0', hasData: true } 3347 silly addNameRange versions [ 'ansi-regex', 3347 silly addNameRange [ '0.1.0', 3347 silly addNameRange '0.2.0', 3347 silly addNameRange '0.2.1', 3347 silly addNameRange '1.0.0', 3347 silly addNameRange '1.1.0', 3347 silly addNameRange '1.1.1', 3347 silly addNameRange '2.0.0', 3347 silly addNameRange '2.1.1', 3347 silly addNameRange '3.0.0', 3347 silly addNameRange '4.0.0', 3347 silly addNameRange '4.1.0', 3347 silly addNameRange '5.0.0', 3347 silly addNameRange '6.0.0', 3347 silly addNameRange '6.0.1', 3347 silly addNameRange '5.0.1' ] ] 3348 silly addNamed ansi-regex@2.1.1 3349 verbose addNamed "2.1.1" is a plain semver version for ansi-regex 3350 silly cache afterAdd ansi-regex@2.1.1 3351 verbose afterAdd /root/.npm/ansi-regex/2.1.1/package/package.json not in flight; writing 3352 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3353 verbose afterAdd /root/.npm/ansi-regex/2.1.1/package/package.json written 3354 silly install resolved [ { name: 'ansi-regex', 3354 silly install resolved version: '2.1.1', 3354 silly install resolved description: 'Regular expression for matching ANSI escape codes', 3354 silly install resolved license: 'MIT', 3354 silly install resolved repository: 3354 silly install resolved { type: 'git', 3354 silly install resolved url: 'git+https://github.com/chalk/ansi-regex.git' }, 3354 silly install resolved author: 3354 silly install resolved { name: 'Sindre Sorhus', 3354 silly install resolved email: 'sindresorhus@gmail.com', 3354 silly install resolved url: 'sindresorhus.com' }, 3354 silly install resolved maintainers: [ [Object], [Object] ], 3354 silly install resolved engines: { node: '>=0.10.0' }, 3354 silly install resolved scripts: 3354 silly install resolved { test: 'xo && ava --verbose', 3354 silly install resolved 'view-supported': 'node fixtures/view-codes.js' }, 3354 silly install resolved files: [ 'index.js' ], 3354 silly install resolved keywords: 3354 silly install resolved [ 'ansi', 3354 silly install resolved 'styles', 3354 silly install resolved 'color', 3354 silly install resolved 'colour', 3354 silly install resolved 'colors', 3354 silly install resolved 'terminal', 3354 silly install resolved 'console', 3354 silly install resolved 'cli', 3354 silly install resolved 'string', 3354 silly install resolved 'tty', 3354 silly install resolved 'escape', 3354 silly install resolved 'formatting', 3354 silly install resolved 'rgb', 3354 silly install resolved '256', 3354 silly install resolved 'shell', 3354 silly install resolved 'xterm', 3354 silly install resolved 'command-line', 3354 silly install resolved 'text', 3354 silly install resolved 'regex', 3354 silly install resolved 'regexp', 3354 silly install resolved 're', 3354 silly install resolved 'match', 3354 silly install resolved 'test', 3354 silly install resolved 'find', 3354 silly install resolved 'pattern' ], 3354 silly install resolved devDependencies: { ava: '0.17.0', xo: '0.16.0' }, 3354 silly install resolved xo: { rules: [Object] }, 3354 silly install resolved gitHead: '7c908e7b4eb6cd82bfe1295e33fdf6d166c7ed85', 3354 silly install resolved bugs: { url: 'https://github.com/chalk/ansi-regex/issues' }, 3354 silly install resolved homepage: 'https://github.com/chalk/ansi-regex#readme', 3354 silly install resolved _id: 'ansi-regex@2.1.1', 3354 silly install resolved _shasum: 'c3b33ab5ee360d86e0e628f0468ae7ef27d654df', 3354 silly install resolved _from: 'ansi-regex@>=2.0.0 <3.0.0', 3354 silly install resolved _npmVersion: '2.14.2', 3354 silly install resolved _nodeVersion: '0.10.32', 3354 silly install resolved _npmUser: { name: 'qix', email: 'i.am.qix@gmail.com' }, 3354 silly install resolved dist: 3354 silly install resolved { shasum: 'c3b33ab5ee360d86e0e628f0468ae7ef27d654df', 3354 silly install resolved tarball: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz' }, 3354 silly install resolved _npmOperationalInternal: 3354 silly install resolved { host: 'packages-18-east.internal.npmjs.com', 3354 silly install resolved tmp: 'tmp/ansi-regex-2.1.1.tgz_1484363378013_0.4482989883981645' }, 3354 silly install resolved directories: {}, 3354 silly install resolved _resolved: 'https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz', 3354 silly install resolved readme: 'ERROR: No README data found!' } ] 3355 info install ansi-regex@2.1.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 3356 info installOne ansi-regex@2.1.1 3357 verbose installOne of ansi-regex to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi not in flight; installing 3358 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3359 verbose lock using /root/.npm/_locks/ansi-regex-8bcae09d6c2755f3.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex 3360 silly install write writing ansi-regex 2.1.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex 3361 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex 3362 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex is being purged from base /var/cloud/platform2 3363 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex 3364 verbose tar unpack /root/.npm/ansi-regex/2.1.1/package.tgz 3365 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex 3366 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex is being purged 3367 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex 3368 silly gunzTarPerm modes [ '755', '644' ] 3369 silly cache afterAdd code-point-at@1.1.0 3370 verbose afterAdd /root/.npm/code-point-at/1.1.0/package/package.json not in flight; writing 3371 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3372 verbose afterAdd /root/.npm/code-point-at/1.1.0/package/package.json written 3373 silly install resolved [ { name: 'is-fullwidth-code-point', 3373 silly install resolved version: '1.0.0', 3373 silly install resolved description: 'Check if the character represented by a given Unicode code point is fullwidth', 3373 silly install resolved license: 'MIT', 3373 silly install resolved repository: 3373 silly install resolved { type: 'git', 3373 silly install resolved url: 'git+https://github.com/sindresorhus/is-fullwidth-code-point.git' }, 3373 silly install resolved author: 3373 silly install resolved { name: 'Sindre Sorhus', 3373 silly install resolved email: 'sindresorhus@gmail.com', 3373 silly install resolved url: 'sindresorhus.com' }, 3373 silly install resolved engines: { node: '>=0.10.0' }, 3373 silly install resolved scripts: { test: 'node test.js' }, 3373 silly install resolved files: [ 'index.js' ], 3373 silly install resolved keywords: 3373 silly install resolved [ 'fullwidth', 3373 silly install resolved 'full-width', 3373 silly install resolved 'full', 3373 silly install resolved 'width', 3373 silly install resolved 'unicode', 3373 silly install resolved 'character', 3373 silly install resolved 'char', 3373 silly install resolved 'string', 3373 silly install resolved 'str', 3373 silly install resolved 'codepoint', 3373 silly install resolved 'code', 3373 silly install resolved 'point', 3373 silly install resolved 'is', 3373 silly install resolved 'detect', 3373 silly install resolved 'check' ], 3373 silly install resolved dependencies: { 'number-is-nan': '^1.0.0' }, 3373 silly install resolved devDependencies: { ava: '0.0.4', 'code-point-at': '^1.0.0' }, 3373 silly install resolved gitHead: 'f2152d357f41f82785436d428e4f8ede143b7548', 3373 silly install resolved bugs: { url: 'https://github.com/sindresorhus/is-fullwidth-code-point/issues' }, 3373 silly install resolved homepage: 'https://github.com/sindresorhus/is-fullwidth-code-point', 3373 silly install resolved _id: 'is-fullwidth-code-point@1.0.0', 3373 silly install resolved _shasum: 'ef9e31386f031a7f0d643af82fde50c457ef00cb', 3373 silly install resolved _from: 'is-fullwidth-code-point@>=1.0.0 <2.0.0', 3373 silly install resolved _npmVersion: '2.11.2', 3373 silly install resolved _nodeVersion: '0.12.5', 3373 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 3373 silly install resolved dist: 3373 silly install resolved { shasum: 'ef9e31386f031a7f0d643af82fde50c457ef00cb', 3373 silly install resolved tarball: 'https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz' }, 3373 silly install resolved maintainers: [ [Object] ], 3373 silly install resolved directories: {}, 3373 silly install resolved _resolved: 'https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz', 3373 silly install resolved readme: 'ERROR: No README data found!' }, 3373 silly install resolved { name: 'code-point-at', 3373 silly install resolved version: '1.1.0', 3373 silly install resolved description: 'ES2015 `String#codePointAt()` ponyfill', 3373 silly install resolved license: 'MIT', 3373 silly install resolved repository: 3373 silly install resolved { type: 'git', 3373 silly install resolved url: 'git+https://github.com/sindresorhus/code-point-at.git' }, 3373 silly install resolved author: 3373 silly install resolved { name: 'Sindre Sorhus', 3373 silly install resolved email: 'sindresorhus@gmail.com', 3373 silly install resolved url: 'sindresorhus.com' }, 3373 silly install resolved engines: { node: '>=0.10.0' }, 3373 silly install resolved scripts: { test: 'xo && ava' }, 3373 silly install resolved files: [ 'index.js' ], 3373 silly install resolved keywords: 3373 silly install resolved [ 'es2015', 3373 silly install resolved 'ponyfill', 3373 silly install resolved 'polyfill', 3373 silly install resolved 'shim', 3373 silly install resolved 'string', 3373 silly install resolved 'str', 3373 silly install resolved 'code', 3373 silly install resolved 'point', 3373 silly install resolved 'at', 3373 silly install resolved 'codepoint', 3373 silly install resolved 'unicode' ], 3373 silly install resolved devDependencies: { ava: '*', xo: '^0.16.0' }, 3373 silly install resolved gitHead: 'f8f21c8df2d40248fef1b36ca9076e59c0c34791', 3373 silly install resolved bugs: { url: 'https://github.com/sindresorhus/code-point-at/issues' }, 3373 silly install resolved homepage: 'https://github.com/sindresorhus/code-point-at#readme', 3373 silly install resolved _id: 'code-point-at@1.1.0', 3373 silly install resolved _shasum: '0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77', 3373 silly install resolved _from: 'code-point-at@>=1.0.0 <2.0.0', 3373 silly install resolved _npmVersion: '2.15.9', 3373 silly install resolved _nodeVersion: '4.6.1', 3373 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 3373 silly install resolved dist: 3373 silly install resolved { shasum: '0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77', 3373 silly install resolved tarball: 'https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz' }, 3373 silly install resolved maintainers: [ [Object] ], 3373 silly install resolved _npmOperationalInternal: 3373 silly install resolved { host: 'packages-12-west.internal.npmjs.com', 3373 silly install resolved tmp: 'tmp/code-point-at-1.1.0.tgz_1478169780337_0.8445875702891499' }, 3373 silly install resolved directories: {}, 3373 silly install resolved _resolved: 'https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz', 3373 silly install resolved readme: 'ERROR: No README data found!' } ] 3374 info install is-fullwidth-code-point@1.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 3375 info install code-point-at@1.1.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 3376 info installOne is-fullwidth-code-point@1.0.0 3377 verbose installOne of is-fullwidth-code-point to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width not in flight; installing 3378 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3379 info installOne code-point-at@1.1.0 3380 verbose installOne of code-point-at to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width not in flight; installing 3381 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3382 verbose lock using /root/.npm/_locks/is-fullwidth-code-point-c214e0a12b55524c.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 3383 verbose lock using /root/.npm/_locks/code-point-at-3cb8513e3a1fea77.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at 3384 silly install write writing is-fullwidth-code-point 1.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 3385 silly install write writing code-point-at 1.1.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at 3386 silly gunzTarPerm extractEntry package.json 3387 silly gunzTarPerm extractEntry index.js 3388 silly gunzTarPerm extractEntry license 3389 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 3390 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at 3391 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point is being purged from base /var/cloud/platform2 3392 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 3393 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at is being purged from base /var/cloud/platform2 3394 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at 3395 verbose tar unpack /root/.npm/is-fullwidth-code-point/1.0.0/package.tgz 3396 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 3397 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point is being purged 3398 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 3399 verbose tar unpack /root/.npm/code-point-at/1.1.0/package.tgz 3400 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at 3401 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at is being purged 3402 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at 3403 silly gunzTarPerm modes [ '755', '644' ] 3404 silly gunzTarPerm modes [ '755', '644' ] 3405 silly gunzTarPerm extractEntry readme.md 3406 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex/package.json 3407 info preinstall ansi-regex@2.1.1 3408 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex/package.json 3409 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex/package.json 3410 silly install resolved [] 3411 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex 3412 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex 3413 info linkStuff ansi-regex@2.1.1 3414 silly linkStuff ansi-regex@2.1.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules as its parent node_modules 3415 verbose linkBins ansi-regex@2.1.1 3416 verbose linkMans ansi-regex@2.1.1 3417 verbose rebuildBundles ansi-regex@2.1.1 3418 info install ansi-regex@2.1.1 3419 info postinstall ansi-regex@2.1.1 3420 verbose unlock done using /root/.npm/_locks/ansi-regex-8bcae09d6c2755f3.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex 3421 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 3422 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 3423 info linkStuff strip-ansi@3.0.1 3424 silly linkStuff strip-ansi@3.0.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules as its parent node_modules 3425 verbose linkBins strip-ansi@3.0.1 3426 verbose linkMans strip-ansi@3.0.1 3427 verbose rebuildBundles strip-ansi@3.0.1 3428 verbose rebuildBundles [ 'ansi-regex' ] 3429 info install strip-ansi@3.0.1 3430 info postinstall strip-ansi@3.0.1 3431 verbose unlock done using /root/.npm/_locks/strip-ansi-7e862a177cdb2e8a.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi 3432 http 304 https://registry.npmjs.org/string_decoder 3433 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3433 verbose headers connection: 'keep-alive', 3433 verbose headers 'cf-ray': '69d6b50f1db00513-LAX', 3433 verbose headers age: '143', 3433 verbose headers 'cache-control': 'public, max-age=300', 3433 verbose headers etag: '"0a93d953e853f8bf50ba2c73d36557a6"', 3433 verbose headers 'last-modified': 'Wed, 07 Aug 2019 09:20:40 GMT', 3433 verbose headers vary: 'Accept-Encoding', 3433 verbose headers 'cf-cache-status': 'HIT', 3433 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3433 verbose headers server: 'cloudflare' } 3434 silly get cb [ 304, 3434 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3434 silly get connection: 'keep-alive', 3434 silly get 'cf-ray': '69d6b50f1db00513-LAX', 3434 silly get age: '143', 3434 silly get 'cache-control': 'public, max-age=300', 3434 silly get etag: '"0a93d953e853f8bf50ba2c73d36557a6"', 3434 silly get 'last-modified': 'Wed, 07 Aug 2019 09:20:40 GMT', 3434 silly get vary: 'Accept-Encoding', 3434 silly get 'cf-cache-status': 'HIT', 3434 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3434 silly get server: 'cloudflare' } ] 3435 verbose etag https://registry.npmjs.org/string_decoder from cache 3436 verbose get saving string_decoder to /root/.npm/registry.npmjs.org/string_decoder/.cache.json 3437 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3438 silly addNameRange number 2 { name: 'string_decoder', 3438 silly addNameRange range: '>=1.1.1 <1.2.0', 3438 silly addNameRange hasData: true } 3439 silly addNameRange versions [ 'string_decoder', 3439 silly addNameRange [ '0.0.0', 3439 silly addNameRange '0.0.1', 3439 silly addNameRange '0.10.24', 3439 silly addNameRange '0.11.10', 3439 silly addNameRange '0.10.25', 3439 silly addNameRange '0.11.10-1', 3439 silly addNameRange '0.10.25-1', 3439 silly addNameRange '0.10.31', 3439 silly addNameRange '1.0.0', 3439 silly addNameRange '1.0.1', 3439 silly addNameRange '1.0.2', 3439 silly addNameRange '1.0.3', 3439 silly addNameRange '1.1.0', 3439 silly addNameRange '1.1.1', 3439 silly addNameRange '1.2.0', 3439 silly addNameRange '1.3.0' ] ] 3440 silly addNamed string_decoder@1.1.1 3441 verbose addNamed "1.1.1" is a plain semver version for string_decoder 3442 http 304 https://registry.npmjs.org/process-nextick-args 3443 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3443 verbose headers connection: 'keep-alive', 3443 verbose headers 'cf-ray': '69d6b50f2dee3667-LAX', 3443 verbose headers age: '167', 3443 verbose headers 'cache-control': 'public, max-age=300', 3443 verbose headers etag: '"58d0a4cf2900b1705718975f98323cbd"', 3443 verbose headers 'last-modified': 'Wed, 19 Jun 2019 20:34:45 GMT', 3443 verbose headers vary: 'Accept-Encoding', 3443 verbose headers 'cf-cache-status': 'HIT', 3443 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3443 verbose headers server: 'cloudflare' } 3444 silly get cb [ 304, 3444 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3444 silly get connection: 'keep-alive', 3444 silly get 'cf-ray': '69d6b50f2dee3667-LAX', 3444 silly get age: '167', 3444 silly get 'cache-control': 'public, max-age=300', 3444 silly get etag: '"58d0a4cf2900b1705718975f98323cbd"', 3444 silly get 'last-modified': 'Wed, 19 Jun 2019 20:34:45 GMT', 3444 silly get vary: 'Accept-Encoding', 3444 silly get 'cf-cache-status': 'HIT', 3444 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3444 silly get server: 'cloudflare' } ] 3445 verbose etag https://registry.npmjs.org/process-nextick-args from cache 3446 verbose get saving process-nextick-args to /root/.npm/registry.npmjs.org/process-nextick-args/.cache.json 3447 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3448 silly addNameRange number 2 { name: 'process-nextick-args', 3448 silly addNameRange range: '>=2.0.0 <2.1.0', 3448 silly addNameRange hasData: true } 3449 silly addNameRange versions [ 'process-nextick-args', 3449 silly addNameRange [ '1.0.0', 3449 silly addNameRange '1.0.1', 3449 silly addNameRange '1.0.2', 3449 silly addNameRange '1.0.3', 3449 silly addNameRange '1.0.4', 3449 silly addNameRange '1.0.5', 3449 silly addNameRange '1.0.6', 3449 silly addNameRange '1.0.7', 3449 silly addNameRange '2.0.0', 3449 silly addNameRange '2.0.1' ] ] 3450 silly addNamed process-nextick-args@2.0.1 3451 verbose addNamed "2.0.1" is a plain semver version for process-nextick-args 3452 silly cache afterAdd process-nextick-args@2.0.1 3453 verbose afterAdd /root/.npm/process-nextick-args/2.0.1/package/package.json not in flight; writing 3454 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3455 http 304 https://registry.npmjs.org/isarray 3456 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3456 verbose headers connection: 'keep-alive', 3456 verbose headers 'cf-ray': '69d6b50f28e20cab-LAX', 3456 verbose headers age: '56', 3456 verbose headers 'cache-control': 'public, max-age=300', 3456 verbose headers etag: '"f8d13869b081e2301428e8269cb470a1"', 3456 verbose headers 'last-modified': 'Mon, 08 Jul 2019 13:21:26 GMT', 3456 verbose headers vary: 'Accept-Encoding', 3456 verbose headers 'cf-cache-status': 'HIT', 3456 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3456 verbose headers server: 'cloudflare' } 3457 silly get cb [ 304, 3457 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3457 silly get connection: 'keep-alive', 3457 silly get 'cf-ray': '69d6b50f28e20cab-LAX', 3457 silly get age: '56', 3457 silly get 'cache-control': 'public, max-age=300', 3457 silly get etag: '"f8d13869b081e2301428e8269cb470a1"', 3457 silly get 'last-modified': 'Mon, 08 Jul 2019 13:21:26 GMT', 3457 silly get vary: 'Accept-Encoding', 3457 silly get 'cf-cache-status': 'HIT', 3457 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3457 silly get server: 'cloudflare' } ] 3458 verbose etag https://registry.npmjs.org/isarray from cache 3459 verbose get saving isarray to /root/.npm/registry.npmjs.org/isarray/.cache.json 3460 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3461 verbose afterAdd /root/.npm/process-nextick-args/2.0.1/package/package.json written 3462 silly addNameRange number 2 { name: 'isarray', range: '>=1.0.0 <1.1.0', hasData: true } 3463 silly addNameRange versions [ 'isarray', 3463 silly addNameRange [ '0.0.0', 3463 silly addNameRange '0.0.1', 3463 silly addNameRange '1.0.0', 3463 silly addNameRange '2.0.0', 3463 silly addNameRange '2.0.1', 3463 silly addNameRange '2.0.2', 3463 silly addNameRange '2.0.3', 3463 silly addNameRange '2.0.4', 3463 silly addNameRange '2.0.5' ] ] 3464 silly addNamed isarray@1.0.0 3465 verbose addNamed "1.0.0" is a plain semver version for isarray 3466 http 200 https://registry.npmjs.org/ms 3467 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3467 verbose headers 'content-type': 'application/json', 3467 verbose headers 'transfer-encoding': 'chunked', 3467 verbose headers connection: 'keep-alive', 3467 verbose headers 'cf-ray': '69d6b50efc03eadf-LAX', 3467 verbose headers age: '168', 3467 verbose headers 'cache-control': 'public, max-age=300', 3467 verbose headers etag: 'W/"1bad539c164adae849c98620952a7aae"', 3467 verbose headers 'last-modified': 'Sun, 10 Oct 2021 18:03:04 GMT', 3467 verbose headers vary: 'accept-encoding, accept', 3467 verbose headers 'cf-cache-status': 'HIT', 3467 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3467 verbose headers 'x-amz-replication-status': 'PENDING', 3467 verbose headers server: 'cloudflare', 3467 verbose headers 'content-encoding': 'gzip' } 3468 silly get cb [ 200, 3468 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3468 silly get 'content-type': 'application/json', 3468 silly get 'transfer-encoding': 'chunked', 3468 silly get connection: 'keep-alive', 3468 silly get 'cf-ray': '69d6b50efc03eadf-LAX', 3468 silly get age: '168', 3468 silly get 'cache-control': 'public, max-age=300', 3468 silly get etag: 'W/"1bad539c164adae849c98620952a7aae"', 3468 silly get 'last-modified': 'Sun, 10 Oct 2021 18:03:04 GMT', 3468 silly get vary: 'accept-encoding, accept', 3468 silly get 'cf-cache-status': 'HIT', 3468 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3468 silly get 'x-amz-replication-status': 'PENDING', 3468 silly get server: 'cloudflare', 3468 silly get 'content-encoding': 'gzip' } ] 3469 verbose get saving ms to /root/.npm/registry.npmjs.org/ms/.cache.json 3470 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3471 silly cache afterAdd isarray@1.0.0 3472 verbose afterAdd /root/.npm/isarray/1.0.0/package/package.json not in flight; writing 3473 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3474 verbose afterAdd /root/.npm/isarray/1.0.0/package/package.json written 3475 silly mapToRegistry name ms 3476 silly mapToRegistry using default registry 3477 silly mapToRegistry registry https://registry.npmjs.org/ 3478 silly mapToRegistry data Result { 3478 silly mapToRegistry raw: 'ms', 3478 silly mapToRegistry scope: null, 3478 silly mapToRegistry name: 'ms', 3478 silly mapToRegistry rawSpec: '', 3478 silly mapToRegistry spec: 'latest', 3478 silly mapToRegistry type: 'tag' } 3479 silly mapToRegistry uri https://registry.npmjs.org/ms 3480 verbose addRemoteTarball https://registry.npmjs.org/ms/-/ms-2.1.2.tgz not in flight; adding 3481 verbose addRemoteTarball [ 'https://registry.npmjs.org/ms/-/ms-2.1.2.tgz', 3481 verbose addRemoteTarball 'd09d1f357b443f493382a8eb3ccd183872ae6009' ] 3482 info retry fetch attempt 1 at 3:03:17 PM 3483 info attempt registry request try #1 at 3:03:17 PM 3484 http fetch GET https://registry.npmjs.org/ms/-/ms-2.1.2.tgz 3485 silly cache afterAdd string_decoder@1.1.1 3486 verbose afterAdd /root/.npm/string_decoder/1.1.1/package/package.json not in flight; writing 3487 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3488 verbose afterAdd /root/.npm/string_decoder/1.1.1/package/package.json written 3489 silly gunzTarPerm extractEntry package.json 3490 silly gunzTarPerm extractEntry index.js 3491 silly gunzTarPerm extractEntry license 3492 http 200 https://registry.npmjs.org/core-util-is 3493 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3493 verbose headers 'content-type': 'application/json', 3493 verbose headers 'transfer-encoding': 'chunked', 3493 verbose headers connection: 'keep-alive', 3493 verbose headers 'cf-ray': '69d6b50f2921eb21-LAX', 3493 verbose headers age: '270', 3493 verbose headers 'cache-control': 'public, max-age=300', 3493 verbose headers etag: 'W/"8949134d082b675952a900217024f8d7"', 3493 verbose headers 'last-modified': 'Tue, 31 Aug 2021 14:35:40 GMT', 3493 verbose headers vary: 'accept-encoding, accept', 3493 verbose headers 'cf-cache-status': 'HIT', 3493 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3493 verbose headers 'x-amz-replication-status': 'PENDING', 3493 verbose headers server: 'cloudflare', 3493 verbose headers 'content-encoding': 'gzip' } 3494 silly get cb [ 200, 3494 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3494 silly get 'content-type': 'application/json', 3494 silly get 'transfer-encoding': 'chunked', 3494 silly get connection: 'keep-alive', 3494 silly get 'cf-ray': '69d6b50f2921eb21-LAX', 3494 silly get age: '270', 3494 silly get 'cache-control': 'public, max-age=300', 3494 silly get etag: 'W/"8949134d082b675952a900217024f8d7"', 3494 silly get 'last-modified': 'Tue, 31 Aug 2021 14:35:40 GMT', 3494 silly get vary: 'accept-encoding, accept', 3494 silly get 'cf-cache-status': 'HIT', 3494 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3494 silly get 'x-amz-replication-status': 'PENDING', 3494 silly get server: 'cloudflare', 3494 silly get 'content-encoding': 'gzip' } ] 3495 verbose get saving core-util-is to /root/.npm/registry.npmjs.org/core-util-is/.cache.json 3496 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3497 silly gunzTarPerm extractEntry package.json 3498 silly gunzTarPerm extractEntry index.js 3499 silly gunzTarPerm extractEntry license 3500 silly gunzTarPerm extractEntry readme.md 3501 silly addNameRange number 2 { name: 'core-util-is', range: '>=1.0.0 <1.1.0', hasData: true } 3502 silly addNameRange versions [ 'core-util-is', [ '1.0.0', '1.0.1', '1.0.2', '1.0.3' ] ] 3503 silly addNamed core-util-is@1.0.3 3504 verbose addNamed "1.0.3" is a plain semver version for core-util-is 3505 silly mapToRegistry name core-util-is 3506 silly mapToRegistry using default registry 3507 silly mapToRegistry registry https://registry.npmjs.org/ 3508 silly mapToRegistry data Result { 3508 silly mapToRegistry raw: 'core-util-is', 3508 silly mapToRegistry scope: null, 3508 silly mapToRegistry name: 'core-util-is', 3508 silly mapToRegistry rawSpec: '', 3508 silly mapToRegistry spec: 'latest', 3508 silly mapToRegistry type: 'tag' } 3509 silly mapToRegistry uri https://registry.npmjs.org/core-util-is 3510 verbose addRemoteTarball https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz not in flight; adding 3511 verbose addRemoteTarball [ 'https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz', 3511 verbose addRemoteTarball 'a6042d3634c2b27e9328f837b965fac83808db85' ] 3512 info retry fetch attempt 1 at 3:03:17 PM 3513 info attempt registry request try #1 at 3:03:17 PM 3514 http fetch GET https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz 3515 http 304 https://registry.npmjs.org/safe-buffer 3516 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3516 verbose headers connection: 'keep-alive', 3516 verbose headers 'cf-ray': '69d6b50f3b4752a1-LAX', 3516 verbose headers age: '256', 3516 verbose headers 'cache-control': 'public, max-age=300', 3516 verbose headers etag: '"7d10eeac57e4baa4c8bd0dd7caa1703c"', 3516 verbose headers 'last-modified': 'Sun, 10 May 2020 16:37:34 GMT', 3516 verbose headers vary: 'Accept-Encoding', 3516 verbose headers 'cf-cache-status': 'HIT', 3516 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3516 verbose headers server: 'cloudflare' } 3517 silly get cb [ 304, 3517 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3517 silly get connection: 'keep-alive', 3517 silly get 'cf-ray': '69d6b50f3b4752a1-LAX', 3517 silly get age: '256', 3517 silly get 'cache-control': 'public, max-age=300', 3517 silly get etag: '"7d10eeac57e4baa4c8bd0dd7caa1703c"', 3517 silly get 'last-modified': 'Sun, 10 May 2020 16:37:34 GMT', 3517 silly get vary: 'Accept-Encoding', 3517 silly get 'cf-cache-status': 'HIT', 3517 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3517 silly get server: 'cloudflare' } ] 3518 verbose etag https://registry.npmjs.org/safe-buffer from cache 3519 verbose get saving safe-buffer to /root/.npm/registry.npmjs.org/safe-buffer/.cache.json 3520 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3521 http 304 https://registry.npmjs.org/util-deprecate 3522 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3522 verbose headers connection: 'keep-alive', 3522 verbose headers 'cf-ray': '69d6b50f2c030507-LAX', 3522 verbose headers age: '78', 3522 verbose headers 'cache-control': 'public, max-age=300', 3522 verbose headers etag: '"d116b09e4cac1e1e657ea3ce533e5631"', 3522 verbose headers 'last-modified': 'Sun, 27 May 2018 20:38:18 GMT', 3522 verbose headers vary: 'Accept-Encoding', 3522 verbose headers 'cf-cache-status': 'HIT', 3522 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3522 verbose headers server: 'cloudflare' } 3523 silly get cb [ 304, 3523 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3523 silly get connection: 'keep-alive', 3523 silly get 'cf-ray': '69d6b50f2c030507-LAX', 3523 silly get age: '78', 3523 silly get 'cache-control': 'public, max-age=300', 3523 silly get etag: '"d116b09e4cac1e1e657ea3ce533e5631"', 3523 silly get 'last-modified': 'Sun, 27 May 2018 20:38:18 GMT', 3523 silly get vary: 'Accept-Encoding', 3523 silly get 'cf-cache-status': 'HIT', 3523 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3523 silly get server: 'cloudflare' } ] 3524 verbose etag https://registry.npmjs.org/util-deprecate from cache 3525 verbose get saving util-deprecate to /root/.npm/registry.npmjs.org/util-deprecate/.cache.json 3526 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3527 silly gunzTarPerm extractEntry readme.md 3528 silly addNameRange number 2 { name: 'safe-buffer', range: '>=5.1.1 <5.2.0', hasData: true } 3529 silly addNameRange versions [ 'safe-buffer', 3529 silly addNameRange [ '1.0.0', 3529 silly addNameRange '2.0.0', 3529 silly addNameRange '3.0.0', 3529 silly addNameRange '4.0.0', 3529 silly addNameRange '5.0.0', 3529 silly addNameRange '5.0.1', 3529 silly addNameRange '5.1.0', 3529 silly addNameRange '5.1.1', 3529 silly addNameRange '5.1.2', 3529 silly addNameRange '5.2.0', 3529 silly addNameRange '5.2.1' ] ] 3530 silly addNamed safe-buffer@5.1.2 3531 verbose addNamed "5.1.2" is a plain semver version for safe-buffer 3532 silly addNameRange number 2 { name: 'util-deprecate', 3532 silly addNameRange range: '>=1.0.1 <1.1.0', 3532 silly addNameRange hasData: true } 3533 silly addNameRange versions [ 'util-deprecate', [ '1.0.0', '1.0.1', '1.0.2' ] ] 3534 silly addNamed util-deprecate@1.0.2 3535 verbose addNamed "1.0.2" is a plain semver version for util-deprecate 3536 silly cache afterAdd util-deprecate@1.0.2 3537 verbose afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json not in flight; writing 3538 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3539 verbose afterAdd /root/.npm/util-deprecate/1.0.2/package/package.json written 3540 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/package.json 3541 info preinstall code-point-at@1.1.0 3542 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/package.json 3543 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json 3544 info preinstall is-fullwidth-code-point@1.0.0 3545 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/package.json 3546 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json 3547 silly install resolved [] 3548 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at 3549 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at 3550 silly prepareForInstallMany adding number-is-nan@^1.0.0 from is-fullwidth-code-point dependencies 3551 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json 3552 info linkStuff code-point-at@1.1.0 3553 silly linkStuff code-point-at@1.1.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules as its parent node_modules 3554 verbose linkBins code-point-at@1.1.0 3555 verbose linkMans code-point-at@1.1.0 3556 verbose rebuildBundles code-point-at@1.1.0 3557 info install code-point-at@1.1.0 3558 silly cache add args [ 'number-is-nan@^1.0.0', null ] 3559 verbose cache add spec number-is-nan@^1.0.0 3560 silly cache add parsed spec Result { 3560 silly cache add raw: 'number-is-nan@^1.0.0', 3560 silly cache add scope: null, 3560 silly cache add name: 'number-is-nan', 3560 silly cache add rawSpec: '^1.0.0', 3560 silly cache add spec: '>=1.0.0 <2.0.0', 3560 silly cache add type: 'range' } 3561 silly addNamed number-is-nan@>=1.0.0 <2.0.0 3562 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for number-is-nan 3563 silly addNameRange { name: 'number-is-nan', 3563 silly addNameRange range: '>=1.0.0 <2.0.0', 3563 silly addNameRange hasData: false } 3564 silly mapToRegistry name number-is-nan 3565 silly mapToRegistry using default registry 3566 silly mapToRegistry registry https://registry.npmjs.org/ 3567 silly mapToRegistry data Result { 3567 silly mapToRegistry raw: 'number-is-nan', 3567 silly mapToRegistry scope: null, 3567 silly mapToRegistry name: 'number-is-nan', 3567 silly mapToRegistry rawSpec: '', 3567 silly mapToRegistry spec: 'latest', 3567 silly mapToRegistry type: 'tag' } 3568 silly mapToRegistry uri https://registry.npmjs.org/number-is-nan 3569 verbose addNameRange registry:https://registry.npmjs.org/number-is-nan not in flight; fetching 3570 info postinstall code-point-at@1.1.0 3571 verbose unlock done using /root/.npm/_locks/code-point-at-3cb8513e3a1fea77.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at 3572 verbose request uri https://registry.npmjs.org/number-is-nan 3573 verbose request no auth needed 3574 info attempt registry request try #1 at 3:03:17 PM 3575 verbose etag W/"89eacaf2455ff937482b42f68f69c828" 3576 verbose lastModified Wed, 07 Apr 2021 06:14:49 GMT 3577 http request GET https://registry.npmjs.org/number-is-nan 3578 silly cache afterAdd safe-buffer@5.1.2 3579 verbose afterAdd /root/.npm/safe-buffer/5.1.2/package/package.json not in flight; writing 3580 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3581 verbose afterAdd /root/.npm/safe-buffer/5.1.2/package/package.json written 3582 http fetch 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz 3583 silly fetchAndShaCheck shasum a6042d3634c2b27e9328f837b965fac83808db85 3584 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz not in flight; adding 3585 verbose addTmpTarball already have metadata; skipping unpack for core-util-is@1.0.3 3586 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3587 silly cache afterAdd core-util-is@1.0.3 3588 verbose afterAdd /root/.npm/core-util-is/1.0.3/package/package.json not in flight; writing 3589 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3590 verbose afterAdd /root/.npm/core-util-is/1.0.3/package/package.json written 3591 silly install resolved [ { name: 'inherits', 3591 silly install resolved description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()', 3591 silly install resolved version: '2.0.4', 3591 silly install resolved keywords: 3591 silly install resolved [ 'inheritance', 3591 silly install resolved 'class', 3591 silly install resolved 'klass', 3591 silly install resolved 'oop', 3591 silly install resolved 'object-oriented', 3591 silly install resolved 'inherits', 3591 silly install resolved 'browser', 3591 silly install resolved 'browserify' ], 3591 silly install resolved main: './inherits.js', 3591 silly install resolved browser: './inherits_browser.js', 3591 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' }, 3591 silly install resolved license: 'ISC', 3591 silly install resolved scripts: { test: 'tap' }, 3591 silly install resolved devDependencies: { tap: '^14.2.4' }, 3591 silly install resolved gitHead: '9a2c29400c6d491e0b7beefe0c32efa3b462545d', 3591 silly install resolved bugs: { url: 'https://github.com/isaacs/inherits/issues' }, 3591 silly install resolved homepage: 'https://github.com/isaacs/inherits#readme', 3591 silly install resolved _id: 'inherits@2.0.4', 3591 silly install resolved _nodeVersion: '12.3.1', 3591 silly install resolved _npmVersion: '6.9.0', 3591 silly install resolved dist: 3591 silly install resolved { integrity: 'sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==', 3591 silly install resolved shasum: '0fa2c64f932917c3433a0ded55363aae37416b7c', 3591 silly install resolved tarball: 'https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz', 3591 silly install resolved fileCount: 5, 3591 silly install resolved unpackedSize: 3958, 3591 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCpisCRA9TVsSAnZWagAA34wP/R7/M+OPDguEHhSTBFwm\nyr5qskotwW0egz8MlwqkYJnKmkNMGVwH2ciD0+mzkoomD+iUf9cAI6qjAT+p\n2b+qFTikQpScNZRMKnMF+f5Jf0X6IVS03tojFm2i9BSxD0DL7fRoNLw/3seH\nO/5vYeiQUq0Ojx3AY4hf31AQTfBlZ7pohiE6BNAYWBXWpCq2c3uENGaeiwxk\nnmTL/fUs8RRubjrqW5Bwpi+PZrkmwcL+Te/juGLP1Ef52BDjaeVk1e9YlNtJ\nX++I+HyVR0Kb4pYyBO/iRE1ifanLmGm70PsBFUmwAAq21FGhFH/cfAeoRJo7\n3MuW5+W8n2BmJKwpngGIf/92SWJP9Ww1Vo1Lo11fpwGjPjF4RiFkD81+GDSI\n6LXikSQRmGS+6FIrkXDKZ45ir8K3tGw6peXr/fq1FmzicySGRd8gFpAZIxCw\nLIM7YXBonoGsG8p/LqG6rTfmC3ymOR8R+WH5NGeMXkRw08KJED5nMkSp5b4I\nIRenKnfIZgz+daoFE8p/W6KtTz+Ac1pMou9vnSa3B7YZjr1y6B6B3PLDq3kC\nyZZWvv3u78F8u8WkVS8iA8BvEO6aPcENzQcT61P4h0r8mitpLmvKN2+WViLV\nowBn8STKGeuXImHwPgY6Et6U29r9ec1Y01YNNf8Qfd03eNhroDFKBsC3rPGU\nT9HJ\r\n=18y6\r\n-----END PGP SIGNATURE-----\r\n' }, 3591 silly install resolved maintainers: [ [Object] ], 3591 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 3591 silly install resolved directories: {}, 3591 silly install resolved _npmOperationalInternal: 3591 silly install resolved { host: 's3://npm-registry-packages', 3591 silly install resolved tmp: 'tmp/inherits_2.0.4_1560975532337_0.07791065184845936' }, 3591 silly install resolved _hasShrinkwrap: false, 3591 silly install resolved _shasum: '0fa2c64f932917c3433a0ded55363aae37416b7c', 3591 silly install resolved _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz', 3591 silly install resolved _from: 'inherits@>=2.0.3 <2.1.0', 3591 silly install resolved readme: 'ERROR: No README data found!' }, 3591 silly install resolved { name: 'process-nextick-args', 3591 silly install resolved version: '2.0.1', 3591 silly install resolved description: 'process.nextTick but always with args', 3591 silly install resolved main: 'index.js', 3591 silly install resolved scripts: { test: 'node test.js' }, 3591 silly install resolved repository: 3591 silly install resolved { type: 'git', 3591 silly install resolved url: 'git+https://github.com/calvinmetcalf/process-nextick-args.git' }, 3591 silly install resolved author: '', 3591 silly install resolved license: 'MIT', 3591 silly install resolved bugs: { url: 'https://github.com/calvinmetcalf/process-nextick-args/issues' }, 3591 silly install resolved homepage: 'https://github.com/calvinmetcalf/process-nextick-args', 3591 silly install resolved devDependencies: { tap: '~0.2.6' }, 3591 silly install resolved gitHead: 'b96d59913025441b00c4fd40e6894ddfa8e1c398', 3591 silly install resolved _id: 'process-nextick-args@2.0.1', 3591 silly install resolved _nodeVersion: '10.15.0', 3591 silly install resolved _npmVersion: '6.9.0', 3591 silly install resolved dist: 3591 silly install resolved { integrity: 'sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==', 3591 silly install resolved shasum: '7820d9b16120cc55ca9ae7792680ae7dba6d7fe2', 3591 silly install resolved tarball: 'https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz', 3591 silly install resolved fileCount: 4, 3591 silly install resolved unpackedSize: 3175, 3591 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCpxfCRA9TVsSAnZWagAA2wUQAJE/zQojeYBtJTNHDGq7\ntlqxR0qbiugyY02+BV/s6cTIRG7uCAwpyWelDotgFeE5IfxoLNOLuRtc5y5w\nZr/xlgT5KxchI87af3FpNTB2Y/0+lKDjbSdj0k+Mz8IjxwUtBdt/8yqH89EF\nxOE+H9WCjL94tqDrnaPAXfIo84m0FLUA5hneNrJqmhXGfC/a7ncO5x1AmBDj\nPGV0pyS4XxuUEsV2KSx2Fy2pXxsI01mxq7nAeOwNPb20XbPbGhzTU9eLOzAJ\nMggd+bKbuDdxCFdf/CQ76d9Gz2T6fxjHNsKrw7AYcfrTi6bLQQKBpeN5KE7i\nagIYpzq2HWsjhrClsm1TQNbV8SWQR2OhbgDdMKn8OkIsvQGKJpJbW6I+m1va\nTd4Gc9i1dIweSjvS2g/iaVdm2E0EWhU9tSH7SnKKmEOBCsWsGW5XJQP7W+sO\nKuxicRik6vCGyaMrZz83blayXuXGWPSP9uDt0/2MINRefJTTusWaSikZxyQn\nZ0uqV9Li6WEEWALHQf3NtlAq49U0w/NN9jRPI2iViPdf4Q/cyf/Fwp5PmVKt\nFYx9V7me9XNCxu1kBlx7ZkbZW0M0eEuLYW8J2hNMiJjuksUr0mOlXjSKwMGf\nru2wMy7dCU+zVeA65QtGPSSfMOrATVzjbRWuXkR3xAmv3bJmbMIn1IG/rtSr\nnc/W\r\n=K8U9\r\n-----END PGP SIGNATURE-----\r\n' }, 3591 silly install resolved maintainers: [ [Object] ], 3591 silly install resolved _npmUser: { name: 'cwmma', email: 'calvin.metcalf@gmail.com' }, 3591 silly install resolved directories: {}, 3591 silly install resolved _npmOperationalInternal: 3591 silly install resolved { host: 's3://npm-registry-packages', 3591 silly install resolved tmp: 'tmp/process-nextick-args_2.0.1_1560976479045_0.30434079670500513' }, 3591 silly install resolved _hasShrinkwrap: false, 3591 silly install resolved _shasum: '7820d9b16120cc55ca9ae7792680ae7dba6d7fe2', 3591 silly install resolved _resolved: 'https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz', 3591 silly install resolved _from: 'process-nextick-args@>=2.0.0 <2.1.0', 3591 silly install resolved readme: 'ERROR: No README data found!' }, 3591 silly install resolved { name: 'isarray', 3591 silly install resolved description: 'Array#isArray for older browsers', 3591 silly install resolved version: '1.0.0', 3591 silly install resolved repository: 3591 silly install resolved { type: 'git', 3591 silly install resolved url: 'git://github.com/juliangruber/isarray.git' }, 3591 silly install resolved homepage: 'https://github.com/juliangruber/isarray', 3591 silly install resolved main: 'index.js', 3591 silly install resolved dependencies: {}, 3591 silly install resolved devDependencies: { tape: '~2.13.4' }, 3591 silly install resolved keywords: [ 'browser', 'isarray', 'array' ], 3591 silly install resolved author: 3591 silly install resolved { name: 'Julian Gruber', 3591 silly install resolved email: 'mail@juliangruber.com', 3591 silly install resolved url: 'http://juliangruber.com' }, 3591 silly install resolved license: 'MIT', 3591 silly install resolved testling: { files: 'test.js', browsers: [Object] }, 3591 silly install resolved scripts: { test: 'tape test.js' }, 3591 silly install resolved gitHead: '2a23a281f369e9ae06394c0fb4d2381355a6ba33', 3591 silly install resolved bugs: { url: 'https://github.com/juliangruber/isarray/issues' }, 3591 silly install resolved _id: 'isarray@1.0.0', 3591 silly install resolved _shasum: 'bb935d48582cba168c06834957a54a3e07124f11', 3591 silly install resolved _from: 'isarray@>=1.0.0 <1.1.0', 3591 silly install resolved _npmVersion: '3.3.12', 3591 silly install resolved _nodeVersion: '5.1.0', 3591 silly install resolved _npmUser: { name: 'juliangruber', email: 'julian@juliangruber.com' }, 3591 silly install resolved dist: 3591 silly install resolved { shasum: 'bb935d48582cba168c06834957a54a3e07124f11', 3591 silly install resolved tarball: 'https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz' }, 3591 silly install resolved maintainers: [ [Object] ], 3591 silly install resolved directories: {}, 3591 silly install resolved _resolved: 'https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz', 3591 silly install resolved readme: 'ERROR: No README data found!' }, 3591 silly install resolved { name: 'string_decoder', 3591 silly install resolved version: '1.1.1', 3591 silly install resolved description: 'The string_decoder module from Node core', 3591 silly install resolved main: 'lib/string_decoder.js', 3591 silly install resolved dependencies: { 'safe-buffer': '~5.1.0' }, 3591 silly install resolved devDependencies: 3591 silly install resolved { 'babel-polyfill': '^6.23.0', 3591 silly install resolved 'core-util-is': '^1.0.2', 3591 silly install resolved inherits: '^2.0.3', 3591 silly install resolved tap: '~0.4.8' }, 3591 silly install resolved scripts: 3591 silly install resolved { test: 'tap test/parallel/*.js && node test/verify-dependencies', 3591 silly install resolved ci: 'tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js' }, 3591 silly install resolved repository: 3591 silly install resolved { type: 'git', 3591 silly install resolved url: 'git://github.com/nodejs/string_decoder.git' }, 3591 silly install resolved homepage: 'https://github.com/nodejs/string_decoder', 3591 silly install resolved keywords: [ 'string', 'decoder', 'browser', 'browserify' ], 3591 silly install resolved license: 'MIT', 3591 silly install resolved gitHead: '18c7f89c894ced5f610505bb006dfde9a3d1ac5e', 3591 silly install resolved bugs: { url: 'https://github.com/nodejs/string_decoder/issues' }, 3591 silly install resolved _id: 'string_decoder@1.1.1', 3591 silly install resolved _npmVersion: '5.8.0', 3591 silly install resolved _nodeVersion: '8.10.0', 3591 silly install resolved _npmUser: { name: 'matteo.collina', email: 'hello@matteocollina.com' }, 3591 silly install resolved dist: 3591 silly install resolved { integrity: 'sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==', 3591 silly install resolved shasum: '9cf1611ba62685d7030ae9e4ba34149c3af03fc8', 3591 silly install resolved tarball: 'https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz', 3591 silly install resolved fileCount: 5, 3591 silly install resolved unpackedSize: 15298 }, 3591 silly install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object] ], 3591 silly install resolved directories: {}, 3591 silly install resolved _npmOperationalInternal: 3591 silly install resolved { host: 's3://npm-registry-packages', 3591 silly install resolved tmp: 'tmp/string_decoder_1.1.1_1522397654739_0.2722524344416213' }, 3591 silly install resolved _hasShrinkwrap: false, 3591 silly install resolved _shasum: '9cf1611ba62685d7030ae9e4ba34149c3af03fc8', 3591 silly install resolved _resolved: 'https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz', 3591 silly install resolved _from: 'string_decoder@>=1.1.1 <1.2.0', 3591 silly install resolved readme: 'ERROR: No README data found!' }, 3591 silly install resolved { name: 'util-deprecate', 3591 silly install resolved version: '1.0.2', 3591 silly install resolved description: 'The Node.js `util.deprecate()` function with browser support', 3591 silly install resolved main: 'node.js', 3591 silly install resolved browser: 'browser.js', 3591 silly install resolved scripts: { test: 'echo "Error: no test specified" && exit 1' }, 3591 silly install resolved repository: 3591 silly install resolved { type: 'git', 3591 silly install resolved url: 'git://github.com/TooTallNate/util-deprecate.git' }, 3591 silly install resolved keywords: [ 'util', 'deprecate', 'browserify', 'browser', 'node' ], 3591 silly install resolved author: 3591 silly install resolved { name: 'Nathan Rajlich', 3591 silly install resolved email: 'nathan@tootallnate.net', 3591 silly install resolved url: 'http://n8.io/' }, 3591 silly install resolved license: 'MIT', 3591 silly install resolved bugs: { url: 'https://github.com/TooTallNate/util-deprecate/issues' }, 3591 silly install resolved homepage: 'https://github.com/TooTallNate/util-deprecate', 3591 silly install resolved gitHead: '475fb6857cd23fafff20c1be846c1350abf8e6d4', 3591 silly install resolved _id: 'util-deprecate@1.0.2', 3591 silly install resolved _shasum: '450d4dc9fa70de732762fbd2d4a28981419a0ccf', 3591 silly install resolved _from: 'util-deprecate@>=1.0.1 <1.1.0', 3591 silly install resolved _npmVersion: '2.14.4', 3591 silly install resolved _nodeVersion: '4.1.2', 3591 silly install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' }, 3591 silly install resolved maintainers: [ [Object] ], 3591 silly install resolved dist: 3591 silly install resolved { shasum: '450d4dc9fa70de732762fbd2d4a28981419a0ccf', 3591 silly install resolved tarball: 'https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz' }, 3591 silly install resolved directories: {}, 3591 silly install resolved _resolved: 'https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz', 3591 silly install resolved readme: 'ERROR: No README data found!' }, 3591 silly install resolved { name: 'safe-buffer', 3591 silly install resolved description: 'Safer Node.js Buffer API', 3591 silly install resolved version: '5.1.2', 3591 silly install resolved author: 3591 silly install resolved { name: 'Feross Aboukhadijeh', 3591 silly install resolved email: 'feross@feross.org', 3591 silly install resolved url: 'http://feross.org' }, 3591 silly install resolved bugs: { url: 'https://github.com/feross/safe-buffer/issues' }, 3591 silly install resolved devDependencies: { standard: '*', tape: '^4.0.0' }, 3591 silly install resolved homepage: 'https://github.com/feross/safe-buffer', 3591 silly install resolved keywords: 3591 silly install resolved [ 'buffer', 3591 silly install resolved 'buffer allocate', 3591 silly install resolved 'node security', 3591 silly install resolved 'safe', 3591 silly install resolved 'safe-buffer', 3591 silly install resolved 'security', 3591 silly install resolved 'uninitialized' ], 3591 silly install resolved license: 'MIT', 3591 silly install resolved main: 'index.js', 3591 silly install resolved types: 'index.d.ts', 3591 silly install resolved repository: { type: 'git', url: 'git://github.com/feross/safe-buffer.git' }, 3591 silly install resolved scripts: { test: 'standard && tape test/*.js' }, 3591 silly install resolved gitHead: '649435cc8e2d1f3ecdc7caf323f1cb1187307a16', 3591 silly install resolved _id: 'safe-buffer@5.1.2', 3591 silly install resolved _npmVersion: '6.0.0', 3591 silly install resolved _nodeVersion: '8.11.1', 3591 silly install resolved _npmUser: { name: 'feross', email: 'feross@feross.org' }, 3591 silly install resolved dist: 3591 silly install resolved { integrity: 'sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==', 3591 silly install resolved shasum: '991ec69d296e0313747d59bdfd2b745c35f8828d', 3591 silly install resolved tarball: 'https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz', 3591 silly install resolved fileCount: 5, 3591 silly install resolved unpackedSize: 31686, 3591 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4OCyCRA9TVsSAnZWagAAwf8QAIlCcf+WlqWgpiGufGgi\n+P81J+YsGVk8haOYIgZX8FTI10RjPKiGN6R11R2B8YMJhxk3kX6O2SO/pl6A\n3tuw9/n+HBQClzobhWovJ6aymO+ozlaxxWADx0DrqKhoDOfpPLoIjaWNS2q2\nh1VxErOXagn/JP11Le89LHqcZs3s1jYyH/cAvA7ygaHvHaDhAiMMimAdz8Ze\n07VKtAM6PSnBYODducjXNTWdqotsRnzmqWEQrV2OQsk8OudJ3+YBZG8szsQ2\nVGrOLeQyj7g+q/WrjFi6I4S+Eg0dYYUg73X3PaAFzGXf7VIjDDNkFjwmtx5u\nUxQ/HczXVzHkcVOfBzbNk4rPTx9o6gr+oDIvWeAgOPYIv1YT5bnMHZ2w7M+8\n4b+SPqVeWHcNfnUhLcHmxim2TWkl0DD+oeYSucsOZ65dJdihMlNiOlVe5XXl\nIPJbfOqNcWCzkibq7pQmTSeM52l8JSekpNZGi3RQQkbrVR+cR3F53VrDzvZe\n3Jqwg7hGlGXyXl5i3TPL0oqD15n/1+wLxZEBVrqM5SeQzvD8l1iDv+3sPViP\ng3msNBtX8NH+Sf4kfCJzHRGestQb0zpVa8wvKeQBBlmpv1kqAgnuPR3k39hI\ncjpqjm2vkmAetW4XnOnCuuMk4SEqejwXh0w1TAHlFLqhywxgSZhH6SJhTbgQ\nKQZ7\r\n=EOr+\r\n-----END PGP SIGNATURE-----\r\n' }, 3591 silly install resolved maintainers: [ [Object], [Object] ], 3591 silly install resolved directories: {}, 3591 silly install resolved _npmOperationalInternal: 3591 silly install resolved { host: 's3://npm-registry-packages', 3591 silly install resolved tmp: 'tmp/safe-buffer_5.1.2_1524687024555_0.6520279716197115' }, 3591 silly install resolved _hasShrinkwrap: false, 3591 silly install resolved _shasum: '991ec69d296e0313747d59bdfd2b745c35f8828d', 3591 silly install resolved _resolved: 'https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz', 3591 silly install resolved _from: 'safe-buffer@>=5.1.1 <5.2.0', 3591 silly install resolved readme: 'ERROR: No README data found!' }, 3591 silly install resolved { name: 'core-util-is', 3591 silly install resolved version: '1.0.3', 3591 silly install resolved description: 'The `util.is*` functions introduced in Node v0.12.', 3591 silly install resolved main: 'lib/util.js', 3591 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/core-util-is.git' }, 3591 silly install resolved keywords: 3591 silly install resolved [ 'util', 3591 silly install resolved 'isBuffer', 3591 silly install resolved 'isArray', 3591 silly install resolved 'isNumber', 3591 silly install resolved 'isString', 3591 silly install resolved 'isRegExp', 3591 silly install resolved 'isThis', 3591 silly install resolved 'isThat', 3591 silly install resolved 'polyfill' ], 3591 silly install resolved author: 3591 silly install resolved { name: 'Isaac Z. Schlueter', 3591 silly install resolved email: 'i@izs.me', 3591 silly install resolved url: 'http://blog.izs.me/' }, 3591 silly install resolved license: 'MIT', 3591 silly install resolved bugs: { url: 'https://github.com/isaacs/core-util-is/issues' }, 3591 silly install resolved scripts: 3591 silly install resolved { test: 'tap test.js', 3591 silly install resolved preversion: 'npm test', 3591 silly install resolved postversion: 'npm publish', 3591 silly install resolved prepublishOnly: 'git push origin --follow-tags' }, 3591 silly install resolved devDependencies: { tap: '^15.0.9' }, 3591 silly install resolved gitHead: '85f4620829d1b6079fd7b351f040b6ea7e184970', 3591 silly install resolved homepage: 'https://github.com/isaacs/core-util-is#readme', 3591 silly install resolved _id: 'core-util-is@1.0.3', 3591 silly install resolved _nodeVersion: '16.5.0', 3591 silly install resolved _npmVersion: '7.21.0', 3591 silly install resolved dist: 3591 silly install resolved { integrity: 'sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==', 3591 silly install resolved shasum: 'a6042d3634c2b27e9328f837b965fac83808db85', 3591 silly install resolved tarball: 'https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz', 3591 silly install resolved fileCount: 4, 3591 silly install resolved unpackedSize: 4982, 3591 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLj44CRA9TVsSAnZWagAA0AEQAI2rvxf1UM5FkovQLnTM\notN8pVW7FNS65fxu1FLu2d9NX74wN/ASuQwy0UIa+lGkHxq5tdt68JhPwvLQ\nTFDDzWt3Pc0Oym6axkIGM/g0Xa/CS8dzbOy04J+4eys5H2GFEVaSoRqgZwL/\nIM1JkE0utIRPLL2b/+9t6Wbe34ERurckzu7JIuJV3Aa6gkYyHhyrprqDh9Ft\nJG9C38gde82J/KRk6cT5E+LUF9oxCZS/OvaR/JZt9qtxJGTVKah4dVNOu/2W\nIA07E418ydf5iNxZy5EjT/M9UJexUygmzWd+KwFrghjoRTxXsQ5Xkl1qtiay\noLwiS1/1eqokkgLsIki/7v7cMKyJ74Dxgf2TOLaIQsLgClqlOvB+lU/FmaqR\nDjwLblnDynxQbAyG9wlv+8zuRCN9GnPnYdCkTrz9T3cYcr55xNqo5xabzhbs\neHmIh6Wa5PcDwWCrKer9BO/V/h6WouZ94xBljL8artMI2xZJhx3NleSNkSHm\nRIi8qRB3f6o/AP/Db00Qw6EZ/aubezwKLTdIfbv/fptzZoDFCkmttFkpm2HM\n8/xaOWFC4Vfv6nCe5boFym/Sjv1xaX7738gfekKNyz9Ukim2JY2LAHYcfLum\nVu7rxTCYJCiXYAxN9MBfP67Xea3gH60bS7nFZA/Rt+wc7CCItjfkUMXwmYmy\nuGG1\r\n=Ftuh\r\n-----END PGP SIGNATURE-----\r\n' }, 3591 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 3591 silly install resolved directories: {}, 3591 silly install resolved maintainers: [ [Object] ], 3591 silly install resolved _npmOperationalInternal: 3591 silly install resolved { host: 's3://npm-registry-packages', 3591 silly install resolved tmp: 'tmp/core-util-is_1.0.3_1630420536772_0.9472501484769849' }, 3591 silly install resolved _hasShrinkwrap: false, 3591 silly install resolved _shasum: 'a6042d3634c2b27e9328f837b965fac83808db85', 3591 silly install resolved _resolved: 'https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz', 3591 silly install resolved _from: 'core-util-is@>=1.0.0 <1.1.0' } ] 3592 info install inherits@2.0.4 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3593 info install process-nextick-args@2.0.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3594 info install isarray@1.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3595 info install string_decoder@1.1.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3596 info install util-deprecate@1.0.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3597 info install safe-buffer@5.1.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3598 info install core-util-is@1.0.3 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3599 info installOne inherits@2.0.4 3600 verbose installOne of inherits to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream not in flight; installing 3601 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3602 info installOne process-nextick-args@2.0.1 3603 verbose installOne of process-nextick-args to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream not in flight; installing 3604 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3605 info installOne isarray@1.0.0 3606 verbose installOne of isarray to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream not in flight; installing 3607 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3608 info installOne string_decoder@1.1.1 3609 verbose installOne of string_decoder to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream not in flight; installing 3610 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3611 info installOne util-deprecate@1.0.2 3612 verbose installOne of util-deprecate to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream not in flight; installing 3613 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3614 info installOne safe-buffer@5.1.2 3615 verbose installOne of safe-buffer to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream not in flight; installing 3616 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3617 info installOne core-util-is@1.0.3 3618 verbose installOne of core-util-is to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream not in flight; installing 3619 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3620 verbose lock using /root/.npm/_locks/inherits-3801d477af36edf0.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits 3621 verbose lock using /root/.npm/_locks/process-nextick-args-75e8e731ebbe0986.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args 3622 verbose lock using /root/.npm/_locks/isarray-bfa9c46286d2e945.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray 3623 verbose lock using /root/.npm/_locks/string-decoder-5c3e7a5cb5f27070.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder 3624 verbose lock using /root/.npm/_locks/util-deprecate-f7d87bff691518a1.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate 3625 verbose lock using /root/.npm/_locks/safe-buffer-1524f9939284f474.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer 3626 verbose lock using /root/.npm/_locks/core-util-is-6f3cc93c45e47bc9.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is 3627 silly install write writing inherits 2.0.4 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits 3628 silly install write writing process-nextick-args 2.0.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args 3629 silly install write writing isarray 1.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray 3630 silly install write writing string_decoder 1.1.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder 3631 silly install write writing util-deprecate 1.0.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate 3632 silly install write writing safe-buffer 5.1.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer 3633 silly install write writing core-util-is 1.0.3 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is 3634 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits 3635 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args 3636 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray 3637 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder 3638 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate 3639 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer 3640 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is 3641 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits is being purged from base /var/cloud/platform2 3642 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits 3643 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args is being purged from base /var/cloud/platform2 3644 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args 3645 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray is being purged from base /var/cloud/platform2 3646 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray 3647 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder is being purged from base /var/cloud/platform2 3648 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder 3649 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate is being purged from base /var/cloud/platform2 3650 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate 3651 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer is being purged from base /var/cloud/platform2 3652 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer 3653 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is is being purged from base /var/cloud/platform2 3654 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is 3655 verbose tar unpack /root/.npm/inherits/2.0.4/package.tgz 3656 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits 3657 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits is being purged 3658 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits 3659 verbose tar unpack /root/.npm/process-nextick-args/2.0.1/package.tgz 3660 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args 3661 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args is being purged 3662 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args 3663 verbose tar unpack /root/.npm/isarray/1.0.0/package.tgz 3664 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray 3665 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray is being purged 3666 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray 3667 verbose tar unpack /root/.npm/string_decoder/1.1.1/package.tgz 3668 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder 3669 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder is being purged 3670 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder 3671 verbose tar unpack /root/.npm/util-deprecate/1.0.2/package.tgz 3672 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate 3673 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate is being purged 3674 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate 3675 verbose tar unpack /root/.npm/safe-buffer/5.1.2/package.tgz 3676 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer 3677 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer is being purged 3678 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer 3679 verbose tar unpack /root/.npm/core-util-is/1.0.3/package.tgz 3680 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is 3681 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is is being purged 3682 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is 3683 silly gunzTarPerm modes [ '755', '644' ] 3684 silly gunzTarPerm modes [ '755', '644' ] 3685 silly gunzTarPerm modes [ '755', '644' ] 3686 silly gunzTarPerm modes [ '755', '644' ] 3687 silly gunzTarPerm modes [ '755', '644' ] 3688 silly gunzTarPerm modes [ '755', '644' ] 3689 silly gunzTarPerm modes [ '755', '644' ] 3690 silly fetchAndShaCheck shasum 8184fd347dac9cdc185992f3a6622e14b9d9ab6a 3691 http 304 https://registry.npmjs.org/number-is-nan 3692 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3692 verbose headers connection: 'keep-alive', 3692 verbose headers 'cf-ray': '69d6b5110ae90530-LAX', 3692 verbose headers age: '264', 3692 verbose headers 'cache-control': 'public, max-age=300', 3692 verbose headers etag: '"89eacaf2455ff937482b42f68f69c828"', 3692 verbose headers 'last-modified': 'Wed, 07 Apr 2021 06:14:49 GMT', 3692 verbose headers vary: 'Accept-Encoding', 3692 verbose headers 'cf-cache-status': 'HIT', 3692 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3692 verbose headers server: 'cloudflare' } 3693 silly get cb [ 304, 3693 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3693 silly get connection: 'keep-alive', 3693 silly get 'cf-ray': '69d6b5110ae90530-LAX', 3693 silly get age: '264', 3693 silly get 'cache-control': 'public, max-age=300', 3693 silly get etag: '"89eacaf2455ff937482b42f68f69c828"', 3693 silly get 'last-modified': 'Wed, 07 Apr 2021 06:14:49 GMT', 3693 silly get vary: 'Accept-Encoding', 3693 silly get 'cf-cache-status': 'HIT', 3693 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3693 silly get server: 'cloudflare' } ] 3694 verbose etag https://registry.npmjs.org/number-is-nan from cache 3695 verbose get saving number-is-nan to /root/.npm/registry.npmjs.org/number-is-nan/.cache.json 3696 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3697 http 304 https://registry.npmjs.org/minimatch 3698 verbose headers { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3698 verbose headers connection: 'keep-alive', 3698 verbose headers 'cf-ray': '69d6b510ad915325-LAX', 3698 verbose headers age: '283', 3698 verbose headers 'cache-control': 'public, max-age=300', 3698 verbose headers etag: '"74d0b8b38c427aed03f1f23d14bfb863"', 3698 verbose headers 'last-modified': 'Mon, 15 Apr 2019 06:36:47 GMT', 3698 verbose headers vary: 'Accept-Encoding', 3698 verbose headers 'cf-cache-status': 'HIT', 3698 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3698 verbose headers server: 'cloudflare' } 3699 silly get cb [ 304, 3699 silly get { date: 'Wed, 13 Oct 2021 07:03:17 GMT', 3699 silly get connection: 'keep-alive', 3699 silly get 'cf-ray': '69d6b510ad915325-LAX', 3699 silly get age: '283', 3699 silly get 'cache-control': 'public, max-age=300', 3699 silly get etag: '"74d0b8b38c427aed03f1f23d14bfb863"', 3699 silly get 'last-modified': 'Mon, 15 Apr 2019 06:36:47 GMT', 3699 silly get vary: 'Accept-Encoding', 3699 silly get 'cf-cache-status': 'HIT', 3699 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 3699 silly get server: 'cloudflare' } ] 3700 verbose etag https://registry.npmjs.org/minimatch from cache 3701 verbose get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json 3702 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3703 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/tr46/-/tr46-0.0.3.tgz not in flight; adding 3704 verbose addTmpTarball already have metadata; skipping unpack for tr46@0.0.3 3705 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3706 silly gunzTarPerm extractEntry package.json 3707 silly gunzTarPerm extractEntry package.json 3708 silly gunzTarPerm extractEntry LICENSE 3709 http fetch 200 https://registry.npmjs.org/ms/-/ms-2.1.2.tgz 3710 silly gunzTarPerm extractEntry package.json 3711 silly gunzTarPerm extractEntry package.json 3712 silly gunzTarPerm extractEntry package.json 3713 silly gunzTarPerm extractEntry .npmignore 3714 silly gunzTarPerm extractEntry README.md 3715 silly gunzTarPerm extractEntry package.json 3716 silly addNameRange number 2 { name: 'number-is-nan', range: '>=1.0.0 <2.0.0', hasData: true } 3717 silly addNameRange versions [ 'number-is-nan', [ '1.0.0', '1.0.1', '2.0.0', '3.0.0' ] ] 3718 silly addNamed number-is-nan@1.0.1 3719 verbose addNamed "1.0.1" is a plain semver version for number-is-nan 3720 silly addNameRange number 2 { name: 'minimatch', range: '>=3.0.4 <4.0.0', hasData: true } 3721 silly addNameRange versions [ 'minimatch', 3721 silly addNameRange [ '0.0.1', 3721 silly addNameRange '0.0.2', 3721 silly addNameRange '0.0.4', 3721 silly addNameRange '0.0.5', 3721 silly addNameRange '0.1.1', 3721 silly addNameRange '0.1.2', 3721 silly addNameRange '0.1.3', 3721 silly addNameRange '0.1.4', 3721 silly addNameRange '0.1.5', 3721 silly addNameRange '0.2.0', 3721 silly addNameRange '0.2.2', 3721 silly addNameRange '0.2.3', 3721 silly addNameRange '0.2.4', 3721 silly addNameRange '0.2.5', 3721 silly addNameRange '0.2.6', 3721 silly addNameRange '0.2.7', 3721 silly addNameRange '0.2.8', 3721 silly addNameRange '0.2.9', 3721 silly addNameRange '0.2.10', 3721 silly addNameRange '0.2.11', 3721 silly addNameRange '0.2.12', 3721 silly addNameRange '0.2.13', 3721 silly addNameRange '0.2.14', 3721 silly addNameRange '0.3.0', 3721 silly addNameRange '0.4.0', 3721 silly addNameRange '1.0.0', 3721 silly addNameRange '2.0.0', 3721 silly addNameRange '2.0.1', 3721 silly addNameRange '2.0.2', 3721 silly addNameRange '2.0.3', 3721 silly addNameRange '2.0.4', 3721 silly addNameRange '2.0.5', 3721 silly addNameRange '2.0.6', 3721 silly addNameRange '2.0.7', 3721 silly addNameRange '2.0.8', 3721 silly addNameRange '2.0.9', 3721 silly addNameRange '2.0.10', 3721 silly addNameRange '3.0.0', 3721 silly addNameRange '3.0.2', 3721 silly addNameRange '3.0.3', 3721 silly addNameRange '3.0.4' ] ] 3722 silly addNamed minimatch@3.0.4 3723 verbose addNamed "3.0.4" is a plain semver version for minimatch 3724 silly gunzTarPerm extractEntry README.md 3725 silly gunzTarPerm extractEntry LICENSE 3726 silly gunzTarPerm extractEntry lib/util.js 3727 silly gunzTarPerm extractEntry package.json 3728 silly gunzTarPerm extractEntry .travis.yml 3729 silly gunzTarPerm extractEntry LICENSE 3730 silly gunzTarPerm extractEntry index.js 3731 silly gunzTarPerm extractEntry license.md 3732 silly gunzTarPerm extractEntry index.d.ts 3733 silly gunzTarPerm extractEntry index.js 3734 silly gunzTarPerm extractEntry inherits_browser.js 3735 silly gunzTarPerm extractEntry inherits.js 3736 silly fetchAndShaCheck shasum d09d1f357b443f493382a8eb3ccd183872ae6009 3737 silly cache afterAdd tr46@0.0.3 3738 verbose afterAdd /root/.npm/tr46/0.0.3/package/package.json not in flight; writing 3739 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3740 verbose addTmpTarball /tmp/npm-3904860-3a93c59a/registry.npmjs.org/ms/-/ms-2.1.2.tgz not in flight; adding 3741 verbose addTmpTarball already have metadata; skipping unpack for ms@2.1.2 3742 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3743 silly gunzTarPerm extractEntry index.js 3744 silly gunzTarPerm extractEntry test.js 3745 silly gunzTarPerm extractEntry README.md 3746 silly gunzTarPerm extractEntry browser.js 3747 silly gunzTarPerm extractEntry node.js 3748 silly gunzTarPerm extractEntry README.md 3749 silly gunzTarPerm extractEntry lib/string_decoder.js 3750 verbose afterAdd /root/.npm/tr46/0.0.3/package/package.json written 3751 silly install resolved [ { name: 'webidl-conversions', 3751 silly install resolved version: '3.0.1', 3751 silly install resolved description: 'Implements the WebIDL algorithms for converting to and from JavaScript values', 3751 silly install resolved main: 'lib/index.js', 3751 silly install resolved scripts: { test: 'mocha test/*.js' }, 3751 silly install resolved repository: 3751 silly install resolved { type: 'git', 3751 silly install resolved url: 'git+https://github.com/jsdom/webidl-conversions.git' }, 3751 silly install resolved keywords: [ 'webidl', 'web', 'types' ], 3751 silly install resolved files: [ 'lib/' ], 3751 silly install resolved author: 3751 silly install resolved { name: 'Domenic Denicola', 3751 silly install resolved email: 'd@domenic.me', 3751 silly install resolved url: 'https://domenic.me/' }, 3751 silly install resolved license: 'BSD-2-Clause', 3751 silly install resolved devDependencies: { mocha: '^1.21.4' }, 3751 silly install resolved gitHead: 'e21056f891736db755cfe0d72e4ce083a9034ace', 3751 silly install resolved bugs: { url: 'https://github.com/jsdom/webidl-conversions/issues' }, 3751 silly install resolved homepage: 'https://github.com/jsdom/webidl-conversions#readme', 3751 silly install resolved _id: 'webidl-conversions@3.0.1', 3751 silly install resolved _shasum: '24534275e2a7bc6be7bc86611cc16ae0a5654871', 3751 silly install resolved _from: 'webidl-conversions@>=3.0.0 <4.0.0', 3751 silly install resolved _npmVersion: '3.5.3', 3751 silly install resolved _nodeVersion: '5.3.0', 3751 silly install resolved _npmUser: { name: 'sebmaster', email: 'sebmaster16@gmail.com' }, 3751 silly install resolved dist: 3751 silly install resolved { shasum: '24534275e2a7bc6be7bc86611cc16ae0a5654871', 3751 silly install resolved tarball: 'https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz' }, 3751 silly install resolved maintainers: [ [Object], [Object] ], 3751 silly install resolved directories: {}, 3751 silly install resolved _resolved: 'https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz' }, 3751 silly install resolved { name: 'tr46', 3751 silly install resolved version: '0.0.3', 3751 silly install resolved description: 'An implementation of the Unicode TR46 spec', 3751 silly install resolved main: 'index.js', 3751 silly install resolved scripts: 3751 silly install resolved { test: 'mocha', 3751 silly install resolved pretest: 'node scripts/getLatestUnicodeTests.js', 3751 silly install resolved prepublish: 'node scripts/generateMappingTable.js' }, 3751 silly install resolved repository: 3751 silly install resolved { type: 'git', 3751 silly install resolved url: 'git+https://github.com/Sebmaster/tr46.js.git' }, 3751 silly install resolved keywords: [ 'unicode', 'tr46', 'url', 'whatwg' ], 3751 silly install resolved author: { name: 'Sebastian Mayr', email: 'npm@smayr.name' }, 3751 silly install resolved license: 'MIT', 3751 silly install resolved bugs: { url: 'https://github.com/Sebmaster/tr46.js/issues' }, 3751 silly install resolved homepage: 'https://github.com/Sebmaster/tr46.js#readme', 3751 silly install resolved devDependencies: { mocha: '^2.2.5', request: '^2.57.0' }, 3751 silly install resolved gitHead: 'a8009f9ce80ff5dbe71dd71e203afe4e4c878d28', 3751 silly install resolved _id: 'tr46@0.0.3', 3751 silly install resolved _shasum: '8184fd347dac9cdc185992f3a6622e14b9d9ab6a', 3751 silly install resolved _from: 'tr46@>=0.0.3 <0.1.0', 3751 silly install resolved _npmVersion: '3.3.12', 3751 silly install resolved _nodeVersion: '5.4.1', 3751 silly install resolved _npmUser: { name: 'sebmaster', email: 'sebmaster16@gmail.com' }, 3751 silly install resolved dist: 3751 silly install resolved { shasum: '8184fd347dac9cdc185992f3a6622e14b9d9ab6a', 3751 silly install resolved tarball: 'https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz' }, 3751 silly install resolved maintainers: [ [Object] ], 3751 silly install resolved directories: {}, 3751 silly install resolved _resolved: 'https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz' } ] 3752 info install webidl-conversions@3.0.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 3753 info install tr46@0.0.3 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 3754 info installOne webidl-conversions@3.0.1 3755 verbose installOne of webidl-conversions to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url not in flight; installing 3756 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3757 info installOne tr46@0.0.3 3758 verbose installOne of tr46 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url not in flight; installing 3759 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3760 silly gunzTarPerm extractEntry readme.md 3761 silly gunzTarPerm extractEntry LICENSE 3762 silly gunzTarPerm extractEntry README.md 3763 verbose lock using /root/.npm/_locks/webidl-conversions-6112deeae0864071.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions 3764 verbose lock using /root/.npm/_locks/tr46-54d8cf492ea28a65.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 3765 silly gunzTarPerm extractEntry LICENSE 3766 silly gunzTarPerm extractEntry README.md 3767 silly install write writing webidl-conversions 3.0.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions 3768 silly install write writing tr46 0.0.3 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 3769 silly cache afterAdd ms@2.1.2 3770 verbose afterAdd /root/.npm/ms/2.1.2/package/package.json not in flight; writing 3771 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3772 silly gunzTarPerm extractEntry .travis.yml 3773 silly gunzTarPerm extractEntry Makefile 3774 silly gunzTarPerm extractEntry History.md 3775 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions 3776 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 3777 verbose afterAdd /root/.npm/ms/2.1.2/package/package.json written 3778 silly install resolved [ { name: 'ms', 3778 silly install resolved version: '2.1.2', 3778 silly install resolved description: 'Tiny millisecond conversion utility', 3778 silly install resolved repository: { type: 'git', url: 'git+https://github.com/zeit/ms.git' }, 3778 silly install resolved main: './index', 3778 silly install resolved scripts: 3778 silly install resolved { precommit: 'lint-staged', 3778 silly install resolved lint: 'eslint lib/* bin/*', 3778 silly install resolved test: 'mocha tests.js' }, 3778 silly install resolved eslintConfig: { extends: 'eslint:recommended', env: [Object] }, 3778 silly install resolved 'lint-staged': { '*.js': [Object] }, 3778 silly install resolved license: 'MIT', 3778 silly install resolved devDependencies: 3778 silly install resolved { eslint: '4.12.1', 3778 silly install resolved 'expect.js': '0.3.1', 3778 silly install resolved husky: '0.14.3', 3778 silly install resolved 'lint-staged': '5.0.0', 3778 silly install resolved mocha: '4.0.1' }, 3778 silly install resolved gitHead: '7920885eb232fbe7a5efdab956d3e7c507c92ddf', 3778 silly install resolved bugs: { url: 'https://github.com/zeit/ms/issues' }, 3778 silly install resolved homepage: 'https://github.com/zeit/ms#readme', 3778 silly install resolved _id: 'ms@2.1.2', 3778 silly install resolved _npmVersion: '6.4.1', 3778 silly install resolved _nodeVersion: '10.15.3', 3778 silly install resolved _npmUser: { name: 'styfle', email: 'steven@ceriously.com' }, 3778 silly install resolved dist: 3778 silly install resolved { integrity: 'sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==', 3778 silly install resolved shasum: 'd09d1f357b443f493382a8eb3ccd183872ae6009', 3778 silly install resolved tarball: 'https://registry.npmjs.org/ms/-/ms-2.1.2.tgz', 3778 silly install resolved fileCount: 4, 3778 silly install resolved unpackedSize: 6842, 3778 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+U4MCRA9TVsSAnZWagAA71AP/2rpu0zYdK5Z/BXrrKNW\nljsVOs4oHNJ2jeZrzpcV8eZUZ6zAi78plyxcnMCbbG+TrpjXrPcb8qFq630G\nS6+srbEF0lCGCc+ktJrNJPTeXkDxukQXVrepgZ2kxZ4m3q/QIAVoK4t9ebuH\nNYa+39wwET9oPuPsk+YY0Z7fQ1vadyuzHYOrRmtudV3ZtyT0k74Ec3IhKamW\nlLDJtCklD7IGcwirrvPssxmYu8WP+PAyFnrVaOW+iior1o07oWO2mk7sk3Fx\nwBSBFf7vZqFJP6Qg1m3TVBAiipL+Pf+b3Dy8fhmn4NhTGj/9Wl7f/LcqogOV\nV9l77qsZldCERBwmwLsHlMyCSSl/b2qaz28ZBTRwHtHdo19QT6MqX8Yvomy4\n+gyPBBAHC6bqqLZ0veRKzSNFfJYoFw8tQzyjSjpmYcdxaB5w4z4QPZAkZCku\ns+sooI5Xo33E9rcEDWmyqxdUud+Au/fTttg0dReYe8NVrUgzyk4T1W+D7I4k\nu3XV7O9bOaJiBTNsb22lGIC6E/HtjfoqW7iwl0cdZ8iZcPTBClkzsy9Hz6a4\nmNKDARFL0wjzWF/CoXyKcI6t9ruOepTQRfbAtZDAo4LEYj/bGiqm2kbX5AP6\nicCOlufTNip74l2bXv2sJNwtjGzEYF/S79Oyc49IP/ovIua4quXXtSjAh8Bg\nLrV/\r\n=GrYx\r\n-----END PGP SIGNATURE-----\r\n' }, 3778 silly install resolved maintainers: 3778 silly install resolved [ [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object], 3778 silly install resolved [Object] ], 3778 silly install resolved directories: {}, 3778 silly install resolved _npmOperationalInternal: 3778 silly install resolved { host: 's3://npm-registry-packages', 3778 silly install resolved tmp: 'tmp/ms_2.1.2_1559842315767_0.4700607530567853' }, 3778 silly install resolved _hasShrinkwrap: false, 3778 silly install resolved _shasum: 'd09d1f357b443f493382a8eb3ccd183872ae6009', 3778 silly install resolved _resolved: 'https://registry.npmjs.org/ms/-/ms-2.1.2.tgz', 3778 silly install resolved _from: 'ms@2.1.2' } ] 3779 info install ms@2.1.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 3780 info installOne ms@2.1.2 3781 verbose installOne of ms to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug not in flight; installing 3782 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3783 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions is being purged from base /var/cloud/platform2 3784 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions 3785 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 is being purged from base /var/cloud/platform2 3786 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 3787 verbose tar unpack /root/.npm/webidl-conversions/3.0.1/package.tgz 3788 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions 3789 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions is being purged 3790 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions 3791 verbose tar unpack /root/.npm/tr46/0.0.3/package.tgz 3792 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 3793 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 is being purged 3794 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 3795 verbose lock using /root/.npm/_locks/ms-dee5f5bac9966468.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms 3796 silly gunzTarPerm modes [ '755', '644' ] 3797 silly gunzTarPerm modes [ '755', '644' ] 3798 silly install write writing ms 2.1.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms 3799 silly gunzTarPerm extractEntry component.json 3800 silly gunzTarPerm extractEntry package.json 3801 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ] 3802 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms 3803 silly gunzTarPerm extractEntry package.json 3804 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ] 3805 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms is being purged from base /var/cloud/platform2 3806 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms 3807 silly gunzTarPerm extractEntry README.md 3808 silly gunzTarPerm modified mode [ 'README.md', 436, 420 ] 3809 silly gunzTarPerm extractEntry LICENSE.md 3810 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 420 ] 3811 silly cache afterAdd minimatch@3.0.4 3812 verbose afterAdd /root/.npm/minimatch/3.0.4/package/package.json not in flight; writing 3813 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3814 verbose tar unpack /root/.npm/ms/2.1.2/package.tgz 3815 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms 3816 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms is being purged 3817 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms 3818 silly gunzTarPerm extractEntry .npmignore 3819 silly gunzTarPerm modified mode [ '.npmignore', 436, 420 ] 3820 silly gunzTarPerm extractEntry index.js 3821 silly gunzTarPerm modified mode [ 'index.js', 436, 420 ] 3822 silly gunzTarPerm modes [ '755', '644' ] 3823 verbose afterAdd /root/.npm/minimatch/3.0.4/package/package.json written 3824 silly gunzTarPerm extractEntry package.json 3825 silly gunzTarPerm extractEntry lib/index.js 3826 silly gunzTarPerm modified mode [ 'lib/index.js', 436, 420 ] 3827 silly cache afterAdd number-is-nan@1.0.1 3828 verbose afterAdd /root/.npm/number-is-nan/1.0.1/package/package.json not in flight; writing 3829 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 3830 silly gunzTarPerm extractEntry lib/.gitkeep 3831 silly gunzTarPerm modified mode [ 'lib/.gitkeep', 436, 420 ] 3832 silly gunzTarPerm extractEntry lib/mappingTable.json 3833 silly gunzTarPerm modified mode [ 'lib/mappingTable.json', 436, 420 ] 3834 silly gunzTarPerm extractEntry index.js 3835 silly gunzTarPerm extractEntry license.md 3836 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is/package.json 3837 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args/package.json 3838 verbose afterAdd /root/.npm/number-is-nan/1.0.1/package/package.json written 3839 silly install resolved [ { name: 'number-is-nan', 3839 silly install resolved version: '1.0.1', 3839 silly install resolved description: 'ES2015 Number.isNaN() ponyfill', 3839 silly install resolved license: 'MIT', 3839 silly install resolved repository: 3839 silly install resolved { type: 'git', 3839 silly install resolved url: 'git+https://github.com/sindresorhus/number-is-nan.git' }, 3839 silly install resolved author: 3839 silly install resolved { name: 'Sindre Sorhus', 3839 silly install resolved email: 'sindresorhus@gmail.com', 3839 silly install resolved url: 'sindresorhus.com' }, 3839 silly install resolved engines: { node: '>=0.10.0' }, 3839 silly install resolved scripts: { test: 'ava' }, 3839 silly install resolved files: [ 'index.js' ], 3839 silly install resolved keywords: 3839 silly install resolved [ 'es2015', 3839 silly install resolved 'ecmascript', 3839 silly install resolved 'ponyfill', 3839 silly install resolved 'polyfill', 3839 silly install resolved 'shim', 3839 silly install resolved 'number', 3839 silly install resolved 'is', 3839 silly install resolved 'nan', 3839 silly install resolved 'not' ], 3839 silly install resolved devDependencies: { ava: '*' }, 3839 silly install resolved gitHead: 'ed9cdac3f428cc929b61bb230da42c87477af4b9', 3839 silly install resolved bugs: { url: 'https://github.com/sindresorhus/number-is-nan/issues' }, 3839 silly install resolved homepage: 'https://github.com/sindresorhus/number-is-nan#readme', 3839 silly install resolved _id: 'number-is-nan@1.0.1', 3839 silly install resolved _shasum: '097b602b53422a522c1afb8790318336941a011d', 3839 silly install resolved _from: 'number-is-nan@>=1.0.0 <2.0.0', 3839 silly install resolved _npmVersion: '2.15.9', 3839 silly install resolved _nodeVersion: '4.5.0', 3839 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 3839 silly install resolved dist: 3839 silly install resolved { shasum: '097b602b53422a522c1afb8790318336941a011d', 3839 silly install resolved tarball: 'https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz' }, 3839 silly install resolved maintainers: [ [Object] ], 3839 silly install resolved _npmOperationalInternal: 3839 silly install resolved { host: 'packages-12-west.internal.npmjs.com', 3839 silly install resolved tmp: 'tmp/number-is-nan-1.0.1.tgz_1475212313367_0.9480371843092144' }, 3839 silly install resolved directories: {}, 3839 silly install resolved _resolved: 'https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz', 3839 silly install resolved readme: 'ERROR: No README data found!' } ] 3840 info install number-is-nan@1.0.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 3841 info installOne number-is-nan@1.0.1 3842 verbose installOne of number-is-nan to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point not in flight; installing 3843 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 3844 info preinstall core-util-is@1.0.3 3845 info preinstall process-nextick-args@2.0.1 3846 verbose lock using /root/.npm/_locks/number-is-nan-6af66dfc8d33404b.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan 3847 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is/package.json 3848 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args/package.json 3849 silly install write writing number-is-nan 1.0.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan 3850 silly gunzTarPerm extractEntry readme.md 3851 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder/package.json 3852 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits/package.json 3853 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan 3854 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args/package.json 3855 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/package.json 3856 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan is being purged from base /var/cloud/platform2 3857 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan 3858 info preinstall string_decoder@1.1.1 3859 info preinstall inherits@2.0.4 3860 verbose tar unpack /root/.npm/number-is-nan/1.0.1/package.tgz 3861 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan 3862 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan is being purged 3863 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan 3864 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate/package.json 3865 silly gunzTarPerm modes [ '755', '644' ] 3866 info preinstall safe-buffer@5.1.2 3867 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder/package.json 3868 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is/package.json 3869 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits/package.json 3870 silly install resolved [] 3871 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args 3872 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args 3873 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/package.json 3874 info preinstall util-deprecate@1.0.2 3875 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate/package.json 3876 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder/package.json 3877 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits/package.json 3878 info linkStuff process-nextick-args@2.0.1 3879 silly linkStuff process-nextick-args@2.0.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules as its parent node_modules 3880 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/package.json 3881 verbose linkBins process-nextick-args@2.0.1 3882 verbose linkMans process-nextick-args@2.0.1 3883 verbose rebuildBundles process-nextick-args@2.0.1 3884 silly gunzTarPerm extractEntry package.json 3885 info install process-nextick-args@2.0.1 3886 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate/package.json 3887 silly install resolved [] 3888 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is 3889 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is 3890 silly install resolved [] 3891 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder 3892 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder 3893 silly install resolved [] 3894 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits 3895 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits 3896 info postinstall process-nextick-args@2.0.1 3897 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/package.json 3898 silly install resolved [] 3899 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer 3900 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer 3901 silly gunzTarPerm extractEntry index.js 3902 silly gunzTarPerm extractEntry license 3903 verbose unlock done using /root/.npm/_locks/process-nextick-args-75e8e731ebbe0986.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args 3904 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions/package.json 3905 info preinstall isarray@1.0.0 3906 info linkStuff string_decoder@1.1.1 3907 silly linkStuff string_decoder@1.1.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules as its parent node_modules 3908 silly install resolved [] 3909 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate 3910 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate 3911 info linkStuff inherits@2.0.4 3912 silly linkStuff inherits@2.0.4 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules as its parent node_modules 3913 info linkStuff safe-buffer@5.1.2 3914 silly linkStuff safe-buffer@5.1.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules as its parent node_modules 3915 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/package.json 3916 verbose linkBins string_decoder@1.1.1 3917 verbose linkMans string_decoder@1.1.1 3918 verbose rebuildBundles string_decoder@1.1.1 3919 info preinstall webidl-conversions@3.0.1 3920 verbose linkBins inherits@2.0.4 3921 verbose linkMans inherits@2.0.4 3922 verbose rebuildBundles inherits@2.0.4 3923 info install string_decoder@1.1.1 3924 info linkStuff core-util-is@1.0.3 3925 silly linkStuff core-util-is@1.0.3 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules as its parent node_modules 3926 info install inherits@2.0.4 3927 verbose linkBins safe-buffer@5.1.2 3928 verbose linkMans safe-buffer@5.1.2 3929 verbose rebuildBundles safe-buffer@5.1.2 3930 info linkStuff util-deprecate@1.0.2 3931 silly linkStuff util-deprecate@1.0.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules as its parent node_modules 3932 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions/package.json 3933 info install safe-buffer@5.1.2 3934 info postinstall string_decoder@1.1.1 3935 silly gunzTarPerm extractEntry readme.md 3936 info postinstall inherits@2.0.4 3937 verbose linkBins core-util-is@1.0.3 3938 verbose linkMans core-util-is@1.0.3 3939 verbose rebuildBundles core-util-is@1.0.3 3940 info postinstall safe-buffer@5.1.2 3941 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/package.json 3942 verbose linkBins util-deprecate@1.0.2 3943 verbose linkMans util-deprecate@1.0.2 3944 verbose rebuildBundles util-deprecate@1.0.2 3945 info install core-util-is@1.0.3 3946 verbose unlock done using /root/.npm/_locks/string-decoder-5c3e7a5cb5f27070.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder 3947 info install util-deprecate@1.0.2 3948 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms/package.json 3949 verbose unlock done using /root/.npm/_locks/inherits-3801d477af36edf0.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits 3950 info postinstall core-util-is@1.0.3 3951 verbose unlock done using /root/.npm/_locks/safe-buffer-1524f9939284f474.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer 3952 info postinstall util-deprecate@1.0.2 3953 verbose unlock done using /root/.npm/_locks/core-util-is-6f3cc93c45e47bc9.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is 3954 info preinstall ms@2.1.2 3955 silly install resolved [] 3956 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray 3957 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray 3958 verbose unlock done using /root/.npm/_locks/util-deprecate-f7d87bff691518a1.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate 3959 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms/package.json 3960 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions/package.json 3961 info linkStuff isarray@1.0.0 3962 silly linkStuff isarray@1.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules as its parent node_modules 3963 verbose linkBins isarray@1.0.0 3964 verbose linkMans isarray@1.0.0 3965 verbose rebuildBundles isarray@1.0.0 3966 info install isarray@1.0.0 3967 info postinstall isarray@1.0.0 3968 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms/package.json 3969 silly install resolved [] 3970 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions 3971 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions 3972 verbose unlock done using /root/.npm/_locks/isarray-bfa9c46286d2e945.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray 3973 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3974 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3975 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46/package.json 3976 info linkStuff readable-stream@2.3.7 3977 silly linkStuff readable-stream@2.3.7 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules as its parent node_modules 3978 info preinstall tr46@0.0.3 3979 verbose linkBins readable-stream@2.3.7 3980 verbose linkMans readable-stream@2.3.7 3981 verbose rebuildBundles readable-stream@2.3.7 3982 verbose rebuildBundles [ 'core-util-is', 3982 verbose rebuildBundles 'inherits', 3982 verbose rebuildBundles 'isarray', 3982 verbose rebuildBundles 'process-nextick-args', 3982 verbose rebuildBundles 'safe-buffer', 3982 verbose rebuildBundles 'string_decoder', 3982 verbose rebuildBundles 'util-deprecate' ] 3983 info install readable-stream@2.3.7 3984 info linkStuff webidl-conversions@3.0.1 3985 silly linkStuff webidl-conversions@3.0.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules as its parent node_modules 3986 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46/package.json 3987 silly install resolved [] 3988 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms 3989 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms 3990 info postinstall readable-stream@2.3.7 3991 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json 3992 verbose linkBins webidl-conversions@3.0.1 3993 verbose linkMans webidl-conversions@3.0.1 3994 verbose rebuildBundles webidl-conversions@3.0.1 3995 info install webidl-conversions@3.0.1 3996 verbose unlock done using /root/.npm/_locks/readable-stream-4ee656d0c2fd33dc.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream 3997 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 3998 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 3999 info postinstall webidl-conversions@3.0.1 4000 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46/package.json 4001 info preinstall number-is-nan@1.0.1 4002 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json 4003 verbose unlock done using /root/.npm/_locks/webidl-conversions-6112deeae0864071.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/webidl-conversions 4004 info linkStuff ms@2.1.2 4005 silly linkStuff ms@2.1.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules as its parent node_modules 4006 silly install resolved [] 4007 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 4008 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 4009 verbose linkBins ms@2.1.2 4010 verbose linkMans ms@2.1.2 4011 verbose rebuildBundles ms@2.1.2 4012 info install ms@2.1.2 4013 info linkStuff are-we-there-yet@1.1.7 4014 silly linkStuff are-we-there-yet@1.1.7 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules as its parent node_modules 4015 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json 4016 info postinstall ms@2.1.2 4017 info linkStuff tr46@0.0.3 4018 silly linkStuff tr46@0.0.3 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules as its parent node_modules 4019 verbose linkBins are-we-there-yet@1.1.7 4020 verbose linkMans are-we-there-yet@1.1.7 4021 verbose rebuildBundles are-we-there-yet@1.1.7 4022 verbose rebuildBundles [ 'delegates', 'readable-stream' ] 4023 info install are-we-there-yet@1.1.7 4024 verbose unlock done using /root/.npm/_locks/ms-dee5f5bac9966468.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms 4025 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 4026 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 4027 verbose linkBins tr46@0.0.3 4028 verbose linkMans tr46@0.0.3 4029 verbose rebuildBundles tr46@0.0.3 4030 info postinstall are-we-there-yet@1.1.7 4031 silly install resolved [] 4032 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan 4033 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan 4034 info install tr46@0.0.3 4035 info postinstall tr46@0.0.3 4036 verbose unlock done using /root/.npm/_locks/are-we-there-yet-117cc2c251859220.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet 4037 info linkStuff debug@4.3.2 4038 silly linkStuff debug@4.3.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules as its parent node_modules 4039 info linkStuff number-is-nan@1.0.1 4040 silly linkStuff number-is-nan@1.0.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules as its parent node_modules 4041 verbose unlock done using /root/.npm/_locks/tr46-54d8cf492ea28a65.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url/node_modules/tr46 4042 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 4043 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 4044 verbose linkBins debug@4.3.2 4045 verbose linkMans debug@4.3.2 4046 verbose rebuildBundles debug@4.3.2 4047 verbose rebuildBundles [ 'ms' ] 4048 info install debug@4.3.2 4049 verbose linkBins number-is-nan@1.0.1 4050 verbose linkMans number-is-nan@1.0.1 4051 verbose rebuildBundles number-is-nan@1.0.1 4052 info install number-is-nan@1.0.1 4053 info postinstall debug@4.3.2 4054 info postinstall number-is-nan@1.0.1 4055 verbose unlock done using /root/.npm/_locks/debug-effc711b80914d55.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent/node_modules/debug 4056 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 4057 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 4058 verbose unlock done using /root/.npm/_locks/number-is-nan-6af66dfc8d33404b.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan 4059 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 4060 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 4061 info linkStuff whatwg-url@5.0.0 4062 silly linkStuff whatwg-url@5.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules as its parent node_modules 4063 info linkStuff https-proxy-agent@5.0.0 4064 silly linkStuff https-proxy-agent@5.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules as its parent node_modules 4065 verbose linkBins whatwg-url@5.0.0 4066 verbose linkMans whatwg-url@5.0.0 4067 verbose rebuildBundles whatwg-url@5.0.0 4068 info linkStuff is-fullwidth-code-point@1.0.0 4069 silly linkStuff is-fullwidth-code-point@1.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules as its parent node_modules 4070 verbose rebuildBundles [ 'tr46', 'webidl-conversions' ] 4071 info install whatwg-url@5.0.0 4072 verbose linkBins https-proxy-agent@5.0.0 4073 verbose linkMans https-proxy-agent@5.0.0 4074 verbose rebuildBundles https-proxy-agent@5.0.0 4075 info postinstall whatwg-url@5.0.0 4076 verbose rebuildBundles [ 'agent-base', 'debug' ] 4077 info install https-proxy-agent@5.0.0 4078 verbose linkBins is-fullwidth-code-point@1.0.0 4079 verbose linkMans is-fullwidth-code-point@1.0.0 4080 verbose rebuildBundles is-fullwidth-code-point@1.0.0 4081 verbose rebuildBundles [ 'number-is-nan' ] 4082 info install is-fullwidth-code-point@1.0.0 4083 info postinstall https-proxy-agent@5.0.0 4084 verbose unlock done using /root/.npm/_locks/whatwg-url-7df44d2b161f5568.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch/node_modules/whatwg-url 4085 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 4086 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 4087 info postinstall is-fullwidth-code-point@1.0.0 4088 verbose unlock done using /root/.npm/_locks/https-proxy-agent-6e06b6cdd2a4c221.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent 4089 verbose unlock done using /root/.npm/_locks/is-fullwidth-code-point-c214e0a12b55524c.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point 4090 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 4091 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 4092 info linkStuff node-fetch@2.6.5 4093 silly linkStuff node-fetch@2.6.5 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules as its parent node_modules 4094 verbose linkBins node-fetch@2.6.5 4095 verbose linkMans node-fetch@2.6.5 4096 verbose rebuildBundles node-fetch@2.6.5 4097 info linkStuff string-width@1.0.2 4098 silly linkStuff string-width@1.0.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules as its parent node_modules 4099 verbose rebuildBundles [ 'whatwg-url' ] 4100 info install node-fetch@2.6.5 4101 info postinstall node-fetch@2.6.5 4102 verbose linkBins string-width@1.0.2 4103 verbose linkMans string-width@1.0.2 4104 verbose rebuildBundles string-width@1.0.2 4105 verbose rebuildBundles [ 'code-point-at', 'is-fullwidth-code-point' ] 4106 info install string-width@1.0.2 4107 verbose unlock done using /root/.npm/_locks/node-fetch-36214a8c1166e18e.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch 4108 info postinstall string-width@1.0.2 4109 verbose unlock done using /root/.npm/_locks/string-width-9ba743171987ea2a.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width 4110 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 4111 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 4112 info linkStuff gauge@2.7.4 4113 silly linkStuff gauge@2.7.4 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules as its parent node_modules 4114 verbose linkBins gauge@2.7.4 4115 verbose linkMans gauge@2.7.4 4116 verbose rebuildBundles gauge@2.7.4 4117 verbose rebuildBundles [ 'aproba', 4117 verbose rebuildBundles 'has-unicode', 4117 verbose rebuildBundles 'object-assign', 4117 verbose rebuildBundles 'signal-exit', 4117 verbose rebuildBundles 'string-width', 4117 verbose rebuildBundles 'strip-ansi', 4117 verbose rebuildBundles 'wide-align' ] 4118 info install gauge@2.7.4 4119 info postinstall gauge@2.7.4 4120 verbose unlock done using /root/.npm/_locks/gauge-b31526b2a62ab55b.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog/node_modules/gauge 4121 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 4122 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 4123 info linkStuff npmlog@4.1.2 4124 silly linkStuff npmlog@4.1.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules as its parent node_modules 4125 verbose linkBins npmlog@4.1.2 4126 verbose linkMans npmlog@4.1.2 4127 verbose rebuildBundles npmlog@4.1.2 4128 verbose rebuildBundles [ 'are-we-there-yet', 4128 verbose rebuildBundles 'console-control-strings', 4128 verbose rebuildBundles 'gauge', 4128 verbose rebuildBundles 'set-blocking' ] 4129 info install npmlog@4.1.2 4130 info postinstall npmlog@4.1.2 4131 verbose unlock done using /root/.npm/_locks/npmlog-db00e072f5d0e20e.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/npmlog 4132 http 200 https://registry.npmjs.org/inflight 4133 verbose headers { date: 'Wed, 13 Oct 2021 07:03:18 GMT', 4133 verbose headers 'content-type': 'application/json', 4133 verbose headers 'transfer-encoding': 'chunked', 4133 verbose headers connection: 'keep-alive', 4133 verbose headers 'cf-ray': '69d6b5174afe0d34-LAX', 4133 verbose headers age: '210', 4133 verbose headers 'cache-control': 'public, max-age=300', 4133 verbose headers etag: 'W/"d706ca5ebe52765b4d7a253f6a49bcc0"', 4133 verbose headers 'last-modified': 'Thu, 29 Jul 2021 05:09:06 GMT', 4133 verbose headers vary: 'accept-encoding, accept', 4133 verbose headers 'cf-cache-status': 'HIT', 4133 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4133 verbose headers 'x-amz-replication-status': 'COMPLETED', 4133 verbose headers server: 'cloudflare', 4133 verbose headers 'content-encoding': 'gzip' } 4134 silly get cb [ 200, 4134 silly get { date: 'Wed, 13 Oct 2021 07:03:18 GMT', 4134 silly get 'content-type': 'application/json', 4134 silly get 'transfer-encoding': 'chunked', 4134 silly get connection: 'keep-alive', 4134 silly get 'cf-ray': '69d6b5174afe0d34-LAX', 4134 silly get age: '210', 4134 silly get 'cache-control': 'public, max-age=300', 4134 silly get etag: 'W/"d706ca5ebe52765b4d7a253f6a49bcc0"', 4134 silly get 'last-modified': 'Thu, 29 Jul 2021 05:09:06 GMT', 4134 silly get vary: 'accept-encoding, accept', 4134 silly get 'cf-cache-status': 'HIT', 4134 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4134 silly get 'x-amz-replication-status': 'COMPLETED', 4134 silly get server: 'cloudflare', 4134 silly get 'content-encoding': 'gzip' } ] 4135 verbose get saving inflight to /root/.npm/registry.npmjs.org/inflight/.cache.json 4136 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4137 silly addNameRange number 2 { name: 'inflight', range: '>=1.0.4 <2.0.0', hasData: true } 4138 silly addNameRange versions [ 'inflight', 4138 silly addNameRange [ '1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.0.6' ] ] 4139 silly addNamed inflight@1.0.6 4140 verbose addNamed "1.0.6" is a plain semver version for inflight 4141 silly cache afterAdd inflight@1.0.6 4142 verbose afterAdd /root/.npm/inflight/1.0.6/package/package.json not in flight; writing 4143 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4144 verbose afterAdd /root/.npm/inflight/1.0.6/package/package.json written 4145 silly install resolved [ { name: 'fs.realpath', 4145 silly install resolved version: '1.0.0', 4145 silly install resolved description: 'Use node\'s fs.realpath, but fall back to the JS implementation if the native one fails', 4145 silly install resolved main: 'index.js', 4145 silly install resolved dependencies: {}, 4145 silly install resolved devDependencies: {}, 4145 silly install resolved scripts: { test: 'tap test/*.js --cov' }, 4145 silly install resolved repository: 4145 silly install resolved { type: 'git', 4145 silly install resolved url: 'git+https://github.com/isaacs/fs.realpath.git' }, 4145 silly install resolved keywords: [ 'realpath', 'fs', 'polyfill' ], 4145 silly install resolved author: 4145 silly install resolved { name: 'Isaac Z. Schlueter', 4145 silly install resolved email: 'i@izs.me', 4145 silly install resolved url: 'http://blog.izs.me/' }, 4145 silly install resolved license: 'ISC', 4145 silly install resolved files: [ 'old.js', 'index.js' ], 4145 silly install resolved gitHead: '03e7c884431fe185dfebbc9b771aeca339c1807a', 4145 silly install resolved bugs: { url: 'https://github.com/isaacs/fs.realpath/issues' }, 4145 silly install resolved homepage: 'https://github.com/isaacs/fs.realpath#readme', 4145 silly install resolved _id: 'fs.realpath@1.0.0', 4145 silly install resolved _shasum: '1504ad2523158caa40db4a2787cb01411994ea4f', 4145 silly install resolved _from: 'fs.realpath@>=1.0.0 <2.0.0', 4145 silly install resolved _npmVersion: '3.9.1', 4145 silly install resolved _nodeVersion: '4.4.4', 4145 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 4145 silly install resolved dist: 4145 silly install resolved { shasum: '1504ad2523158caa40db4a2787cb01411994ea4f', 4145 silly install resolved tarball: 'https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz' }, 4145 silly install resolved maintainers: [ [Object] ], 4145 silly install resolved _npmOperationalInternal: 4145 silly install resolved { host: 'packages-16-east.internal.npmjs.com', 4145 silly install resolved tmp: 'tmp/fs.realpath-1.0.0.tgz_1466015941059_0.3332864767871797' }, 4145 silly install resolved directories: {}, 4145 silly install resolved _resolved: 'https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz', 4145 silly install resolved readme: 'ERROR: No README data found!' }, 4145 silly install resolved { name: 'inherits', 4145 silly install resolved description: 'Browser-friendly inheritance fully compatible with standard node.js inherits()', 4145 silly install resolved version: '2.0.4', 4145 silly install resolved keywords: 4145 silly install resolved [ 'inheritance', 4145 silly install resolved 'class', 4145 silly install resolved 'klass', 4145 silly install resolved 'oop', 4145 silly install resolved 'object-oriented', 4145 silly install resolved 'inherits', 4145 silly install resolved 'browser', 4145 silly install resolved 'browserify' ], 4145 silly install resolved main: './inherits.js', 4145 silly install resolved browser: './inherits_browser.js', 4145 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/inherits.git' }, 4145 silly install resolved license: 'ISC', 4145 silly install resolved scripts: { test: 'tap' }, 4145 silly install resolved devDependencies: { tap: '^14.2.4' }, 4145 silly install resolved gitHead: '9a2c29400c6d491e0b7beefe0c32efa3b462545d', 4145 silly install resolved bugs: { url: 'https://github.com/isaacs/inherits/issues' }, 4145 silly install resolved homepage: 'https://github.com/isaacs/inherits#readme', 4145 silly install resolved _id: 'inherits@2.0.4', 4145 silly install resolved _nodeVersion: '12.3.1', 4145 silly install resolved _npmVersion: '6.9.0', 4145 silly install resolved dist: 4145 silly install resolved { integrity: 'sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==', 4145 silly install resolved shasum: '0fa2c64f932917c3433a0ded55363aae37416b7c', 4145 silly install resolved tarball: 'https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz', 4145 silly install resolved fileCount: 5, 4145 silly install resolved unpackedSize: 3958, 4145 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCpisCRA9TVsSAnZWagAA34wP/R7/M+OPDguEHhSTBFwm\nyr5qskotwW0egz8MlwqkYJnKmkNMGVwH2ciD0+mzkoomD+iUf9cAI6qjAT+p\n2b+qFTikQpScNZRMKnMF+f5Jf0X6IVS03tojFm2i9BSxD0DL7fRoNLw/3seH\nO/5vYeiQUq0Ojx3AY4hf31AQTfBlZ7pohiE6BNAYWBXWpCq2c3uENGaeiwxk\nnmTL/fUs8RRubjrqW5Bwpi+PZrkmwcL+Te/juGLP1Ef52BDjaeVk1e9YlNtJ\nX++I+HyVR0Kb4pYyBO/iRE1ifanLmGm70PsBFUmwAAq21FGhFH/cfAeoRJo7\n3MuW5+W8n2BmJKwpngGIf/92SWJP9Ww1Vo1Lo11fpwGjPjF4RiFkD81+GDSI\n6LXikSQRmGS+6FIrkXDKZ45ir8K3tGw6peXr/fq1FmzicySGRd8gFpAZIxCw\nLIM7YXBonoGsG8p/LqG6rTfmC3ymOR8R+WH5NGeMXkRw08KJED5nMkSp5b4I\nIRenKnfIZgz+daoFE8p/W6KtTz+Ac1pMou9vnSa3B7YZjr1y6B6B3PLDq3kC\nyZZWvv3u78F8u8WkVS8iA8BvEO6aPcENzQcT61P4h0r8mitpLmvKN2+WViLV\nowBn8STKGeuXImHwPgY6Et6U29r9ec1Y01YNNf8Qfd03eNhroDFKBsC3rPGU\nT9HJ\r\n=18y6\r\n-----END PGP SIGNATURE-----\r\n' }, 4145 silly install resolved maintainers: [ [Object] ], 4145 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 4145 silly install resolved directories: {}, 4145 silly install resolved _npmOperationalInternal: 4145 silly install resolved { host: 's3://npm-registry-packages', 4145 silly install resolved tmp: 'tmp/inherits_2.0.4_1560975532337_0.07791065184845936' }, 4145 silly install resolved _hasShrinkwrap: false, 4145 silly install resolved _shasum: '0fa2c64f932917c3433a0ded55363aae37416b7c', 4145 silly install resolved _resolved: 'https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz', 4145 silly install resolved _from: 'inherits@>=2.0.0 <3.0.0', 4145 silly install resolved readme: 'ERROR: No README data found!' }, 4145 silly install resolved { name: 'path-is-absolute', 4145 silly install resolved version: '1.0.1', 4145 silly install resolved description: 'Node.js 0.12 path.isAbsolute() ponyfill', 4145 silly install resolved license: 'MIT', 4145 silly install resolved repository: 4145 silly install resolved { type: 'git', 4145 silly install resolved url: 'git+https://github.com/sindresorhus/path-is-absolute.git' }, 4145 silly install resolved author: 4145 silly install resolved { name: 'Sindre Sorhus', 4145 silly install resolved email: 'sindresorhus@gmail.com', 4145 silly install resolved url: 'sindresorhus.com' }, 4145 silly install resolved engines: { node: '>=0.10.0' }, 4145 silly install resolved scripts: { test: 'xo && node test.js' }, 4145 silly install resolved files: [ 'index.js' ], 4145 silly install resolved keywords: 4145 silly install resolved [ 'path', 4145 silly install resolved 'paths', 4145 silly install resolved 'file', 4145 silly install resolved 'dir', 4145 silly install resolved 'absolute', 4145 silly install resolved 'isabsolute', 4145 silly install resolved 'is-absolute', 4145 silly install resolved 'built-in', 4145 silly install resolved 'util', 4145 silly install resolved 'utils', 4145 silly install resolved 'core', 4145 silly install resolved 'ponyfill', 4145 silly install resolved 'polyfill', 4145 silly install resolved 'shim', 4145 silly install resolved 'is', 4145 silly install resolved 'detect', 4145 silly install resolved 'check' ], 4145 silly install resolved devDependencies: { xo: '^0.16.0' }, 4145 silly install resolved gitHead: 'edc91d348b21dac2ab65ea2fbec2868e2eff5eb6', 4145 silly install resolved bugs: { url: 'https://github.com/sindresorhus/path-is-absolute/issues' }, 4145 silly install resolved homepage: 'https://github.com/sindresorhus/path-is-absolute#readme', 4145 silly install resolved _id: 'path-is-absolute@1.0.1', 4145 silly install resolved _shasum: '174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f', 4145 silly install resolved _from: 'path-is-absolute@>=1.0.0 <2.0.0', 4145 silly install resolved _npmVersion: '3.10.3', 4145 silly install resolved _nodeVersion: '6.6.0', 4145 silly install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' }, 4145 silly install resolved dist: 4145 silly install resolved { shasum: '174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f', 4145 silly install resolved tarball: 'https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz' }, 4145 silly install resolved maintainers: [ [Object] ], 4145 silly install resolved _npmOperationalInternal: 4145 silly install resolved { host: 'packages-12-west.internal.npmjs.com', 4145 silly install resolved tmp: 'tmp/path-is-absolute-1.0.1.tgz_1475210523565_0.9876507974695414' }, 4145 silly install resolved directories: {}, 4145 silly install resolved _resolved: 'https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz', 4145 silly install resolved readme: 'ERROR: No README data found!' }, 4145 silly install resolved { name: 'once', 4145 silly install resolved version: '1.4.0', 4145 silly install resolved description: 'Run a function exactly one time', 4145 silly install resolved main: 'once.js', 4145 silly install resolved directories: { test: 'test' }, 4145 silly install resolved dependencies: { wrappy: '1' }, 4145 silly install resolved devDependencies: { tap: '^7.0.1' }, 4145 silly install resolved scripts: { test: 'tap test/*.js' }, 4145 silly install resolved files: [ 'once.js' ], 4145 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/once.git' }, 4145 silly install resolved keywords: [ 'once', 'function', 'one', 'single' ], 4145 silly install resolved author: 4145 silly install resolved { name: 'Isaac Z. Schlueter', 4145 silly install resolved email: 'i@izs.me', 4145 silly install resolved url: 'http://blog.izs.me/' }, 4145 silly install resolved license: 'ISC', 4145 silly install resolved gitHead: '0e614d9f5a7e6f0305c625f6b581f6d80b33b8a6', 4145 silly install resolved bugs: { url: 'https://github.com/isaacs/once/issues' }, 4145 silly install resolved homepage: 'https://github.com/isaacs/once#readme', 4145 silly install resolved _id: 'once@1.4.0', 4145 silly install resolved _shasum: '583b1aa775961d4b113ac17d9c50baef9dd76bd1', 4145 silly install resolved _from: 'once@>=1.3.0 <2.0.0', 4145 silly install resolved _npmVersion: '3.10.7', 4145 silly install resolved _nodeVersion: '6.5.0', 4145 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 4145 silly install resolved dist: 4145 silly install resolved { shasum: '583b1aa775961d4b113ac17d9c50baef9dd76bd1', 4145 silly install resolved tarball: 'https://registry.npmjs.org/once/-/once-1.4.0.tgz' }, 4145 silly install resolved maintainers: [ [Object] ], 4145 silly install resolved _npmOperationalInternal: 4145 silly install resolved { host: 'packages-12-west.internal.npmjs.com', 4145 silly install resolved tmp: 'tmp/once-1.4.0.tgz_1473196269128_0.537820661207661' }, 4145 silly install resolved _resolved: 'https://registry.npmjs.org/once/-/once-1.4.0.tgz', 4145 silly install resolved readme: 'ERROR: No README data found!' }, 4145 silly install resolved { author: 4145 silly install resolved { name: 'Isaac Z. Schlueter', 4145 silly install resolved email: 'i@izs.me', 4145 silly install resolved url: 'http://blog.izs.me' }, 4145 silly install resolved name: 'minimatch', 4145 silly install resolved description: 'a glob matcher in javascript', 4145 silly install resolved version: '3.0.4', 4145 silly install resolved repository: { type: 'git', url: 'git://github.com/isaacs/minimatch.git' }, 4145 silly install resolved main: 'minimatch.js', 4145 silly install resolved scripts: 4145 silly install resolved { test: 'tap test/*.js --cov', 4145 silly install resolved preversion: 'npm test', 4145 silly install resolved postversion: 'npm publish', 4145 silly install resolved postpublish: 'git push origin --all; git push origin --tags' }, 4145 silly install resolved engines: { node: '*' }, 4145 silly install resolved dependencies: { 'brace-expansion': '^1.1.7' }, 4145 silly install resolved devDependencies: { tap: '^10.3.2' }, 4145 silly install resolved license: 'ISC', 4145 silly install resolved files: [ 'minimatch.js' ], 4145 silly install resolved gitHead: 'e46989a323d5f0aa4781eff5e2e6e7aafa223321', 4145 silly install resolved bugs: { url: 'https://github.com/isaacs/minimatch/issues' }, 4145 silly install resolved homepage: 'https://github.com/isaacs/minimatch#readme', 4145 silly install resolved _id: 'minimatch@3.0.4', 4145 silly install resolved _npmVersion: '5.0.0-beta.43', 4145 silly install resolved _nodeVersion: '8.0.0-pre', 4145 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 4145 silly install resolved dist: 4145 silly install resolved { integrity: 'sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==', 4145 silly install resolved shasum: '5166e286457f03306064be5497e8dbb0c3d32083', 4145 silly install resolved tarball: 'https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz' }, 4145 silly install resolved maintainers: [ [Object] ], 4145 silly install resolved _npmOperationalInternal: 4145 silly install resolved { host: 'packages-18-east.internal.npmjs.com', 4145 silly install resolved tmp: 'tmp/minimatch-3.0.4.tgz_1494180669024_0.22628829116001725' }, 4145 silly install resolved directories: {}, 4145 silly install resolved _shasum: '5166e286457f03306064be5497e8dbb0c3d32083', 4145 silly install resolved _resolved: 'https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz', 4145 silly install resolved _from: 'minimatch@>=3.0.4 <4.0.0', 4145 silly install resolved readme: 'ERROR: No README data found!' }, 4145 silly install resolved { name: 'inflight', 4145 silly install resolved version: '1.0.6', 4145 silly install resolved description: 'Add callbacks to requests in flight to avoid async duplication', 4145 silly install resolved main: 'inflight.js', 4145 silly install resolved files: [ 'inflight.js' ], 4145 silly install resolved dependencies: { once: '^1.3.0', wrappy: '1' }, 4145 silly install resolved devDependencies: { tap: '^7.1.2' }, 4145 silly install resolved scripts: { test: 'tap test.js --100' }, 4145 silly install resolved repository: { type: 'git', url: 'git+https://github.com/npm/inflight.git' }, 4145 silly install resolved author: 4145 silly install resolved { name: 'Isaac Z. Schlueter', 4145 silly install resolved email: 'i@izs.me', 4145 silly install resolved url: 'http://blog.izs.me/' }, 4145 silly install resolved bugs: { url: 'https://github.com/isaacs/inflight/issues' }, 4145 silly install resolved homepage: 'https://github.com/isaacs/inflight', 4145 silly install resolved license: 'ISC', 4145 silly install resolved gitHead: 'a547881738c8f57b27795e584071d67cf6ac1a57', 4145 silly install resolved _id: 'inflight@1.0.6', 4145 silly install resolved _shasum: '49bd6331d7d02d0c09bc910a1075ba8165b56df9', 4145 silly install resolved _from: 'inflight@>=1.0.4 <2.0.0', 4145 silly install resolved _npmVersion: '3.10.7', 4145 silly install resolved _nodeVersion: '6.5.0', 4145 silly install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' }, 4145 silly install resolved dist: 4145 silly install resolved { shasum: '49bd6331d7d02d0c09bc910a1075ba8165b56df9', 4145 silly install resolved tarball: 'https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz' }, 4145 silly install resolved maintainers: [ [Object], [Object], [Object], [Object] ], 4145 silly install resolved _npmOperationalInternal: 4145 silly install resolved { host: 'packages-16-east.internal.npmjs.com', 4145 silly install resolved tmp: 'tmp/inflight-1.0.6.tgz_1476330807696_0.10388551792129874' }, 4145 silly install resolved directories: {}, 4145 silly install resolved _resolved: 'https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz', 4145 silly install resolved readme: 'ERROR: No README data found!' } ] 4146 info install fs.realpath@1.0.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 4147 info install inherits@2.0.4 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 4148 info install path-is-absolute@1.0.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 4149 info install once@1.4.0 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 4150 info install minimatch@3.0.4 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 4151 info install inflight@1.0.6 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 4152 info installOne fs.realpath@1.0.0 4153 verbose installOne of fs.realpath to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob not in flight; installing 4154 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4155 info installOne inherits@2.0.4 4156 verbose installOne of inherits to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob not in flight; installing 4157 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4158 info installOne path-is-absolute@1.0.1 4159 verbose installOne of path-is-absolute to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob not in flight; installing 4160 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4161 info installOne once@1.4.0 4162 verbose installOne of once to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob not in flight; installing 4163 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4164 info installOne minimatch@3.0.4 4165 verbose installOne of minimatch to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob not in flight; installing 4166 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4167 info installOne inflight@1.0.6 4168 verbose installOne of inflight to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob not in flight; installing 4169 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4170 verbose lock using /root/.npm/_locks/fs-realpath-590df40f246a2447.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath 4171 verbose lock using /root/.npm/_locks/inherits-854388e646a48562.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits 4172 verbose lock using /root/.npm/_locks/path-is-absolute-139bc396d99b39d0.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute 4173 verbose lock using /root/.npm/_locks/once-8ce704bace3c6c14.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4174 verbose lock using /root/.npm/_locks/minimatch-c390654e1248a723.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4175 verbose lock using /root/.npm/_locks/inflight-9949bc094b9ac01f.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4176 silly install write writing fs.realpath 1.0.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath 4177 silly install write writing inherits 2.0.4 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits 4178 silly install write writing path-is-absolute 1.0.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute 4179 silly install write writing once 1.4.0 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4180 silly install write writing minimatch 3.0.4 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4181 silly install write writing inflight 1.0.6 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4182 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath 4183 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits 4184 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute 4185 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4186 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4187 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4188 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath is being purged from base /var/cloud/platform2 4189 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath 4190 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits is being purged from base /var/cloud/platform2 4191 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits 4192 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute is being purged from base /var/cloud/platform2 4193 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute 4194 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once is being purged from base /var/cloud/platform2 4195 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4196 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch is being purged from base /var/cloud/platform2 4197 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4198 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight is being purged from base /var/cloud/platform2 4199 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4200 verbose tar unpack /root/.npm/fs.realpath/1.0.0/package.tgz 4201 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath 4202 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath is being purged 4203 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath 4204 verbose tar unpack /root/.npm/inherits/2.0.4/package.tgz 4205 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits 4206 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits is being purged 4207 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits 4208 verbose tar unpack /root/.npm/path-is-absolute/1.0.1/package.tgz 4209 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute 4210 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute is being purged 4211 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute 4212 verbose tar unpack /root/.npm/once/1.4.0/package.tgz 4213 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4214 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once is being purged 4215 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4216 verbose tar unpack /root/.npm/minimatch/3.0.4/package.tgz 4217 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4218 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch is being purged 4219 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4220 verbose tar unpack /root/.npm/inflight/1.0.6/package.tgz 4221 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4222 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight is being purged 4223 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4224 silly gunzTarPerm modes [ '755', '644' ] 4225 silly gunzTarPerm modes [ '755', '644' ] 4226 silly gunzTarPerm modes [ '755', '644' ] 4227 silly gunzTarPerm modes [ '755', '644' ] 4228 silly gunzTarPerm modes [ '755', '644' ] 4229 silly gunzTarPerm modes [ '755', '644' ] 4230 silly gunzTarPerm extractEntry package.json 4231 silly gunzTarPerm extractEntry package.json 4232 silly gunzTarPerm extractEntry package.json 4233 silly gunzTarPerm extractEntry inherits_browser.js 4234 silly gunzTarPerm extractEntry inherits.js 4235 silly gunzTarPerm extractEntry README.md 4236 silly gunzTarPerm extractEntry LICENSE 4237 silly gunzTarPerm extractEntry README.md 4238 silly gunzTarPerm extractEntry LICENSE 4239 silly gunzTarPerm extractEntry LICENSE 4240 silly gunzTarPerm extractEntry README.md 4241 silly gunzTarPerm extractEntry index.js 4242 silly gunzTarPerm extractEntry old.js 4243 silly gunzTarPerm extractEntry once.js 4244 silly gunzTarPerm extractEntry package.json 4245 silly gunzTarPerm extractEntry README.md 4246 silly gunzTarPerm extractEntry LICENSE 4247 silly gunzTarPerm extractEntry package.json 4248 silly gunzTarPerm extractEntry inflight.js 4249 silly gunzTarPerm extractEntry README.md 4250 silly gunzTarPerm extractEntry LICENSE 4251 silly gunzTarPerm extractEntry package.json 4252 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/package.json 4253 silly gunzTarPerm extractEntry minimatch.js 4254 silly gunzTarPerm extractEntry index.js 4255 silly gunzTarPerm extractEntry license 4256 info preinstall once@1.4.0 4257 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/package.json 4258 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json 4259 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath/package.json 4260 silly gunzTarPerm extractEntry readme.md 4261 info preinstall inherits@2.0.4 4262 silly prepareForInstallMany adding wrappy@1 from once dependencies 4263 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/package.json 4264 info preinstall fs.realpath@1.0.0 4265 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json 4266 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath/package.json 4267 silly cache add args [ 'wrappy@1', null ] 4268 verbose cache add spec wrappy@1 4269 silly cache add parsed spec Result { 4269 silly cache add raw: 'wrappy@1', 4269 silly cache add scope: null, 4269 silly cache add name: 'wrappy', 4269 silly cache add rawSpec: '1', 4269 silly cache add spec: '>=1.0.0 <2.0.0', 4269 silly cache add type: 'range' } 4270 silly addNamed wrappy@>=1.0.0 <2.0.0 4271 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy 4272 silly addNameRange { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: false } 4273 silly mapToRegistry name wrappy 4274 silly mapToRegistry using default registry 4275 silly mapToRegistry registry https://registry.npmjs.org/ 4276 silly mapToRegistry data Result { 4276 silly mapToRegistry raw: 'wrappy', 4276 silly mapToRegistry scope: null, 4276 silly mapToRegistry name: 'wrappy', 4276 silly mapToRegistry rawSpec: '', 4276 silly mapToRegistry spec: 'latest', 4276 silly mapToRegistry type: 'tag' } 4277 silly mapToRegistry uri https://registry.npmjs.org/wrappy 4278 verbose addNameRange registry:https://registry.npmjs.org/wrappy not in flight; fetching 4279 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json 4280 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath/package.json 4281 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json 4282 silly install resolved [] 4283 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits 4284 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits 4285 silly install resolved [] 4286 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath 4287 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath 4288 info preinstall inflight@1.0.6 4289 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json 4290 info linkStuff inherits@2.0.4 4291 silly linkStuff inherits@2.0.4 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules as its parent node_modules 4292 info linkStuff fs.realpath@1.0.0 4293 silly linkStuff fs.realpath@1.0.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules as its parent node_modules 4294 verbose linkBins inherits@2.0.4 4295 verbose linkMans inherits@2.0.4 4296 verbose rebuildBundles inherits@2.0.4 4297 info install inherits@2.0.4 4298 verbose linkBins fs.realpath@1.0.0 4299 verbose linkMans fs.realpath@1.0.0 4300 verbose rebuildBundles fs.realpath@1.0.0 4301 info install fs.realpath@1.0.0 4302 silly prepareForInstallMany adding wrappy@1 from inflight dependencies 4303 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json 4304 info postinstall inherits@2.0.4 4305 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json 4306 info postinstall fs.realpath@1.0.0 4307 verbose unlock done using /root/.npm/_locks/inherits-854388e646a48562.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits 4308 info preinstall minimatch@3.0.4 4309 verbose unlock done using /root/.npm/_locks/fs-realpath-590df40f246a2447.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath 4310 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json 4311 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json 4312 silly cache add args [ 'wrappy@1', null ] 4313 verbose cache add spec wrappy@1 4314 silly cache add parsed spec Result { 4314 silly cache add raw: 'wrappy@1', 4314 silly cache add scope: null, 4314 silly cache add name: 'wrappy', 4314 silly cache add rawSpec: '1', 4314 silly cache add spec: '>=1.0.0 <2.0.0', 4314 silly cache add type: 'range' } 4315 silly addNamed wrappy@>=1.0.0 <2.0.0 4316 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy 4317 silly addNameRange { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: false } 4318 silly mapToRegistry name wrappy 4319 silly mapToRegistry using default registry 4320 silly mapToRegistry registry https://registry.npmjs.org/ 4321 silly mapToRegistry data Result { 4321 silly mapToRegistry raw: 'wrappy', 4321 silly mapToRegistry scope: null, 4321 silly mapToRegistry name: 'wrappy', 4321 silly mapToRegistry rawSpec: '', 4321 silly mapToRegistry spec: 'latest', 4321 silly mapToRegistry type: 'tag' } 4322 silly mapToRegistry uri https://registry.npmjs.org/wrappy 4323 verbose addNameRange registry:https://registry.npmjs.org/wrappy already in flight; waiting 4324 verbose request uri https://registry.npmjs.org/wrappy 4325 verbose request no auth needed 4326 info attempt registry request try #1 at 3:03:20 PM 4327 verbose etag W/"b023819a0b8f58d55067771c6d0c8671" 4328 verbose lastModified Thu, 22 Apr 2021 23:18:12 GMT 4329 http request GET https://registry.npmjs.org/wrappy 4330 info preinstall path-is-absolute@1.0.1 4331 silly prepareForInstallMany adding brace-expansion@^1.1.7 from minimatch dependencies 4332 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json 4333 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json 4334 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json 4335 silly cache add args [ 'brace-expansion@^1.1.7', null ] 4336 verbose cache add spec brace-expansion@^1.1.7 4337 silly cache add parsed spec Result { 4337 silly cache add raw: 'brace-expansion@^1.1.7', 4337 silly cache add scope: null, 4337 silly cache add name: 'brace-expansion', 4337 silly cache add rawSpec: '^1.1.7', 4337 silly cache add spec: '>=1.1.7 <2.0.0', 4337 silly cache add type: 'range' } 4338 silly addNamed brace-expansion@>=1.1.7 <2.0.0 4339 verbose addNamed ">=1.1.7 <2.0.0" is a valid semver range for brace-expansion 4340 silly addNameRange { name: 'brace-expansion', 4340 silly addNameRange range: '>=1.1.7 <2.0.0', 4340 silly addNameRange hasData: false } 4341 silly mapToRegistry name brace-expansion 4342 silly mapToRegistry using default registry 4343 silly mapToRegistry registry https://registry.npmjs.org/ 4344 silly mapToRegistry data Result { 4344 silly mapToRegistry raw: 'brace-expansion', 4344 silly mapToRegistry scope: null, 4344 silly mapToRegistry name: 'brace-expansion', 4344 silly mapToRegistry rawSpec: '', 4344 silly mapToRegistry spec: 'latest', 4344 silly mapToRegistry type: 'tag' } 4345 silly mapToRegistry uri https://registry.npmjs.org/brace-expansion 4346 verbose addNameRange registry:https://registry.npmjs.org/brace-expansion not in flight; fetching 4347 silly install resolved [] 4348 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute 4349 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute 4350 info linkStuff path-is-absolute@1.0.1 4351 silly linkStuff path-is-absolute@1.0.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules as its parent node_modules 4352 verbose linkBins path-is-absolute@1.0.1 4353 verbose linkMans path-is-absolute@1.0.1 4354 verbose rebuildBundles path-is-absolute@1.0.1 4355 info install path-is-absolute@1.0.1 4356 info postinstall path-is-absolute@1.0.1 4357 verbose request uri https://registry.npmjs.org/brace-expansion 4358 verbose request no auth needed 4359 info attempt registry request try #1 at 3:03:20 PM 4360 verbose etag W/"b2e1f4d2c7b34a60a24595a97925c402" 4361 verbose lastModified Mon, 22 Feb 2021 16:18:18 GMT 4362 http request GET https://registry.npmjs.org/brace-expansion 4363 verbose unlock done using /root/.npm/_locks/path-is-absolute-139bc396d99b39d0.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute 4364 http 304 https://registry.npmjs.org/wrappy 4365 verbose headers { date: 'Wed, 13 Oct 2021 07:03:20 GMT', 4365 verbose headers connection: 'keep-alive', 4365 verbose headers 'cf-ray': '69d6b524083f3643-LAX', 4365 verbose headers age: '101', 4365 verbose headers 'cache-control': 'public, max-age=300', 4365 verbose headers etag: '"b023819a0b8f58d55067771c6d0c8671"', 4365 verbose headers 'last-modified': 'Thu, 22 Apr 2021 23:18:12 GMT', 4365 verbose headers vary: 'Accept-Encoding', 4365 verbose headers 'cf-cache-status': 'HIT', 4365 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4365 verbose headers server: 'cloudflare' } 4366 silly get cb [ 304, 4366 silly get { date: 'Wed, 13 Oct 2021 07:03:20 GMT', 4366 silly get connection: 'keep-alive', 4366 silly get 'cf-ray': '69d6b524083f3643-LAX', 4366 silly get age: '101', 4366 silly get 'cache-control': 'public, max-age=300', 4366 silly get etag: '"b023819a0b8f58d55067771c6d0c8671"', 4366 silly get 'last-modified': 'Thu, 22 Apr 2021 23:18:12 GMT', 4366 silly get vary: 'Accept-Encoding', 4366 silly get 'cf-cache-status': 'HIT', 4366 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4366 silly get server: 'cloudflare' } ] 4367 verbose etag https://registry.npmjs.org/wrappy from cache 4368 verbose get saving wrappy to /root/.npm/registry.npmjs.org/wrappy/.cache.json 4369 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4370 silly addNameRange number 2 { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: true } 4371 silly addNameRange versions [ 'wrappy', [ '1.0.0', '1.0.1', '1.0.2', '0.0.0' ] ] 4372 silly addNamed wrappy@1.0.2 4373 verbose addNamed "1.0.2" is a plain semver version for wrappy 4374 silly addNameRange number 2 { name: 'wrappy', range: '>=1.0.0 <2.0.0', hasData: true } 4375 silly addNameRange versions [ 'wrappy', [ '1.0.0', '1.0.1', '1.0.2', '0.0.0' ] ] 4376 silly addNamed wrappy@1.0.2 4377 verbose addNamed "1.0.2" is a plain semver version for wrappy 4378 silly cache afterAdd wrappy@1.0.2 4379 verbose afterAdd /root/.npm/wrappy/1.0.2/package/package.json not in flight; writing 4380 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4381 silly cache afterAdd wrappy@1.0.2 4382 verbose afterAdd /root/.npm/wrappy/1.0.2/package/package.json already in flight; not writing 4383 verbose afterAdd /root/.npm/wrappy/1.0.2/package/package.json written 4384 silly install resolved [ { name: 'wrappy', 4384 silly install resolved version: '1.0.2', 4384 silly install resolved description: 'Callback wrapping utility', 4384 silly install resolved main: 'wrappy.js', 4384 silly install resolved files: [ 'wrappy.js' ], 4384 silly install resolved directories: { test: 'test' }, 4384 silly install resolved dependencies: {}, 4384 silly install resolved devDependencies: { tap: '^2.3.1' }, 4384 silly install resolved scripts: { test: 'tap --coverage test/*.js' }, 4384 silly install resolved repository: { type: 'git', url: 'git+https://github.com/npm/wrappy.git' }, 4384 silly install resolved author: 4384 silly install resolved { name: 'Isaac Z. Schlueter', 4384 silly install resolved email: 'i@izs.me', 4384 silly install resolved url: 'http://blog.izs.me/' }, 4384 silly install resolved license: 'ISC', 4384 silly install resolved bugs: { url: 'https://github.com/npm/wrappy/issues' }, 4384 silly install resolved homepage: 'https://github.com/npm/wrappy', 4384 silly install resolved gitHead: '71d91b6dc5bdeac37e218c2cf03f9ab55b60d214', 4384 silly install resolved _id: 'wrappy@1.0.2', 4384 silly install resolved _shasum: 'b5243d8f3ec1aa35f1364605bc0d1036e30ab69f', 4384 silly install resolved _from: 'wrappy@>=1.0.0 <2.0.0', 4384 silly install resolved _npmVersion: '3.9.1', 4384 silly install resolved _nodeVersion: '5.10.1', 4384 silly install resolved _npmUser: { name: 'zkat', email: 'kat@sykosomatic.org' }, 4384 silly install resolved dist: 4384 silly install resolved { shasum: 'b5243d8f3ec1aa35f1364605bc0d1036e30ab69f', 4384 silly install resolved tarball: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz' }, 4384 silly install resolved maintainers: [ [Object], [Object] ], 4384 silly install resolved _npmOperationalInternal: 4384 silly install resolved { host: 'packages-16-east.internal.npmjs.com', 4384 silly install resolved tmp: 'tmp/wrappy-1.0.2.tgz_1463527848281_0.037129373755306005' }, 4384 silly install resolved _resolved: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz', 4384 silly install resolved readme: 'ERROR: No README data found!' } ] 4385 info install wrappy@1.0.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4386 info installOne wrappy@1.0.2 4387 verbose installOne of wrappy to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight not in flight; installing 4388 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4389 silly install resolved [ { name: 'wrappy', 4389 silly install resolved version: '1.0.2', 4389 silly install resolved description: 'Callback wrapping utility', 4389 silly install resolved main: 'wrappy.js', 4389 silly install resolved files: [ 'wrappy.js' ], 4389 silly install resolved directories: { test: 'test' }, 4389 silly install resolved dependencies: {}, 4389 silly install resolved devDependencies: { tap: '^2.3.1' }, 4389 silly install resolved scripts: { test: 'tap --coverage test/*.js' }, 4389 silly install resolved repository: { type: 'git', url: 'git+https://github.com/npm/wrappy.git' }, 4389 silly install resolved author: 4389 silly install resolved { name: 'Isaac Z. Schlueter', 4389 silly install resolved email: 'i@izs.me', 4389 silly install resolved url: 'http://blog.izs.me/' }, 4389 silly install resolved license: 'ISC', 4389 silly install resolved bugs: { url: 'https://github.com/npm/wrappy/issues' }, 4389 silly install resolved homepage: 'https://github.com/npm/wrappy', 4389 silly install resolved gitHead: '71d91b6dc5bdeac37e218c2cf03f9ab55b60d214', 4389 silly install resolved _id: 'wrappy@1.0.2', 4389 silly install resolved _shasum: 'b5243d8f3ec1aa35f1364605bc0d1036e30ab69f', 4389 silly install resolved _from: 'wrappy@>=1.0.0 <2.0.0', 4389 silly install resolved _npmVersion: '3.9.1', 4389 silly install resolved _nodeVersion: '5.10.1', 4389 silly install resolved _npmUser: { name: 'zkat', email: 'kat@sykosomatic.org' }, 4389 silly install resolved dist: 4389 silly install resolved { shasum: 'b5243d8f3ec1aa35f1364605bc0d1036e30ab69f', 4389 silly install resolved tarball: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz' }, 4389 silly install resolved maintainers: [ [Object], [Object] ], 4389 silly install resolved _npmOperationalInternal: 4389 silly install resolved { host: 'packages-16-east.internal.npmjs.com', 4389 silly install resolved tmp: 'tmp/wrappy-1.0.2.tgz_1463527848281_0.037129373755306005' }, 4389 silly install resolved _resolved: 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz', 4389 silly install resolved readme: 'ERROR: No README data found!' } ] 4390 info install wrappy@1.0.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4391 info installOne wrappy@1.0.2 4392 verbose installOne of wrappy to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once not in flight; installing 4393 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4394 verbose lock using /root/.npm/_locks/wrappy-d1ebd673e405db78.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy 4395 verbose lock using /root/.npm/_locks/wrappy-261952202c62bf10.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy 4396 silly install write writing wrappy 1.0.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy 4397 silly install write writing wrappy 1.0.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy 4398 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy 4399 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy 4400 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy is being purged from base /var/cloud/platform2 4401 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy 4402 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy is being purged from base /var/cloud/platform2 4403 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy 4404 verbose tar unpack /root/.npm/wrappy/1.0.2/package.tgz 4405 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy 4406 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy is being purged 4407 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy 4408 verbose tar unpack /root/.npm/wrappy/1.0.2/package.tgz 4409 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy 4410 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy is being purged 4411 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy 4412 silly gunzTarPerm modes [ '755', '644' ] 4413 silly gunzTarPerm modes [ '755', '644' ] 4414 silly gunzTarPerm extractEntry package.json 4415 silly gunzTarPerm extractEntry package.json 4416 silly gunzTarPerm extractEntry README.md 4417 silly gunzTarPerm extractEntry LICENSE 4418 silly gunzTarPerm extractEntry README.md 4419 silly gunzTarPerm extractEntry LICENSE 4420 silly gunzTarPerm extractEntry wrappy.js 4421 silly gunzTarPerm extractEntry wrappy.js 4422 http 304 https://registry.npmjs.org/brace-expansion 4423 verbose headers { date: 'Wed, 13 Oct 2021 07:03:20 GMT', 4423 verbose headers connection: 'keep-alive', 4423 verbose headers 'cf-ray': '69d6b5241e370544-LAX', 4423 verbose headers age: '208', 4423 verbose headers 'cache-control': 'public, max-age=300', 4423 verbose headers etag: '"b2e1f4d2c7b34a60a24595a97925c402"', 4423 verbose headers 'last-modified': 'Mon, 22 Feb 2021 16:18:18 GMT', 4423 verbose headers vary: 'Accept-Encoding', 4423 verbose headers 'cf-cache-status': 'HIT', 4423 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4423 verbose headers server: 'cloudflare' } 4424 silly get cb [ 304, 4424 silly get { date: 'Wed, 13 Oct 2021 07:03:20 GMT', 4424 silly get connection: 'keep-alive', 4424 silly get 'cf-ray': '69d6b5241e370544-LAX', 4424 silly get age: '208', 4424 silly get 'cache-control': 'public, max-age=300', 4424 silly get etag: '"b2e1f4d2c7b34a60a24595a97925c402"', 4424 silly get 'last-modified': 'Mon, 22 Feb 2021 16:18:18 GMT', 4424 silly get vary: 'Accept-Encoding', 4424 silly get 'cf-cache-status': 'HIT', 4424 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4424 silly get server: 'cloudflare' } ] 4425 verbose etag https://registry.npmjs.org/brace-expansion from cache 4426 verbose get saving brace-expansion to /root/.npm/registry.npmjs.org/brace-expansion/.cache.json 4427 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4428 silly addNameRange number 2 { name: 'brace-expansion', 4428 silly addNameRange range: '>=1.1.7 <2.0.0', 4428 silly addNameRange hasData: true } 4429 silly addNameRange versions [ 'brace-expansion', 4429 silly addNameRange [ '0.0.0', 4429 silly addNameRange '1.0.0', 4429 silly addNameRange '1.0.1', 4429 silly addNameRange '1.1.0', 4429 silly addNameRange '1.1.1', 4429 silly addNameRange '1.1.2', 4429 silly addNameRange '1.1.3', 4429 silly addNameRange '1.1.4', 4429 silly addNameRange '1.1.5', 4429 silly addNameRange '1.1.6', 4429 silly addNameRange '1.1.7', 4429 silly addNameRange '1.1.8', 4429 silly addNameRange '1.1.9', 4429 silly addNameRange '1.1.10', 4429 silly addNameRange '1.1.11', 4429 silly addNameRange '2.0.0', 4429 silly addNameRange '2.0.1' ] ] 4430 silly addNamed brace-expansion@1.1.11 4431 verbose addNamed "1.1.11" is a plain semver version for brace-expansion 4432 silly cache afterAdd brace-expansion@1.1.11 4433 verbose afterAdd /root/.npm/brace-expansion/1.1.11/package/package.json not in flight; writing 4434 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4435 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json 4436 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json 4437 verbose afterAdd /root/.npm/brace-expansion/1.1.11/package/package.json written 4438 silly install resolved [ { name: 'brace-expansion', 4438 silly install resolved description: 'Brace expansion as known from sh/bash', 4438 silly install resolved version: '1.1.11', 4438 silly install resolved repository: 4438 silly install resolved { type: 'git', 4438 silly install resolved url: 'git://github.com/juliangruber/brace-expansion.git' }, 4438 silly install resolved homepage: 'https://github.com/juliangruber/brace-expansion', 4438 silly install resolved main: 'index.js', 4438 silly install resolved scripts: 4438 silly install resolved { test: 'tape test/*.js', 4438 silly install resolved gentest: 'bash test/generate.sh', 4438 silly install resolved bench: 'matcha test/perf/bench.js' }, 4438 silly install resolved dependencies: { 'balanced-match': '^1.0.0', 'concat-map': '0.0.1' }, 4438 silly install resolved devDependencies: { matcha: '^0.7.0', tape: '^4.6.0' }, 4438 silly install resolved keywords: [], 4438 silly install resolved author: 4438 silly install resolved { name: 'Julian Gruber', 4438 silly install resolved email: 'mail@juliangruber.com', 4438 silly install resolved url: 'http://juliangruber.com' }, 4438 silly install resolved license: 'MIT', 4438 silly install resolved testling: { files: 'test/*.js', browsers: [Object] }, 4438 silly install resolved gitHead: '01a21de7441549d26ac0c0a9ff91385d16e5c21c', 4438 silly install resolved bugs: { url: 'https://github.com/juliangruber/brace-expansion/issues' }, 4438 silly install resolved _id: 'brace-expansion@1.1.11', 4438 silly install resolved _npmVersion: '5.5.1', 4438 silly install resolved _nodeVersion: '9.0.0', 4438 silly install resolved _npmUser: { name: 'juliangruber', email: 'julian@juliangruber.com' }, 4438 silly install resolved dist: 4438 silly install resolved { integrity: 'sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==', 4438 silly install resolved shasum: '3c7fcbf529d87226f3d2f52b966ff5271eb441dd', 4438 silly install resolved tarball: 'https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz', 4438 silly install resolved fileCount: 4, 4438 silly install resolved unpackedSize: 11059 }, 4438 silly install resolved maintainers: [ [Object], [Object] ], 4438 silly install resolved directories: {}, 4438 silly install resolved _npmOperationalInternal: 4438 silly install resolved { host: 's3://npm-registry-packages', 4438 silly install resolved tmp: 'tmp/brace-expansion_1.1.11_1518248541320_0.33962849281003904' }, 4438 silly install resolved _hasShrinkwrap: false, 4438 silly install resolved _shasum: '3c7fcbf529d87226f3d2f52b966ff5271eb441dd', 4438 silly install resolved _resolved: 'https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz', 4438 silly install resolved _from: 'brace-expansion@>=1.1.7 <2.0.0', 4438 silly install resolved readme: 'ERROR: No README data found!' } ] 4439 info install brace-expansion@1.1.11 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4440 info installOne brace-expansion@1.1.11 4441 verbose installOne of brace-expansion to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch not in flight; installing 4442 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4443 info preinstall wrappy@1.0.2 4444 info preinstall wrappy@1.0.2 4445 verbose lock using /root/.npm/_locks/brace-expansion-e192039f0a11c8de.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4446 silly install write writing brace-expansion 1.1.11 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4447 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json 4448 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json 4449 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4450 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json 4451 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json 4452 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion is being purged from base /var/cloud/platform2 4453 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4454 verbose tar unpack /root/.npm/brace-expansion/1.1.11/package.tgz 4455 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4456 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion is being purged 4457 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4458 silly gunzTarPerm modes [ '755', '644' ] 4459 silly install resolved [] 4460 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy 4461 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy 4462 silly install resolved [] 4463 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy 4464 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy 4465 info linkStuff wrappy@1.0.2 4466 silly linkStuff wrappy@1.0.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules as its parent node_modules 4467 info linkStuff wrappy@1.0.2 4468 silly linkStuff wrappy@1.0.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules as its parent node_modules 4469 verbose linkBins wrappy@1.0.2 4470 verbose linkMans wrappy@1.0.2 4471 verbose rebuildBundles wrappy@1.0.2 4472 verbose linkBins wrappy@1.0.2 4473 verbose linkMans wrappy@1.0.2 4474 verbose rebuildBundles wrappy@1.0.2 4475 info install wrappy@1.0.2 4476 info install wrappy@1.0.2 4477 info postinstall wrappy@1.0.2 4478 info postinstall wrappy@1.0.2 4479 silly gunzTarPerm extractEntry package.json 4480 verbose unlock done using /root/.npm/_locks/wrappy-261952202c62bf10.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy 4481 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4482 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4483 verbose unlock done using /root/.npm/_locks/wrappy-d1ebd673e405db78.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy 4484 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4485 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4486 silly gunzTarPerm extractEntry index.js 4487 silly gunzTarPerm extractEntry LICENSE 4488 info linkStuff once@1.4.0 4489 silly linkStuff once@1.4.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules as its parent node_modules 4490 info linkStuff inflight@1.0.6 4491 silly linkStuff inflight@1.0.6 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules as its parent node_modules 4492 verbose linkBins once@1.4.0 4493 verbose linkMans once@1.4.0 4494 verbose rebuildBundles once@1.4.0 4495 verbose linkBins inflight@1.0.6 4496 verbose linkMans inflight@1.0.6 4497 verbose rebuildBundles inflight@1.0.6 4498 verbose rebuildBundles [ 'wrappy' ] 4499 info install once@1.4.0 4500 verbose rebuildBundles [ 'wrappy' ] 4501 info install inflight@1.0.6 4502 info postinstall once@1.4.0 4503 info postinstall inflight@1.0.6 4504 silly gunzTarPerm extractEntry README.md 4505 verbose unlock done using /root/.npm/_locks/once-8ce704bace3c6c14.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once 4506 verbose unlock done using /root/.npm/_locks/inflight-9949bc094b9ac01f.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight 4507 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json 4508 info preinstall brace-expansion@1.1.11 4509 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json 4510 silly prepareForInstallMany adding balanced-match@^1.0.0 from brace-expansion dependencies 4511 silly prepareForInstallMany adding concat-map@0.0.1 from brace-expansion dependencies 4512 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json 4513 silly cache add args [ 'balanced-match@^1.0.0', null ] 4514 verbose cache add spec balanced-match@^1.0.0 4515 silly cache add args [ 'concat-map@0.0.1', null ] 4516 verbose cache add spec concat-map@0.0.1 4517 silly cache add parsed spec Result { 4517 silly cache add raw: 'balanced-match@^1.0.0', 4517 silly cache add scope: null, 4517 silly cache add name: 'balanced-match', 4517 silly cache add rawSpec: '^1.0.0', 4517 silly cache add spec: '>=1.0.0 <2.0.0', 4517 silly cache add type: 'range' } 4518 silly addNamed balanced-match@>=1.0.0 <2.0.0 4519 verbose addNamed ">=1.0.0 <2.0.0" is a valid semver range for balanced-match 4520 silly addNameRange { name: 'balanced-match', 4520 silly addNameRange range: '>=1.0.0 <2.0.0', 4520 silly addNameRange hasData: false } 4521 silly mapToRegistry name balanced-match 4522 silly mapToRegistry using default registry 4523 silly mapToRegistry registry https://registry.npmjs.org/ 4524 silly mapToRegistry data Result { 4524 silly mapToRegistry raw: 'balanced-match', 4524 silly mapToRegistry scope: null, 4524 silly mapToRegistry name: 'balanced-match', 4524 silly mapToRegistry rawSpec: '', 4524 silly mapToRegistry spec: 'latest', 4524 silly mapToRegistry type: 'tag' } 4525 silly mapToRegistry uri https://registry.npmjs.org/balanced-match 4526 verbose addNameRange registry:https://registry.npmjs.org/balanced-match not in flight; fetching 4527 silly cache add parsed spec Result { 4527 silly cache add raw: 'concat-map@0.0.1', 4527 silly cache add scope: null, 4527 silly cache add name: 'concat-map', 4527 silly cache add rawSpec: '0.0.1', 4527 silly cache add spec: '0.0.1', 4527 silly cache add type: 'version' } 4528 silly addNamed concat-map@0.0.1 4529 verbose addNamed "0.0.1" is a plain semver version for concat-map 4530 silly mapToRegistry name concat-map 4531 silly mapToRegistry using default registry 4532 silly mapToRegistry registry https://registry.npmjs.org/ 4533 silly mapToRegistry data Result { 4533 silly mapToRegistry raw: 'concat-map', 4533 silly mapToRegistry scope: null, 4533 silly mapToRegistry name: 'concat-map', 4533 silly mapToRegistry rawSpec: '', 4533 silly mapToRegistry spec: 'latest', 4533 silly mapToRegistry type: 'tag' } 4534 silly mapToRegistry uri https://registry.npmjs.org/concat-map 4535 verbose addNameVersion registry:https://registry.npmjs.org/concat-map not in flight; fetching 4536 verbose request uri https://registry.npmjs.org/concat-map 4537 verbose request no auth needed 4538 info attempt registry request try #1 at 3:03:21 PM 4539 verbose etag W/"94c413d99b46c784f563e6153e58a1d4" 4540 verbose lastModified Sat, 26 May 2018 20:40:55 GMT 4541 http request GET https://registry.npmjs.org/concat-map 4542 verbose request uri https://registry.npmjs.org/balanced-match 4543 verbose request no auth needed 4544 info attempt registry request try #1 at 3:03:21 PM 4545 verbose etag W/"1fa8cc7fb93304aa8540b5cab9fbddb3" 4546 verbose lastModified Tue, 06 Apr 2021 12:53:28 GMT 4547 http request GET https://registry.npmjs.org/balanced-match 4548 http 304 https://registry.npmjs.org/balanced-match 4549 verbose headers { date: 'Wed, 13 Oct 2021 07:03:21 GMT', 4549 verbose headers connection: 'keep-alive', 4549 verbose headers 'cf-ray': '69d6b5262f773131-LAX', 4549 verbose headers age: '211', 4549 verbose headers 'cache-control': 'public, max-age=300', 4549 verbose headers etag: '"1fa8cc7fb93304aa8540b5cab9fbddb3"', 4549 verbose headers 'last-modified': 'Tue, 06 Apr 2021 12:53:28 GMT', 4549 verbose headers vary: 'Accept-Encoding', 4549 verbose headers 'cf-cache-status': 'HIT', 4549 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4549 verbose headers server: 'cloudflare' } 4550 silly get cb [ 304, 4550 silly get { date: 'Wed, 13 Oct 2021 07:03:21 GMT', 4550 silly get connection: 'keep-alive', 4550 silly get 'cf-ray': '69d6b5262f773131-LAX', 4550 silly get age: '211', 4550 silly get 'cache-control': 'public, max-age=300', 4550 silly get etag: '"1fa8cc7fb93304aa8540b5cab9fbddb3"', 4550 silly get 'last-modified': 'Tue, 06 Apr 2021 12:53:28 GMT', 4550 silly get vary: 'Accept-Encoding', 4550 silly get 'cf-cache-status': 'HIT', 4550 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4550 silly get server: 'cloudflare' } ] 4551 verbose etag https://registry.npmjs.org/balanced-match from cache 4552 verbose get saving balanced-match to /root/.npm/registry.npmjs.org/balanced-match/.cache.json 4553 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4554 silly addNameRange number 2 { name: 'balanced-match', 4554 silly addNameRange range: '>=1.0.0 <2.0.0', 4554 silly addNameRange hasData: true } 4555 silly addNameRange versions [ 'balanced-match', 4555 silly addNameRange [ '0.0.0', 4555 silly addNameRange '0.0.1', 4555 silly addNameRange '0.1.0', 4555 silly addNameRange '0.2.0', 4555 silly addNameRange '0.2.1', 4555 silly addNameRange '0.3.0', 4555 silly addNameRange '0.4.0', 4555 silly addNameRange '0.4.1', 4555 silly addNameRange '0.4.2', 4555 silly addNameRange '1.0.0', 4555 silly addNameRange '1.0.1', 4555 silly addNameRange '1.0.2', 4555 silly addNameRange '2.0.0' ] ] 4556 silly addNamed balanced-match@1.0.2 4557 verbose addNamed "1.0.2" is a plain semver version for balanced-match 4558 silly cache afterAdd balanced-match@1.0.2 4559 verbose afterAdd /root/.npm/balanced-match/1.0.2/package/package.json not in flight; writing 4560 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4561 verbose afterAdd /root/.npm/balanced-match/1.0.2/package/package.json written 4562 http 304 https://registry.npmjs.org/concat-map 4563 verbose headers { date: 'Wed, 13 Oct 2021 07:03:21 GMT', 4563 verbose headers connection: 'keep-alive', 4563 verbose headers 'cf-ray': '69d6b5261ae30c9b-LAX', 4563 verbose headers age: '48', 4563 verbose headers 'cache-control': 'public, max-age=300', 4563 verbose headers etag: '"94c413d99b46c784f563e6153e58a1d4"', 4563 verbose headers 'last-modified': 'Sat, 26 May 2018 20:40:55 GMT', 4563 verbose headers vary: 'Accept-Encoding', 4563 verbose headers 'cf-cache-status': 'HIT', 4563 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4563 verbose headers server: 'cloudflare' } 4564 silly get cb [ 304, 4564 silly get { date: 'Wed, 13 Oct 2021 07:03:21 GMT', 4564 silly get connection: 'keep-alive', 4564 silly get 'cf-ray': '69d6b5261ae30c9b-LAX', 4564 silly get age: '48', 4564 silly get 'cache-control': 'public, max-age=300', 4564 silly get etag: '"94c413d99b46c784f563e6153e58a1d4"', 4564 silly get 'last-modified': 'Sat, 26 May 2018 20:40:55 GMT', 4564 silly get vary: 'Accept-Encoding', 4564 silly get 'cf-cache-status': 'HIT', 4564 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 4564 silly get server: 'cloudflare' } ] 4565 verbose etag https://registry.npmjs.org/concat-map from cache 4566 verbose get saving concat-map to /root/.npm/registry.npmjs.org/concat-map/.cache.json 4567 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4568 silly cache afterAdd concat-map@0.0.1 4569 verbose afterAdd /root/.npm/concat-map/0.0.1/package/package.json not in flight; writing 4570 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing 4571 verbose afterAdd /root/.npm/concat-map/0.0.1/package/package.json written 4572 silly install resolved [ { name: 'balanced-match', 4572 silly install resolved description: 'Match balanced character pairs, like "{" and "}"', 4572 silly install resolved version: '1.0.2', 4572 silly install resolved repository: 4572 silly install resolved { type: 'git', 4572 silly install resolved url: 'git://github.com/juliangruber/balanced-match.git' }, 4572 silly install resolved homepage: 'https://github.com/juliangruber/balanced-match', 4572 silly install resolved main: 'index.js', 4572 silly install resolved scripts: { test: 'tape test/test.js', bench: 'matcha test/bench.js' }, 4572 silly install resolved devDependencies: { matcha: '^0.7.0', tape: '^4.6.0' }, 4572 silly install resolved keywords: [ 'match', 'regexp', 'test', 'balanced', 'parse' ], 4572 silly install resolved author: 4572 silly install resolved { name: 'Julian Gruber', 4572 silly install resolved email: 'mail@juliangruber.com', 4572 silly install resolved url: 'http://juliangruber.com' }, 4572 silly install resolved license: 'MIT', 4572 silly install resolved testling: { files: 'test/*.js', browsers: [Object] }, 4572 silly install resolved gitHead: 'c7412e09b95d6ad97fd1e2996f6adca7626a9ae8', 4572 silly install resolved bugs: { url: 'https://github.com/juliangruber/balanced-match/issues' }, 4572 silly install resolved _id: 'balanced-match@1.0.2', 4572 silly install resolved _nodeVersion: '15.9.0', 4572 silly install resolved _npmVersion: '7.7.6', 4572 silly install resolved dist: 4572 silly install resolved { integrity: 'sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==', 4572 silly install resolved shasum: 'e83e3a7e3f300b34cb9d87f615fa0cbf357690ee', 4572 silly install resolved tarball: 'https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz', 4572 silly install resolved fileCount: 5, 4572 silly install resolved unpackedSize: 6939, 4572 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbFk9CRA9TVsSAnZWagAAZCkP/2oCPlLyH1O+2fxJepxC\nP64dIPH4FmdtcuRV6m9JSSnNayjLyl7KZSkzngJveJAVMwBH2oSO40HVruAc\njNGdawU0sm41Tvkxm0K9AhiT5pfqBHv6KBj/sR5+2iF56zAM7pxrc8eTsgj9\nHBAYq5ZoePKf+Kki77ilWwK1Z7VXekk3KNgPd4jsbZ58JGL2dLVmqJcOPAfx\nTRECI9NV5oyHl+EsOGnMnAB8Z7GvNH+/sVo5lWZkldStJDjlj3mZq9fxMo5I\nw/2pmVPI8dvYYA6r3mp55YYDyvWA49CoRgTHXqEy4tpHmmdTAdB2Je+3j/n0\nvbJm74Ab6CnZnwa9Oaowz+VcKkcczXICTxPj0D+ddvVksD+6VpnAz79Jyia5\nqApDNXnYv+8bdnMwhnA2tQ0vz10HANuZ1xfpXE9Yy4Py/1LsTvExovYsie1G\n9RQ1GkIpGwwyOuzbDqHtrRjduAy35VNtIw2nQTCRLz87w/7DV+RbTvaT1Fp7\nb4WQN9z6BoX0Bl/Qi8PXTDN5J8M83MsRThoYm20M0nAVeGbxrfHTMJoXvxF9\ntlHuV3E7W7x3lvG0za7wLn9p76uOzxDX8Osr5POJ/GpEVciz0PWcbHQHFHUm\nxB+x3O0C9eAdKW/9/7/YA9zMqdqcMuwg6f26neIYIk10oZQyRriBoV6OZtIy\ntw1n\r\n=eH8s\r\n-----END PGP SIGNATURE-----\r\n' }, 4572 silly install resolved _npmUser: { name: 'juliangruber', email: 'julian@juliangruber.com' }, 4572 silly install resolved directories: {}, 4572 silly install resolved maintainers: [ [Object] ], 4572 silly install resolved _npmOperationalInternal: 4572 silly install resolved { host: 's3://npm-registry-packages', 4572 silly install resolved tmp: 'tmp/balanced-match_1.0.2_1617713469141_0.18827857838975826' }, 4572 silly install resolved _hasShrinkwrap: false, 4572 silly install resolved _shasum: 'e83e3a7e3f300b34cb9d87f615fa0cbf357690ee', 4572 silly install resolved _resolved: 'https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz', 4572 silly install resolved _from: 'balanced-match@>=1.0.0 <2.0.0', 4572 silly install resolved readme: 'ERROR: No README data found!' }, 4572 silly install resolved { name: 'concat-map', 4572 silly install resolved description: 'concatenative mapdashery', 4572 silly install resolved version: '0.0.1', 4572 silly install resolved repository: 4572 silly install resolved { type: 'git', 4572 silly install resolved url: 'git://github.com/substack/node-concat-map.git' }, 4572 silly install resolved main: 'index.js', 4572 silly install resolved keywords: [ 'concat', 'concatMap', 'map', 'functional', 'higher-order' ], 4572 silly install resolved directories: { example: 'example', test: 'test' }, 4572 silly install resolved scripts: { test: 'tape test/*.js' }, 4572 silly install resolved devDependencies: { tape: '~2.4.0' }, 4572 silly install resolved license: 'MIT', 4572 silly install resolved author: 4572 silly install resolved { name: 'James Halliday', 4572 silly install resolved email: 'mail@substack.net', 4572 silly install resolved url: 'http://substack.net' }, 4572 silly install resolved testling: { files: 'test/*.js', browsers: [Object] }, 4572 silly install resolved bugs: { url: 'https://github.com/substack/node-concat-map/issues' }, 4572 silly install resolved homepage: 'https://github.com/substack/node-concat-map', 4572 silly install resolved _id: 'concat-map@0.0.1', 4572 silly install resolved dist: 4572 silly install resolved { shasum: 'd8a96bd77fd68df7793a73036a3ba0d5405d477b', 4572 silly install resolved tarball: 'https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz' }, 4572 silly install resolved _from: 'concat-map@0.0.1', 4572 silly install resolved _npmVersion: '1.3.21', 4572 silly install resolved _npmUser: { name: 'substack', email: 'mail@substack.net' }, 4572 silly install resolved maintainers: [ [Object] ], 4572 silly install resolved _shasum: 'd8a96bd77fd68df7793a73036a3ba0d5405d477b', 4572 silly install resolved _resolved: 'https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz', 4572 silly install resolved readme: 'ERROR: No README data found!' } ] 4573 info install balanced-match@1.0.2 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4574 info install concat-map@0.0.1 into /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4575 info installOne balanced-match@1.0.2 4576 verbose installOne of balanced-match to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion not in flight; installing 4577 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4578 info installOne concat-map@0.0.1 4579 verbose installOne of concat-map to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion not in flight; installing 4580 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing 4581 verbose lock using /root/.npm/_locks/balanced-match-cc2af4d422f320e6.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match 4582 verbose lock using /root/.npm/_locks/concat-map-cb9d27df36c4e51a.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map 4583 silly install write writing balanced-match 1.0.2 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match 4584 silly install write writing concat-map 0.0.1 to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map 4585 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match 4586 verbose unbuild node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map 4587 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match is being purged from base /var/cloud/platform2 4588 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match 4589 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map is being purged from base /var/cloud/platform2 4590 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map 4591 verbose tar unpack /root/.npm/balanced-match/1.0.2/package.tgz 4592 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match 4593 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match is being purged 4594 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match 4595 verbose tar unpack /root/.npm/concat-map/0.0.1/package.tgz 4596 verbose tar unpacking to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map 4597 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map is being purged 4598 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map 4599 silly gunzTarPerm modes [ '755', '644' ] 4600 silly gunzTarPerm modes [ '755', '644' ] 4601 silly gunzTarPerm extractEntry index.js 4602 silly gunzTarPerm extractEntry package.json 4603 silly gunzTarPerm extractEntry package.json 4604 silly gunzTarPerm extractEntry LICENSE.md 4605 silly gunzTarPerm extractEntry LICENSE 4606 silly gunzTarPerm extractEntry index.js 4607 silly gunzTarPerm extractEntry README.md 4608 silly gunzTarPerm extractEntry .github/FUNDING.yml 4609 silly gunzTarPerm extractEntry .travis.yml 4610 silly gunzTarPerm extractEntry README.markdown 4611 silly gunzTarPerm extractEntry example/map.js 4612 silly gunzTarPerm extractEntry test/map.js 4613 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json 4614 info preinstall balanced-match@1.0.2 4615 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json 4616 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json 4617 verbose write writing to /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json 4618 silly install resolved [] 4619 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match 4620 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match 4621 info preinstall concat-map@0.0.1 4622 info linkStuff balanced-match@1.0.2 4623 silly linkStuff balanced-match@1.0.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules as its parent node_modules 4624 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json 4625 verbose linkBins balanced-match@1.0.2 4626 verbose linkMans balanced-match@1.0.2 4627 verbose rebuildBundles balanced-match@1.0.2 4628 info install balanced-match@1.0.2 4629 info postinstall balanced-match@1.0.2 4630 verbose readDependencies loading dependencies from /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json 4631 verbose unlock done using /root/.npm/_locks/balanced-match-cc2af4d422f320e6.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match 4632 silly install resolved [] 4633 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map 4634 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map 4635 info linkStuff concat-map@0.0.1 4636 silly linkStuff concat-map@0.0.1 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules as its parent node_modules 4637 verbose linkBins concat-map@0.0.1 4638 verbose linkMans concat-map@0.0.1 4639 verbose rebuildBundles concat-map@0.0.1 4640 info install concat-map@0.0.1 4641 info postinstall concat-map@0.0.1 4642 verbose unlock done using /root/.npm/_locks/concat-map-cb9d27df36c4e51a.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map 4643 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4644 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4645 info linkStuff brace-expansion@1.1.11 4646 silly linkStuff brace-expansion@1.1.11 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules as its parent node_modules 4647 verbose linkBins brace-expansion@1.1.11 4648 verbose linkMans brace-expansion@1.1.11 4649 verbose rebuildBundles brace-expansion@1.1.11 4650 verbose rebuildBundles [ 'balanced-match', 'concat-map' ] 4651 info install brace-expansion@1.1.11 4652 info postinstall brace-expansion@1.1.11 4653 verbose unlock done using /root/.npm/_locks/brace-expansion-e192039f0a11c8de.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion 4654 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4655 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4656 info linkStuff minimatch@3.0.4 4657 silly linkStuff minimatch@3.0.4 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules as its parent node_modules 4658 verbose linkBins minimatch@3.0.4 4659 verbose linkMans minimatch@3.0.4 4660 verbose rebuildBundles minimatch@3.0.4 4661 verbose rebuildBundles [ 'brace-expansion' ] 4662 info install minimatch@3.0.4 4663 info postinstall minimatch@3.0.4 4664 verbose unlock done using /root/.npm/_locks/minimatch-c390654e1248a723.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch 4665 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 4666 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 4667 info linkStuff glob@7.2.0 4668 silly linkStuff glob@7.2.0 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules as its parent node_modules 4669 verbose linkBins glob@7.2.0 4670 verbose linkMans glob@7.2.0 4671 verbose rebuildBundles glob@7.2.0 4672 verbose rebuildBundles [ 'fs.realpath', 4672 verbose rebuildBundles 'inflight', 4672 verbose rebuildBundles 'inherits', 4672 verbose rebuildBundles 'minimatch', 4672 verbose rebuildBundles 'once', 4672 verbose rebuildBundles 'path-is-absolute' ] 4673 info install glob@7.2.0 4674 info postinstall glob@7.2.0 4675 verbose unlock done using /root/.npm/_locks/glob-9954a3f484380856.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf/node_modules/glob 4676 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 4677 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 4678 info linkStuff rimraf@3.0.2 4679 silly linkStuff rimraf@3.0.2 has /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules as its parent node_modules 4680 verbose linkBins rimraf@3.0.2 4681 verbose link bins [ { rimraf: 'bin.js' }, 4681 verbose link bins '/var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin', 4681 verbose link bins false ] 4682 verbose linkMans rimraf@3.0.2 4683 verbose rebuildBundles rimraf@3.0.2 4684 verbose rebuildBundles [ 'glob' ] 4685 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin/rimraf is being purged 4686 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/.bin/rimraf 4687 info install rimraf@3.0.2 4688 info postinstall rimraf@3.0.2 4689 verbose unlock done using /root/.npm/_locks/rimraf-0b91110df7b73988.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp/node_modules/rimraf 4690 verbose about to build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 4691 info build /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 4692 info linkStuff @mapbox/node-pre-gyp@1.0.5 4693 silly linkStuff @mapbox/node-pre-gyp@1.0.5 has /var/cloud/platform2/node_modules/nodejieba/node_modules as its parent node_modules 4694 verbose linkBins @mapbox/node-pre-gyp@1.0.5 4695 verbose link bins [ { 'node-pre-gyp': 'bin/node-pre-gyp' }, 4695 verbose link bins '/var/cloud/platform2/node_modules/nodejieba/node_modules/.bin', 4695 verbose link bins false ] 4696 verbose linkMans @mapbox/node-pre-gyp@1.0.5 4697 verbose rebuildBundles @mapbox/node-pre-gyp@1.0.5 4698 verbose rebuildBundles [ '.bin', 4698 verbose rebuildBundles 'detect-libc', 4698 verbose rebuildBundles 'https-proxy-agent', 4698 verbose rebuildBundles 'make-dir', 4698 verbose rebuildBundles 'node-fetch', 4698 verbose rebuildBundles 'nopt', 4698 verbose rebuildBundles 'npmlog', 4698 verbose rebuildBundles 'rimraf', 4698 verbose rebuildBundles 'semver', 4698 verbose rebuildBundles 'tar' ] 4699 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/.bin/node-pre-gyp is being purged 4700 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/.bin/node-pre-gyp 4701 info install @mapbox/node-pre-gyp@1.0.5 4702 info postinstall @mapbox/node-pre-gyp@1.0.5 4703 verbose unlock done using /root/.npm/_locks/mapbox-node-pre-gyp-760bf68129c309df.lock for /var/cloud/platform2/node_modules/nodejieba/node_modules/@mapbox/node-pre-gyp 4704 verbose about to build /var/cloud/platform2/node_modules/nodejieba 4705 verbose unlock done using /root/.npm/_locks/nodejieba-92d8600cc31ccaeb.lock for /var/cloud/platform2/node_modules/nodejieba 4706 verbose stack Error: node-addon-api@3.2.1 install: `node-gyp rebuild` 4706 verbose stack Exit status 1 4706 verbose stack at EventEmitter. (/root/.nvm/versions/node/v4.7.0/lib/node_modules/npm/lib/utils/lifecycle.js:217:16) 4706 verbose stack at emitTwo (events.js:87:13) 4706 verbose stack at EventEmitter.emit (events.js:172:7) 4706 verbose stack at ChildProcess. (/root/.nvm/versions/node/v4.7.0/lib/node_modules/npm/lib/utils/spawn.js:24:14) 4706 verbose stack at emitTwo (events.js:87:13) 4706 verbose stack at ChildProcess.emit (events.js:172:7) 4706 verbose stack at maybeClose (internal/child_process.js:854:16) 4706 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:222:5) 4707 verbose pkgid node-addon-api@3.2.1 4708 verbose cwd /var/cloud/platform2 4709 error Linux 4.18.0-305.3.1.el8.x86_64 4710 error argv "/root/.nvm/versions/node/v4.7.0/bin/node" "/root/.nvm/versions/node/v4.7.0/bin/npm" "install" "nodejieba" 4711 error node v4.7.0 4712 error npm v2.15.11 4713 error code ELIFECYCLE 4714 error node-addon-api@3.2.1 install: `node-gyp rebuild` 4714 error Exit status 1 4715 error Failed at the node-addon-api@3.2.1 install script 'node-gyp rebuild'. 4715 error This is most likely a problem with the node-addon-api package, 4715 error not with npm itself. 4715 error Tell the author that this fails on your system: 4715 error node-gyp rebuild 4715 error You can get information on how to open an issue for this project with: 4715 error npm bugs node-addon-api 4715 error Or if that isn't available, you can get their info via: 4715 error 4715 error npm owner ls node-addon-api 4715 error There is likely additional logging output above. 4716 verbose exit [ 1, true ] 4717 verbose unbuild node_modules/nodejieba/node_modules/node-addon-api 4718 info preuninstall node-addon-api@3.2.1 4719 info uninstall node-addon-api@3.2.1 4720 verbose unbuild rmStuff node-addon-api@3.2.1 from /var/cloud/platform2/node_modules 4721 verbose unbuild rmStuff in /var/cloud/platform2/node_modules/nodejieba/node_modules 4722 info postuninstall node-addon-api@3.2.1 4723 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api is being purged from base /var/cloud/platform2 4724 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 4725 silly vacuum-fs purging /var/cloud/platform2/node_modules/nodejieba/node_modules/node-addon-api 4726 silly vacuum-fs quitting because other entries in /var/cloud/platform2/node_modules/nodejieba/node_modules 4727 verbose unbuild node_modules/nodejieba 4728 info preuninstall nodejieba@2.5.2 4729 info uninstall nodejieba@2.5.2 4730 verbose unbuild rmStuff nodejieba@2.5.2 from /var/cloud/platform2/node_modules 4731 info postuninstall nodejieba@2.5.2 4732 silly gentlyRm /var/cloud/platform2/node_modules/nodejieba is being purged from base /var/cloud/platform2 4733 verbose gentlyRm don't care about contents; nuking /var/cloud/platform2/node_modules/nodejieba 4734 silly vacuum-fs purging /var/cloud/platform2/node_modules/nodejieba 4735 silly vacuum-fs removing /var/cloud/platform2/node_modules 4736 silly vacuum-fs finished vacuuming up to /var/cloud/platform2