/third_party/node/deps/npm/node_modules/cacache/lib/util/ |
D | fix-owner.js | 5 const chownr = BB.promisify(require('chownr')) constant 34 module.exports.chownr = fixOwner 57 () => chownr( 66 module.exports.chownr.sync = fixOwnerSync 79 chownr.sync(
|
/third_party/node/deps/npm/lib/utils/ |
D | cache-file.js | 4 const chownr = require('chownr') constant 60 chownr.sync(firstMade || file, cacheUid, cacheGid) 63 chownr.sync(firstMade || file, cacheUid, cacheGid)
|
D | correct-mkdir.js | 2 const chownr = require('chownr') constant 31 chownr(made || path, owner.uid, owner.gid, (er) => cb(er, owner))
|
/third_party/node/deps/npm/node_modules/chownr/ |
D | chownr.js | 86 chownr(path.resolve(p, child.name), uid, gid, er => { 99 const chownr = (p, uid, gid, cb) => { function 166 module.exports = chownr 167 chownr.sync = chownrSync
|
/third_party/node/deps/npm/node_modules/gentle-fs/lib/ |
D | chown.js | 6 const chownr = require('chownr') constant 21 chownr(path, uid, gid, cb)
|
/third_party/node/deps/npm/test/tap/ |
D | all-package-metadata-cache-stream-unit.js | 20 const chownr = require('chownr') constant 30 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
|
D | all-package-metadata-write-stream-unit.js | 25 const chownr = require('chownr') constant 29 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
|
D | all-package-metadata-update-stream-unit.js | 25 const chownr = require('chownr') constant 30 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
|
D | search.all-package-search.js | 18 const chownr = require('chownr') constant 22 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
|
D | all-package-metadata-entry-stream-unit.js | 29 const chownr = require('chownr') constant 33 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
|
D | search.js | 30 const chownr = require('chownr') constant 34 ) ? (path) => chownr.sync(path, +process.env.SUDO_UID, +process.env.SUDO_GID)
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | mkdir.js | 10 const chownr = require('chownr') constant 74 chownr(created, uid, gid, er => done(er)) 166 chownr.sync(created, uid, gid)
|
/third_party/node/deps/npm/lib/search/ |
D | all-package-metadata.js | 6 const chownr = BB.promisify(require('chownr')) constant 241 chownr.sync(cacheFile, uid, gid) 257 return chownr(made || cacheBase, st.uid, st.gid)
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
D | verify.js | 70 return fixOwner.chownr(cache, cache) 218 fixOwner.chownr.sync(cache, verifile)
|
D | entry-index.js | 64 () => fixOwner.chownr(cache, bucket) 93 fixOwner.chownr.sync(cache, bucket)
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
D | write.js | 144 return fixOwner.chownr(cache, destination)
|
/third_party/node/deps/npm/node_modules/cacache/ |
D | CHANGELOG.md | 416 * **fix-owner:** throw away ENOENTs on chownr ([d49bbcd](https://github.com/npm/cacache/commit/d49b… 520 * **verify:** return fixOwner.chownr promise ([6818521](https://github.com/npm/cacache/commit/68185…
|
/third_party/node/deps/npm/ |
D | CHANGELOG.md | 251 * [`f14b594ee`](https://github.com/npm/cli/commit/f14b594ee9dbfc98ed0b65c65d904782db4f31ad) `chownr… 523 `chownr@1.1.3` 1005 [isaacs/chownr#21](https://github.com/isaacs/chownr/pull/21) 1006 [isaacs/chownr#20](https://github.com/isaacs/chownr/issues/20) 1008 [npm.community#8203](https://npm.community/t/8203) `chownr@1.1.2` This 1594 `chownr@1.1.1`
|
/third_party/node/deps/npm/node_modules/psl/ |
D | yarn.lock | 761 chownr@^1.0.1: 763 …resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f976… 4215 chownr "^1.0.1"
|
/third_party/typescript_eslint/ |
D | yarn.lock | 487 chownr "^1.1.2" 2306 chownr "^1.1.1" 2463 chownr@^1.1.1, chownr@^1.1.2: 2465 …resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084… 8344 chownr "^1.1.1"
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-2.md | 143 Ignore ENOENT errors on chownr while adding packages to cache. This change 2134 `chownr@1.0.1`: Tests, docs, and minor style nits. 2968 …1eb7f6`](https://github.com/npm/npm/commit/01eb7f60acba584346ad8aae846657899f3b6887) `chownr@0.0.2`
|
D | CHANGELOG-3.md | 679 `chownr` was called on them, causing `ENOENT` errors. While the solution might 690 A missing `return` was causing `chownr` to be called on Windows, even though
|