Home
last modified time | relevance | path

Searched defs:npm (Results 1 – 25 of 75) sorted by relevance

123

/third_party/node/deps/npm/test/lib/utils/
Dsbom-cyclonedx.js25 const npm = { version: '10.0.0 ' } variable
75 const res = cyclonedxOutput({ npm, nodes: [root], packageType: 'application' }) property
81 const res = cyclonedxOutput({ npm, nodes: [root], packageLockOnly: true }) property
88 const res = cyclonedxOutput({ npm, nodes: [node] }) property
96 const res = cyclonedxOutput({ npm, nodes: [node] }) property
104 const res = cyclonedxOutput({ npm, nodes: [node] }) property
112 const res = cyclonedxOutput({ npm, nodes: [node] }) property
119 const res = cyclonedxOutput({ npm, nodes: [node] }) property
126 const res = cyclonedxOutput({ npm, nodes: [node] }) property
133 const res = cyclonedxOutput({ npm, nodes: [node] }) property
[all …]
Dsbom-spdx.js22 const npm = { version: '10.0.0 ' } variable
107 const res = spdxOutput({ npm, nodes: [root], packageType: 'application' }) property
115 const res = spdxOutput({ npm, nodes: [node] }) property
129 const res = spdxOutput({ npm, nodes: [node] }) property
137 const res = spdxOutput({ npm, nodes: [node] }) property
145 const res = spdxOutput({ npm, nodes: [node] }) property
152 const res = spdxOutput({ npm, nodes: [node] }) property
160 const res = spdxOutput({ npm, nodes: [node] }) property
168 const res = spdxOutput({ npm, nodes: [node] }) property
175 const res = spdxOutput({ npm, nodes: [node] }) property
[all …]
/third_party/node/deps/npm/docs/content/configuring-npm/
Dinstall.md53 #### OS X or Windows Node installers
60 #### Linux or other operating systems Node installers
73 #### Less-common operating systems
/third_party/node/deps/npm/lib/utils/
Dreify-finish.js6 const reifyFinish = async (npm, arb) => { argument
11 const saveBuiltinConfig = async (npm, arb) => { argument
Derror-message.js10 const jsonError = (er, npm, { summary, detail }) => { argument
22 const errorMessage = (er, npm) => { argument
358 npm: npm.version, property
Dupdate-notifier.js15 const lastCheckedFile = npm => argument
20 const updateCheck = async (npm, spec, version, current) => { argument
110 module.exports = npm => { argument
Dreify-output.js21 const reifyOutput = (npm, arb) => { argument
132 const printAuditReport = (npm, report) => { argument
140 const getAuditReport = (npm, report) => { argument
212 const packagesFundingMessage = (npm, { funding }) => { argument
Dopen-url-prompt.js4 function print (npm, title, url) { argument
13 const promptOpen = async (npm, url, title, prompt, emitter) => { argument
Dget-identity.js3 module.exports = async (npm, opts) => { argument
Dopen-url.js6 const open = async (npm, url, errMsg, isFile) => { argument
Daudit-error.js9 const auditError = (npm, report) => { argument
/third_party/node/deps/npm/lib/es6/
Dvalidate-engines.js9 const npm = `v${version}` constant
41 npm, property
/third_party/typescript/tests/cases/conformance/salsa/
DmoduleExportAssignment2.ts5 var npm = module.exports = function (tree) { variable
/third_party/node/deps/npm/test/fixtures/
Dlibnpmsearch-stream-result.js10 npm: 'https://www.npmjs.com/package/libnpm', property
32 npm: 'https://www.npmjs.com/package/libnpmaccess', property
53 npm: 'https://www.npmjs.com/package/%40evocateur%2Flibnpmaccess', property
69 npm: 'https://www.npmjs.com/package/%40evocateur%2Flibnpmpublish', property
86 npm: 'https://www.npmjs.com/package/libnpmorg', property
108 npm: 'https://www.npmjs.com/package/libnpmsearch', property
129 npm: 'https://www.npmjs.com/package/libnpmteam', property
151 npm: 'https://www.npmjs.com/package/libnpmhook', property
172 npm: 'https://www.npmjs.com/package/libnpmpublish', property
199 npm: 'https://www.npmjs.com/package/libnpmfund', property
[all …]
/third_party/node/deps/npm/lib/commands/
Dconfig.js176 await this.npm.config.save(where) field in Config
193 this.npm.output(out.join('\n')) field in Config
287 this.npm.config.repair(problems) property
Dsbom.js130 ? cyclonedxOutput({ npm: this.npm, nodes: items, packageType, packageLockOnly }) property
131 : spdxOutput({ npm: this.npm, nodes: items, packageType }) property
/third_party/node/deps/npm/test/lib/commands/
Daudit.js938 function mockTUF ({ target, npm }) { field
953 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
986 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1001 mockTUF({ npm, target: TUF_TARGET_NOT_FOUND }) property
1108 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1125 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1140 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1157 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1175 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1193 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
[all …]
Dversion.js42 npm: '1.0.0', property
79 npm: '1.0.0', property
147 npm: '1.0.0', property
191 npm: '1.0.0', property
237 npm: '1.0.0', property
/third_party/node/deps/npm/lib/utils/completion/
Dinstalled-shallow.js3 const installedShallow = async (npm, opts) => { argument
/third_party/skia/experimental/skottiekit/
DMakefile33 npm: clean_npm target
/third_party/node/deps/npm/test/bin/
Dwindows-shims.js32 const diffFiles = (npm, npx) => Diff.diffChars(npm, npx) argument
91 npm: t.fixture('symlink', ROOT), property
97 npm: { property
Dnpx-cli.js5 const npm = require.resolve('../../bin/npm-cli.js') constant
/third_party/node/deps/npm/test/lib/
Dcli-entry.js8 let npm = null variable
65 t.match(outputs[0][0], { npm: String, node: String, v8: String }) property
/third_party/node/deps/npm/lib/
Darborist-cmd.js23 constructor (npm) { argument
Dcli-entry.js17 const npm = new Npm() constant

123