Road Trailers 45' $45.00/day $0.05/mi $25.00 Setup 53' $55.00/day $0.05/mi $25.00 Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module 'parallax-js' { | |
export default class Parallax { | |
private inputElement?: string | HTMLElement | null; | |
private calibrateX?: boolean; | |
private calibrateY?: boolean; | |
private invertX?: boolean; | |
private invertY?: boolean; | |
private limitX?: number | false; | |
private limitY?: number | false; | |
private scalarX?: number; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Visual Studio Community 2015 | |
Version 14.0.25422.01 Update 3 | |
Microsoft .NET Framework | |
Version 4.6.01055 | |
Installed Version: Community | |
Microsoft Visual Studio Tools for Applications 2015 00322-20000-00000-AA128 | |
Microsoft Visual Studio Tools for Applications 2015 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly loadCurrentTree Starting | |
5 silly install loadCurrentTree | |
6 silly install readLocalPackageData | |
7 silly install normalizeTree |