| /third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
| D | ls.js.test.cjs | 2 * This snapshot file is auto-generated, but designed for humans. 4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests. 8 exports[`test/lib/commands/ls.js TAP ignore missing optional deps --json > ls --json problems 1`] =… 10 "invalid: optional-wrong@3.2.1 {CWD}/prefix/node_modules/optional-wrong", 11 "missing: peer-missing@1, required by test-npm-ls-ignore-missing-optional@1.2.3", 12 "invalid: peer-optional-wrong@3.2.1 {CWD}/prefix/node_modules/peer-optional-wrong", 13 "invalid: peer-wrong@3.2.1 {CWD}/prefix/node_modules/peer-wrong", 14 "missing: prod-missing@1, required by test-npm-ls-ignore-missing-optional@1.2.3", 15 "invalid: prod-wrong@3.2.1 {CWD}/prefix/node_modules/prod-wrong", 19 exports[`test/lib/commands/ls.js TAP ignore missing optional deps --parseable > ls --parseable resu… [all …]
|
| D | sbom.js.test.cjs | 2 * This snapshot file is auto-generated, but designed for humans. 4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests. 8 exports[`test/lib/commands/sbom.js TAP sbom --omit dev > must match snapshot 1`] = ` 10 "spdxVersion": "SPDX-2.3", 11 "dataLicense": "CC0-1.0", 12 "SPDXID": "SPDXRef-DOCUMENT", 13 "name": "test-npm-sbom@1.0.0", 14 …"documentNamespace": "http://spdx.org/spdxdocs/test-npm-sbom-1.0.0-00000000-0000-0000-0000-0000000… 16 "created": "2020-01-01T00:00:00.000Z", 18 "Tool: npm/cli-10.0.0" [all …]
|
| /third_party/node/deps/npm/man/man1/ |
| D | npm-ls.1 | 1 .TH "NPM-LS" "1" "February 2024" "" "" 3 \fBnpm-ls\fR - List installed packages 8 npm ls <package-spec> 15 …s that are installed, as well as their dependencies when \fB--all\fR is specified, in a tree struc… 17 Note: to get a "bottoms up" view of why a given package is included in the tree at all, use npm hel… 19 …-range\fR identifiers, which will limit the results to only the paths to the packages named. Note … 24 └─┬ init-package-json@0.0.4 33 The tree shown is the logical dependency tree, based on package dependencies, not the physical layo… 38 …ls\fR command's output and behavior made a \fIton\fR of sense when npm created a \fBnode_modules\f… 40 …-time deduplication of dependencies in npm v3, the \fBls\fR output was modified to display the log… [all …]
|
| D | npm-fund.1 | 1 .TH "NPM-FUND" "1" "February 2024" "" "" 3 \fBnpm-fund\fR - Retrieve funding information 8 npm fund \[lB]<package-spec>\[rB] 13 …tree structure, listing the type of funding and the url to visit. If a package name is provided th… 15 …url as a single entry. Thus, the list does not have the same shape of the output from \fBnpm ls\fR. 19 …ce and its dependencies using the \fB\fBworkspace\fR config\fR \fI\(la/using-npm/config#workspace\… 27 test-workspaces-fund@1.0.0 28 +-- https://example.com/a 29 | | `-- a@1.0.0 30 | `-- https://example.com/maintainer [all …]
|
| /third_party/node/deps/npm/docs/content/commands/ |
| D | npm-ls.md | 1 --- 2 title: npm-ls 5 --- 10 npm ls <package-spec> 18 installed, as well as their dependencies when `--all` is specified, in a 19 tree structure. 22 tree at all, use [`npm explain`](/commands/npm-explain). 24 Positional arguments are `name@version-range` identifiers, which will limit 27 example, running `npm ls promzard` in npm's source tree will show: 31 └─┬ init-package-json@0.0.4 [all …]
|
| D | npm-fund.md | 1 --- 2 title: npm-fund 5 --- 10 npm fund [<package-spec>] 17 dependencies that are looking for funding in a tree structure, listing 20 [`--browser` config](/using-npm/config#browser) param; if there are multiple 22 `--which` option to disambiguate. 26 same shape of the output from `npm ls`. 34 [`workspace` config](/using-npm/config#workspace) option. 43 test-workspaces-fund@1.0.0 [all …]
|
| D | npm-dedupe.md | 1 --- 2 title: npm-dedupe 4 description: Reduce duplication in the package tree 5 --- 17 Searches the local package tree and attempts to simplify the overall 18 structure by moving dependencies further up the tree, where they can 25 +-- b <-- depends on c@1.0.x 26 | `-- c@1.0.3 27 `-- d <-- depends on c@~1.0.9 28 `-- c@1.0.10 [all …]
|
| D | npm-find-dupes.md | 1 --- 2 title: npm-find-dupes 4 description: Find duplication in the package tree 5 --- 10 npm find-dupes 15 Runs `npm dedupe` in `--dry-run` mode, making npm only output the 16 duplications, without actually changing the package tree. 20 #### `install-strategy` 26 (default): Install non-duplicated in top-level, and duplicated as necessary 27 within directory structure. nested: (formerly --legacy-bundling) install in [all …]
|
| D | npm-prune.md | 1 --- 2 title: npm-prune 5 --- 21 If the `--omit=dev` flag is specified or the `NODE_ENV` environment 25 If the `--dry-run` flag is used then no changes will actually be made. 27 If the `--json` flag is used, then the changes `npm prune` made (or would 28 have made with `--dry-run`) are printed as a JSON object. 31 only need this command with the `--production` flag. However, in the real 43 Dependency types to omit from the installation tree on disk. 46 `package-lock.json` or `npm-shrinkwrap.json` file. They are just not [all …]
|
| D | npm-explain.md | 1 --- 2 title: npm-explain 5 --- 10 npm explain <package-spec> 25 For example, running `npm explain glob` within npm's source tree will show: 47 $ npm explain node_modules/nyc/node_modules/find-up 48 find-up@3.0.0 dev 49 node_modules/nyc/node_modules/find-up 50 find-up@"^3.0.0" from nyc@14.1.1 96 * [package spec](/using-npm/package-spec) [all …]
|
| /third_party/node/deps/npm/test/lib/commands/ |
| D | ls.js | 3 // of them contain the tap testdir folders, which are auto-generated and 4 // may change when node-tap is updated. 8 const mockNpm = require('../../fixtures/mock-npm.js') 9 const { cleanCwd } = require('../../fixtures/clean-snapshot') 13 utimesSync(`${prefix}/node_modules/.package-lock.json`, later, later) 46 'dev-dep': { 48 name: 'dev-dep', 56 'prod-dep': { 58 name: 'prod-dep', 75 'optional-dep': { [all …]
|
| D | sbom.js | 2 const mockNpm = require('../../fixtures/mock-npm.js') 4 const FAKE_TIMESTAMP = '2020-01-01T00:00:00.000Z' 5 const FAKE_UUID = '00000000-0000-0000-0000-000000000000' 19 sbom.documentNamespace = `http://spdx.org/spdxdocs/test-npm-sbom-1.0.0-${FAKE_UUID}` 23 sbom.creationInfo.creators = ['Tool: npm/cli-10.0.0'] 88 t.test('basic sbom - spdx', async t => { 90 'sbom-format': 'spdx', 96 name: 'test-npm-sbom', 110 t.test('basic sbom - cyclonedx', async t => { 112 'sbom-format': 'cyclonedx', [all …]
|
| /third_party/node/deps/npm/docs/output/commands/ |
| D | npm-ls.html | 2 <meta charset="utf-8"> 3 <title>npm-ls</title> 6 background-color: #ffffff; 11 line-height: 1.5; 13 …font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple C… 17 background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); 21 text-decoration: none; 25 text-decoration: underline; 32 border-radius: 6px; 37 white-space: pre; [all …]
|
| /third_party/node/deps/npm/lib/commands/ |
| D | ls.js | 7 const npa = require('npm-package-arg') 20 const ArboristWorkspaceCmd = require('../arborist-cmd.js') 21 const localeCompare = require('@isaacs/string-locale-compare')('en') 23 class LS extends ArboristWorkspaceCmd { class 25 static name = 'ls' 26 static usage = ['<package-spec>'] 37 'package-lock-only', 45 const completion = require('../utils/completion/installed-deep.js') 60 const packageLockOnly = this.npm.config.get('package-lock-only') 73 const tree = await this.initTree({ arb, args, packageLockOnly }) [all …]
|
| /third_party/libbpf/scripts/ |
| D | sync-kernel.sh | 4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>" 6 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CH… 7 …echo "Set BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOI… 8 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commits." 12 set -eu 14 LIBBPF_REPO=${1-""} 15 LINUX_REPO=${2-""} 16 BPF_BRANCH=${3-""} 17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)} 18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)} [all …]
|
| /third_party/littlefs/.github/workflows/ |
| D | test.yml | 5 CFLAGS: -Werror 6 MAKEFLAGS: -j 11 runs-on: ubuntu-18.04 13 fail-fast: false 18 - uses: actions/checkout@v2 19 - name: install 22 sudo apt-get update -qq 23 sudo apt-get install -qq python3 python3-pip lcov 25 gcc --version 27 # setup a ram-backed disk to speed up reentrant tests [all …]
|
| /third_party/node/deps/v8/tools/ |
| D | find-commit-for-patch.py | 3 # Use of this source code is governed by a BSD-style license that can be 21 "--branch", "-b", default="origin/master", type=str, 22 help="Git tree-ish where to start searching for commits, " 25 "--limit", "-l", default=500, type=int, 28 "--verbose", "-v", default=False, action="store_true", 38 if line.startswith("diff --git "): 39 # diff --git a/src/objects.cc b/src/objects.cc 53 cmd = ["git", "log", "-1", "--format=%H", treeish] 59 # Calling out to git once and parsing the result Python-side is faster 60 # than calling 'git ls-tree' for every file. [all …]
|
| /third_party/musl/porting/liteos_m/kernel/src/regex/ |
| D | regcomp.c | 2 regcomp.c - TRE POSIX compatible regex compilation functions. 4 Copyright (c) 2001-2009 Ville Laurikari <vl@iki.fi> 44 from tre-compile.h 60 from tre-ast.c and tre-ast.h 72 #define EMPTY -1 /* Empty leaf (denotes empty string). */ 73 #define ASSERTION -2 /* Assertion leaf. */ 74 #define TAG -3 /* Tag leaf. */ 75 #define BACKREF -4 /* Back reference leaf. */ 77 #define IS_SPECIAL(x) ((x)->code_min < 0) 78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) [all …]
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
| D | regcomp.c | 2 regcomp.c - TRE POSIX compatible regex compilation functions. 4 Copyright (c) 2001-2009 Ville Laurikari <vl@iki.fi> 44 from tre-compile.h 60 from tre-ast.c and tre-ast.h 72 #define EMPTY -1 /* Empty leaf (denotes empty string). */ 73 #define ASSERTION -2 /* Assertion leaf. */ 74 #define TAG -3 /* Tag leaf. */ 75 #define BACKREF -4 /* Back reference leaf. */ 77 #define IS_SPECIAL(x) ((x)->code_min < 0) 78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) [all …]
|
| /third_party/musl/src/regex/ |
| D | regcomp.c | 2 regcomp.c - TRE POSIX compatible regex compilation functions. 4 Copyright (c) 2001-2009 Ville Laurikari <vl@iki.fi> 44 from tre-compile.h 60 from tre-ast.c and tre-ast.h 72 #define EMPTY -1 /* Empty leaf (denotes empty string). */ 73 #define ASSERTION -2 /* Assertion leaf. */ 74 #define TAG -3 /* Tag leaf. */ 75 #define BACKREF -4 /* Back reference leaf. */ 77 #define IS_SPECIAL(x) ((x)->code_min < 0) 78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) [all …]
|
| /third_party/musl/porting/uniproton/kernel/src/regex/ |
| D | regcomp.c | 2 regcomp.c - TRE POSIX compatible regex compilation functions. 4 Copyright (c) 2001-2009 Ville Laurikari <vl@iki.fi> 44 from tre-compile.h 60 from tre-ast.c and tre-ast.h 72 #define EMPTY -1 /* Empty leaf (denotes empty string). */ 73 #define ASSERTION -2 /* Assertion leaf. */ 74 #define TAG -3 /* Tag leaf. */ 75 #define BACKREF -4 /* Back reference leaf. */ 77 #define IS_SPECIAL(x) ((x)->code_min < 0) 78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) [all …]
|
| /third_party/toybox/toys/posix/ |
| D | ls.c | 1 /* ls.c - list files 6 * See http://opengroup.org/onlinepubs/9699919799/utilities/ls.html 9 * add -b (and default to it instead of -q for an unambiguous representation 11 * add -Z -ll --color 12 * Posix says the -l date format should vary based on how recent it is 13 * and we do --time-style=long-iso instead 15 USE_LS(NEWTOY(ls, "(color):;(full-time)(show-control-chars)ZgoACFHLRSabcdfhikl@mnpqrstux1[-Cxm1][-C… 17 config LS 18 bool "ls" 21 usage: ls [-ACFHLRSZacdfhiklmnpqrstux1] [--color[=auto]] [directory...] [all …]
|
| /third_party/toybox/porting/liteos_a/toys/posix/ |
| D | ls.c | 1 /* ls.c - list files 6 * See http://opengroup.org/onlinepubs/9699919799/utilities/ls.html 9 * add -b (and default to it instead of -q for an unambiguous representation 11 * add -Z -ll --color 12 * Posix says the -l date format should vary based on how recent it is 13 * and we do --time-style=long-iso instead 15 USE_LS(NEWTOY(ls, "(color):;(full-time)(show-control-chars)ZgoACFHLRSabcdfhikl@mnpqrstux1[-Cxm1][-C… 17 config LS 18 bool "ls" 21 usage: ls [-ACFHLSZacdfhiklmnpqrstux1] [--color[=auto]] [directory...] [all …]
|
| /third_party/node/tools/dep_updaters/ |
| D | update-googletest.sh | 2 set -e 3 # Shell script to update GoogleTest in the source tree to the most recent version. 10 NEW_UPSTREAM_SHA1=$(git ls-remote "https://github.com/google/googletest.git" HEAD | awk '{print $1}… 11 NEW_VERSION=$(echo "$NEW_UPSTREAM_SHA1" | head -c 7) 15 git remote add googletest-upstream https://github.com/google/googletest.git 16 git fetch googletest-upstream "$NEW_UPSTREAM_SHA1" 17 git remote remove googletest-upstream 21 git diff-tree HEAD:deps/googletest/include "$NEW_UPSTREAM_SHA1:googletest/include" 22 git diff-tree HEAD:deps/googletest/src "$NEW_UPSTREAM_SHA1:googletest/src" 25 if [ -z "$DIFF_TREE" ]; then [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| D | compImages.sh | 3 # Copyright 2020-2024 The Khronos Group Inc. 5 # SPDX-License-Identifier: Apache-2.0 7 # compareImages - compare all asciidoctor images in two branches 16 echo "Preparing test tree under compare/" 17 rm -rf $compare 22 files1=$compare/$branch1-files 23 mkdir -p $img1 25 (cd $img1 ; ls) > $files1 28 rm -rf $compare 34 files2=$compare/$branch2-files [all …]
|