@typhonjs-utils/package-json
Type alias PackageObjData
Package
Obj
Data
:
{
error
?:
Error
;
filepath
?:
string
;
filepathUnix
?:
string
;
packageObj
?:
object
;
}
The returned data object from a
getPackageWithPath
query.
Type declaration
Optional
error
?:
Error
A potential error instance.
Optional
filepath
?:
string
File path of loaded
package.json
object.
Optional
filepath
Unix
?:
string
File path of loaded
package.json
object as Unix styled path.
Optional
package
Obj
?:
object
Loaded
package.json
object.
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
@typhonjs-utils/package-json
The returned data object from a
getPackageWithPath
query.