Home
last modified time | relevance | path

Searched refs:isMine (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dplace-dep.js156 if (!this.force && (this.isMine || this.strictPeerDeps)) {
456 get isMine () { getter in PlaceDep
517 isMine: this.isMine, property
/third_party/node/deps/npm/test/fixtures/
Deresolve-explanations.js557 isMine: true, property
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dbuild-ideal-tree.js1304 const isMine = isProjectRoot || isWorkspace constant
1305 const conflictOK = this[_force] || !isMine && !this.#strictPeerDeps