Home
last modified time | relevance | path

Searched defs:pkg (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/node/deps/npm/lib/commands/
Daccess.js118 async #grant (permissions, scope, pkg) { argument
122 async #revoke (scope, pkg) { argument
126 async #listPackages (owner, pkg) { argument
134 async #listCollaborators (pkg, user) { argument
140 async #getStatus (pkg) { argument
146 async #set (subcmd, pkg) { argument
157 async #setMfa (pkg, level) { argument
164 async #setStatus (pkg, status) { argument
Drun-script.js66 async run ([event, ...args], { path = this.npm.localPrefix, pkg } = {}) { field
116 pkg, property
204 pkg, property
Dpublish.js75 pkg: manifest, property
134 pkg: manifest, property
142 pkg: manifest, property
Downer.js109 async ls (pkg) { argument
127 async getPkg (prefix, pkg) { argument
142 async changeOwners (user, pkg, addOrRm) { argument
Dhook.js40 async add (pkg, uri, secret, opts) { argument
52 async ls (pkg, opts) { argument
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/lib/
Dindex.js5 const normalize = pkg => argument
12 const normalizeString = pkg => { argument
20 const normalizeArray = pkg => { argument
28 const removeBin = pkg => { argument
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dadd-rm-pkg-deps.js6 const add = ({ pkg, add, saveBundle, saveType }) => { property
85 const inferSaveType = (pkg, name) => { argument
102 return pkg[depType] && Object.prototype.hasOwnProperty.call(pkg[depType], name) class
106 const deleteSubKey = (pkg, depType, name, replacedBy) => { argument
127 const rm = (pkg, rm) => { argument
/third_party/skia/tools/infra/
Dgo.py42 def get(pkg): argument
59 def install(pkg): argument
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
Dindex.js34 const pkg = normalizePackageBin(JSON.parse(json)) constant
70 pkg = null, property
88 pkg: p, property
183 pkg: true, property
201 pkg: true, property
/third_party/node/deps/npm/node_modules/bin-links/lib/
Dindex.js25 linkBins({ path, pkg, top, force: force || !top }), property
26 linkMans({ path, pkg, top, force }), property
/third_party/node/deps/npm/test/lib/utils/
Dsbom-cyclonedx.js94 const pkg = { ...rootPkg, description: 'Package description' } variable
102 const pkg = { ...rootPkg, author: { name: 'Arthur' } } variable
139 const pkg = { ...rootPkg, private: true } variable
147 const pkg = { ...rootPkg, repository: { url: 'https://foo.bar' } } variable
155 const pkg = { ...rootPkg, homepage: 'https://foo.bar/README.md' } variable
163 const pkg = { ...rootPkg, bugs: { url: 'https://foo.bar/issues' } } variable
178 const pkg = { ...rootPkg, license: 'ISC' } variable
186 const pkg = { ...rootPkg, license: '(MIT OR Apache-2.0)' } variable
194 const pkg = { variable
/third_party/node/deps/npm/node_modules/libnpmversion/lib/
Dindex.js21 const pkg = opts.pkg || await readJson(path + '/package.json') constant
36 pkg, property
Dversion.js65 pkg, property
101 pkg, property
128 pkg, property
/third_party/node/deps/npm/node_modules/libnpmaccess/lib/
Dindex.js43 const getCollaborators = async (pkg, opts) => { argument
49 const getVisibility = async (pkg, opts) => { argument
55 const setAccess = async (pkg, access, opts) => { argument
/third_party/node/deps/npm/test/lib/commands/
Dhook.js17 add: async (pkg, uri, secret, opts) => { argument
18 hookArgs = { pkg, uri, secret, opts } property
81 pkg: 'semver', property
98 pkg: '~npm', property
115 pkg: '@npmcli', property
138 pkg: 'semver', property
161 pkg: '@npmcli', property
193 pkg: '@npmcli', property
224 pkg: '@npmcli', property
Drun-script.js38 const completion = async (t, remain, pkg, isFish = false) => { argument
94 pkg: { name: 'x', version: '1.2.3', _id: 'x@1.2.3', scripts: {} }, property
108 pkg: { property
130 pkg: { property
159 pkg: { property
193 pkg: { property
229 pkg: { property
303 pkg: { property
340 pkg: { property
382 pkg: { property
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dload-virtual.js70 const pkg = await rpj(pj).catch(() => s.data.packages['']) || {} constant
211 const pkg = await rpj(pj).catch(() => null) constant
269 pkg: sw, property
294 pkg: target && target.package, property
Drebuild.js226 await binLinks.checkBins({ pkg, path, top: true, global: true }) property
328 pkg, property
339 pkg, property
391 pkg: node.package, property
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dpackage.json26 "pkg": "^4.3.4", string
30 "pkg": { object
/third_party/node/deps/npm/node_modules/libnpmpack/lib/
Dindex.js31 pkg: manifest, property
58 pkg: manifest, property
/third_party/node/deps/npm/node_modules/libnpmexec/lib/
Drun-script.js26 const pkg = { variable
56 pkg, property
/third_party/node/test/es-module/
Dtest-esm-resolve-type.mjs74 const pkg = rel(`node_modules/${moduleName}/package.json`); constant
134 const pkg = rel(`node_modules/${moduleName}/package.json`); constant
201 const pkg = rel(`node_modules/${moduleName}/package.json`); constant
/third_party/node/test/parallel/
Dtest-npm-version.js16 const pkg = require(npmPathPackageJson); constant
Dtest-corepack-version.js16 const pkg = require(corepackPathPackageJson); constant
/third_party/node/deps/npm/node_modules/init-package-json/lib/
Dinit-package-json.js17 const readPkgJson = async (file, pkg) => { argument
53 const pkg = await readPkgJson(packageFile) constant

12345