Home
last modified time | relevance | path

Searched refs:mani (Results 1 – 25 of 40) sorted by relevance

12

/third_party/node/deps/npm/node_modules/pacote/lib/
Dregistry.js119 let mani = await pickManifest(packument, this.spec.fetchSpec, {
124 mani = rpj.normalize(mani)
128 const { dist } = mani
130 this.resolved = mani._resolved = dist.tarball
131 mani._from = this.from
160 mani._integrity = String(this.integrity)
164 const message = `${mani._id}:${mani._integrity}`
170 `${mani._id} has a registry signature with keyid: ${signature.keyid} ` +
178 `${mani._id} has a registry signature with keyid: ${signature.keyid} ` +
192 `${mani._id} has an invalid registry signature with ` +
[all …]
Dfile.js30 .then(mani => this.package = {
31 ...mani,
78 return this.manifest().then(mani => ({
79 name: mani.name,
81 [this.defaultTag]: mani.version,
84 [mani.version]: {
85 ...mani,
Ddir.js34 return this.manifest().then(mani => {
35 if (!mani.scripts || !mani.scripts.prepare) {
49 pkg: mani,
96 .then(mani => this.package = {
97 ...mani,
Dbin.js10 return pacote.manifest(conf._[1], conf).then(mani => ({
11 resolved: mani._resolved,
12 integrity: mani._integrity,
13 from: mani._from,
Dgit.js163 return this[_readPackageJson](dir + '/package.json').then(mani => {
165 const scripts = mani.scripts
166 if (!mani.workspaces && (!scripts || !(
316 .then(mani => this.package = {
317 ...mani,
/third_party/node/deps/npm/lib/commands/
Dbugs.js7 getUrl (spec, mani) { argument
8 if (mani.bugs) {
9 if (typeof mani.bugs === 'string') {
10 return mani.bugs
13 if (typeof mani.bugs === 'object' && mani.bugs.url) {
14 return mani.bugs.url
17 if (typeof mani.bugs === 'object' && mani.bugs.email) {
18 return `mailto:${mani.bugs.email}`
23 const info = this.hostedFromMani(mani)
Ddocs.js6 getUrl (spec, mani) { argument
7 if (mani.homepage) {
8 return mani.homepage
11 const info = this.hostedFromMani(mani)
Drepo.js8 getUrl (spec, mani) { argument
9 const r = mani.repository
21 const info = this.hostedFromMani(mani)
23 info.browse(mani.repository.directory) : unknownHostedUrl(rurl)
/third_party/node/deps/npm/node_modules/npm-pick-manifest/lib/
Dindex.js113 const mani = versions[ver] || staged[ver] || restricted[ver] constant
114 return isBefore(verTimes, ver, time) ? decorateAvoid(mani, avoid) : null
127 const mani = versions[defaultVer] constant
128 if (mani && isBefore(verTimes, defaultVer, time)) {
129 return mani
137 .filter(([ver, mani]) => isBefore(verTimes, ver, time))
151 const entries = allEntries.filter(([ver, mani]) =>
187 const mani = pickManifest(packument, wanted, opts) constant
188 const picked = mani && normalizeBin(mani)
/third_party/node/deps/npm/lib/
Dpackage-url-cmd.js36 const mani = await pacote.manifest(arg, opts)
37 const url = this.getUrl(arg, mani)
39 await openUrl(this.npm, url, `${mani.name} ${this.name} available at the following URL`)
54 hostedFromMani (mani) { argument
55 const r = mani.repository
/third_party/node/deps/npm/node_modules/libnpmexec/lib/
Dget-bin-from-manifest.js1 const getBinFromManifest = (mani) => { argument
5 const bin = mani.bin || {}
11 const name = mani.name.replace(/^@[^/]+\//, '')
18 pkgid: mani._id,
/third_party/node/deps/npm/lib/utils/
Dupdate-notifier.js23 const mani = await pacote.manifest(`npm@${spec}`, { constant
30 if (!mani) {
34 const latest = mani.version
55 const update = semver.parse(mani.version)
/third_party/node/deps/npm/node_modules/@npmcli/metavuln-calculator/lib/
Dget-dep-spec.js1 module.exports = (mani, name) => { argument
9 } = mani
Dadvisory.js245 const mani = this[_packument]?.versions?.[version] || {
252 spec = getDepSpec(mani, this.dependency)
265 const bd = mani.bundleDependencies
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dbuild-ideal-tree.js527 const mani = await pacote.manifest(spec, { ...this.options }) constant
530 spec = npa(`${mani.name}@${mani.version}`)
532 spec.name = mani.name
727 const mani = await pacote.manifest(spec, { constant
733 node.package = { ...mani, _id: `${mani.name}@${mani.version}` }
1212 .then(mani => {
1213 this.#manifests.set(spec.raw, mani)
1214 return mani
/third_party/skia/third_party/externals/icu/source/data/lang/
Dsg.txt13 de{"Zâmani"}
/third_party/icu/icu4c/source/data/lang/
Dsg.txt13 de{"Zâmani"}
/third_party/skia/third_party/externals/icu/source/data/unit/
Dto.txt430 dnam{"lētiasi fakamāmani"}
431 other{"lētiasi fakamāmani ʻe {0}"}
538 dnam{"mamafa ʻo māmani"}
539 other{"mamafa ʻo māmani ʻe {0}"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dlag.txt157 OM{"Ómani"}
Dto.txt6 001{"Māmani"}
Dsg.txt54 DE{"Zâmani"}
/third_party/icu/icu4c/source/data/region/
Dlag.txt157 OM{"Ómani"}
Dsg.txt54 DE{"Zâmani"}
Dto.txt6 001{"Māmani"}
/third_party/icu/icu4c/source/data/unit/
Dto.txt442 dnam{"lētiasi fakamāmani"}
443 other{"lētiasi fakamāmani ʻe {0}"}
550 dnam{"mamafa ʻo māmani"}
551 other{"mamafa ʻo māmani ʻe {0}"}

12