cline 1.0.0-nightly.5 → 1.0.0-nightly.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cline +0 -0
- package/bin/cline-host +0 -0
- package/node_modules/base64-js/LICENSE +21 -0
- package/node_modules/base64-js/README.md +34 -0
- package/node_modules/base64-js/base64js.min.js +1 -0
- package/node_modules/base64-js/index.d.ts +3 -0
- package/node_modules/base64-js/index.js +150 -0
- package/node_modules/base64-js/package.json +47 -0
- package/node_modules/better-sqlite3/LICENSE +21 -0
- package/node_modules/better-sqlite3/README.md +99 -0
- package/node_modules/better-sqlite3/binding.gyp +38 -0
- package/node_modules/better-sqlite3/deps/common.gypi +68 -0
- package/node_modules/better-sqlite3/deps/copy.js +31 -0
- package/node_modules/better-sqlite3/deps/defines.gypi +41 -0
- package/node_modules/better-sqlite3/deps/download.sh +122 -0
- package/node_modules/better-sqlite3/deps/patches/1208.patch +15 -0
- package/node_modules/better-sqlite3/deps/sqlite3/sqlite3.c +262875 -0
- package/node_modules/better-sqlite3/deps/sqlite3/sqlite3.h +13775 -0
- package/node_modules/better-sqlite3/deps/sqlite3/sqlite3ext.h +723 -0
- package/node_modules/better-sqlite3/deps/sqlite3.gyp +80 -0
- package/node_modules/better-sqlite3/deps/test_extension.c +21 -0
- package/node_modules/better-sqlite3/lib/database.js +90 -0
- package/node_modules/better-sqlite3/lib/index.js +3 -0
- package/node_modules/better-sqlite3/lib/methods/aggregate.js +43 -0
- package/node_modules/better-sqlite3/lib/methods/backup.js +67 -0
- package/node_modules/better-sqlite3/lib/methods/function.js +31 -0
- package/node_modules/better-sqlite3/lib/methods/inspect.js +7 -0
- package/node_modules/better-sqlite3/lib/methods/pragma.js +12 -0
- package/node_modules/better-sqlite3/lib/methods/serialize.js +16 -0
- package/node_modules/better-sqlite3/lib/methods/table.js +189 -0
- package/node_modules/better-sqlite3/lib/methods/transaction.js +78 -0
- package/node_modules/better-sqlite3/lib/methods/wrappers.js +54 -0
- package/node_modules/better-sqlite3/lib/sqlite-error.js +20 -0
- package/node_modules/better-sqlite3/lib/util.js +12 -0
- package/node_modules/better-sqlite3/package.json +62 -0
- package/node_modules/better-sqlite3/src/better_sqlite3.cpp +2189 -0
- package/node_modules/better-sqlite3/src/better_sqlite3.hpp +1036 -0
- package/node_modules/bindings/LICENSE.md +22 -0
- package/node_modules/bindings/README.md +98 -0
- package/node_modules/bindings/bindings.js +221 -0
- package/node_modules/bindings/package.json +28 -0
- package/node_modules/bl/.travis.yml +17 -0
- package/node_modules/bl/BufferList.js +396 -0
- package/node_modules/bl/LICENSE.md +13 -0
- package/node_modules/bl/README.md +247 -0
- package/node_modules/bl/bl.js +84 -0
- package/node_modules/bl/package.json +37 -0
- package/node_modules/bl/test/convert.js +21 -0
- package/node_modules/bl/test/indexOf.js +492 -0
- package/node_modules/bl/test/isBufferList.js +32 -0
- package/node_modules/bl/test/test.js +869 -0
- package/node_modules/buffer/AUTHORS.md +70 -0
- package/node_modules/buffer/LICENSE +21 -0
- package/node_modules/buffer/README.md +410 -0
- package/node_modules/buffer/index.d.ts +186 -0
- package/node_modules/buffer/index.js +1817 -0
- package/node_modules/buffer/package.json +96 -0
- package/node_modules/chownr/LICENSE +15 -0
- package/node_modules/chownr/README.md +3 -0
- package/node_modules/chownr/chownr.js +167 -0
- package/node_modules/chownr/package.json +29 -0
- package/node_modules/decompress-response/index.d.ts +22 -0
- package/node_modules/decompress-response/index.js +58 -0
- package/node_modules/decompress-response/license +9 -0
- package/node_modules/decompress-response/package.json +56 -0
- package/node_modules/decompress-response/readme.md +48 -0
- package/node_modules/deep-extend/LICENSE +20 -0
- package/node_modules/deep-extend/README.md +91 -0
- package/node_modules/deep-extend/index.js +1 -0
- package/node_modules/deep-extend/lib/deep-extend.js +150 -0
- package/node_modules/deep-extend/package.json +62 -0
- package/node_modules/detect-libc/LICENSE +201 -0
- package/node_modules/detect-libc/README.md +163 -0
- package/node_modules/detect-libc/index.d.ts +14 -0
- package/node_modules/detect-libc/lib/detect-libc.js +267 -0
- package/node_modules/detect-libc/lib/filesystem.js +41 -0
- package/node_modules/detect-libc/lib/process.js +24 -0
- package/node_modules/detect-libc/package.json +41 -0
- package/node_modules/end-of-stream/LICENSE +21 -0
- package/node_modules/end-of-stream/README.md +54 -0
- package/node_modules/end-of-stream/index.js +96 -0
- package/node_modules/end-of-stream/package.json +37 -0
- package/node_modules/expand-template/.travis.yml +6 -0
- package/node_modules/expand-template/LICENSE +21 -0
- package/node_modules/expand-template/README.md +43 -0
- package/node_modules/expand-template/index.js +26 -0
- package/node_modules/expand-template/package.json +29 -0
- package/node_modules/expand-template/test.js +67 -0
- package/node_modules/file-uri-to-path/.npmignore +1 -0
- package/node_modules/file-uri-to-path/.travis.yml +30 -0
- package/node_modules/file-uri-to-path/History.md +21 -0
- package/node_modules/file-uri-to-path/LICENSE +20 -0
- package/node_modules/file-uri-to-path/README.md +74 -0
- package/node_modules/file-uri-to-path/index.d.ts +2 -0
- package/node_modules/file-uri-to-path/index.js +66 -0
- package/node_modules/file-uri-to-path/package.json +32 -0
- package/node_modules/file-uri-to-path/test/test.js +24 -0
- package/node_modules/file-uri-to-path/test/tests.json +13 -0
- package/node_modules/fs-constants/LICENSE +21 -0
- package/node_modules/fs-constants/README.md +26 -0
- package/node_modules/fs-constants/browser.js +1 -0
- package/node_modules/fs-constants/index.js +1 -0
- package/node_modules/fs-constants/package.json +19 -0
- package/node_modules/github-from-package/.travis.yml +4 -0
- package/node_modules/github-from-package/LICENSE +18 -0
- package/node_modules/github-from-package/example/package.json +8 -0
- package/node_modules/github-from-package/example/url.js +3 -0
- package/node_modules/github-from-package/index.js +17 -0
- package/node_modules/github-from-package/package.json +30 -0
- package/node_modules/github-from-package/readme.markdown +53 -0
- package/node_modules/github-from-package/test/a.json +8 -0
- package/node_modules/github-from-package/test/b.json +5 -0
- package/node_modules/github-from-package/test/c.json +5 -0
- package/node_modules/github-from-package/test/d.json +7 -0
- package/node_modules/github-from-package/test/e.json +5 -0
- package/node_modules/github-from-package/test/url.js +19 -0
- package/node_modules/ieee754/LICENSE +11 -0
- package/node_modules/ieee754/README.md +51 -0
- package/node_modules/ieee754/index.d.ts +10 -0
- package/node_modules/ieee754/index.js +85 -0
- package/node_modules/ieee754/package.json +52 -0
- package/node_modules/inherits/LICENSE +16 -0
- package/node_modules/inherits/README.md +42 -0
- package/node_modules/inherits/inherits.js +9 -0
- package/node_modules/inherits/inherits_browser.js +27 -0
- package/node_modules/inherits/package.json +29 -0
- package/node_modules/ini/LICENSE +15 -0
- package/node_modules/ini/README.md +102 -0
- package/node_modules/ini/ini.js +206 -0
- package/node_modules/ini/package.json +33 -0
- package/node_modules/mimic-response/index.d.ts +17 -0
- package/node_modules/mimic-response/index.js +77 -0
- package/node_modules/mimic-response/license +9 -0
- package/node_modules/mimic-response/package.json +42 -0
- package/node_modules/mimic-response/readme.md +78 -0
- package/node_modules/minimist/.eslintrc +29 -0
- package/node_modules/minimist/.github/FUNDING.yml +12 -0
- package/node_modules/minimist/.nycrc +14 -0
- package/node_modules/minimist/CHANGELOG.md +298 -0
- package/node_modules/minimist/LICENSE +18 -0
- package/node_modules/minimist/README.md +121 -0
- package/node_modules/minimist/example/parse.js +4 -0
- package/node_modules/minimist/index.js +263 -0
- package/node_modules/minimist/package.json +75 -0
- package/node_modules/minimist/test/all_bool.js +34 -0
- package/node_modules/minimist/test/bool.js +177 -0
- package/node_modules/minimist/test/dash.js +43 -0
- package/node_modules/minimist/test/default_bool.js +37 -0
- package/node_modules/minimist/test/dotted.js +24 -0
- package/node_modules/minimist/test/kv_short.js +32 -0
- package/node_modules/minimist/test/long.js +33 -0
- package/node_modules/minimist/test/num.js +38 -0
- package/node_modules/minimist/test/parse.js +209 -0
- package/node_modules/minimist/test/parse_modified.js +11 -0
- package/node_modules/minimist/test/proto.js +64 -0
- package/node_modules/minimist/test/short.js +69 -0
- package/node_modules/minimist/test/stop_early.js +17 -0
- package/node_modules/minimist/test/unknown.js +104 -0
- package/node_modules/minimist/test/whitespace.js +10 -0
- package/node_modules/mkdirp-classic/LICENSE +21 -0
- package/node_modules/mkdirp-classic/README.md +18 -0
- package/node_modules/mkdirp-classic/index.js +98 -0
- package/node_modules/mkdirp-classic/package.json +18 -0
- package/node_modules/napi-build-utils/.github/workflows/run-npm-tests.yml +31 -0
- package/node_modules/napi-build-utils/LICENSE +21 -0
- package/node_modules/napi-build-utils/README.md +52 -0
- package/node_modules/napi-build-utils/index.js +214 -0
- package/node_modules/napi-build-utils/index.md +0 -0
- package/node_modules/napi-build-utils/package.json +42 -0
- package/node_modules/node-abi/LICENSE +21 -0
- package/node_modules/node-abi/README.md +54 -0
- package/node_modules/node-abi/abi_registry.json +408 -0
- package/node_modules/node-abi/index.js +179 -0
- package/node_modules/node-abi/package.json +45 -0
- package/node_modules/once/LICENSE +15 -0
- package/node_modules/once/README.md +79 -0
- package/node_modules/once/once.js +42 -0
- package/node_modules/once/package.json +33 -0
- package/node_modules/prebuild-install/CHANGELOG.md +131 -0
- package/node_modules/prebuild-install/CONTRIBUTING.md +6 -0
- package/node_modules/prebuild-install/LICENSE +21 -0
- package/node_modules/prebuild-install/README.md +163 -0
- package/node_modules/prebuild-install/asset.js +44 -0
- package/node_modules/prebuild-install/bin.js +78 -0
- package/node_modules/prebuild-install/download.js +142 -0
- package/node_modules/prebuild-install/error.js +14 -0
- package/node_modules/prebuild-install/help.txt +16 -0
- package/node_modules/prebuild-install/index.js +1 -0
- package/node_modules/prebuild-install/log.js +33 -0
- package/node_modules/prebuild-install/package.json +67 -0
- package/node_modules/prebuild-install/proxy.js +35 -0
- package/node_modules/prebuild-install/rc.js +64 -0
- package/node_modules/prebuild-install/util.js +143 -0
- package/node_modules/pump/.github/FUNDING.yml +2 -0
- package/node_modules/pump/.travis.yml +5 -0
- package/node_modules/pump/LICENSE +21 -0
- package/node_modules/pump/README.md +74 -0
- package/node_modules/pump/SECURITY.md +5 -0
- package/node_modules/pump/index.js +86 -0
- package/node_modules/pump/package.json +24 -0
- package/node_modules/pump/test-browser.js +66 -0
- package/node_modules/pump/test-node.js +53 -0
- package/node_modules/rc/LICENSE.APACHE2 +15 -0
- package/node_modules/rc/LICENSE.BSD +26 -0
- package/node_modules/rc/LICENSE.MIT +24 -0
- package/node_modules/rc/README.md +227 -0
- package/node_modules/rc/browser.js +7 -0
- package/node_modules/rc/cli.js +4 -0
- package/node_modules/rc/index.js +53 -0
- package/node_modules/rc/lib/utils.js +104 -0
- package/node_modules/rc/package.json +29 -0
- package/node_modules/rc/test/ini.js +16 -0
- package/node_modules/rc/test/nested-env-vars.js +50 -0
- package/node_modules/rc/test/test.js +59 -0
- package/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/readable-stream/README.md +106 -0
- package/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
- package/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
- package/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
- package/node_modules/readable-stream/lib/_stream_transform.js +190 -0
- package/node_modules/readable-stream/lib/_stream_writable.js +641 -0
- package/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/readable-stream/package.json +68 -0
- package/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/safe-buffer/index.js +65 -0
- package/node_modules/safe-buffer/package.json +51 -0
- package/node_modules/semver/LICENSE +15 -0
- package/node_modules/semver/README.md +664 -0
- package/node_modules/semver/bin/semver.js +191 -0
- package/node_modules/semver/classes/comparator.js +143 -0
- package/node_modules/semver/classes/index.js +7 -0
- package/node_modules/semver/classes/range.js +556 -0
- package/node_modules/semver/classes/semver.js +319 -0
- package/node_modules/semver/functions/clean.js +8 -0
- package/node_modules/semver/functions/cmp.js +54 -0
- package/node_modules/semver/functions/coerce.js +62 -0
- package/node_modules/semver/functions/compare-build.js +9 -0
- package/node_modules/semver/functions/compare-loose.js +5 -0
- package/node_modules/semver/functions/compare.js +7 -0
- package/node_modules/semver/functions/diff.js +60 -0
- package/node_modules/semver/functions/eq.js +5 -0
- package/node_modules/semver/functions/gt.js +5 -0
- package/node_modules/semver/functions/gte.js +5 -0
- package/node_modules/semver/functions/inc.js +21 -0
- package/node_modules/semver/functions/lt.js +5 -0
- package/node_modules/semver/functions/lte.js +5 -0
- package/node_modules/semver/functions/major.js +5 -0
- package/node_modules/semver/functions/minor.js +5 -0
- package/node_modules/semver/functions/neq.js +5 -0
- package/node_modules/semver/functions/parse.js +18 -0
- package/node_modules/semver/functions/patch.js +5 -0
- package/node_modules/semver/functions/prerelease.js +8 -0
- package/node_modules/semver/functions/rcompare.js +5 -0
- package/node_modules/semver/functions/rsort.js +5 -0
- package/node_modules/semver/functions/satisfies.js +12 -0
- package/node_modules/semver/functions/sort.js +5 -0
- package/node_modules/semver/functions/valid.js +8 -0
- package/node_modules/semver/index.js +91 -0
- package/node_modules/semver/internal/constants.js +37 -0
- package/node_modules/semver/internal/debug.js +11 -0
- package/node_modules/semver/internal/identifiers.js +25 -0
- package/node_modules/semver/internal/lrucache.js +42 -0
- package/node_modules/semver/internal/parse-options.js +17 -0
- package/node_modules/semver/internal/re.js +223 -0
- package/node_modules/semver/package.json +78 -0
- package/node_modules/semver/preload.js +4 -0
- package/node_modules/semver/range.bnf +16 -0
- package/node_modules/semver/ranges/gtr.js +6 -0
- package/node_modules/semver/ranges/intersects.js +9 -0
- package/node_modules/semver/ranges/ltr.js +6 -0
- package/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/node_modules/semver/ranges/min-version.js +63 -0
- package/node_modules/semver/ranges/outside.js +82 -0
- package/node_modules/semver/ranges/simplify.js +49 -0
- package/node_modules/semver/ranges/subset.js +249 -0
- package/node_modules/semver/ranges/to-comparators.js +10 -0
- package/node_modules/semver/ranges/valid.js +13 -0
- package/node_modules/simple-concat/.travis.yml +3 -0
- package/node_modules/simple-concat/LICENSE +20 -0
- package/node_modules/simple-concat/README.md +44 -0
- package/node_modules/simple-concat/index.js +15 -0
- package/node_modules/simple-concat/package.json +47 -0
- package/node_modules/simple-concat/test/basic.js +41 -0
- package/node_modules/simple-get/.github/dependabot.yml +15 -0
- package/node_modules/simple-get/.github/workflows/ci.yml +23 -0
- package/node_modules/simple-get/LICENSE +20 -0
- package/node_modules/simple-get/README.md +333 -0
- package/node_modules/simple-get/index.js +108 -0
- package/node_modules/simple-get/package.json +67 -0
- package/node_modules/string_decoder/LICENSE +48 -0
- package/node_modules/string_decoder/README.md +47 -0
- package/node_modules/string_decoder/lib/string_decoder.js +296 -0
- package/node_modules/string_decoder/package.json +34 -0
- package/node_modules/strip-json-comments/index.js +70 -0
- package/node_modules/strip-json-comments/license +21 -0
- package/node_modules/strip-json-comments/package.json +42 -0
- package/node_modules/strip-json-comments/readme.md +64 -0
- package/node_modules/tar-fs/.travis.yml +6 -0
- package/node_modules/tar-fs/LICENSE +21 -0
- package/node_modules/tar-fs/README.md +165 -0
- package/node_modules/tar-fs/index.js +358 -0
- package/node_modules/tar-fs/package.json +41 -0
- package/node_modules/tar-fs/test/fixtures/a/hello.txt +1 -0
- package/node_modules/tar-fs/test/fixtures/b/a/test.txt +1 -0
- package/node_modules/tar-fs/test/fixtures/d/file1 +0 -0
- package/node_modules/tar-fs/test/fixtures/d/file2 +0 -0
- package/node_modules/tar-fs/test/fixtures/d/sub-dir/file5 +0 -0
- package/node_modules/tar-fs/test/fixtures/d/sub-files/file3 +0 -0
- package/node_modules/tar-fs/test/fixtures/d/sub-files/file4 +0 -0
- package/node_modules/tar-fs/test/fixtures/e/directory/.ignore +0 -0
- package/node_modules/tar-fs/test/fixtures/e/file +0 -0
- package/node_modules/tar-fs/test/fixtures/invalid.tar +0 -0
- package/node_modules/tar-fs/test/index.js +346 -0
- package/node_modules/tar-stream/LICENSE +21 -0
- package/node_modules/tar-stream/README.md +168 -0
- package/node_modules/tar-stream/extract.js +257 -0
- package/node_modules/tar-stream/headers.js +295 -0
- package/node_modules/tar-stream/index.js +2 -0
- package/node_modules/tar-stream/pack.js +255 -0
- package/node_modules/tar-stream/package.json +58 -0
- package/node_modules/tar-stream/sandbox.js +11 -0
- package/node_modules/tunnel-agent/LICENSE +55 -0
- package/node_modules/tunnel-agent/README.md +4 -0
- package/node_modules/tunnel-agent/index.js +244 -0
- package/node_modules/tunnel-agent/package.json +22 -0
- package/node_modules/util-deprecate/History.md +16 -0
- package/node_modules/util-deprecate/LICENSE +24 -0
- package/node_modules/util-deprecate/README.md +53 -0
- package/node_modules/util-deprecate/browser.js +67 -0
- package/node_modules/util-deprecate/node.js +6 -0
- package/node_modules/util-deprecate/package.json +27 -0
- package/node_modules/wrappy/LICENSE +15 -0
- package/node_modules/wrappy/README.md +36 -0
- package/node_modules/wrappy/package.json +29 -0
- package/node_modules/wrappy/wrappy.js +33 -0
- package/package.json +1 -1
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
// Copyright 2017 Lovell Fuller and others.
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
|
|
4
|
+
'use strict';
|
|
5
|
+
|
|
6
|
+
const childProcess = require('child_process');
|
|
7
|
+
const { isLinux, getReport } = require('./process');
|
|
8
|
+
const { LDD_PATH, readFile, readFileSync } = require('./filesystem');
|
|
9
|
+
|
|
10
|
+
let cachedFamilyFilesystem;
|
|
11
|
+
let cachedVersionFilesystem;
|
|
12
|
+
|
|
13
|
+
const command = 'getconf GNU_LIBC_VERSION 2>&1 || true; ldd --version 2>&1 || true';
|
|
14
|
+
let commandOut = '';
|
|
15
|
+
|
|
16
|
+
const safeCommand = () => {
|
|
17
|
+
if (!commandOut) {
|
|
18
|
+
return new Promise((resolve) => {
|
|
19
|
+
childProcess.exec(command, (err, out) => {
|
|
20
|
+
commandOut = err ? ' ' : out;
|
|
21
|
+
resolve(commandOut);
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
return commandOut;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
const safeCommandSync = () => {
|
|
29
|
+
if (!commandOut) {
|
|
30
|
+
try {
|
|
31
|
+
commandOut = childProcess.execSync(command, { encoding: 'utf8' });
|
|
32
|
+
} catch (_err) {
|
|
33
|
+
commandOut = ' ';
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return commandOut;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* A String constant containing the value `glibc`.
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
const GLIBC = 'glibc';
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* A Regexp constant to get the GLIBC Version.
|
|
48
|
+
* @type {string}
|
|
49
|
+
*/
|
|
50
|
+
const RE_GLIBC_VERSION = /LIBC[a-z0-9 \-).]*?(\d+\.\d+)/i;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* A String constant containing the value `musl`.
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
const MUSL = 'musl';
|
|
58
|
+
|
|
59
|
+
const isFileMusl = (f) => f.includes('libc.musl-') || f.includes('ld-musl-');
|
|
60
|
+
|
|
61
|
+
const familyFromReport = () => {
|
|
62
|
+
const report = getReport();
|
|
63
|
+
if (report.header && report.header.glibcVersionRuntime) {
|
|
64
|
+
return GLIBC;
|
|
65
|
+
}
|
|
66
|
+
if (Array.isArray(report.sharedObjects)) {
|
|
67
|
+
if (report.sharedObjects.some(isFileMusl)) {
|
|
68
|
+
return MUSL;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
return null;
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
const familyFromCommand = (out) => {
|
|
75
|
+
const [getconf, ldd1] = out.split(/[\r\n]+/);
|
|
76
|
+
if (getconf && getconf.includes(GLIBC)) {
|
|
77
|
+
return GLIBC;
|
|
78
|
+
}
|
|
79
|
+
if (ldd1 && ldd1.includes(MUSL)) {
|
|
80
|
+
return MUSL;
|
|
81
|
+
}
|
|
82
|
+
return null;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
const getFamilyFromLddContent = (content) => {
|
|
86
|
+
if (content.includes('musl')) {
|
|
87
|
+
return MUSL;
|
|
88
|
+
}
|
|
89
|
+
if (content.includes('GNU C Library')) {
|
|
90
|
+
return GLIBC;
|
|
91
|
+
}
|
|
92
|
+
return null;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
const familyFromFilesystem = async () => {
|
|
96
|
+
if (cachedFamilyFilesystem !== undefined) {
|
|
97
|
+
return cachedFamilyFilesystem;
|
|
98
|
+
}
|
|
99
|
+
cachedFamilyFilesystem = null;
|
|
100
|
+
try {
|
|
101
|
+
const lddContent = await readFile(LDD_PATH);
|
|
102
|
+
cachedFamilyFilesystem = getFamilyFromLddContent(lddContent);
|
|
103
|
+
} catch (e) {}
|
|
104
|
+
return cachedFamilyFilesystem;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
const familyFromFilesystemSync = () => {
|
|
108
|
+
if (cachedFamilyFilesystem !== undefined) {
|
|
109
|
+
return cachedFamilyFilesystem;
|
|
110
|
+
}
|
|
111
|
+
cachedFamilyFilesystem = null;
|
|
112
|
+
try {
|
|
113
|
+
const lddContent = readFileSync(LDD_PATH);
|
|
114
|
+
cachedFamilyFilesystem = getFamilyFromLddContent(lddContent);
|
|
115
|
+
} catch (e) {}
|
|
116
|
+
return cachedFamilyFilesystem;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Resolves with the libc family when it can be determined, `null` otherwise.
|
|
121
|
+
* @returns {Promise<?string>}
|
|
122
|
+
*/
|
|
123
|
+
const family = async () => {
|
|
124
|
+
let family = null;
|
|
125
|
+
if (isLinux()) {
|
|
126
|
+
family = await familyFromFilesystem();
|
|
127
|
+
if (!family) {
|
|
128
|
+
family = familyFromReport();
|
|
129
|
+
}
|
|
130
|
+
if (!family) {
|
|
131
|
+
const out = await safeCommand();
|
|
132
|
+
family = familyFromCommand(out);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
return family;
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Returns the libc family when it can be determined, `null` otherwise.
|
|
140
|
+
* @returns {?string}
|
|
141
|
+
*/
|
|
142
|
+
const familySync = () => {
|
|
143
|
+
let family = null;
|
|
144
|
+
if (isLinux()) {
|
|
145
|
+
family = familyFromFilesystemSync();
|
|
146
|
+
if (!family) {
|
|
147
|
+
family = familyFromReport();
|
|
148
|
+
}
|
|
149
|
+
if (!family) {
|
|
150
|
+
const out = safeCommandSync();
|
|
151
|
+
family = familyFromCommand(out);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
return family;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Resolves `true` only when the platform is Linux and the libc family is not `glibc`.
|
|
159
|
+
* @returns {Promise<boolean>}
|
|
160
|
+
*/
|
|
161
|
+
const isNonGlibcLinux = async () => isLinux() && await family() !== GLIBC;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Returns `true` only when the platform is Linux and the libc family is not `glibc`.
|
|
165
|
+
* @returns {boolean}
|
|
166
|
+
*/
|
|
167
|
+
const isNonGlibcLinuxSync = () => isLinux() && familySync() !== GLIBC;
|
|
168
|
+
|
|
169
|
+
const versionFromFilesystem = async () => {
|
|
170
|
+
if (cachedVersionFilesystem !== undefined) {
|
|
171
|
+
return cachedVersionFilesystem;
|
|
172
|
+
}
|
|
173
|
+
cachedVersionFilesystem = null;
|
|
174
|
+
try {
|
|
175
|
+
const lddContent = await readFile(LDD_PATH);
|
|
176
|
+
const versionMatch = lddContent.match(RE_GLIBC_VERSION);
|
|
177
|
+
if (versionMatch) {
|
|
178
|
+
cachedVersionFilesystem = versionMatch[1];
|
|
179
|
+
}
|
|
180
|
+
} catch (e) {}
|
|
181
|
+
return cachedVersionFilesystem;
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
const versionFromFilesystemSync = () => {
|
|
185
|
+
if (cachedVersionFilesystem !== undefined) {
|
|
186
|
+
return cachedVersionFilesystem;
|
|
187
|
+
}
|
|
188
|
+
cachedVersionFilesystem = null;
|
|
189
|
+
try {
|
|
190
|
+
const lddContent = readFileSync(LDD_PATH);
|
|
191
|
+
const versionMatch = lddContent.match(RE_GLIBC_VERSION);
|
|
192
|
+
if (versionMatch) {
|
|
193
|
+
cachedVersionFilesystem = versionMatch[1];
|
|
194
|
+
}
|
|
195
|
+
} catch (e) {}
|
|
196
|
+
return cachedVersionFilesystem;
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
const versionFromReport = () => {
|
|
200
|
+
const report = getReport();
|
|
201
|
+
if (report.header && report.header.glibcVersionRuntime) {
|
|
202
|
+
return report.header.glibcVersionRuntime;
|
|
203
|
+
}
|
|
204
|
+
return null;
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
const versionSuffix = (s) => s.trim().split(/\s+/)[1];
|
|
208
|
+
|
|
209
|
+
const versionFromCommand = (out) => {
|
|
210
|
+
const [getconf, ldd1, ldd2] = out.split(/[\r\n]+/);
|
|
211
|
+
if (getconf && getconf.includes(GLIBC)) {
|
|
212
|
+
return versionSuffix(getconf);
|
|
213
|
+
}
|
|
214
|
+
if (ldd1 && ldd2 && ldd1.includes(MUSL)) {
|
|
215
|
+
return versionSuffix(ldd2);
|
|
216
|
+
}
|
|
217
|
+
return null;
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Resolves with the libc version when it can be determined, `null` otherwise.
|
|
222
|
+
* @returns {Promise<?string>}
|
|
223
|
+
*/
|
|
224
|
+
const version = async () => {
|
|
225
|
+
let version = null;
|
|
226
|
+
if (isLinux()) {
|
|
227
|
+
version = await versionFromFilesystem();
|
|
228
|
+
if (!version) {
|
|
229
|
+
version = versionFromReport();
|
|
230
|
+
}
|
|
231
|
+
if (!version) {
|
|
232
|
+
const out = await safeCommand();
|
|
233
|
+
version = versionFromCommand(out);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
return version;
|
|
237
|
+
};
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* Returns the libc version when it can be determined, `null` otherwise.
|
|
241
|
+
* @returns {?string}
|
|
242
|
+
*/
|
|
243
|
+
const versionSync = () => {
|
|
244
|
+
let version = null;
|
|
245
|
+
if (isLinux()) {
|
|
246
|
+
version = versionFromFilesystemSync();
|
|
247
|
+
if (!version) {
|
|
248
|
+
version = versionFromReport();
|
|
249
|
+
}
|
|
250
|
+
if (!version) {
|
|
251
|
+
const out = safeCommandSync();
|
|
252
|
+
version = versionFromCommand(out);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
return version;
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
module.exports = {
|
|
259
|
+
GLIBC,
|
|
260
|
+
MUSL,
|
|
261
|
+
family,
|
|
262
|
+
familySync,
|
|
263
|
+
isNonGlibcLinux,
|
|
264
|
+
isNonGlibcLinuxSync,
|
|
265
|
+
version,
|
|
266
|
+
versionSync
|
|
267
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// Copyright 2017 Lovell Fuller and others.
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
|
|
4
|
+
'use strict';
|
|
5
|
+
|
|
6
|
+
const fs = require('fs');
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* The path where we can find the ldd
|
|
10
|
+
*/
|
|
11
|
+
const LDD_PATH = '/usr/bin/ldd';
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Read the content of a file synchronous
|
|
15
|
+
*
|
|
16
|
+
* @param {string} path
|
|
17
|
+
* @returns {string}
|
|
18
|
+
*/
|
|
19
|
+
const readFileSync = (path) => fs.readFileSync(path, 'utf-8');
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Read the content of a file
|
|
23
|
+
*
|
|
24
|
+
* @param {string} path
|
|
25
|
+
* @returns {Promise<string>}
|
|
26
|
+
*/
|
|
27
|
+
const readFile = (path) => new Promise((resolve, reject) => {
|
|
28
|
+
fs.readFile(path, 'utf-8', (err, data) => {
|
|
29
|
+
if (err) {
|
|
30
|
+
reject(err);
|
|
31
|
+
} else {
|
|
32
|
+
resolve(data);
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
module.exports = {
|
|
38
|
+
LDD_PATH,
|
|
39
|
+
readFileSync,
|
|
40
|
+
readFile
|
|
41
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Copyright 2017 Lovell Fuller and others.
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
|
|
4
|
+
'use strict';
|
|
5
|
+
|
|
6
|
+
const isLinux = () => process.platform === 'linux';
|
|
7
|
+
|
|
8
|
+
let report = null;
|
|
9
|
+
const getReport = () => {
|
|
10
|
+
if (!report) {
|
|
11
|
+
/* istanbul ignore next */
|
|
12
|
+
if (isLinux() && process.report) {
|
|
13
|
+
const orig = process.report.excludeNetwork;
|
|
14
|
+
process.report.excludeNetwork = true;
|
|
15
|
+
report = process.report.getReport();
|
|
16
|
+
process.report.excludeNetwork = orig;
|
|
17
|
+
} else {
|
|
18
|
+
report = {};
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
return report;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
module.exports = { isLinux, getReport };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "detect-libc",
|
|
3
|
+
"version": "2.0.4",
|
|
4
|
+
"description": "Node.js module to detect the C standard library (libc) implementation family and version",
|
|
5
|
+
"main": "lib/detect-libc.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"lib/",
|
|
8
|
+
"index.d.ts"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"test": "semistandard && nyc --reporter=text --check-coverage --branches=100 ava test/unit.js",
|
|
12
|
+
"bench": "node benchmark/detect-libc",
|
|
13
|
+
"bench:calls": "node benchmark/call-familySync.js && sleep 1 && node benchmark/call-isNonGlibcLinuxSync.js && sleep 1 && node benchmark/call-versionSync.js"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git://github.com/lovell/detect-libc"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"libc",
|
|
21
|
+
"glibc",
|
|
22
|
+
"musl"
|
|
23
|
+
],
|
|
24
|
+
"author": "Lovell Fuller <npm@lovell.info>",
|
|
25
|
+
"contributors": [
|
|
26
|
+
"Niklas Salmoukas <niklas@salmoukas.com>",
|
|
27
|
+
"Vinícius Lourenço <vinyygamerlol@gmail.com>"
|
|
28
|
+
],
|
|
29
|
+
"license": "Apache-2.0",
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"ava": "^2.4.0",
|
|
32
|
+
"benchmark": "^2.1.4",
|
|
33
|
+
"nyc": "^15.1.0",
|
|
34
|
+
"proxyquire": "^2.1.3",
|
|
35
|
+
"semistandard": "^14.2.3"
|
|
36
|
+
},
|
|
37
|
+
"engines": {
|
|
38
|
+
"node": ">=8"
|
|
39
|
+
},
|
|
40
|
+
"types": "index.d.ts"
|
|
41
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2014 Mathias Buus
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# end-of-stream
|
|
2
|
+
|
|
3
|
+
A node module that calls a callback when a readable/writable/duplex stream has completed or failed.
|
|
4
|
+
|
|
5
|
+
npm install end-of-stream
|
|
6
|
+
|
|
7
|
+
[](https://travis-ci.org/mafintosh/end-of-stream)
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
Simply pass a stream and a callback to the `eos`.
|
|
12
|
+
Both legacy streams, streams2 and stream3 are supported.
|
|
13
|
+
|
|
14
|
+
``` js
|
|
15
|
+
var eos = require('end-of-stream');
|
|
16
|
+
|
|
17
|
+
eos(readableStream, function(err) {
|
|
18
|
+
// this will be set to the stream instance
|
|
19
|
+
if (err) return console.log('stream had an error or closed early');
|
|
20
|
+
console.log('stream has ended', this === readableStream);
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
eos(writableStream, function(err) {
|
|
24
|
+
if (err) return console.log('stream had an error or closed early');
|
|
25
|
+
console.log('stream has finished', this === writableStream);
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
eos(duplexStream, function(err) {
|
|
29
|
+
if (err) return console.log('stream had an error or closed early');
|
|
30
|
+
console.log('stream has ended and finished', this === duplexStream);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
eos(duplexStream, {readable:false}, function(err) {
|
|
34
|
+
if (err) return console.log('stream had an error or closed early');
|
|
35
|
+
console.log('stream has finished but might still be readable');
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
eos(duplexStream, {writable:false}, function(err) {
|
|
39
|
+
if (err) return console.log('stream had an error or closed early');
|
|
40
|
+
console.log('stream has ended but might still be writable');
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
eos(readableStream, {error:false}, function(err) {
|
|
44
|
+
// do not treat emit('error', err) as a end-of-stream
|
|
45
|
+
});
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## License
|
|
49
|
+
|
|
50
|
+
MIT
|
|
51
|
+
|
|
52
|
+
## Related
|
|
53
|
+
|
|
54
|
+
`end-of-stream` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one.
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
var once = require('once');
|
|
2
|
+
|
|
3
|
+
var noop = function() {};
|
|
4
|
+
|
|
5
|
+
var qnt = global.Bare ? queueMicrotask : process.nextTick.bind(process);
|
|
6
|
+
|
|
7
|
+
var isRequest = function(stream) {
|
|
8
|
+
return stream.setHeader && typeof stream.abort === 'function';
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
var isChildProcess = function(stream) {
|
|
12
|
+
return stream.stdio && Array.isArray(stream.stdio) && stream.stdio.length === 3
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
var eos = function(stream, opts, callback) {
|
|
16
|
+
if (typeof opts === 'function') return eos(stream, null, opts);
|
|
17
|
+
if (!opts) opts = {};
|
|
18
|
+
|
|
19
|
+
callback = once(callback || noop);
|
|
20
|
+
|
|
21
|
+
var ws = stream._writableState;
|
|
22
|
+
var rs = stream._readableState;
|
|
23
|
+
var readable = opts.readable || (opts.readable !== false && stream.readable);
|
|
24
|
+
var writable = opts.writable || (opts.writable !== false && stream.writable);
|
|
25
|
+
var cancelled = false;
|
|
26
|
+
|
|
27
|
+
var onlegacyfinish = function() {
|
|
28
|
+
if (!stream.writable) onfinish();
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
var onfinish = function() {
|
|
32
|
+
writable = false;
|
|
33
|
+
if (!readable) callback.call(stream);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
var onend = function() {
|
|
37
|
+
readable = false;
|
|
38
|
+
if (!writable) callback.call(stream);
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
var onexit = function(exitCode) {
|
|
42
|
+
callback.call(stream, exitCode ? new Error('exited with error code: ' + exitCode) : null);
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
var onerror = function(err) {
|
|
46
|
+
callback.call(stream, err);
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
var onclose = function() {
|
|
50
|
+
qnt(onclosenexttick);
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
var onclosenexttick = function() {
|
|
54
|
+
if (cancelled) return;
|
|
55
|
+
if (readable && !(rs && (rs.ended && !rs.destroyed))) return callback.call(stream, new Error('premature close'));
|
|
56
|
+
if (writable && !(ws && (ws.ended && !ws.destroyed))) return callback.call(stream, new Error('premature close'));
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
var onrequest = function() {
|
|
60
|
+
stream.req.on('finish', onfinish);
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
if (isRequest(stream)) {
|
|
64
|
+
stream.on('complete', onfinish);
|
|
65
|
+
stream.on('abort', onclose);
|
|
66
|
+
if (stream.req) onrequest();
|
|
67
|
+
else stream.on('request', onrequest);
|
|
68
|
+
} else if (writable && !ws) { // legacy streams
|
|
69
|
+
stream.on('end', onlegacyfinish);
|
|
70
|
+
stream.on('close', onlegacyfinish);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
if (isChildProcess(stream)) stream.on('exit', onexit);
|
|
74
|
+
|
|
75
|
+
stream.on('end', onend);
|
|
76
|
+
stream.on('finish', onfinish);
|
|
77
|
+
if (opts.error !== false) stream.on('error', onerror);
|
|
78
|
+
stream.on('close', onclose);
|
|
79
|
+
|
|
80
|
+
return function() {
|
|
81
|
+
cancelled = true;
|
|
82
|
+
stream.removeListener('complete', onfinish);
|
|
83
|
+
stream.removeListener('abort', onclose);
|
|
84
|
+
stream.removeListener('request', onrequest);
|
|
85
|
+
if (stream.req) stream.req.removeListener('finish', onfinish);
|
|
86
|
+
stream.removeListener('end', onlegacyfinish);
|
|
87
|
+
stream.removeListener('close', onlegacyfinish);
|
|
88
|
+
stream.removeListener('finish', onfinish);
|
|
89
|
+
stream.removeListener('exit', onexit);
|
|
90
|
+
stream.removeListener('end', onend);
|
|
91
|
+
stream.removeListener('error', onerror);
|
|
92
|
+
stream.removeListener('close', onclose);
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
module.exports = eos;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "end-of-stream",
|
|
3
|
+
"version": "1.4.5",
|
|
4
|
+
"description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git://github.com/mafintosh/end-of-stream.git"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"once": "^1.4.0"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"test": "node test.js"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"index.js"
|
|
17
|
+
],
|
|
18
|
+
"keywords": [
|
|
19
|
+
"stream",
|
|
20
|
+
"streams",
|
|
21
|
+
"callback",
|
|
22
|
+
"finish",
|
|
23
|
+
"close",
|
|
24
|
+
"end",
|
|
25
|
+
"wait"
|
|
26
|
+
],
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/mafintosh/end-of-stream/issues"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/mafintosh/end-of-stream",
|
|
31
|
+
"main": "index.js",
|
|
32
|
+
"author": "Mathias Buus <mathiasbuus@gmail.com>",
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"tape": "^4.11.0"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018 Lars-Magnus Skog
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# expand-template
|
|
2
|
+
|
|
3
|
+
> Expand placeholders in a template string.
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/expand-template)
|
|
6
|
+

|
|
7
|
+
[](https://travis-ci.org/ralphtheninja/expand-template)
|
|
8
|
+
[](https://standardjs.com)
|
|
9
|
+
|
|
10
|
+
## Install
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
$ npm i expand-template -S
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Usage
|
|
17
|
+
|
|
18
|
+
Default functionality expands templates using `{}` as separators for string placeholders.
|
|
19
|
+
|
|
20
|
+
```js
|
|
21
|
+
var expand = require('expand-template')()
|
|
22
|
+
var template = '{foo}/{foo}/{bar}/{bar}'
|
|
23
|
+
console.log(expand(template, {
|
|
24
|
+
foo: 'BAR',
|
|
25
|
+
bar: 'FOO'
|
|
26
|
+
}))
|
|
27
|
+
// -> BAR/BAR/FOO/FOO
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Custom separators:
|
|
31
|
+
|
|
32
|
+
```js
|
|
33
|
+
var expand = require('expand-template')({ sep: '[]' })
|
|
34
|
+
var template = '[foo]/[foo]/[bar]/[bar]'
|
|
35
|
+
console.log(expand(template, {
|
|
36
|
+
foo: 'BAR',
|
|
37
|
+
bar: 'FOO'
|
|
38
|
+
}))
|
|
39
|
+
// -> BAR/BAR/FOO/FOO
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## License
|
|
43
|
+
All code, unless stated otherwise, is dual-licensed under [`WTFPL`](http://www.wtfpl.net/txt/copying/) and [`MIT`](https://opensource.org/licenses/MIT).
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
module.exports = function (opts) {
|
|
2
|
+
var sep = opts ? opts.sep : '{}'
|
|
3
|
+
var len = sep.length
|
|
4
|
+
|
|
5
|
+
var whitespace = '\\s*'
|
|
6
|
+
var left = escape(sep.substring(0, len / 2)) + whitespace
|
|
7
|
+
var right = whitespace + escape(sep.substring(len / 2, len))
|
|
8
|
+
|
|
9
|
+
return function (template, values) {
|
|
10
|
+
Object.keys(values).forEach(function (key) {
|
|
11
|
+
var value = String(values[key]).replace(/\$/g, '$$$$')
|
|
12
|
+
template = template.replace(regExp(key), value)
|
|
13
|
+
})
|
|
14
|
+
return template
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
function escape (s) {
|
|
18
|
+
return [].map.call(s, function (char) {
|
|
19
|
+
return '\\' + char
|
|
20
|
+
}).join('')
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
function regExp (key) {
|
|
24
|
+
return new RegExp(left + key + right, 'g')
|
|
25
|
+
}
|
|
26
|
+
}
|