Home
last modified time | relevance | path

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

123

/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-output.js20 const reifyOutput = (npm, arb) => { argument
93 const printAuditReport = (npm, report) => { argument
101 const getAuditReport = (npm, report) => { argument
173 const packagesFundingMessage = (npm, { funding }) => { argument
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
104 module.exports = async npm => { 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
Daudit-error.js9 const auditError = (npm, report) => { argument
Dopen-url.js6 const open = async (npm, url, errMsg, isFile) => { argument
Dotplease.js2 async function otplease (npm, opts, fn) { argument
/third_party/node/deps/npm/lib/es6/
Dvalidate-engines.js9 const npm = `v${version}` constant
41 npm, property
/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 …]
Dmock-npm.js65 const getMockNpm = async (t, { mocks, init, load, npm: npmOpts }) => { property
106 const npm = init ? new MockNpm(npmOpts) : null constant
247 npm: { argv, excludeNpmCwd: true, ...withDirs(npmOpts) }, property
/third_party/typescript/tests/cases/conformance/salsa/
DmoduleExportAssignment2.ts5 var npm = module.exports = function (tree) { variable
/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
/third_party/node/deps/npm/test/lib/commands/
Daudit.js926 function mockTUF ({ target, npm }) { field
941 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
974 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
989 mockTUF({ npm, target: TUF_TARGET_NOT_FOUND }) property
1096 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1113 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1128 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1145 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1163 mockTUF({ npm, target: TUF_VALID_KEYS_TARGET }) property
1181 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/test/bin/
Dwindows-shims.js30 const diffFiles = (npm, npx) => Diff.diffChars(npm, npx) argument
75 npm: t.fixture('symlink', ROOT), property
81 npm: { property
Dnpx-cli.js5 const npm = require.resolve('../../bin/npm-cli.js') constant
/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/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/
Dcli-entry.js17 const npm = new Npm() constant
Darborist-cmd.js23 constructor (npm) { argument
/third_party/node/deps/npm/lib/workspaces/
Dupdate-workspaces.js9 npm, property

123