实例介绍
CocosBuilder与interface builder 类似,是cocos2d下简单快速进行精灵,层,场景布局的工具。 CocosBuilder可以快速完美的进行菜单和交互场景的布局,如果手动去做,这往往让人头疼。
【实例截图】
【核心代码】
4744302543376728277.zip
└── CocosBuilder.app
└── Contents
├── Frameworks
│ ├── MGSFragaria.framework
│ │ ├── Headers
│ │ │ ├── MGSExtraInterfaceController.h
│ │ │ ├── MGSFragaria.h
│ │ │ ├── MGSFragariaPreferences.h
│ │ │ ├── MGSPreferencesController.h
│ │ │ ├── MGSSyntaxController.h
│ │ │ ├── MGSTextMenuController.h
│ │ │ └── SMLTextView.h
│ │ ├── MGSFragaria
│ │ ├── Resources
│ │ │ ├── editor-breakpoint-0.png
│ │ │ ├── editor-breakpoint-1.png
│ │ │ ├── editor-breakpoint-2.png
│ │ │ ├── editor-breakpoint.png
│ │ │ ├── editor-stopmarker.png
│ │ │ ├── editor-warning.png
│ │ │ ├── ErrorPopoverView.nib
│ │ │ ├── Info.plist
│ │ │ ├── LICENSE-2.0.txt
│ │ │ ├── LICENSE.html
│ │ │ ├── README
│ │ │ ├── SMLCommandResult.nib
│ │ │ ├── SMLDetab.nib
│ │ │ ├── SMLEntab.nib
│ │ │ ├── SMLGoToLine.nib
│ │ │ ├── SMLOpenPanelAccessoryView.nib
│ │ │ ├── SMLRegularExpressionHelp.nib
│ │ │ ├── Syntax Definitions
│ │ │ │ ├── actionscript3.plist
│ │ │ │ ├── actionscript.plist
│ │ │ │ ├── active4d.plist
│ │ │ │ ├── ada.plist
│ │ │ │ ├── ampl.plist
│ │ │ │ ├── apache.plist
│ │ │ │ ├── applescript.plist
│ │ │ │ ├── asm-mips.plist
│ │ │ │ ├── asm-x86.plist
│ │ │ │ ├── aspdotnet-cs.plist
│ │ │ │ ├── aspdotnet-vb.plist
│ │ │ │ ├── asp-js.plist
│ │ │ │ ├── asp-vb.plist
│ │ │ │ ├── awk.plist
│ │ │ │ ├── batch.plist
│ │ │ │ ├── cobol.plist
│ │ │ │ ├── coldfusion.plist
│ │ │ │ ├── c.plist
│ │ │ │ ├── cpp.plist
│ │ │ │ ├── csharp.plist
│ │ │ │ ├── csound.plist
│ │ │ │ ├── css.plist
│ │ │ │ ├── d.plist
│ │ │ │ ├── dylan.plist
│ │ │ │ ├── eiffel.plist
│ │ │ │ ├── erl.plist
│ │ │ │ ├── eztpl.plist
│ │ │ │ ├── fortran.plist
│ │ │ │ ├── freefem.plist
│ │ │ │ ├── f-script.plist
│ │ │ │ ├── gedcom.plist
│ │ │ │ ├── gnuassembler.plist
│ │ │ │ ├── graphviz.plist
│ │ │ │ ├── haskell.plist
│ │ │ │ ├── header.plist
│ │ │ │ ├── html.plist
│ │ │ │ ├── idl.plist
│ │ │ │ ├── javafx.plist
│ │ │ │ ├── java.plist
│ │ │ │ ├── javascript.plist
│ │ │ │ ├── jsp.plist
│ │ │ │ ├── latex.plist
│ │ │ │ ├── lilypond.plist
│ │ │ │ ├── lisp.plist
│ │ │ │ ├── logtalk.plist
│ │ │ │ ├── lsl.plist
│ │ │ │ ├── lua.plist
│ │ │ │ ├── matlab.plist
│ │ │ │ ├── mel.plist
│ │ │ │ ├── metapost.plist
│ │ │ │ ├── metaslang.plist
│ │ │ │ ├── mysql.plist
│ │ │ │ ├── nemerle.plist
│ │ │ │ ├── none.plist
│ │ │ │ ├── nrnhoc.plist
│ │ │ │ ├── objectivecaml.plist
│ │ │ │ ├── objectivec.plist
│ │ │ │ ├── ox.plist
│ │ │ │ ├── pascal.plist
│ │ │ │ ├── pdf.plist
│ │ │ │ ├── perl.plist
│ │ │ │ ├── php.plist
│ │ │ │ ├── plist.plist
│ │ │ │ ├── postscript.plist
│ │ │ │ ├── prolog.plist
│ │ │ │ ├── python.plist
│ │ │ │ ├── rhtml.plist
│ │ │ │ ├── r.plist
│ │ │ │ ├── ruby.plist
│ │ │ │ ├── scala.plist
│ │ │ │ ├── sgml.plist
│ │ │ │ ├── shell.plist
│ │ │ │ ├── sml.plist
│ │ │ │ ├── sql.plist
│ │ │ │ ├── standard.plist
│ │ │ │ ├── stata.plist
│ │ │ │ ├── supercollider.plist
│ │ │ │ ├── tcltk.plist
│ │ │ │ ├── torquescript.plist
│ │ │ │ ├── udo.plist
│ │ │ │ ├── vb.plist
│ │ │ │ ├── verilog.plist
│ │ │ │ ├── vhdl.plist
│ │ │ │ └── xml.plist
│ │ │ └── SyntaxDefinitions.plist
│ │ └── Versions
│ │ ├── A
│ │ │ ├── Headers
│ │ │ │ ├── MGSExtraInterfaceController.h
│ │ │ │ ├── MGSFragaria.h
│ │ │ │ ├── MGSFragariaPreferences.h
│ │ │ │ ├── MGSPreferencesController.h
│ │ │ │ ├── MGSSyntaxController.h
│ │ │ │ ├── MGSTextMenuController.h
│ │ │ │ └── SMLTextView.h
│ │ │ ├── MGSFragaria
│ │ │ └── Resources
│ │ │ ├── editor-breakpoint-0.png
│ │ │ ├── editor-breakpoint-1.png
│ │ │ ├── editor-breakpoint-2.png
│ │ │ ├── editor-breakpoint.png
│ │ │ ├── editor-stopmarker.png
│ │ │ ├── editor-warning.png
│ │ │ ├── ErrorPopoverView.nib
│ │ │ ├── Info.plist
│ │ │ ├── LICENSE-2.0.txt
│ │ │ ├── LICENSE.html
│ │ │ ├── README
│ │ │ ├── SMLCommandResult.nib
│ │ │ ├── SMLDetab.nib
│ │ │ ├── SMLEntab.nib
│ │ │ ├── SMLGoToLine.nib
│ │ │ ├── SMLOpenPanelAccessoryView.nib
│ │ │ ├── SMLRegularExpressionHelp.nib
│ │ │ ├── Syntax Definitions
│ │ │ │ ├── actionscript3.plist
│ │ │ │ ├── actionscript.plist
│ │ │ │ ├── active4d.plist
│ │ │ │ ├── ada.plist
│ │ │ │ ├── ampl.plist
│ │ │ │ ├── apache.plist
│ │ │ │ ├── applescript.plist
│ │ │ │ ├── asm-mips.plist
│ │ │ │ ├── asm-x86.plist
│ │ │ │ ├── aspdotnet-cs.plist
│ │ │ │ ├── aspdotnet-vb.plist
│ │ │ │ ├── asp-js.plist
│ │ │ │ ├── asp-vb.plist
│ │ │ │ ├── awk.plist
│ │ │ │ ├── batch.plist
│ │ │ │ ├── cobol.plist
│ │ │ │ ├── coldfusion.plist
│ │ │ │ ├── c.plist
│ │ │ │ ├── cpp.plist
│ │ │ │ ├── csharp.plist
│ │ │ │ ├── csound.plist
│ │ │ │ ├── css.plist
│ │ │ │ ├── d.plist
│ │ │ │ ├── dylan.plist
│ │ │ │ ├── eiffel.plist
│ │ │ │ ├── erl.plist
│ │ │ │ ├── eztpl.plist
│ │ │ │ ├── fortran.plist
│ │ │ │ ├── freefem.plist
│ │ │ │ ├── f-script.plist
│ │ │ │ ├── gedcom.plist
│ │ │ │ ├── gnuassembler.plist
│ │ │ │ ├── graphviz.plist
│ │ │ │ ├── haskell.plist
│ │ │ │ ├── header.plist
│ │ │ │ ├── html.plist
│ │ │ │ ├── idl.plist
│ │ │ │ ├── javafx.plist
│ │ │ │ ├── java.plist
│ │ │ │ ├── javascript.plist
│ │ │ │ ├── jsp.plist
│ │ │ │ ├── latex.plist
│ │ │ │ ├── lilypond.plist
│ │ │ │ ├── lisp.plist
│ │ │ │ ├── logtalk.plist
│ │ │ │ ├── lsl.plist
│ │ │ │ ├── lua.plist
│ │ │ │ ├── matlab.plist
│ │ │ │ ├── mel.plist
│ │ │ │ ├── metapost.plist
│ │ │ │ ├── metaslang.plist
│ │ │ │ ├── mysql.plist
│ │ │ │ ├── nemerle.plist
│ │ │ │ ├── none.plist
│ │ │ │ ├── nrnhoc.plist
│ │ │ │ ├── objectivecaml.plist
│ │ │ │ ├── objectivec.plist
│ │ │ │ ├── ox.plist
│ │ │ │ ├── pascal.plist
│ │ │ │ ├── pdf.plist
│ │ │ │ ├── perl.plist
│ │ │ │ ├── php.plist
│ │ │ │ ├── plist.plist
│ │ │ │ ├── postscript.plist
│ │ │ │ ├── prolog.plist
│ │ │ │ ├── python.plist
│ │ │ │ ├── rhtml.plist
│ │ │ │ ├── r.plist
│ │ │ │ ├── ruby.plist
│ │ │ │ ├── scala.plist
│ │ │ │ ├── sgml.plist
│ │ │ │ ├── shell.plist
│ │ │ │ ├── sml.plist
│ │ │ │ ├── sql.plist
│ │ │ │ ├── standard.plist
│ │ │ │ ├── stata.plist
│ │ │ │ ├── supercollider.plist
│ │ │ │ ├── tcltk.plist
│ │ │ │ ├── torquescript.plist
│ │ │ │ ├── udo.plist
│ │ │ │ ├── vb.plist
│ │ │ │ ├── verilog.plist
│ │ │ │ ├── vhdl.plist
│ │ │ │ └── xml.plist
│ │ │ └── SyntaxDefinitions.plist
│ │ └── Current
│ │ ├── Headers
│ │ │ ├── MGSExtraInterfaceController.h
│ │ │ ├── MGSFragaria.h
│ │ │ ├── MGSFragariaPreferences.h
│ │ │ ├── MGSPreferencesController.h
│ │ │ ├── MGSSyntaxController.h
│ │ │ ├── MGSTextMenuController.h
│ │ │ └── SMLTextView.h
│ │ ├── MGSFragaria
│ │ └── Resources
│ │ ├── editor-breakpoint-0.png
│ │ ├── editor-breakpoint-1.png
│ │ ├── editor-breakpoint-2.png
│ │ ├── editor-breakpoint.png
│ │ ├── editor-stopmarker.png
│ │ ├── editor-warning.png
│ │ ├── ErrorPopoverView.nib
│ │ ├── Info.plist
│ │ ├── LICENSE-2.0.txt
│ │ ├── LICENSE.html
│ │ ├── README
│ │ ├── SMLCommandResult.nib
│ │ ├── SMLDetab.nib
│ │ ├── SMLEntab.nib
│ │ ├── SMLGoToLine.nib
│ │ ├── SMLOpenPanelAccessoryView.nib
│ │ ├── SMLRegularExpressionHelp.nib
│ │ ├── Syntax Definitions
│ │ │ ├── actionscript3.plist
│ │ │ ├── actionscript.plist
│ │ │ ├── active4d.plist
│ │ │ ├── ada.plist
│ │ │ ├── ampl.plist
│ │ │ ├── apache.plist
│ │ │ ├── applescript.plist
│ │ │ ├── asm-mips.plist
│ │ │ ├── asm-x86.plist
│ │ │ ├── aspdotnet-cs.plist
│ │ │ ├── aspdotnet-vb.plist
│ │ │ ├── asp-js.plist
│ │ │ ├── asp-vb.plist
│ │ │ ├── awk.plist
│ │ │ ├── batch.plist
│ │ │ ├── cobol.plist
│ │ │ ├── coldfusion.plist
│ │ │ ├── c.plist
│ │ │ ├── cpp.plist
│ │ │ ├── csharp.plist
│ │ │ ├── csound.plist
│ │ │ ├── css.plist
│ │ │ ├── d.plist
│ │ │ ├── dylan.plist
│ │ │ ├── eiffel.plist
│ │ │ ├── erl.plist
│ │ │ ├── eztpl.plist
│ │ │ ├── fortran.plist
│ │ │ ├── freefem.plist
│ │ │ ├── f-script.plist
│ │ │ ├── gedcom.plist
│ │ │ ├── gnuassembler.plist
│ │ │ ├── graphviz.plist
│ │ │ ├── haskell.plist
│ │ │ ├── header.plist
│ │ │ ├── html.plist
│ │ │ ├── idl.plist
│ │ │ ├── javafx.plist
│ │ │ ├── java.plist
│ │ │ ├── javascript.plist
│ │ │ ├── jsp.plist
│ │ │ ├── latex.plist
│ │ │ ├── lilypond.plist
│ │ │ ├── lisp.plist
│ │ │ ├── logtalk.plist
│ │ │ ├── lsl.plist
│ │ │ ├── lua.plist
│ │ │ ├── matlab.plist
│ │ │ ├── mel.plist
│ │ │ ├── metapost.plist
│ │ │ ├── metaslang.plist
│ │ │ ├── mysql.plist
│ │ │ ├── nemerle.plist
│ │ │ ├── none.plist
│ │ │ ├── nrnhoc.plist
│ │ │ ├── objectivecaml.plist
│ │ │ ├── objectivec.plist
│ │ │ ├── ox.plist
│ │ │ ├── pascal.plist
│ │ │ ├── pdf.plist
│ │ │ ├── perl.plist
│ │ │ ├── php.plist
│ │ │ ├── plist.plist
│ │ │ ├── postscript.plist
│ │ │ ├── prolog.plist
│ │ │ ├── python.plist
│ │ │ ├── rhtml.plist
│ │ │ ├── r.plist
│ │ │ ├── ruby.plist
│ │ │ ├── scala.plist
│ │ │ ├── sgml.plist
│ │ │ ├── shell.plist
│ │ │ ├── sml.plist
│ │ │ ├── sql.plist
│ │ │ ├── standard.plist
│ │ │ ├── stata.plist
│ │ │ ├── supercollider.plist
│ │ │ ├── tcltk.plist
│ │ │ ├── torquescript.plist
│ │ │ ├── udo.plist
│ │ │ ├── vb.plist
│ │ │ ├── verilog.plist
│ │ │ ├── vhdl.plist
│ │ │ └── xml.plist
│ │ └── SyntaxDefinitions.plist
│ └── Sparkle.framework
│ ├── Headers
│ │ ├── Sparkle.h
│ │ ├── SUAppcast.h
│ │ ├── SUAppcastItem.h
│ │ ├── SUUpdater.h
│ │ └── SUVersionComparisonProtocol.h
│ ├── Resources
│ │ ├── de.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── en.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── es.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── fr.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── Info.plist
│ │ ├── it.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── License.txt
│ │ ├── nl.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── relaunch
│ │ ├── ru.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── SUModelTranslation.plist
│ │ ├── SUStatus.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ └── sv.lproj
│ │ ├── Sparkle.strings
│ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── SUUpdateAlert.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ └── SUUpdatePermissionPrompt.nib
│ │ ├── classes.nib
│ │ ├── info.nib
│ │ └── keyedobjects.nib
│ ├── Sparkle
│ └── Versions
│ ├── A
│ │ ├── Headers
│ │ │ ├── Sparkle.h
│ │ │ ├── SUAppcast.h
│ │ │ ├── SUAppcastItem.h
│ │ │ ├── SUUpdater.h
│ │ │ └── SUVersionComparisonProtocol.h
│ │ ├── Resources
│ │ │ ├── de.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── en.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── es.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── fr.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── Info.plist
│ │ │ ├── it.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── License.txt
│ │ │ ├── nl.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── relaunch
│ │ │ ├── ru.lproj
│ │ │ │ ├── Sparkle.strings
│ │ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ ├── SUUpdateAlert.nib
│ │ │ │ │ ├── classes.nib
│ │ │ │ │ ├── info.nib
│ │ │ │ │ └── keyedobjects.nib
│ │ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUModelTranslation.plist
│ │ │ ├── SUStatus.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── sv.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ └── Sparkle
│ └── Current
│ ├── Headers
│ │ ├── Sparkle.h
│ │ ├── SUAppcast.h
│ │ ├── SUAppcastItem.h
│ │ ├── SUUpdater.h
│ │ └── SUVersionComparisonProtocol.h
│ ├── Resources
│ │ ├── de.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── en.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── es.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── fr.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── Info.plist
│ │ ├── it.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── License.txt
│ │ ├── nl.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── relaunch
│ │ ├── ru.lproj
│ │ │ ├── Sparkle.strings
│ │ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ ├── SUUpdateAlert.nib
│ │ │ │ ├── classes.nib
│ │ │ │ ├── info.nib
│ │ │ │ └── keyedobjects.nib
│ │ │ └── SUUpdatePermissionPrompt.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── SUModelTranslation.plist
│ │ ├── SUStatus.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ └── sv.lproj
│ │ ├── Sparkle.strings
│ │ ├── SUAutomaticUpdateAlert.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ ├── SUUpdateAlert.nib
│ │ │ ├── classes.nib
│ │ │ ├── info.nib
│ │ │ └── keyedobjects.nib
│ │ └── SUUpdatePermissionPrompt.nib
│ │ ├── classes.nib
│ │ ├── info.nib
│ │ └── keyedobjects.nib
│ └── Sparkle
├── Info.plist
├── MacOS
│ └── CocosBuilder
├── PkgInfo
├── PlugIns
│ ├── CCBFile.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── CCBFile
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCControlButton.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCControl.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ └── en.lproj
│ │ └── InfoPlist.strings
│ ├── CCLabelBMFont.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCLabelTTF.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── CCLabelTTF
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCLayer.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCLayerColor.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCLayerGradient.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCMenu.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── CCMenu
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCMenuItemImage.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCNode.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCParticleSystem.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── CCParticleSystem
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCScale9Sprite.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── CCScale9Sprite
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCScrollView.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ ├── CCSprite.ccbPlugNode
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── Resources
│ │ ├── CCBPProperties.plist
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Icon.png
│ └── Cocos2D iPhone.ccbPlugExport
│ └── Contents
│ ├── Info.plist
│ ├── MacOS
│ │ └── Cocos2D iPhone
│ └── Resources
│ ├── About.txt
│ ├── cwebp
│ ├── en.lproj
│ │ └── InfoPlist.strings
│ ├── LICENSE.txt
│ ├── README.markdown
│ └── README.txt
└── Resources
├── AboutWindow.nib
├── APIDocsWindow.nib
├── autoCompleteDefinitions
│ ├── jsb_cocos2dx_auto_api.js
│ └── jsb_cocos2dx_extension_auto_api.js
├── btn-dropdown-arrows.png
├── btn-dropdown.png
├── btn-move-hi.png
├── btn-move.png
├── btn-rotate-hi.png
├── btn-rotate.png
├── btn-scale-hi.png
├── btn-scale.png
├── CCBReaderInternalRenamedProps.plist
├── ccz
├── ChangeLog
├── CMakeLists.txt
├── CocosBuilderDocIcon.icns
├── CocosBuilderIcon.png
├── CocosBuilderProjectIcon.icns
├── CustomPropSettingsWindow.nib
├── cwebp
├── debugger-bug.png
├── defaultProjectResources
│ ├── ccbResources
│ │ ├── ccbDefaultImages.plist
│ │ ├── ccbDefaultImages.png
│ │ ├── ccbParticleFire.png
│ │ ├── ccbParticleSmoke.png
│ │ ├── ccbParticleSnow.png
│ │ ├── ccbParticleStars.png
│ │ ├── resources-ipad
│ │ │ ├── ccbDefaultImages.plist
│ │ │ └── ccbDefaultImages.png
│ │ ├── resources-ipadhd
│ │ │ ├── ccbDefaultImages.plist
│ │ │ └── ccbDefaultImages.png
│ │ └── resources-iphonehd
│ │ ├── ccbDefaultImages.plist
│ │ └── ccbDefaultImages.png
│ ├── MainScene.ccb
│ ├── MainScene.js
│ └── resources-auto
│ ├── clickme-down.png
│ └── clickme.png
├── DefaultResourcesList.plist
├── Documentation
│ ├── 1-1.png
│ ├── 1. Getting Started.md
│ ├── 2-1.png
│ ├── 2-2.png
│ ├── 2. Setting up a New Project.md
│ ├── 3-1.png
│ ├── 3-2.png
│ ├── 3-3.png
│ ├── 3-4.png
│ ├── 3. Working with ccb-files.md
│ ├── 4-1.png
│ ├── 4-2.png
│ ├── 4-3.png
│ ├── 4-4.png
│ ├── 4-5.png
│ ├── 4-6.png
│ ├── 4-7.png
│ ├── 4a. Connecting with Cocos2d JS.md
│ ├── 4b. Connecting with cocos2d-iphone.md
│ ├── 4c. Connecting with cocos2d-x.md
│ ├── 5-1.png
│ ├── 5-2.png
│ ├── 5-3.png
│ ├── 5-4.png
│ ├── 5. Working with Multiple Resolutions.md
│ ├── 6-1.png
│ ├── 6-2.png
│ ├── 6-3.png
│ ├── 6-4.png
│ ├── 6-5.png
│ ├── 6. Working with Animations.md
│ ├── 7-1.png
│ ├── 7-2.png
│ ├── 7-3.png
│ ├── 7. Automatic Scaling and Sprite Sheets copy.md
│ ├── 8-1.png
│ ├── 8. Debugging JavaScript Code.md
│ ├── 9. Get the Source.md
│ ├── style.css
│ ├── template.html
│ ├── X1. Creating Node Plug-ins.md
│ ├── X2. Creating Export Plug-ins.md
│ ├── X3. CCB File Format.md
│ ├── X4. CCBi File Format.md
│ ├── X5. Property Types.md
│ ├── XX1. CocosBuilder 3 Roadmap.md
│ └── XX2. CocosBuilder Vision.md
├── dsa_pub.pem
├── editor-border.png
├── editor-check.png
├── editor-jump.png
├── editor-warning.png
├── en.lproj
│ ├── Credits.rtf
│ ├── InfoPlist.strings
│ └── MainMenu.nib
├── FontListTTF.plist
├── fps_images.png
├── frame-android-medium.png
├── frame-android-small.png
├── frame-android-xsmall.png
├── frame-ipad.png
├── frame-iphone5.png
├── frame-iphone.png
├── header-bg.png
├── help-logo.png
├── HelpWindow.nib
├── Icon.icns
├── InspectorAnimation.nib
├── InspectorBlendmode.nib
├── InspectorBlockCCControl.nib
├── InspectorBlock.nib
├── InspectorByte.nib
├── InspectorCCBFile.nib
├── InspectorCheck.nib
├── InspectorCodeConnectionsJS.nib
├── InspectorCodeConnections.nib
├── InspectorColor3.nib
├── InspectorColor4FVar.nib
├── InspectorCustomEdit.nib
├── InspectorCustom.nib
├── InspectorDegrees.nib
├── InspectorFlip.nib
├── InspectorFloat.nib
├── InspectorFloatScale.nib
├── InspectorFloatVar.nib
├── InspectorFloatXY.nib
├── InspectorFntFile.nib
├── InspectorFontTTF.nib
├── InspectorIntegerLabeled.nib
├── InspectorInteger.nib
├── InspectorPointLock.nib
├── InspectorPoint.nib
├── InspectorPopoverByte.nib
├── InspectorPopoverColor3.nib
├── InspectorPopoverDegrees.nib
├── InspectorPopoverFloatXY.nib
├── InspectorPopoverPosition.nib
├── InspectorPopoverScaleLock.nib
├── InspectorPopoverSpriteFrame.nib
├── InspectorPosition.nib
├── InspectorScaleLock.nib
├── InspectorSeparator.nib
├── InspectorSeparatorSub.nib
├── InspectorSize.nib
├── InspectorSpriteFrame.nib
├── InspectorStartStop.nib
├── InspectorString.nib
├── InspectorText.nib
├── InspectorTexture.nib
├── JavaScriptDocument.nib
├── jsdoc
│ ├── files.html
│ ├── index.html
│ └── symbols
│ ├── cc.$.html
│ ├── cc.ActionEase.html
│ ├── cc.Action.html
│ ├── cc.ActionInstant.html
│ ├── cc.ActionInterval.html
│ ├── cc.ActionManager.html
│ ├── cc.ActionTweenDelegate.html
│ ├── cc.ActionTween.html
│ ├── cc.Animate.html
│ ├── cc.AnimationCache.html
│ ├── cc.AnimationFrame.html
│ ├── cc.Animation.html
│ ├── cc.AppController.html
│ ├── cc.Application.html
│ ├── cc.AtlasNode.html
│ ├── cc.BezierBy.html
│ ├── cc.BezierTo.html
│ ├── cc.BlendFunc.html
│ ├── cc.Blink.html
│ ├── cc.BMFontConfiguration.html
│ ├── cc.c4f.html
│ ├── cc.CallFunc.html
│ ├── cc.CardinalSplineBy.html
│ ├── cc.CardinalSplineTo.html
│ ├── cc.CatmullRomBy.html
│ ├── cc.CatmullRomTo.html
│ ├── cc.Class.html
│ ├── cc.Color3B.html
│ ├── cc.Color4B.html
│ ├── cc.Color4F.html
│ ├── cc.DelayTime.html
│ ├── cc.DictMaker.html
│ ├── cc.Director.html
│ ├── cc.DisplayLinkDirector.html
│ ├── cc.DOM.html
│ ├── cc.DrawingPrimitiveCanvas.html
│ ├── cc.DrawingPrimitive.html
│ ├── cc.EaseBackIn.html
│ ├── cc.EaseBackInOut.html
│ ├── cc.EaseBackOut.html
│ ├── cc.EaseBounce.html
│ ├── cc.EaseBounceIn.html
│ ├── cc.EaseBounceInOut.html
│ ├── cc.EaseBounceOut.html
│ ├── cc.EaseElastic.html
│ ├── cc.EaseElasticIn.html
│ ├── cc.EaseElasticInOut.html
│ ├── cc.EaseElasticOut.html
│ ├── cc.EaseExponentialIn.html
│ ├── cc.EaseExponentialInOut.html
│ ├── cc.EaseExponentialOut.html
│ ├── cc.EaseIn.html
│ ├── cc.EaseInOut.html
│ ├── cc.EaseOut.html
│ ├── cc.EaseRateAction.html
│ ├── cc.EaseSineIn.html
│ ├── cc.EaseSineInOut.html
│ ├── cc.EaseSineOut.html
│ ├── cc.FadeIn.html
│ ├── cc.FadeOut.html
│ ├── cc.FadeTo.html
│ ├── cc.FileUtils.html
│ ├── cc.FiniteTimeAction.html
│ ├── cc.FlipX.html
│ ├── cc.FlipY.html
│ ├── cc.Follow.html
│ ├── cc.GridSize.html
│ ├── cc.HashElement.html
│ ├── cc.HashSelectorEntry.html
│ ├── cc.HashUpdateEntry.html
│ ├── cc.Hide.html
│ ├── cc.Image.html
│ ├── cc.IMEDelegate.html
│ ├── cc.IMEDispatcher.html
│ ├── cc.IMEDispatcher.Impl.html
│ ├── cc.inherits-tempCtor.html
│ ├── cc.JumpBy.html
│ ├── cc.JumpTo.html
│ ├── cc.KeyboardDelegate.html
│ ├── cc.KeyboardDispatcher.html
│ ├── cc.KeyboardHandler.html
│ ├── cc.LabelAtlas.html
│ ├── cc.LabelBMFont.html
│ ├── cc.LabelTTF.html
│ ├── cc.LayerColor.html
│ ├── cc.LayerGradient.html
│ ├── cc.Layer.html
│ ├── cc.LayerMultiplex.html
│ ├── cc.LazyLayer.html
│ ├── cc.ListEntry.html
│ ├── cc.Loader.html
│ ├── cc.LoaderScene.html
│ ├── cc.Menu.html
│ ├── cc.MenuItemAtlasFont.html
│ ├── cc.MenuItemFont.html
│ ├── cc.MenuItem.html
│ ├── cc.MenuItemImage.html
│ ├── cc.MenuItemLabel.html
│ ├── cc.MenuItemSprite.html
│ ├── cc.MenuItemToggle.html
│ ├── cc.MotionStreak.html
│ ├── cc.MouseHandler.html
│ ├── cc.MoveBy.html
│ ├── cc.MoveTo.html
│ ├── cc.Node.html
│ ├── cc.NSMutableSet.html
│ ├── cc.ParallaxNode.html
│ ├── cc.ParticleBatchNode.html
│ ├── cc.ParticleExplosion.html
│ ├── cc.ParticleFire.html
│ ├── cc.ParticleFireworks.html
│ ├── cc.ParticleFlower.html
│ ├── cc.ParticleGalaxy.html
│ ├── cc.Particle.html
│ ├── cc.ParticleMeteor.html
│ ├── cc.Particle.ModeA.html
│ ├── cc.Particle.ModeB.html
│ ├── cc.ParticleRain.html
│ ├── cc.ParticleSmoke.html
│ ├── cc.ParticleSnow.html
│ ├── cc.ParticleSpiral.html
│ ├── cc.ParticleSun.html
│ ├── cc.ParticleSystem.html
│ ├── cc.ParticleSystem.ModeA.html
│ ├── cc.ParticleSystem.ModeB.html
│ ├── cc.ParticleSystemQuad.html
│ ├── cc.Place.html
│ ├── cc.Point.html
│ ├── cc.PointObject.html
│ ├── cc.PointSprite.html
│ ├── cc.ProgressFromTo.html
│ ├── cc.ProgressTimer.html
│ ├── cc.ProgressTo.html
│ ├── cc.Quad2.html
│ ├── cc.Quad3.html
│ ├── cc.Rect.html
│ ├── cc.RenderTexture.html
│ ├── cc.RepeatForever.html
│ ├── cc.Repeat.html
│ ├── cc.ReverseTime.html
│ ├── cc.RotateBy.html
│ ├── cc.RotateTo.html
│ ├── cc.SAXParser.html
│ ├── cc.ScaleBy.html
│ ├── cc.ScaleTo.html
│ ├── cc.Scene.html
│ ├── cc.Scheduler.html
│ ├── cc.Sequence.html
│ ├── cc.Set.html
│ ├── cc.Show.html
│ ├── cc.Size.html
│ ├── cc.SkewBy.html
│ ├── cc.SkewTo.html
│ ├── cc.Spawn.html
│ ├── cc.Speed.html
│ ├── cc.SpriteBatchNode.html
│ ├── cc.SpriteFrameCache.html
│ ├── cc.SpriteFrame.html
│ ├── cc.Sprite.html
│ ├── cc.StandardTouchDelegate.html
│ ├── cc.StandardTouchHandler.html
│ ├── cc.TargetedAction.html
│ ├── cc.TargetedTouchDelegate.html
│ ├── cc.TargetedTouchHandler.html
│ ├── cc.Tex2F.html
│ ├── cc.TextFieldDelegate.html
│ ├── cc.TextFieldTTF.html
│ ├── cc.TextureAtlas.html
│ ├── cc.TextureCache.html
│ ├── cc.TileMapAtlas.html
│ ├── cc.Time.html
│ ├── cc.Timer.html
│ ├── cc.TintBy.html
│ ├── cc.TintTo.html
│ ├── cc.TMXLayer.html
│ ├── cc.TMXLayerInfo.html
│ ├── cc.TMXMapInfo.html
│ ├── cc.TMXObjectGroup.html
│ ├── cc.TMXTiledMap.html
│ ├── cc.TMXTilesetInfo.html
│ ├── cc.ToggleVisibility.html
│ ├── cc.TouchDelegate.html
│ ├── cc.TouchDispatcher.html
│ ├── cc.TouchHandler.html
│ ├── cc.Touch.html
│ ├── cc.TransformValues.html
│ ├── cc.TransitionCrossFade.html
│ ├── cc.TransitionEaseScene.html
│ ├── cc.TransitionFadeBL.html
│ ├── cc.TransitionFadeDown.html
│ ├── cc.TransitionFade.html
│ ├── cc.TransitionFadeTR.html
│ ├── cc.TransitionFadeUp.html
│ ├── cc.TransitionFlipAngular.html
│ ├── cc.TransitionFlipX.html
│ ├── cc.TransitionFlipY.html
│ ├── cc.TransitionJumpZoom.html
│ ├── cc.TransitionMoveInB.html
│ ├── cc.TransitionMoveInL.html
│ ├── cc.TransitionMoveInR.html
│ ├── cc.TransitionMoveInT.html
│ ├── cc.TransitionPageTurn.html
│ ├── cc.TransitionProgressHorizontal.html
│ ├── cc.TransitionProgress.html
│ ├── cc.TransitionProgressInOut.html
│ ├── cc.TransitionProgressOutIn.html
│ ├── cc.TransitionProgressRadialCCW.html
│ ├── cc.TransitionProgressRadialCW.html
│ ├── cc.TransitionProgressVertical.html
│ ├── cc.TransitionRotoZoom.html
│ ├── cc.TransitionScene.html
│ ├── cc.TransitionSceneOriented.html
│ ├── cc.TransitionShrinkGrow.html
│ ├── cc.TransitionSlideInB.html
│ ├── cc.TransitionSlideInL.html
│ ├── cc.TransitionSlideInR.html
│ ├── cc.TransitionSlideInT.html
│ ├── cc.TransitionSplitCols.html
│ ├── cc.TransitionSplitRows.html
│ ├── cc.TransitionTurnOffTiles.html
│ ├── cc.TransitionZoomFlipAngular.html
│ ├── cc.TransitionZoomFlipX.html
│ ├── cc.TransitionZoomFlipY.html
│ ├── cc.TurnOffTiles.html
│ ├── cc.UserDefault.html
│ ├── cc.V2F_C4B_T2F.html
│ ├── cc.V2F_C4B_T2F_Quad.html
│ ├── cc.V2F_C4F_T2F.html
│ ├── cc.V2F_C4F_T2F_Quad.html
│ ├── cc.V3F_C4B_T2F.html
│ ├── cc.V3F_C4B_T2F_Quad.html
│ ├── cc.Vertex2F.html
│ ├── cc.Vertex3F.html
│ ├── _global_.html
│ ├── src
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionCamera.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionCatmullRom.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionEase.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionGrid3D.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionGrid.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionInstant.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionInterval.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCAction.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionManager.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionPageTurn3D.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionProgressTimer.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionTiledGrid.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_actions_CCActionTween.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_base_nodes_CCAtlasNode.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_base_nodes_CCdomNode.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_base_nodes_CCNode.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_CCCamera.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_CCDirector.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_CCDrawingPrimitives.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_CCLoader.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_CCScheduler.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_cocoa_CCAffineTransform.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_cocoa_CCGeometry.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_cocoa_CCNS.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_cocoa_CCSet.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_cocos2d_externs.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_Draw_Nodes_CCDrawNode.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_effects_CCGrabber.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_effects_CCGrid.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_keyboard_dispatcher_CCKeyboardDelegate.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_keyboard_dispatcher_CCKeyboardDispatcher.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_label_nodes_CCLabelAtlas.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_label_nodes_CCLabelBMFont.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_label_nodes_CCLabelTTF.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_layers_scenes_transitions_nodes_CCLayer.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_layers_scenes_transitions_nodes_CCScene.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_layers_scenes_transitions_nodes_CCTransition.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_layers_scenes_transitions_nodes_CCTransitionPageTurn.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_layers_scenes_transitions_nodes_CCTransitionProgress.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_menu_nodes_CCMenuItem.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_menu_nodes_CCMenu.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_misc_nodes_CCMotionStreak.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_misc_nodes_CCProgressTimer.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_misc_nodes_CCRenderTexture.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_particle_nodes_CCParticleBatchNode.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_particle_nodes_CCParticleExamples.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_particle_nodes_CCParticleSystem.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_particle_nodes_CCParticleSystemQuad.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_physics_nodes_CCPhysicsDebugNode.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_physics_nodes_CCPhysicsSprite.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_AppControl.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_base64.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_CCApplication.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_CCClass.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_CCCommon.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_CCConfig.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_CCFileUtils.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_CCImage.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_CCMacro.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_CCSAXParser.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_CCTypes.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_gzip.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_jsloader.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_miniFramework.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_platform.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_Sys.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_ZipUtils.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_platform_zlib.min.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_sprite_nodes_CCAnimationCache.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_sprite_nodes_CCAnimation.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_sprite_nodes_CCSpriteBatchNode.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_sprite_nodes_CCSpriteFrameCache.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_sprite_nodes_CCSpriteFrame.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_sprite_nodes_CCSprite.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_support_CCNotificationCenter.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_support_CCPointExtension.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_support_CCUserDefault.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_text_input_node_CCIMEDispatcher.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_text_input_node_CCTextFieldTTF.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_textures_CCTexture2D.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_textures_CCTextureAtlas.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_textures_CCTextureCache.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_tileMap_parallax_nodes_CCParallaxNode.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_tileMap_parallax_nodes_CCTileMapAtlas.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_tileMap_parallax_nodes_CCTMXLayer.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_tileMap_parallax_nodes_CCTMXObjectGroup.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_tileMap_parallax_nodes_CCTMXTiledMap.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_tileMap_parallax_nodes_CCTMXXMLParser.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_touch_dispatcher_CCMouseDispatcher.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_touch_dispatcher_CCTouchDelegateProtocol.js.html
│ │ ├── Projects_cocos2d-html5_cocos2d_touch_dispatcher_CCTouchDispatcher.js.html
│ │ └── Projects_cocos2d-html5_cocos2d_touch_dispatcher_CCTouchHandler.js.html
│ └── tImageSource.html
├── lame
├── lame-COPYING
├── logo-icon.png
├── logo.png
├── missing-font.fnt
├── missing-font.png
├── missing-particle-texture.png
├── missing-texture.png
├── NewDocWindow.nib
├── nodejs
│ ├── bin
│ │ ├── jshint
│ │ ├── local_jshint
│ │ ├── node
│ │ ├── npm
│ │ └── reporter.js
│ ├── ChangeLog
│ ├── lib
│ │ ├── dtrace
│ │ │ └── node.d
│ │ └── node_modules
│ │ ├── jshint
│ │ │ ├── bin
│ │ │ │ └── jshint
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── examples
│ │ │ │ └── reporter.js
│ │ │ ├── jshint.json
│ │ │ ├── LICENSE
│ │ │ ├── make.js
│ │ │ ├── node_modules
│ │ │ │ ├── cli
│ │ │ │ │ ├── cli.js
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── cat.js
│ │ │ │ │ │ ├── command.js
│ │ │ │ │ │ ├── echo.js
│ │ │ │ │ │ ├── glob.js
│ │ │ │ │ │ ├── long_desc.js
│ │ │ │ │ │ ├── progress.js
│ │ │ │ │ │ ├── sort.js
│ │ │ │ │ │ ├── spinner.js
│ │ │ │ │ │ ├── static.coffee
│ │ │ │ │ │ └── static.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── node_modules
│ │ │ │ │ │ └── glob
│ │ │ │ │ │ ├── examples
│ │ │ │ │ │ │ ├── g.js
│ │ │ │ │ │ │ └── usr-local.js
│ │ │ │ │ │ ├── glob.js
│ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ ├── node_modules
│ │ │ │ │ │ │ ├── graceful-fs
│ │ │ │ │ │ │ │ ├── graceful-fs.js
│ │ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ │ │ └── test
│ │ │ │ │ │ │ │ └── open.js
│ │ │ │ │ │ │ └── inherits
│ │ │ │ │ │ │ ├── inherits.js
│ │ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ └── test
│ │ │ │ │ │ ├── 00-setup.js
│ │ │ │ │ │ ├── bash-comparison.js
│ │ │ │ │ │ ├── bash-results.json
│ │ │ │ │ │ ├── cwd-test.js
│ │ │ │ │ │ ├── mark.js
│ │ │ │ │ │ ├── nocase-nomagic.js
│ │ │ │ │ │ ├── pause-resume.js
│ │ │ │ │ │ ├── root.js
│ │ │ │ │ │ ├── root-nomount.js
│ │ │ │ │ │ └── zz-cleanup.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── README.md
│ │ │ │ ├── esprima
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── esparse.js
│ │ │ │ │ │ └── esvalidate.js
│ │ │ │ │ ├── ChangeLog
│ │ │ │ │ ├── component.json
│ │ │ │ │ ├── doc
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── esprima.js
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── detectnestedternary.js
│ │ │ │ │ │ ├── findbooleantrap.js
│ │ │ │ │ │ └── tokendist.js
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── LICENSE.BSD
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── test
│ │ │ │ │ ├── benchmarks.html
│ │ │ │ │ ├── benchmarks.js
│ │ │ │ │ ├── compare.html
│ │ │ │ │ ├── compare.js
│ │ │ │ │ ├── compat.html
│ │ │ │ │ ├── compat.js
│ │ │ │ │ ├── coverage.html
│ │ │ │ │ ├── esprima.js.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── module.html
│ │ │ │ │ ├── module.js
│ │ │ │ │ ├── reflect.js
│ │ │ │ │ ├── run.js
│ │ │ │ │ ├── runner.js
│ │ │ │ │ └── test.js
│ │ │ │ ├── minimatch
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── minimatch.js
│ │ │ │ │ ├── node_modules
│ │ │ │ │ │ ├── lru-cache
│ │ │ │ │ │ │ ├── AUTHORS
│ │ │ │ │ │ │ ├── lib
│ │ │ │ │ │ │ │ └── lru-cache.js
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ │ ├── s.js
│ │ │ │ │ │ │ └── test
│ │ │ │ │ │ │ ├── basic.js
│ │ │ │ │ │ │ ├── foreach.js
│ │ │ │ │ │ │ └── memory-leak.js
│ │ │ │ │ │ └── sigmund
│ │ │ │ │ │ ├── bench.js
│ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── sigmund.js
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── basic.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── test
│ │ │ │ │ ├── basic.js
│ │ │ │ │ ├── brace-expand.js
│ │ │ │ │ ├── caching.js
│ │ │ │ │ └── defaults.js
│ │ │ │ ├── peakle
│ │ │ │ │ ├── grunt.js
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── peakle.js
│ │ │ │ │ ├── README
│ │ │ │ │ └── test.js
│ │ │ │ ├── shelljs
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── shjs
│ │ │ │ │ ├── global.js
│ │ │ │ │ ├── jshint.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── make.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── scripts
│ │ │ │ │ │ ├── docs.js
│ │ │ │ │ │ └── run-tests.js
│ │ │ │ │ ├── shell.js
│ │ │ │ │ └── test
│ │ │ │ │ ├── cat.js
│ │ │ │ │ ├── cd.js
│ │ │ │ │ ├── chmod.js
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── cp.js
│ │ │ │ │ ├── dirs.js
│ │ │ │ │ ├── echo.js
│ │ │ │ │ ├── env.js
│ │ │ │ │ ├── exec.js
│ │ │ │ │ ├── find.js
│ │ │ │ │ ├── grep.js
│ │ │ │ │ ├── ls.js
│ │ │ │ │ ├── make.js
│ │ │ │ │ ├── mkdir.js
│ │ │ │ │ ├── mv.js
│ │ │ │ │ ├── popd.js
│ │ │ │ │ ├── pushd.js
│ │ │ │ │ ├── pwd.js
│ │ │ │ │ ├── resources
│ │ │ │ │ │ ├── a.txt
│ │ │ │ │ │ ├── chmod
│ │ │ │ │ │ │ ├── a
│ │ │ │ │ │ │ │ └── b
│ │ │ │ │ │ │ │ └── c
│ │ │ │ │ │ │ ├── b
│ │ │ │ │ │ │ │ └── a
│ │ │ │ │ │ │ │ └── b
│ │ │ │ │ │ │ ├── c
│ │ │ │ │ │ │ │ └── a
│ │ │ │ │ │ │ │ └── b
│ │ │ │ │ │ │ └── file1
│ │ │ │ │ │ ├── cp
│ │ │ │ │ │ │ ├── a
│ │ │ │ │ │ │ ├── b
│ │ │ │ │ │ │ ├── dir_a
│ │ │ │ │ │ │ │ └── z
│ │ │ │ │ │ │ └── dir_b
│ │ │ │ │ │ │ └── dir_b_a
│ │ │ │ │ │ │ └── dir_b_a_a
│ │ │ │ │ │ │ └── z
│ │ │ │ │ │ ├── external
│ │ │ │ │ │ │ └── node_script.js
│ │ │ │ │ │ ├── file1
│ │ │ │ │ │ ├── file1.js
│ │ │ │ │ │ ├── file1.txt
│ │ │ │ │ │ ├── file2
│ │ │ │ │ │ ├── file2.js
│ │ │ │ │ │ ├── file2.txt
│ │ │ │ │ │ ├── find
│ │ │ │ │ │ │ ├── a
│ │ │ │ │ │ │ ├── b
│ │ │ │ │ │ │ ├── dir1
│ │ │ │ │ │ │ │ ├── a_dir1
│ │ │ │ │ │ │ │ └── dir11
│ │ │ │ │ │ │ │ └── a_dir11
│ │ │ │ │ │ │ └── dir2
│ │ │ │ │ │ │ └── a_dir1
│ │ │ │ │ │ ├── issue44
│ │ │ │ │ │ │ └── main.js
│ │ │ │ │ │ ├── ls
│ │ │ │ │ │ │ ├── a_dir
│ │ │ │ │ │ │ │ ├── b_dir
│ │ │ │ │ │ │ │ │ └── z
│ │ │ │ │ │ │ │ └── nada
│ │ │ │ │ │ │ ├── file1
│ │ │ │ │ │ │ ├── file1.js
│ │ │ │ │ │ │ ├── file2
│ │ │ │ │ │ │ ├── file2.js
│ │ │ │ │ │ │ └── filename(with)[chars$]^that.must+be-escaped
│ │ │ │ │ │ └── pushd
│ │ │ │ │ │ ├── a
│ │ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── b
│ │ │ │ │ │ └── c
│ │ │ │ │ │ └── dummy
│ │ │ │ │ ├── rm.js
│ │ │ │ │ ├── sed.js
│ │ │ │ │ ├── tempdir.js
│ │ │ │ │ ├── test.js
│ │ │ │ │ ├── to.js
│ │ │ │ │ └── which.js
│ │ │ │ └── underscore
│ │ │ │ ├── CNAME
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── index.html
│ │ │ │ ├── index.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ ├── underscore.js
│ │ │ │ └── underscore-min.js
│ │ │ ├── package.json
│ │ │ ├── README.md
│ │ │ ├── res
│ │ │ │ └── jshint.ai
│ │ │ ├── src
│ │ │ │ ├── cli
│ │ │ │ │ └── cli.js
│ │ │ │ ├── next
│ │ │ │ │ ├── constants.js
│ │ │ │ │ ├── jshint.js
│ │ │ │ │ ├── reason.js
│ │ │ │ │ ├── regexp.js
│ │ │ │ │ └── utils.js
│ │ │ │ ├── platforms
│ │ │ │ │ └── rhino.js
│ │ │ │ ├── reporters
│ │ │ │ │ ├── checkstyle.js
│ │ │ │ │ ├── default.js
│ │ │ │ │ ├── jslint_xml.js
│ │ │ │ │ └── non_error.js
│ │ │ │ ├── shared
│ │ │ │ │ ├── messages.js
│ │ │ │ │ └── vars.js
│ │ │ │ └── stable
│ │ │ │ ├── jshint.js
│ │ │ │ ├── lex.js
│ │ │ │ ├── reg.js
│ │ │ │ ├── state.js
│ │ │ │ └── style.js
│ │ │ └── tests
│ │ │ ├── cli.js
│ │ │ ├── next
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── parser
│ │ │ │ │ │ ├── comments.js
│ │ │ │ │ │ ├── simple_file.js
│ │ │ │ │ │ └── tokens.json
│ │ │ │ │ ├── reason
│ │ │ │ │ │ ├── arguments.js
│ │ │ │ │ │ ├── asi.js
│ │ │ │ │ │ ├── bitwise.js
│ │ │ │ │ │ ├── comparison.js
│ │ │ │ │ │ ├── debugger.js
│ │ │ │ │ │ ├── esprima.js
│ │ │ │ │ │ ├── expr_in_test.js
│ │ │ │ │ │ ├── fifty.js
│ │ │ │ │ │ ├── iterator.js
│ │ │ │ │ │ ├── native.js
│ │ │ │ │ │ ├── proto.js
│ │ │ │ │ │ ├── shadow.js
│ │ │ │ │ │ ├── trailing.js
│ │ │ │ │ │ └── undef.js
│ │ │ │ │ ├── regexp
│ │ │ │ │ │ └── dashes.js
│ │ │ │ │ └── utils
│ │ │ │ │ └── simple_file.js
│ │ │ │ ├── lib
│ │ │ │ │ └── helpers.js
│ │ │ │ └── unit
│ │ │ │ ├── parser.js
│ │ │ │ ├── reason.js
│ │ │ │ ├── regexp.js
│ │ │ │ └── utils.js
│ │ │ └── stable
│ │ │ ├── helpers
│ │ │ │ ├── coveraje.js
│ │ │ │ ├── fixture.js
│ │ │ │ └── testhelper.js
│ │ │ ├── regression
│ │ │ │ ├── libs
│ │ │ │ │ ├── backbone.js
│ │ │ │ │ ├── codemirror3.js
│ │ │ │ │ ├── jquery-1.7.js
│ │ │ │ │ ├── json2.js
│ │ │ │ │ ├── lodash.js
│ │ │ │ │ └── prototype-17.js
│ │ │ │ ├── npm.js
│ │ │ │ └── thirdparty.js
│ │ │ └── unit
│ │ │ ├── core.js
│ │ │ ├── envs.js
│ │ │ ├── fixtures
│ │ │ │ ├── asi.js
│ │ │ │ ├── blocks.js
│ │ │ │ ├── boss.js
│ │ │ │ ├── browser.js
│ │ │ │ ├── camelcase.js
│ │ │ │ ├── caseExpressions.js
│ │ │ │ ├── comma.js
│ │ │ │ ├── const.js
│ │ │ │ ├── curly2.js
│ │ │ │ ├── curly.js
│ │ │ │ ├── emptystmt.js
│ │ │ │ ├── eqeqeq.js
│ │ │ │ ├── es5.funcexpr.js
│ │ │ │ ├── es5.js
│ │ │ │ ├── es5Reserved.js
│ │ │ │ ├── exported.js
│ │ │ │ ├── forin.js
│ │ │ │ ├── functionScopedOptions.js
│ │ │ │ ├── gh-226.js
│ │ │ │ ├── gh247.js
│ │ │ │ ├── gh-334.js
│ │ │ │ ├── gh431.js
│ │ │ │ ├── gh56.js
│ │ │ │ ├── gh618.js
│ │ │ │ ├── gh668.js
│ │ │ │ ├── gh878.js
│ │ │ │ ├── gruntComment.js
│ │ │ │ ├── identifiers.js
│ │ │ │ ├── ignored.js
│ │ │ │ ├── immed.js
│ │ │ │ ├── indent.js
│ │ │ │ ├── insideEval.js
│ │ │ │ ├── jslintInverted.js
│ │ │ │ ├── jslintOptions.js
│ │ │ │ ├── jslintRenamed.js
│ │ │ │ ├── lastsemic.js
│ │ │ │ ├── latedef.js
│ │ │ │ ├── latedefundef.js
│ │ │ │ ├── laxbreak.js
│ │ │ │ ├── laxcomma.js
│ │ │ │ ├── loopfunc.js
│ │ │ │ ├── max-cyclomatic-complexity-per-function.js
│ │ │ │ ├── maxlen.js
│ │ │ │ ├── max-nested-block-depth-per-function.js
│ │ │ │ ├── max-parameters-per-function.js
│ │ │ │ ├── max-statements-per-function.js
│ │ │ │ ├── missingspaces.js
│ │ │ │ ├── nestedFunctions.js
│ │ │ │ ├── nestedFunctions-locations.js
│ │ │ │ ├── newcap.js
│ │ │ │ ├── noarg.js
│ │ │ │ ├── onevar.js
│ │ │ │ ├── protoiterator.js
│ │ │ │ ├── quotes2.js
│ │ │ │ ├── quotes3.js
│ │ │ │ ├── quotes.js
│ │ │ │ ├── redef.js
│ │ │ │ ├── regex_array.js
│ │ │ │ ├── reserved.js
│ │ │ │ ├── return.js
│ │ │ │ ├── scope.js
│ │ │ │ ├── scripturl.js
│ │ │ │ ├── smarttabs.js
│ │ │ │ ├── strict_incorrect.js
│ │ │ │ ├── strict_newcap.js
│ │ │ │ ├── strict_this2.js
│ │ │ │ ├── strict_this.js
│ │ │ │ ├── strict_violations.js
│ │ │ │ ├── strings.js
│ │ │ │ ├── supernew.js
│ │ │ │ ├── switchDefaultFirst.js
│ │ │ │ ├── switchFallThrough.js
│ │ │ │ ├── trycatch.js
│ │ │ │ ├── undef_func.js
│ │ │ │ ├── undef.js
│ │ │ │ ├── undefstrict.js
│ │ │ │ ├── unusedglobals.js
│ │ │ │ ├── unused.js
│ │ │ │ ├── white.js
│ │ │ │ └── with.js
│ │ │ ├── options.js
│ │ │ └── parser.js
│ │ └── npm
│ │ ├── AUTHORS
│ │ ├── bin
│ │ │ ├── node-gyp-bin
│ │ │ │ ├── node-gyp
│ │ │ │ └── node-gyp.cmd
│ │ │ ├── npm
│ │ │ ├── npm-cli.js
│ │ │ ├── npm.cmd
│ │ │ └── read-package-json.js
│ │ ├── cli.js
│ │ ├── configure
│ │ ├── doc
│ │ │ ├── api
│ │ │ │ ├── bin.md
│ │ │ │ ├── bugs.md
│ │ │ │ ├── commands.md
│ │ │ │ ├── config.md
│ │ │ │ ├── deprecate.md
│ │ │ │ ├── docs.md
│ │ │ │ ├── edit.md
│ │ │ │ ├── explore.md
│ │ │ │ ├── help-search.md
│ │ │ │ ├── init.md
│ │ │ │ ├── install.md
│ │ │ │ ├── link.md
│ │ │ │ ├── load.md
│ │ │ │ ├── ls.md
│ │ │ │ ├── npm.md
│ │ │ │ ├── outdated.md
│ │ │ │ ├── owner.md
│ │ │ │ ├── pack.md
│ │ │ │ ├── prefix.md
│ │ │ │ ├── prune.md
│ │ │ │ ├── publish.md
│ │ │ │ ├── rebuild.md
│ │ │ │ ├── restart.md
│ │ │ │ ├── root.md
│ │ │ │ ├── run-script.md
│ │ │ │ ├── search.md
│ │ │ │ ├── shrinkwrap.md
│ │ │ │ ├── start.md
│ │ │ │ ├── stop.md
│ │ │ │ ├── submodule.md
│ │ │ │ ├── tag.md
│ │ │ │ ├── test.md
│ │ │ │ ├── uninstall.md
│ │ │ │ ├── unpublish.md
│ │ │ │ ├── update.md
│ │ │ │ ├── version.md
│ │ │ │ ├── view.md
│ │ │ │ └── whoami.md
│ │ │ └── cli
│ │ │ ├── adduser.md
│ │ │ ├── bin.md
│ │ │ ├── bugs.md
│ │ │ ├── build.md
│ │ │ ├── bundle.md
│ │ │ ├── cache.md
│ │ │ ├── changelog.md
│ │ │ ├── coding-style.md
│ │ │ ├── completion.md
│ │ │ ├── config.md
│ │ │ ├── dedupe.md
│ │ │ ├── deprecate.md
│ │ │ ├── developers.md
│ │ │ ├── disputes.md
│ │ │ ├── docs.md
│ │ │ ├── edit.md
│ │ │ ├── explore.md
│ │ │ ├── faq.md
│ │ │ ├── folders.md
│ │ │ ├── global.md
│ │ │ ├── help.md
│ │ │ ├── help-search.md
│ │ │ ├── index.md
│ │ │ ├── init.md
│ │ │ ├── install.md
│ │ │ ├── json.md
│ │ │ ├── link.md
│ │ │ ├── ls.md
│ │ │ ├── npm.md
│ │ │ ├── outdated.md
│ │ │ ├── owner.md
│ │ │ ├── pack.md
│ │ │ ├── prefix.md
│ │ │ ├── prune.md
│ │ │ ├── publish.md
│ │ │ ├── rebuild.md
│ │ │ ├── registry.md
│ │ │ ├── removing-npm.md
│ │ │ ├── restart.md
│ │ │ ├── rm.md
│ │ │ ├── root.md
│ │ │ ├── run-script.md
│ │ │ ├── scripts.md
│ │ │ ├── search.md
│ │ │ ├── semver.md
│ │ │ ├── shrinkwrap.md
│ │ │ ├── star.md
│ │ │ ├── stars.md
│ │ │ ├── start.md
│ │ │ ├── stop.md
│ │ │ ├── submodule.md
│ │ │ ├── tag.md
│ │ │ ├── test.md
│ │ │ ├── uninstall.md
│ │ │ ├── unpublish.md
│ │ │ ├── update.md
│ │ │ ├── version.md
│ │ │ ├── view.md
│ │ │ └── whoami.md
│ │ ├── html
│ │ │ ├── api
│ │ │ │ ├── bin.html
│ │ │ │ ├── bugs.html
│ │ │ │ ├── commands.html
│ │ │ │ ├── config.html
│ │ │ │ ├── deprecate.html
│ │ │ │ ├── docs.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── explore.html
│ │ │ │ ├── help-search.html
│ │ │ │ ├── init.html
│ │ │ │ ├── install.html
│ │ │ │ ├── link.html
│ │ │ │ ├── load.html
│ │ │ │ ├── ls.html
│ │ │ │ ├── npm.html
│ │ │ │ ├── outdated.html
│ │ │ │ ├── owner.html
│ │ │ │ ├── pack.html
│ │ │ │ ├── prefix.html
│ │ │ │ ├── prune.html
│ │ │ │ ├── publish.html
│ │ │ │ ├── rebuild.html
│ │ │ │ ├── restart.html
│ │ │ │ ├── root.html
│ │ │ │ ├── run-script.html
│ │ │ │ ├── search.html
│ │ │ │ ├── shrinkwrap.html
│ │ │ │ ├── start.html
│ │ │ │ ├── stop.html
│ │ │ │ ├── submodule.html
│ │ │ │ ├── tag.html
│ │ │ │ ├── test.html
│ │ │ │ ├── uninstall.html
│ │ │ │ ├── unpublish.html
│ │ │ │ ├── update.html
│ │ │ │ ├── version.html
│ │ │ │ ├── view.html
│ │ │ │ └── whoami.html
│ │ │ ├── doc
│ │ │ │ ├── adduser.html
│ │ │ │ ├── bin.html
│ │ │ │ ├── bugs.html
│ │ │ │ ├── build.html
│ │ │ │ ├── bundle.html
│ │ │ │ ├── cache.html
│ │ │ │ ├── changelog.html
│ │ │ │ ├── coding-style.html
│ │ │ │ ├── completion.html
│ │ │ │ ├── config.html
│ │ │ │ ├── dedupe.html
│ │ │ │ ├── deprecate.html
│ │ │ │ ├── developers.html
│ │ │ │ ├── disputes.html
│ │ │ │ ├── docs.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── explore.html
│ │ │ │ ├── faq.html
│ │ │ │ ├── folders.html
│ │ │ │ ├── global.html
│ │ │ │ ├── help.html
│ │ │ │ ├── help-search.html
│ │ │ │ ├── index.html
│ │ │ │ ├── init.html
│ │ │ │ ├── install.html
│ │ │ │ ├── json.html
│ │ │ │ ├── link.html
│ │ │ │ ├── list.html
│ │ │ │ ├── ls.html
│ │ │ │ ├── npm.html
│ │ │ │ ├── outdated.html
│ │ │ │ ├── owner.html
│ │ │ │ ├── pack.html
│ │ │ │ ├── prefix.html
│ │ │ │ ├── prune.html
│ │ │ │ ├── publish.html
│ │ │ │ ├── README.html
│ │ │ │ ├── rebuild.html
│ │ │ │ ├── registry.html
│ │ │ │ ├── removing-npm.html
│ │ │ │ ├── restart.html
│ │ │ │ ├── rm.html
│ │ │ │ ├── root.html
│ │ │ │ ├── run-script.html
│ │ │ │ ├── scripts.html
│ │ │ │ ├── search.html
│ │ │ │ ├── semver.html
│ │ │ │ ├── shrinkwrap.html
│ │ │ │ ├── star.html
│ │ │ │ ├── stars.html
│ │ │ │ ├── start.html
│ │ │ │ ├── stop.html
│ │ │ │ ├── submodule.html
│ │ │ │ ├── tag.html
│ │ │ │ ├── test.html
│ │ │ │ ├── uninstall.html
│ │ │ │ ├── unpublish.html
│ │ │ │ ├── update.html
│ │ │ │ ├── version.html
│ │ │ │ ├── view.html
│ │ │ │ └── whoami.html
│ │ │ ├── docfoot.html
│ │ │ ├── dochead.html
│ │ │ ├── favicon.ico
│ │ │ ├── index.html
│ │ │ └── static
│ │ │ ├── style.css
│ │ │ └── webfonts
│ │ │ ├── 23242D_3_0.eot
│ │ │ ├── 23242D_3_0.ttf
│ │ │ └── 23242D_3_0.woff
│ │ ├── lib
│ │ │ ├── adduser.js
│ │ │ ├── bin.js
│ │ │ ├── bugs.js
│ │ │ ├── build.js
│ │ │ ├── cache.js
│ │ │ ├── completion.js
│ │ │ ├── config.js
│ │ │ ├── dedupe.js
│ │ │ ├── deprecate.js
│ │ │ ├── docs.js
│ │ │ ├── edit.js
│ │ │ ├── explore.js
│ │ │ ├── faq.js
│ │ │ ├── get.js
│ │ │ ├── help.js
│ │ │ ├── help-search.js
│ │ │ ├── init.js
│ │ │ ├── install.js
│ │ │ ├── link.js
│ │ │ ├── ls.js
│ │ │ ├── npm.js
│ │ │ ├── outdated.js
│ │ │ ├── owner.js
│ │ │ ├── pack.js
│ │ │ ├── prefix.js
│ │ │ ├── prune.js
│ │ │ ├── publish.js
│ │ │ ├── rebuild.js
│ │ │ ├── restart.js
│ │ │ ├── root.js
│ │ │ ├── run-script.js
│ │ │ ├── search.js
│ │ │ ├── set.js
│ │ │ ├── shrinkwrap.js
│ │ │ ├── star.js
│ │ │ ├── stars.js
│ │ │ ├── start.js
│ │ │ ├── stop.js
│ │ │ ├── submodule.js
│ │ │ ├── substack.js
│ │ │ ├── tag.js
│ │ │ ├── test.js
│ │ │ ├── unbuild.js
│ │ │ ├── uninstall.js
│ │ │ ├── unpublish.js
│ │ │ ├── update.js
│ │ │ ├── utils
│ │ │ │ ├── cmd-shim.js
│ │ │ │ ├── completion
│ │ │ │ │ ├── file-completion.js
│ │ │ │ │ ├── installed-deep.js
│ │ │ │ │ ├── installed-shallow.js
│ │ │ │ │ ├── remote-packages.js
│ │ │ │ │ └── users.js
│ │ │ │ ├── completion.sh
│ │ │ │ ├── error-handler.js
│ │ │ │ ├── exec.js
│ │ │ │ ├── fetch.js
│ │ │ │ ├── find-prefix.js
│ │ │ │ ├── gently-rm.js
│ │ │ │ ├── lifecycle.js
│ │ │ │ ├── link.js
│ │ │ │ ├── sha.js
│ │ │ │ └── tar.js
│ │ │ ├── version.js
│ │ │ ├── view.js
│ │ │ ├── whoami.js
│ │ │ └── xmas.js
│ │ ├── LICENSE
│ │ ├── Makefile
│ │ ├── man
│ │ │ ├── man1
│ │ │ │ ├── adduser.1
│ │ │ │ ├── author.1
│ │ │ │ ├── bin.1
│ │ │ │ ├── bugs.1
│ │ │ │ ├── build.1
│ │ │ │ ├── bundle.1
│ │ │ │ ├── cache.1
│ │ │ │ ├── changelog.1
│ │ │ │ ├── coding-style.1
│ │ │ │ ├── completion.1
│ │ │ │ ├── config.1
│ │ │ │ ├── dedupe.1
│ │ │ │ ├── deprecate.1
│ │ │ │ ├── developers.1
│ │ │ │ ├── disputes.1
│ │ │ │ ├── docs.1
│ │ │ │ ├── edit.1
│ │ │ │ ├── explore.1
│ │ │ │ ├── faq.1
│ │ │ │ ├── find.1
│ │ │ │ ├── folders.1
│ │ │ │ ├── get.1
│ │ │ │ ├── global.1
│ │ │ │ ├── help.1
│ │ │ │ ├── help-search.1
│ │ │ │ ├── home.1
│ │ │ │ ├── index.1
│ │ │ │ ├── init.1
│ │ │ │ ├── install.1
│ │ │ │ ├── json.1
│ │ │ │ ├── link.1
│ │ │ │ ├── list.1
│ │ │ │ ├── ln.1
│ │ │ │ ├── ls.1
│ │ │ │ ├── npm.1
│ │ │ │ ├── outdated.1
│ │ │ │ ├── owner.1
│ │ │ │ ├── pack.1
│ │ │ │ ├── prefix.1
│ │ │ │ ├── prune.1
│ │ │ │ ├── publish.1
│ │ │ │ ├── README.1
│ │ │ │ ├── rebuild.1
│ │ │ │ ├── registry.1
│ │ │ │ ├── removing-npm.1
│ │ │ │ ├── restart.1
│ │ │ │ ├── rm.1
│ │ │ │ ├── root.1
│ │ │ │ ├── run-script.1
│ │ │ │ ├── scripts.1
│ │ │ │ ├── search.1
│ │ │ │ ├── semver.1
│ │ │ │ ├── set.1
│ │ │ │ ├── shrinkwrap.1
│ │ │ │ ├── star.1
│ │ │ │ ├── stars.1
│ │ │ │ ├── start.1
│ │ │ │ ├── stop.1
│ │ │ │ ├── submodule.1
│ │ │ │ ├── tag.1
│ │ │ │ ├── test.1
│ │ │ │ ├── uninstall.1
│ │ │ │ ├── unpublish.1
│ │ │ │ ├── update.1
│ │ │ │ ├── version.1
│ │ │ │ ├── view.1
│ │ │ │ └── whoami.1
│ │ │ └── man3
│ │ │ ├── author.3
│ │ │ ├── bin.3
│ │ │ ├── bugs.3
│ │ │ ├── commands.3
│ │ │ ├── config.3
│ │ │ ├── deprecate.3
│ │ │ ├── docs.3
│ │ │ ├── edit.3
│ │ │ ├── explore.3
│ │ │ ├── find.3
│ │ │ ├── get.3
│ │ │ ├── help-search.3
│ │ │ ├── home.3
│ │ │ ├── init.3
│ │ │ ├── install.3
│ │ │ ├── link.3
│ │ │ ├── list.3
│ │ │ ├── ln.3
│ │ │ ├── load.3
│ │ │ ├── ls.3
│ │ │ ├── npm.3
│ │ │ ├── outdated.3
│ │ │ ├── owner.3
│ │ │ ├── pack.3
│ │ │ ├── prefix.3
│ │ │ ├── prune.3
│ │ │ ├── publish.3
│ │ │ ├── rebuild.3
│ │ │ ├── restart.3
│ │ │ ├── rm.3
│ │ │ ├── root.3
│ │ │ ├── run-script.3
│ │ │ ├── search.3
│ │ │ ├── set.3
│ │ │ ├── shrinkwrap.3
│ │ │ ├── start.3
│ │ │ ├── stop.3
│ │ │ ├── submodule.3
│ │ │ ├── tag.3
│ │ │ ├── test.3
│ │ │ ├── uninstall.3
│ │ │ ├── unpublish.3
│ │ │ ├── update.3
│ │ │ ├── version.3
│ │ │ ├── view.3
│ │ │ └── whoami.3
│ │ ├── node_modules
│ │ │ ├── abbrev
│ │ │ │ ├── lib
│ │ │ │ │ └── abbrev.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── ansi
│ │ │ │ ├── examples
│ │ │ │ │ ├── beep
│ │ │ │ │ │ └── index.js
│ │ │ │ │ ├── clear
│ │ │ │ │ │ └── index.js
│ │ │ │ │ ├── cursorPosition.js
│ │ │ │ │ ├── imgcat
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ └── yoshi.png
│ │ │ │ │ ├── progress
│ │ │ │ │ │ └── index.js
│ │ │ │ │ └── starwars.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── ansi.js
│ │ │ │ │ └── newlines.js
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── archy
│ │ │ │ ├── index.js
│ │ │ │ ├── package.json
│ │ │ │ └── README.markdown
│ │ │ ├── block-stream
│ │ │ │ ├── bench
│ │ │ │ │ ├── block-stream.js
│ │ │ │ │ ├── block-stream-pause.js
│ │ │ │ │ ├── dropper.js
│ │ │ │ │ └── dropper-pause.js
│ │ │ │ ├── block-stream.js
│ │ │ │ ├── LICENCE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── chmodr
│ │ │ │ ├── chmodr.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── chownr
│ │ │ │ ├── chownr.js
│ │ │ │ ├── LICENCE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── cmd-shim
│ │ │ │ ├── index.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── fstream
│ │ │ │ ├── examples
│ │ │ │ │ ├── filter-pipe.js
│ │ │ │ │ ├── pipe.js
│ │ │ │ │ ├── reader.js
│ │ │ │ │ └── symlink-write.js
│ │ │ │ ├── fstream.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── abstract.js
│ │ │ │ │ ├── collect.js
│ │ │ │ │ ├── dir-reader.js
│ │ │ │ │ ├── dir-writer.js
│ │ │ │ │ ├── file-reader.js
│ │ │ │ │ ├── file-writer.js
│ │ │ │ │ ├── get-type.js
│ │ │ │ │ ├── link-reader.js
│ │ │ │ │ ├── link-writer.js
│ │ │ │ │ ├── proxy-reader.js
│ │ │ │ │ ├── proxy-writer.js
│ │ │ │ │ ├── reader.js
│ │ │ │ │ ├── socket-reader.js
│ │ │ │ │ └── writer.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── fstream-npm
│ │ │ │ ├── example
│ │ │ │ │ ├── bundle.js
│ │ │ │ │ ├── dir.js
│ │ │ │ │ ├── dir-tar.js
│ │ │ │ │ ├── example.js
│ │ │ │ │ ├── ig-tar.js
│ │ │ │ │ └── tar.js
│ │ │ │ ├── fstream-npm.js
│ │ │ │ ├── LICENCE
│ │ │ │ ├── node_modules
│ │ │ │ │ └── fstream-ignore
│ │ │ │ │ ├── example
│ │ │ │ │ │ └── basic.js
│ │ │ │ │ ├── ignore.js
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── README.md
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── glob
│ │ │ │ ├── examples
│ │ │ │ │ ├── g.js
│ │ │ │ │ └── usr-local.js
│ │ │ │ ├── glob.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── graceful-fs
│ │ │ │ ├── graceful-fs.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── inherits
│ │ │ │ ├── inherits.js
│ │ │ │ ├── inherits-old.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── ini
│ │ │ │ ├── ini.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── init-package-json
│ │ │ │ ├── default-input.js
│ │ │ │ ├── example.js
│ │ │ │ ├── init-package-json.js
│ │ │ │ ├── node_modules
│ │ │ │ │ └── promzard
│ │ │ │ │ ├── example
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ ├── npm-init
│ │ │ │ │ │ │ ├── init-input.js
│ │ │ │ │ │ │ ├── init.js
│ │ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ └── substack-input.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── promzard.js
│ │ │ │ │ └── README.md
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── lockfile
│ │ │ │ ├── LICENSE
│ │ │ │ ├── lockfile.js
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── lru-cache
│ │ │ │ ├── AUTHORS
│ │ │ │ ├── lib
│ │ │ │ │ └── lru-cache.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ └── s.js
│ │ │ ├── minimatch
│ │ │ │ ├── LICENSE
│ │ │ │ ├── minimatch.js
│ │ │ │ ├── node_modules
│ │ │ │ │ └── sigmund
│ │ │ │ │ ├── bench.js
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── sigmund.js
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── mkdirp
│ │ │ │ ├── examples
│ │ │ │ │ └── pow.js
│ │ │ │ ├── index.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.markdown
│ │ │ ├── node-gyp
│ │ │ │ ├── addon.gypi
│ │ │ │ ├── bin
│ │ │ │ │ └── node-gyp.js
│ │ │ │ ├── gyp
│ │ │ │ │ ├── AUTHORS
│ │ │ │ │ ├── buildbot
│ │ │ │ │ │ └── buildbot_run.py
│ │ │ │ │ ├── codereview.settings
│ │ │ │ │ ├── DEPS
│ │ │ │ │ ├── gyp
│ │ │ │ │ ├── gyp.bat
│ │ │ │ │ ├── gyp_dummy.c
│ │ │ │ │ ├── gyptest.py
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── MANIFEST
│ │ │ │ │ ├── OWNERS
│ │ │ │ │ ├── PRESUBMIT.py
│ │ │ │ │ ├── pylib
│ │ │ │ │ │ └── gyp
│ │ │ │ │ │ ├── common.py
│ │ │ │ │ │ ├── common_test.py
│ │ │ │ │ │ ├── easy_xml.py
│ │ │ │ │ │ ├── easy_xml_test.py
│ │ │ │ │ │ ├── generator
│ │ │ │ │ │ │ ├── android.py
│ │ │ │ │ │ │ ├── dump_dependency_json.py
│ │ │ │ │ │ │ ├── eclipse.py
│ │ │ │ │ │ │ ├── gypd.py
│ │ │ │ │ │ │ ├── gypsh.py
│ │ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ │ ├── make.py
│ │ │ │ │ │ │ ├── msvs.py
│ │ │ │ │ │ │ ├── msvs_test.py
│ │ │ │ │ │ │ ├── ninja.py
│ │ │ │ │ │ │ ├── ninja_test.py
│ │ │ │ │ │ │ ├── scons.py
│ │ │ │ │ │ │ └── xcode.py
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── input.py
│ │ │ │ │ │ ├── mac_tool.py
│ │ │ │ │ │ ├── msvs_emulation.py
│ │ │ │ │ │ ├── MSVSNew.py
│ │ │ │ │ │ ├── MSVSProject.py
│ │ │ │ │ │ ├── MSVSSettings.py
│ │ │ │ │ │ ├── MSVSSettings_test.py
│ │ │ │ │ │ ├── MSVSToolFile.py
│ │ │ │ │ │ ├── MSVSUserFile.py
│ │ │ │ │ │ ├── MSVSVersion.py
│ │ │ │ │ │ ├── ninja_syntax.py
│ │ │ │ │ │ ├── SCons.py
│ │ │ │ │ │ ├── sun_tool.py
│ │ │ │ │ │ ├── win_tool.py
│ │ │ │ │ │ ├── xcode_emulation.py
│ │ │ │ │ │ ├── xcodeproj_file.py
│ │ │ │ │ │ └── xml_fix.py
│ │ │ │ │ ├── pylintrc
│ │ │ │ │ ├── samples
│ │ │ │ │ │ ├── samples
│ │ │ │ │ │ └── samples.bat
│ │ │ │ │ ├── setup.py
│ │ │ │ │ └── tools
│ │ │ │ │ ├── emacs
│ │ │ │ │ │ ├── gyp.el
│ │ │ │ │ │ ├── gyp-tests.el
│ │ │ │ │ │ ├── README
│ │ │ │ │ │ ├── run-unit-tests.sh
│ │ │ │ │ │ └── testdata
│ │ │ │ │ │ ├── media.gyp
│ │ │ │ │ │ └── media.gyp.fontified
│ │ │ │ │ ├── graphviz.py
│ │ │ │ │ ├── pretty_gyp.py
│ │ │ │ │ ├── pretty_sln.py
│ │ │ │ │ ├── pretty_vcproj.py
│ │ │ │ │ ├── README
│ │ │ │ │ └── Xcode
│ │ │ │ │ ├── README
│ │ │ │ │ └── Specifications
│ │ │ │ │ ├── gyp.pbfilespec
│ │ │ │ │ └── gyp.xclangspec
│ │ │ │ ├── legacy
│ │ │ │ │ └── common.gypi
│ │ │ │ ├── lib
│ │ │ │ │ ├── build.js
│ │ │ │ │ ├── clean.js
│ │ │ │ │ ├── configure.js
│ │ │ │ │ ├── install.js
│ │ │ │ │ ├── list.js
│ │ │ │ │ ├── node-gyp.js
│ │ │ │ │ ├── rebuild.js
│ │ │ │ │ └── remove.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── nopt
│ │ │ │ ├── bin
│ │ │ │ │ └── nopt.js
│ │ │ │ ├── examples
│ │ │ │ │ └── my-program.js
│ │ │ │ ├── lib
│ │ │ │ │ └── nopt.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── npmconf
│ │ │ │ ├── config-defs.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── node_modules
│ │ │ │ │ └── config-chain
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── LICENCE
│ │ │ │ │ ├── node_modules
│ │ │ │ │ │ └── proto-list
│ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ ├── package.json
│ │ │ │ │ │ ├── proto-list.js
│ │ │ │ │ │ └── README.md
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── readme.markdown
│ │ │ │ ├── npmconf.js
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── npmlog
│ │ │ │ ├── example.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── log.js
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── npm-registry-client
│ │ │ │ ├── index.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── adduser.js
│ │ │ │ │ ├── get.js
│ │ │ │ │ ├── publish.js
│ │ │ │ │ ├── request.js
│ │ │ │ │ ├── star.js
│ │ │ │ │ ├── stars.js
│ │ │ │ │ ├── tag.js
│ │ │ │ │ ├── unpublish.js
│ │ │ │ │ └── upload.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── node_modules
│ │ │ │ │ └── couch-login
│ │ │ │ │ ├── couch-login.js
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── README.md
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── once
│ │ │ │ ├── LICENSE
│ │ │ │ ├── once.js
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── opener
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── opener.js
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── osenv
│ │ │ │ ├── LICENSE
│ │ │ │ ├── osenv.js
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── read
│ │ │ │ ├── example
│ │ │ │ │ └── example.js
│ │ │ │ ├── lib
│ │ │ │ │ └── read.js
│ │ │ │ ├── LICENCE
│ │ │ │ ├── node_modules
│ │ │ │ │ └── mute-stream
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── mute.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── README.md
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── read-installed
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ ├── read-installed.js
│ │ │ │ └── README.md
│ │ │ ├── read-package-json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ ├── read-json.js
│ │ │ │ └── README.md
│ │ │ ├── request
│ │ │ │ ├── aws.js
│ │ │ │ ├── forever.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── main.js
│ │ │ │ ├── mimetypes.js
│ │ │ │ ├── oauth.js
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ ├── tests
│ │ │ │ │ ├── googledoodle.png
│ │ │ │ │ ├── run.js
│ │ │ │ │ ├── server.js
│ │ │ │ │ ├── squid.conf
│ │ │ │ │ ├── ssl
│ │ │ │ │ │ ├── ca
│ │ │ │ │ │ │ ├── ca.cnf
│ │ │ │ │ │ │ ├── ca.crl
│ │ │ │ │ │ │ ├── ca.crt
│ │ │ │ │ │ │ ├── ca.csr
│ │ │ │ │ │ │ ├── ca.key
│ │ │ │ │ │ │ ├── ca.srl
│ │ │ │ │ │ │ ├── server.cnf
│ │ │ │ │ │ │ ├── server.crt
│ │ │ │ │ │ │ ├── server.csr
│ │ │ │ │ │ │ ├── server.js
│ │ │ │ │ │ │ └── server.key
│ │ │ │ │ │ ├── npm-ca.crt
│ │ │ │ │ │ ├── test.crt
│ │ │ │ │ │ └── test.key
│ │ │ │ │ ├── test-body.js
│ │ │ │ │ ├── test-cookiejar.js
│ │ │ │ │ ├── test-cookie.js
│ │ │ │ │ ├── test-defaults.js
│ │ │ │ │ ├── test-errors.js
│ │ │ │ │ ├── test-follow-all-303.js
│ │ │ │ │ ├── test-follow-all.js
│ │ │ │ │ ├── test-headers.js
│ │ │ │ │ ├── test-httpModule.js
│ │ │ │ │ ├── test-https.js
│ │ │ │ │ ├── test-https-strict.js
│ │ │ │ │ ├── test-oauth.js
│ │ │ │ │ ├── test-params.js
│ │ │ │ │ ├── test-pipes.js
│ │ │ │ │ ├── test-pool.js
│ │ │ │ │ ├── test-protocol-changing-redirect.js
│ │ │ │ │ ├── test-proxy.js
│ │ │ │ │ ├── test-qs.js
│ │ │ │ │ ├── test-redirect.js
│ │ │ │ │ ├── test-timeout.js
│ │ │ │ │ ├── test-toJSON.js
│ │ │ │ │ └── test-tunnel.js
│ │ │ │ ├── tunnel.js
│ │ │ │ ├── uuid.js
│ │ │ │ └── vendor
│ │ │ │ └── cookie
│ │ │ │ ├── index.js
│ │ │ │ └── jar.js
│ │ │ ├── retry
│ │ │ │ ├── equation.gif
│ │ │ │ ├── example
│ │ │ │ │ └── dns.js
│ │ │ │ ├── index.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── retry.js
│ │ │ │ │ └── retry_operation.js
│ │ │ │ ├── License
│ │ │ │ ├── Makefile
│ │ │ │ ├── package.json
│ │ │ │ └── Readme.md
│ │ │ ├── rimraf
│ │ │ │ ├── AUTHORS
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ └── rimraf.js
│ │ │ ├── semver
│ │ │ │ ├── bin
│ │ │ │ │ └── semver
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ ├── semver.js
│ │ │ │ └── test.js
│ │ │ ├── slide
│ │ │ │ ├── index.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── async-map.js
│ │ │ │ │ ├── async-map-ordered.js
│ │ │ │ │ ├── bind-actor.js
│ │ │ │ │ ├── chain.js
│ │ │ │ │ └── slide.js
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ └── README.md
│ │ │ ├── tar
│ │ │ │ ├── examples
│ │ │ │ │ ├── extracter.js
│ │ │ │ │ └── reader.js
│ │ │ │ ├── lib
│ │ │ │ │ ├── buffer-entry.js
│ │ │ │ │ ├── entry.js
│ │ │ │ │ ├── entry-writer.js
│ │ │ │ │ ├── extended-header.js
│ │ │ │ │ ├── extended-header-writer.js
│ │ │ │ │ ├── extract.js
│ │ │ │ │ ├── global-header-writer.js
│ │ │ │ │ ├── header.js
│ │ │ │ │ ├── pack.js
│ │ │ │ │ └── parse.js
│ │ │ │ ├── LICENCE
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ └── tar.js
│ │ │ ├── uid-number
│ │ │ │ ├── get-uid-gid.js
│ │ │ │ ├── LICENCE
│ │ │ │ ├── package.json
│ │ │ │ ├── README.md
│ │ │ │ └── uid-number.js
│ │ │ └── which
│ │ │ ├── bin
│ │ │ │ └── which
│ │ │ ├── LICENSE
│ │ │ ├── package.json
│ │ │ ├── README.md
│ │ │ └── which.js
│ │ ├── package.json
│ │ ├── README.md
│ │ └── scripts
│ │ ├── clean-old.sh
│ │ ├── doc-build.sh
│ │ ├── index-build.js
│ │ ├── install.sh
│ │ ├── release.sh
│ │ └── relocate.sh
│ ├── LICENSE
│ ├── README.md
│ └── share
│ └── man
│ └── man1
│ └── node.1
├── NodePlugInsList.plist
├── notes-bg.png
├── notes-close-down.png
├── notes-close.png
├── oggenc
├── orientation-landscapeleft.png
├── orientation-landscaperight.png
├── orientation-portrait.png
├── orientation-upsidedown.png
├── overflowImage.png
├── overflowImagePressed.png
├── pi.png
├── PlayerConsolePairingWindow.nib
├── PlayerConsoleWindow.nib
├── pngquant
├── pngquant-COPYING
├── position-0.png
├── position-1.png
├── position-2.png
├── position-3.png
├── position-4.png
├── ProjectSettingsWindow.nib
├── PublishSettingsWindow.nib
├── publishTemplates
│ ├── boot2-html5.txt
│ ├── boot-html5.txt
│ ├── cocos2d.min.txt
│ ├── index-html5.txt
│ ├── main-html5.txt
│ └── main-jsb.txt
├── PublishTypeAccessoryView.nib
├── PVRTexToolCL
├── README.md
├── reshandler-spritesheet-folder.png
├── ResolutionSettingsWindow.nib
├── ResourceManagerPanel.nib
├── ResourceManagerPreviewView.nib
├── ruler-bg-horizontal.png
├── ruler-bg-vertical.png
├── ruler-guide.png
├── ruler-mark-major.png
├── ruler-mark-minor.png
├── ruler-mark-origin.png
├── ruler-numbers.png
├── ruler-xy.png
├── scale-0.png
├── scale-1.png
├── segmctrl-bg.png
├── select-bl.png
├── select-br.png
├── select-pt.png
├── select-tl.png
├── select-tr.png
├── sel-frame.png
├── sel-round.png
├── seq-btn-back.png
├── seq-btn-collapse.png
├── seq-btn-end.png
├── seq-btn-expand.png
├── seq-btn-play.png
├── seq-btn-restart.png
├── seq-btn-run.png
├── seq-btn-stepback.png
├── seq-btn-stepforward.png
├── seq-btn-stop.png
├── seq-ctrl-bg.png
├── seq-endmarker.png
├── seq-keyframe-easein.png
├── seq-keyframe-easeout.png
├── seq-keyframe-hint.png
├── seq-keyframe-interpol.png
├── seq-keyframe-interpol-vis.png
├── seq-keyframe-l.png
├── seq-keyframe-l-sel.png
├── seq-keyframe.png
├── seq-keyframe-r.png
├── seq-keyframe-r-sel.png
├── seq-keyframe-sel.png
├── seq-next-seq.png
├── seq-row-0-bg.png
├── seq-row-1-bg.png
├── seq-row-channel-bg.png
├── seq-row-n-bg.png
├── seq-scaleslide-bg.png
├── seq-scrub-handle.png
├── seq-scrub-line.png
├── seq-startmarker.png
├── seq-timedisplay-bg.png
├── seq-tl-bg.png
├── seq-tl-mark-major.png
├── seq-tl-mark-minor.png
├── seq-tl-mark-origin.png
├── SequencerDurationWindow.nib
├── SequencerKeyframeEasingWindow.nib
├── SequencerPopoverBlock.nib
├── SequencerPopoverSound.nib
├── SequencerPopoverView.nib
├── SequencerSettingsWindow.nib
├── SequencerStretchWindow.nib
├── seq-vseparator.png
├── size-0.png
├── size-1.png
├── size-2.png
├── size-3.png
├── size-4.png
├── SpriteSheetSettingsWindow.nib
├── StageSizeWindow.nib
├── StickyNoteEditView.nib
├── TabClose_Dirty.png
├── TabClose_Dirty_Pressed.png
├── TabClose_Dirty_Rollover.png
├── TabClose_Front.png
├── TabClose_Front_Pressed.png
├── TabClose_Front_Rollover.png
├── TabNewMetal.png
├── TabNewMetalPressed.png
├── TabNewMetalRollover.png
├── TaskStatusWindow.nib
├── TB_actualSize.png
├── TB_bottomPanel.png
├── TB_grab.png
├── TB_imageAssets.png
├── TB_leftPanel.png
├── TB_play.png
├── TB_plugins.png
├── TB_rightPanel.png
├── TB_select.png
├── TB_stop.png
├── TB_zoomIn.png
├── TB_zoomOut.png
├── toolbar-bottom-noborder.png
├── toolbar-bottom.png
├── toolbar-btn-add.png
├── ui-cogs@2x.png
├── ui-cogs.png
├── version
│ ├── README-Version.txt
│ └── Version.txt
└── WarningsWindow.nib
424 directories, 2422 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论