ProjectGraphExternalNode
A node describing an external dependency
name has as form of:
npm:packageNamefor root dependencies ornpm:packageName@versionfor nested transitive dependencies
This is vital for our node discovery to always point to root dependencies, while allowing tracking of the full tree of different nested versions
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”• data: Object
Type declaration
Section titled “Type declaration”| Name | Type |
|---|---|
hash? | string |
packageName | string |
version | string |
• name: string
• type: string