Searched refs:isMine (Results 1 – 3 of 3) sorted by relevance
156 if (!this.force && (this.isMine || this.strictPeerDeps)) {456 get isMine () { getter in PlaceDep517 isMine: this.isMine, property
557 isMine: true, property
1304 const isMine = isProjectRoot || isWorkspace constant1305 const conflictOK = this[_force] || !isMine && !this.#strictPeerDeps