├── .DS_Store ├── Electron演示代码 ├── README.md ├── app.js ├── index.html ├── index.js ├── package.json └── presWindow.html ├── Express之get,pos请求参数的获取 ├── app.js ├── bin │ └── www ├── package.json ├── public │ └── stylesheets │ │ └── style.css ├── routes │ ├── index.js │ └── users.js └── views │ ├── error.jade │ ├── index.jade │ └── layout.jade ├── History对象 ├── app.html ├── newly.html └── test.html ├── LICENSE ├── Node系列文章源码 ├── child_processTest.js ├── cryptoTest.js ├── fsTest.js ├── fsTestUtil.js ├── httpTest.js ├── osTest.js └── pathTest.js ├── README.md ├── Socket演示代码 ├── package.json ├── public │ ├── index.html │ └── socket.io.js └── server.js ├── VIM配置 └── .vimrc ├── docs ├── .nojekyll ├── README.md └── index.html ├── gulp-prompt演示代码 ├── demo.js ├── gulpfile.js ├── node_modules │ ├── .bin │ │ ├── gulp │ │ ├── mkdirp │ │ ├── semver │ │ ├── strip-bom │ │ ├── user-home │ │ └── which │ ├── ansi-escapes │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── ansi-regex │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── ansi-styles │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── archy │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── examples │ │ │ ├── beep.js │ │ │ └── multi_line.js │ │ ├── index.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ ├── beep.js │ │ │ ├── multi_line.js │ │ │ └── non_unicode.js │ ├── arr-diff │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── arr-flatten │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── array-differ │ │ ├── index.js │ │ ├── package.json │ │ └── readme.md │ ├── array-each │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── array-slice │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── array-uniq │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── array-unique │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── balanced-match │ │ ├── .npmignore │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── beeper │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── brace-expansion │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── braces │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── chalk │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── cli-cursor │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── cli-width │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── clone-stats │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── clone │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── clone.js │ │ ├── package.json │ │ ├── test-apart-ctx.html │ │ ├── test.html │ │ └── test.js │ ├── color-convert │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── conversions.js │ │ ├── index.js │ │ ├── package.json │ │ └── route.js │ ├── color-name │ │ ├── .eslintrc.json │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── concat-map │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.markdown │ │ ├── example │ │ │ └── map.js │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── map.js │ ├── core-util-is │ │ ├── LICENSE │ │ ├── README.md │ │ ├── float.patch │ │ ├── lib │ │ │ └── util.js │ │ ├── package.json │ │ └── test.js │ ├── dateformat │ │ ├── .npmignore │ │ ├── .vs │ │ │ ├── ProjectSettings.json │ │ │ ├── config │ │ │ │ └── applicationhost.config │ │ │ └── slnx.sqlite │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── lib │ │ │ └── dateformat.js │ │ └── package.json │ ├── defaults │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── deprecated │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ ├── field.js │ │ │ └── method.js │ ├── detect-file │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── duplexer │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENCE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── index.js │ ├── duplexer2 │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── example.js │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── tests.js │ ├── end-of-stream │ │ ├── .npmignore │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── escape-string-regexp │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── event-stream │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENCE │ │ ├── examples │ │ │ └── pretty.js │ │ ├── index.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ ├── connect.asynct.js │ │ │ ├── helper │ │ │ └── index.js │ │ │ ├── merge.asynct.js │ │ │ ├── pause.asynct.js │ │ │ ├── pipeline.asynct.js │ │ │ ├── readArray.asynct.js │ │ │ ├── readable.asynct.js │ │ │ ├── replace.asynct.js │ │ │ ├── simple-map.asynct.js │ │ │ ├── spec.asynct.js │ │ │ ├── split.asynct.js │ │ │ ├── stringify.js │ │ │ └── writeArray.asynct.js │ ├── expand-brackets │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── expand-range │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── expand-tilde │ │ ├── LICENSE │ │ ├── index.js │ │ └── package.json │ ├── extend │ │ ├── .eslintrc │ │ ├── .jscs.json │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── component.json │ │ ├── index.js │ │ └── package.json │ ├── external-editor │ │ ├── LICENSE │ │ ├── README.md │ │ ├── example_async.js │ │ ├── example_sync.js │ │ ├── main │ │ │ ├── errors │ │ │ │ ├── CreateFileError.js │ │ │ │ ├── LaunchEditorError.js │ │ │ │ ├── ReadFileError.js │ │ │ │ └── RemoveFileError.js │ │ │ └── index.js │ │ └── package.json │ ├── extglob │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── fancy-log │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── figures │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── filename-regex │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── fill-range │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── find-index │ │ ├── README.md │ │ ├── index.js │ │ ├── last.js │ │ └── package.json │ ├── findup-sync │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── fined │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── node_modules │ │ │ └── expand-tilde │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ └── package.json │ ├── first-chunk-stream │ │ ├── index.js │ │ ├── package.json │ │ └── readme.md │ ├── flagged-respawn │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── reorder.js │ │ │ └── respawn.js │ │ ├── package.json │ │ └── test │ │ │ ├── bin │ │ │ ├── exit_code.js │ │ │ ├── respawner.js │ │ │ └── signal.js │ │ │ └── index.js │ ├── for-in │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── for-own │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── from │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE.APACHE2 │ │ ├── LICENSE.MIT │ │ ├── index.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ └── index.js │ ├── fs-exists-sync │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── gaze │ │ ├── LICENSE-MIT │ │ ├── README.md │ │ ├── lib │ │ │ ├── gaze.js │ │ │ └── helper.js │ │ └── package.json │ ├── glob-base │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── glob-parent │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── glob-stream │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── node_modules │ │ │ ├── readable-stream │ │ │ │ ├── .npmignore │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── duplex.js │ │ │ │ ├── lib │ │ │ │ │ ├── _stream_duplex.js │ │ │ │ │ ├── _stream_passthrough.js │ │ │ │ │ ├── _stream_readable.js │ │ │ │ │ ├── _stream_transform.js │ │ │ │ │ └── _stream_writable.js │ │ │ │ ├── package.json │ │ │ │ ├── passthrough.js │ │ │ │ ├── readable.js │ │ │ │ ├── transform.js │ │ │ │ └── writable.js │ │ │ └── through2 │ │ │ │ ├── .npmignore │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── package.json │ │ │ │ └── through2.js │ │ └── package.json │ ├── glob-watcher │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ ├── fixtures │ │ │ └── test.coffee │ │ │ └── main.js │ ├── glob │ │ ├── LICENSE │ │ ├── README.md │ │ ├── common.js │ │ ├── glob.js │ │ ├── package.json │ │ └── sync.js │ ├── glob2base │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── global-modules │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── global-prefix │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── globule │ │ ├── .jshintrc │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── Gruntfile.js │ │ ├── LICENSE-MIT │ │ ├── README.md │ │ ├── lib │ │ │ └── globule.js │ │ ├── node_modules │ │ │ ├── glob │ │ │ │ ├── .npmignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── examples │ │ │ │ │ ├── g.js │ │ │ │ │ └── usr-local.js │ │ │ │ ├── glob.js │ │ │ │ ├── package.json │ │ │ │ └── test │ │ │ │ │ ├── 00-setup.js │ │ │ │ │ ├── bash-comparison.js │ │ │ │ │ ├── bash-results.json │ │ │ │ │ ├── cwd-test.js │ │ │ │ │ ├── mark.js │ │ │ │ │ ├── nocase-nomagic.js │ │ │ │ │ ├── pause-resume.js │ │ │ │ │ ├── root-nomount.js │ │ │ │ │ ├── root.js │ │ │ │ │ └── zz-cleanup.js │ │ │ ├── graceful-fs │ │ │ │ ├── .npmignore │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── graceful-fs.js │ │ │ │ ├── package.json │ │ │ │ └── test │ │ │ │ │ ├── open.js │ │ │ │ │ └── ulimit.js │ │ │ ├── inherits │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── inherits.js │ │ │ │ └── package.json │ │ │ └── minimatch │ │ │ │ ├── .npmignore │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── minimatch.js │ │ │ │ ├── package.json │ │ │ │ └── test │ │ │ │ ├── basic.js │ │ │ │ ├── brace-expand.js │ │ │ │ ├── caching.js │ │ │ │ ├── defaults.js │ │ │ │ └── extglob-ending-with-state-char.js │ │ ├── package.json │ │ └── test │ │ │ ├── fixtures │ │ │ └── expand │ │ │ │ ├── README.md │ │ │ │ ├── css │ │ │ │ ├── baz.css │ │ │ │ └── qux.css │ │ │ │ ├── deep │ │ │ │ ├── deep.txt │ │ │ │ └── deeper │ │ │ │ │ ├── deeper.txt │ │ │ │ │ └── deepest │ │ │ │ │ └── deepest.txt │ │ │ │ └── js │ │ │ │ ├── bar.js │ │ │ │ └── foo.js │ │ │ └── globule_test.js │ ├── glogg │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── graceful-fs │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── fs.js │ │ ├── graceful-fs.js │ │ ├── package.json │ │ ├── polyfills.js │ │ └── test │ │ │ ├── max-open.js │ │ │ ├── open.js │ │ │ ├── readdir-sort.js │ │ │ └── write-then-read.js │ ├── gulp-prompt │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── eslintrc.json │ │ ├── examples │ │ │ ├── first-choise-selection-gulpfile.js │ │ │ ├── list-selection-gulpfile.js │ │ │ └── template-replacement-gulpfile.js │ │ ├── index.js │ │ ├── node_modules │ │ │ ├── lodash.template │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ │ └── lodash.templatesettings │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ ├── package.json │ │ ├── test │ │ │ ├── .gitkeep │ │ │ ├── confirm-spec.js │ │ │ ├── gulp-prompt-spec.js │ │ │ └── prompt-spec.js │ │ └── yarn.lock │ ├── gulp-util │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── PluginError.js │ │ │ ├── buffer.js │ │ │ ├── combine.js │ │ │ ├── env.js │ │ │ ├── isBuffer.js │ │ │ ├── isNull.js │ │ │ ├── isStream.js │ │ │ ├── log.js │ │ │ ├── noop.js │ │ │ └── template.js │ │ └── package.json │ ├── gulp │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bin │ │ │ └── gulp.js │ │ ├── completion │ │ │ ├── README.md │ │ │ ├── bash │ │ │ ├── fish │ │ │ ├── powershell │ │ │ └── zsh │ │ ├── gulp.1 │ │ ├── index.js │ │ ├── lib │ │ │ ├── completion.js │ │ │ └── taskTree.js │ │ └── package.json │ ├── gulplog │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── has-ansi │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── has-flag │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── has-gulplog │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── homedir-polyfill │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── iconv-lite │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── Changelog.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── encodings │ │ │ ├── dbcs-codec.js │ │ │ ├── dbcs-data.js │ │ │ ├── index.js │ │ │ ├── internal.js │ │ │ ├── sbcs-codec.js │ │ │ ├── sbcs-data-generated.js │ │ │ ├── sbcs-data.js │ │ │ ├── tables │ │ │ │ ├── big5-added.json │ │ │ │ ├── cp936.json │ │ │ │ ├── cp949.json │ │ │ │ ├── cp950.json │ │ │ │ ├── eucjp.json │ │ │ │ ├── gb18030-ranges.json │ │ │ │ ├── gbk-added.json │ │ │ │ └── shiftjis.json │ │ │ ├── utf16.js │ │ │ └── utf7.js │ │ ├── lib │ │ │ ├── bom-handling.js │ │ │ ├── extend-node.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── streams.js │ │ └── package.json │ ├── inflight │ │ ├── LICENSE │ │ ├── README.md │ │ ├── inflight.js │ │ └── package.json │ ├── inherits │ │ ├── LICENSE │ │ ├── README.md │ │ ├── inherits.js │ │ ├── inherits_browser.js │ │ └── package.json │ ├── ini │ │ ├── LICENSE │ │ ├── README.md │ │ ├── ini.js │ │ └── package.json │ ├── inquirer │ │ ├── README.md │ │ ├── lib │ │ │ ├── inquirer.js │ │ │ ├── objects │ │ │ │ ├── choice.js │ │ │ │ ├── choices.js │ │ │ │ └── separator.js │ │ │ ├── prompts │ │ │ │ ├── base.js │ │ │ │ ├── checkbox.js │ │ │ │ ├── confirm.js │ │ │ │ ├── editor.js │ │ │ │ ├── expand.js │ │ │ │ ├── input.js │ │ │ │ ├── list.js │ │ │ │ ├── password.js │ │ │ │ └── rawlist.js │ │ │ ├── ui │ │ │ │ ├── baseUI.js │ │ │ │ ├── bottom-bar.js │ │ │ │ └── prompt.js │ │ │ └── utils │ │ │ │ ├── events.js │ │ │ │ ├── paginator.js │ │ │ │ ├── readline.js │ │ │ │ ├── screen-manager.js │ │ │ │ └── utils.js │ │ ├── node_modules │ │ │ ├── ansi-regex │ │ │ │ ├── index.js │ │ │ │ ├── license │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ │ ├── ansi-styles │ │ │ │ ├── index.js │ │ │ │ ├── license │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ │ ├── chalk │ │ │ │ ├── index.js │ │ │ │ ├── license │ │ │ │ ├── package.json │ │ │ │ ├── readme.md │ │ │ │ ├── templates.js │ │ │ │ └── types │ │ │ │ │ └── index.d.ts │ │ │ ├── lodash │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── _DataView.js │ │ │ │ ├── _Hash.js │ │ │ │ ├── _LazyWrapper.js │ │ │ │ ├── _ListCache.js │ │ │ │ ├── _LodashWrapper.js │ │ │ │ ├── _Map.js │ │ │ │ ├── _MapCache.js │ │ │ │ ├── _Promise.js │ │ │ │ ├── _Set.js │ │ │ │ ├── _SetCache.js │ │ │ │ ├── _Stack.js │ │ │ │ ├── _Symbol.js │ │ │ │ ├── _Uint8Array.js │ │ │ │ ├── _WeakMap.js │ │ │ │ ├── _addMapEntry.js │ │ │ │ ├── _addSetEntry.js │ │ │ │ ├── _apply.js │ │ │ │ ├── _arrayAggregator.js │ │ │ │ ├── _arrayEach.js │ │ │ │ ├── _arrayEachRight.js │ │ │ │ ├── _arrayEvery.js │ │ │ │ ├── _arrayFilter.js │ │ │ │ ├── _arrayIncludes.js │ │ │ │ ├── _arrayIncludesWith.js │ │ │ │ ├── _arrayLikeKeys.js │ │ │ │ ├── _arrayMap.js │ │ │ │ ├── _arrayPush.js │ │ │ │ ├── _arrayReduce.js │ │ │ │ ├── _arrayReduceRight.js │ │ │ │ ├── _arraySample.js │ │ │ │ ├── _arraySampleSize.js │ │ │ │ ├── _arrayShuffle.js │ │ │ │ ├── _arraySome.js │ │ │ │ ├── _asciiSize.js │ │ │ │ ├── _asciiToArray.js │ │ │ │ ├── _asciiWords.js │ │ │ │ ├── _assignMergeValue.js │ │ │ │ ├── _assignValue.js │ │ │ │ ├── _assocIndexOf.js │ │ │ │ ├── _baseAggregator.js │ │ │ │ ├── _baseAssign.js │ │ │ │ ├── _baseAssignIn.js │ │ │ │ ├── _baseAssignValue.js │ │ │ │ ├── _baseAt.js │ │ │ │ ├── _baseClamp.js │ │ │ │ ├── _baseClone.js │ │ │ │ ├── _baseConforms.js │ │ │ │ ├── _baseConformsTo.js │ │ │ │ ├── _baseCreate.js │ │ │ │ ├── _baseDelay.js │ │ │ │ ├── _baseDifference.js │ │ │ │ ├── _baseEach.js │ │ │ │ ├── _baseEachRight.js │ │ │ │ ├── _baseEvery.js │ │ │ │ ├── _baseExtremum.js │ │ │ │ ├── _baseFill.js │ │ │ │ ├── _baseFilter.js │ │ │ │ ├── _baseFindIndex.js │ │ │ │ ├── _baseFindKey.js │ │ │ │ ├── _baseFlatten.js │ │ │ │ ├── _baseFor.js │ │ │ │ ├── _baseForOwn.js │ │ │ │ ├── _baseForOwnRight.js │ │ │ │ ├── _baseForRight.js │ │ │ │ ├── _baseFunctions.js │ │ │ │ ├── _baseGet.js │ │ │ │ ├── _baseGetAllKeys.js │ │ │ │ ├── _baseGetTag.js │ │ │ │ ├── _baseGt.js │ │ │ │ ├── _baseHas.js │ │ │ │ ├── _baseHasIn.js │ │ │ │ ├── _baseInRange.js │ │ │ │ ├── _baseIndexOf.js │ │ │ │ ├── _baseIndexOfWith.js │ │ │ │ ├── _baseIntersection.js │ │ │ │ ├── _baseInverter.js │ │ │ │ ├── _baseInvoke.js │ │ │ │ ├── _baseIsArguments.js │ │ │ │ ├── _baseIsArrayBuffer.js │ │ │ │ ├── _baseIsDate.js │ │ │ │ ├── _baseIsEqual.js │ │ │ │ ├── _baseIsEqualDeep.js │ │ │ │ ├── _baseIsMap.js │ │ │ │ ├── _baseIsMatch.js │ │ │ │ ├── _baseIsNaN.js │ │ │ │ ├── _baseIsNative.js │ │ │ │ ├── _baseIsRegExp.js │ │ │ │ ├── _baseIsSet.js │ │ │ │ ├── _baseIsTypedArray.js │ │ │ │ ├── _baseIteratee.js │ │ │ │ ├── _baseKeys.js │ │ │ │ ├── _baseKeysIn.js │ │ │ │ ├── _baseLodash.js │ │ │ │ ├── _baseLt.js │ │ │ │ ├── _baseMap.js │ │ │ │ ├── _baseMatches.js │ │ │ │ ├── _baseMatchesProperty.js │ │ │ │ ├── _baseMean.js │ │ │ │ ├── _baseMerge.js │ │ │ │ ├── _baseMergeDeep.js │ │ │ │ ├── _baseNth.js │ │ │ │ ├── _baseOrderBy.js │ │ │ │ ├── _basePick.js │ │ │ │ ├── _basePickBy.js │ │ │ │ ├── _baseProperty.js │ │ │ │ ├── _basePropertyDeep.js │ │ │ │ ├── _basePropertyOf.js │ │ │ │ ├── _basePullAll.js │ │ │ │ ├── _basePullAt.js │ │ │ │ ├── _baseRandom.js │ │ │ │ ├── _baseRange.js │ │ │ │ ├── _baseReduce.js │ │ │ │ ├── _baseRepeat.js │ │ │ │ ├── _baseRest.js │ │ │ │ ├── _baseSample.js │ │ │ │ ├── _baseSampleSize.js │ │ │ │ ├── _baseSet.js │ │ │ │ ├── _baseSetData.js │ │ │ │ ├── _baseSetToString.js │ │ │ │ ├── _baseShuffle.js │ │ │ │ ├── _baseSlice.js │ │ │ │ ├── _baseSome.js │ │ │ │ ├── _baseSortBy.js │ │ │ │ ├── _baseSortedIndex.js │ │ │ │ ├── _baseSortedIndexBy.js │ │ │ │ ├── _baseSortedUniq.js │ │ │ │ ├── _baseSum.js │ │ │ │ ├── _baseTimes.js │ │ │ │ ├── _baseToNumber.js │ │ │ │ ├── _baseToPairs.js │ │ │ │ ├── _baseToString.js │ │ │ │ ├── _baseUnary.js │ │ │ │ ├── _baseUniq.js │ │ │ │ ├── _baseUnset.js │ │ │ │ ├── _baseUpdate.js │ │ │ │ ├── _baseValues.js │ │ │ │ ├── _baseWhile.js │ │ │ │ ├── _baseWrapperValue.js │ │ │ │ ├── _baseXor.js │ │ │ │ ├── _baseZipObject.js │ │ │ │ ├── _cacheHas.js │ │ │ │ ├── _castArrayLikeObject.js │ │ │ │ ├── _castFunction.js │ │ │ │ ├── _castPath.js │ │ │ │ ├── _castRest.js │ │ │ │ ├── _castSlice.js │ │ │ │ ├── _charsEndIndex.js │ │ │ │ ├── _charsStartIndex.js │ │ │ │ ├── _cloneArrayBuffer.js │ │ │ │ ├── _cloneBuffer.js │ │ │ │ ├── _cloneDataView.js │ │ │ │ ├── _cloneMap.js │ │ │ │ ├── _cloneRegExp.js │ │ │ │ ├── _cloneSet.js │ │ │ │ ├── _cloneSymbol.js │ │ │ │ ├── _cloneTypedArray.js │ │ │ │ ├── _compareAscending.js │ │ │ │ ├── _compareMultiple.js │ │ │ │ ├── _composeArgs.js │ │ │ │ ├── _composeArgsRight.js │ │ │ │ ├── _copyArray.js │ │ │ │ ├── _copyObject.js │ │ │ │ ├── _copySymbols.js │ │ │ │ ├── _copySymbolsIn.js │ │ │ │ ├── _coreJsData.js │ │ │ │ ├── _countHolders.js │ │ │ │ ├── _createAggregator.js │ │ │ │ ├── _createAssigner.js │ │ │ │ ├── _createBaseEach.js │ │ │ │ ├── _createBaseFor.js │ │ │ │ ├── _createBind.js │ │ │ │ ├── _createCaseFirst.js │ │ │ │ ├── _createCompounder.js │ │ │ │ ├── _createCtor.js │ │ │ │ ├── _createCurry.js │ │ │ │ ├── _createFind.js │ │ │ │ ├── _createFlow.js │ │ │ │ ├── _createHybrid.js │ │ │ │ ├── _createInverter.js │ │ │ │ ├── _createMathOperation.js │ │ │ │ ├── _createOver.js │ │ │ │ ├── _createPadding.js │ │ │ │ ├── _createPartial.js │ │ │ │ ├── _createRange.js │ │ │ │ ├── _createRecurry.js │ │ │ │ ├── _createRelationalOperation.js │ │ │ │ ├── _createRound.js │ │ │ │ ├── _createSet.js │ │ │ │ ├── _createToPairs.js │ │ │ │ ├── _createWrap.js │ │ │ │ ├── _customDefaultsAssignIn.js │ │ │ │ ├── _customDefaultsMerge.js │ │ │ │ ├── _customOmitClone.js │ │ │ │ ├── _deburrLetter.js │ │ │ │ ├── _defineProperty.js │ │ │ │ ├── _equalArrays.js │ │ │ │ ├── _equalByTag.js │ │ │ │ ├── _equalObjects.js │ │ │ │ ├── _escapeHtmlChar.js │ │ │ │ ├── _escapeStringChar.js │ │ │ │ ├── _flatRest.js │ │ │ │ ├── _freeGlobal.js │ │ │ │ ├── _getAllKeys.js │ │ │ │ ├── _getAllKeysIn.js │ │ │ │ ├── _getData.js │ │ │ │ ├── _getFuncName.js │ │ │ │ ├── _getHolder.js │ │ │ │ ├── _getMapData.js │ │ │ │ ├── _getMatchData.js │ │ │ │ ├── _getNative.js │ │ │ │ ├── _getPrototype.js │ │ │ │ ├── _getRawTag.js │ │ │ │ ├── _getSymbols.js │ │ │ │ ├── _getSymbolsIn.js │ │ │ │ ├── _getTag.js │ │ │ │ ├── _getValue.js │ │ │ │ ├── _getView.js │ │ │ │ ├── _getWrapDetails.js │ │ │ │ ├── _hasPath.js │ │ │ │ ├── _hasUnicode.js │ │ │ │ ├── _hasUnicodeWord.js │ │ │ │ ├── _hashClear.js │ │ │ │ ├── _hashDelete.js │ │ │ │ ├── _hashGet.js │ │ │ │ ├── _hashHas.js │ │ │ │ ├── _hashSet.js │ │ │ │ ├── _initCloneArray.js │ │ │ │ ├── _initCloneByTag.js │ │ │ │ ├── _initCloneObject.js │ │ │ │ ├── _insertWrapDetails.js │ │ │ │ ├── _isFlattenable.js │ │ │ │ ├── _isIndex.js │ │ │ │ ├── _isIterateeCall.js │ │ │ │ ├── _isKey.js │ │ │ │ ├── _isKeyable.js │ │ │ │ ├── _isLaziable.js │ │ │ │ ├── _isMaskable.js │ │ │ │ ├── _isMasked.js │ │ │ │ ├── _isPrototype.js │ │ │ │ ├── _isStrictComparable.js │ │ │ │ ├── _iteratorToArray.js │ │ │ │ ├── _lazyClone.js │ │ │ │ ├── _lazyReverse.js │ │ │ │ ├── _lazyValue.js │ │ │ │ ├── _listCacheClear.js │ │ │ │ ├── _listCacheDelete.js │ │ │ │ ├── _listCacheGet.js │ │ │ │ ├── _listCacheHas.js │ │ │ │ ├── _listCacheSet.js │ │ │ │ ├── _mapCacheClear.js │ │ │ │ ├── _mapCacheDelete.js │ │ │ │ ├── _mapCacheGet.js │ │ │ │ ├── _mapCacheHas.js │ │ │ │ ├── _mapCacheSet.js │ │ │ │ ├── _mapToArray.js │ │ │ │ ├── _matchesStrictComparable.js │ │ │ │ ├── _memoizeCapped.js │ │ │ │ ├── _mergeData.js │ │ │ │ ├── _metaMap.js │ │ │ │ ├── _nativeCreate.js │ │ │ │ ├── _nativeKeys.js │ │ │ │ ├── _nativeKeysIn.js │ │ │ │ ├── _nodeUtil.js │ │ │ │ ├── _objectToString.js │ │ │ │ ├── _overArg.js │ │ │ │ ├── _overRest.js │ │ │ │ ├── _parent.js │ │ │ │ ├── _reEscape.js │ │ │ │ ├── _reEvaluate.js │ │ │ │ ├── _reInterpolate.js │ │ │ │ ├── _realNames.js │ │ │ │ ├── _reorder.js │ │ │ │ ├── _replaceHolders.js │ │ │ │ ├── _root.js │ │ │ │ ├── _setCacheAdd.js │ │ │ │ ├── _setCacheHas.js │ │ │ │ ├── _setData.js │ │ │ │ ├── _setToArray.js │ │ │ │ ├── _setToPairs.js │ │ │ │ ├── _setToString.js │ │ │ │ ├── _setWrapToString.js │ │ │ │ ├── _shortOut.js │ │ │ │ ├── _shuffleSelf.js │ │ │ │ ├── _stackClear.js │ │ │ │ ├── _stackDelete.js │ │ │ │ ├── _stackGet.js │ │ │ │ ├── _stackHas.js │ │ │ │ ├── _stackSet.js │ │ │ │ ├── _strictIndexOf.js │ │ │ │ ├── _strictLastIndexOf.js │ │ │ │ ├── _stringSize.js │ │ │ │ ├── _stringToArray.js │ │ │ │ ├── _stringToPath.js │ │ │ │ ├── _toKey.js │ │ │ │ ├── _toSource.js │ │ │ │ ├── _unescapeHtmlChar.js │ │ │ │ ├── _unicodeSize.js │ │ │ │ ├── _unicodeToArray.js │ │ │ │ ├── _unicodeWords.js │ │ │ │ ├── _updateWrapDetails.js │ │ │ │ ├── _wrapperClone.js │ │ │ │ ├── add.js │ │ │ │ ├── after.js │ │ │ │ ├── array.js │ │ │ │ ├── ary.js │ │ │ │ ├── assign.js │ │ │ │ ├── assignIn.js │ │ │ │ ├── assignInWith.js │ │ │ │ ├── assignWith.js │ │ │ │ ├── at.js │ │ │ │ ├── attempt.js │ │ │ │ ├── before.js │ │ │ │ ├── bind.js │ │ │ │ ├── bindAll.js │ │ │ │ ├── bindKey.js │ │ │ │ ├── camelCase.js │ │ │ │ ├── capitalize.js │ │ │ │ ├── castArray.js │ │ │ │ ├── ceil.js │ │ │ │ ├── chain.js │ │ │ │ ├── chunk.js │ │ │ │ ├── clamp.js │ │ │ │ ├── clone.js │ │ │ │ ├── cloneDeep.js │ │ │ │ ├── cloneDeepWith.js │ │ │ │ ├── cloneWith.js │ │ │ │ ├── collection.js │ │ │ │ ├── commit.js │ │ │ │ ├── compact.js │ │ │ │ ├── concat.js │ │ │ │ ├── cond.js │ │ │ │ ├── conforms.js │ │ │ │ ├── conformsTo.js │ │ │ │ ├── constant.js │ │ │ │ ├── core.js │ │ │ │ ├── core.min.js │ │ │ │ ├── countBy.js │ │ │ │ ├── create.js │ │ │ │ ├── curry.js │ │ │ │ ├── curryRight.js │ │ │ │ ├── date.js │ │ │ │ ├── debounce.js │ │ │ │ ├── deburr.js │ │ │ │ ├── defaultTo.js │ │ │ │ ├── defaults.js │ │ │ │ ├── defaultsDeep.js │ │ │ │ ├── defer.js │ │ │ │ ├── delay.js │ │ │ │ ├── difference.js │ │ │ │ ├── differenceBy.js │ │ │ │ ├── differenceWith.js │ │ │ │ ├── divide.js │ │ │ │ ├── drop.js │ │ │ │ ├── dropRight.js │ │ │ │ ├── dropRightWhile.js │ │ │ │ ├── dropWhile.js │ │ │ │ ├── each.js │ │ │ │ ├── eachRight.js │ │ │ │ ├── endsWith.js │ │ │ │ ├── entries.js │ │ │ │ ├── entriesIn.js │ │ │ │ ├── eq.js │ │ │ │ ├── escape.js │ │ │ │ ├── escapeRegExp.js │ │ │ │ ├── every.js │ │ │ │ ├── extend.js │ │ │ │ ├── extendWith.js │ │ │ │ ├── fill.js │ │ │ │ ├── filter.js │ │ │ │ ├── find.js │ │ │ │ ├── findIndex.js │ │ │ │ ├── findKey.js │ │ │ │ ├── findLast.js │ │ │ │ ├── findLastIndex.js │ │ │ │ ├── findLastKey.js │ │ │ │ ├── first.js │ │ │ │ ├── flatMap.js │ │ │ │ ├── flatMapDeep.js │ │ │ │ ├── flatMapDepth.js │ │ │ │ ├── flatten.js │ │ │ │ ├── flattenDeep.js │ │ │ │ ├── flattenDepth.js │ │ │ │ ├── flip.js │ │ │ │ ├── floor.js │ │ │ │ ├── flow.js │ │ │ │ ├── flowRight.js │ │ │ │ ├── forEach.js │ │ │ │ ├── forEachRight.js │ │ │ │ ├── forIn.js │ │ │ │ ├── forInRight.js │ │ │ │ ├── forOwn.js │ │ │ │ ├── forOwnRight.js │ │ │ │ ├── fp.js │ │ │ │ ├── fp │ │ │ │ │ ├── F.js │ │ │ │ │ ├── T.js │ │ │ │ │ ├── __.js │ │ │ │ │ ├── _baseConvert.js │ │ │ │ │ ├── _convertBrowser.js │ │ │ │ │ ├── _falseOptions.js │ │ │ │ │ ├── _mapping.js │ │ │ │ │ ├── _util.js │ │ │ │ │ ├── add.js │ │ │ │ │ ├── after.js │ │ │ │ │ ├── all.js │ │ │ │ │ ├── allPass.js │ │ │ │ │ ├── always.js │ │ │ │ │ ├── any.js │ │ │ │ │ ├── anyPass.js │ │ │ │ │ ├── apply.js │ │ │ │ │ ├── array.js │ │ │ │ │ ├── ary.js │ │ │ │ │ ├── assign.js │ │ │ │ │ ├── assignAll.js │ │ │ │ │ ├── assignAllWith.js │ │ │ │ │ ├── assignIn.js │ │ │ │ │ ├── assignInAll.js │ │ │ │ │ ├── assignInAllWith.js │ │ │ │ │ ├── assignInWith.js │ │ │ │ │ ├── assignWith.js │ │ │ │ │ ├── assoc.js │ │ │ │ │ ├── assocPath.js │ │ │ │ │ ├── at.js │ │ │ │ │ ├── attempt.js │ │ │ │ │ ├── before.js │ │ │ │ │ ├── bind.js │ │ │ │ │ ├── bindAll.js │ │ │ │ │ ├── bindKey.js │ │ │ │ │ ├── camelCase.js │ │ │ │ │ ├── capitalize.js │ │ │ │ │ ├── castArray.js │ │ │ │ │ ├── ceil.js │ │ │ │ │ ├── chain.js │ │ │ │ │ ├── chunk.js │ │ │ │ │ ├── clamp.js │ │ │ │ │ ├── clone.js │ │ │ │ │ ├── cloneDeep.js │ │ │ │ │ ├── cloneDeepWith.js │ │ │ │ │ ├── cloneWith.js │ │ │ │ │ ├── collection.js │ │ │ │ │ ├── commit.js │ │ │ │ │ ├── compact.js │ │ │ │ │ ├── complement.js │ │ │ │ │ ├── compose.js │ │ │ │ │ ├── concat.js │ │ │ │ │ ├── cond.js │ │ │ │ │ ├── conforms.js │ │ │ │ │ ├── conformsTo.js │ │ │ │ │ ├── constant.js │ │ │ │ │ ├── contains.js │ │ │ │ │ ├── convert.js │ │ │ │ │ ├── countBy.js │ │ │ │ │ ├── create.js │ │ │ │ │ ├── curry.js │ │ │ │ │ ├── curryN.js │ │ │ │ │ ├── curryRight.js │ │ │ │ │ ├── curryRightN.js │ │ │ │ │ ├── date.js │ │ │ │ │ ├── debounce.js │ │ │ │ │ ├── deburr.js │ │ │ │ │ ├── defaultTo.js │ │ │ │ │ ├── defaults.js │ │ │ │ │ ├── defaultsAll.js │ │ │ │ │ ├── defaultsDeep.js │ │ │ │ │ ├── defaultsDeepAll.js │ │ │ │ │ ├── defer.js │ │ │ │ │ ├── delay.js │ │ │ │ │ ├── difference.js │ │ │ │ │ ├── differenceBy.js │ │ │ │ │ ├── differenceWith.js │ │ │ │ │ ├── dissoc.js │ │ │ │ │ ├── dissocPath.js │ │ │ │ │ ├── divide.js │ │ │ │ │ ├── drop.js │ │ │ │ │ ├── dropLast.js │ │ │ │ │ ├── dropLastWhile.js │ │ │ │ │ ├── dropRight.js │ │ │ │ │ ├── dropRightWhile.js │ │ │ │ │ ├── dropWhile.js │ │ │ │ │ ├── each.js │ │ │ │ │ ├── eachRight.js │ │ │ │ │ ├── endsWith.js │ │ │ │ │ ├── entries.js │ │ │ │ │ ├── entriesIn.js │ │ │ │ │ ├── eq.js │ │ │ │ │ ├── equals.js │ │ │ │ │ ├── escape.js │ │ │ │ │ ├── escapeRegExp.js │ │ │ │ │ ├── every.js │ │ │ │ │ ├── extend.js │ │ │ │ │ ├── extendAll.js │ │ │ │ │ ├── extendAllWith.js │ │ │ │ │ ├── extendWith.js │ │ │ │ │ ├── fill.js │ │ │ │ │ ├── filter.js │ │ │ │ │ ├── find.js │ │ │ │ │ ├── findFrom.js │ │ │ │ │ ├── findIndex.js │ │ │ │ │ ├── findIndexFrom.js │ │ │ │ │ ├── findKey.js │ │ │ │ │ ├── findLast.js │ │ │ │ │ ├── findLastFrom.js │ │ │ │ │ ├── findLastIndex.js │ │ │ │ │ ├── findLastIndexFrom.js │ │ │ │ │ ├── findLastKey.js │ │ │ │ │ ├── first.js │ │ │ │ │ ├── flatMap.js │ │ │ │ │ ├── flatMapDeep.js │ │ │ │ │ ├── flatMapDepth.js │ │ │ │ │ ├── flatten.js │ │ │ │ │ ├── flattenDeep.js │ │ │ │ │ ├── flattenDepth.js │ │ │ │ │ ├── flip.js │ │ │ │ │ ├── floor.js │ │ │ │ │ ├── flow.js │ │ │ │ │ ├── flowRight.js │ │ │ │ │ ├── forEach.js │ │ │ │ │ ├── forEachRight.js │ │ │ │ │ ├── forIn.js │ │ │ │ │ ├── forInRight.js │ │ │ │ │ ├── forOwn.js │ │ │ │ │ ├── forOwnRight.js │ │ │ │ │ ├── fromPairs.js │ │ │ │ │ ├── function.js │ │ │ │ │ ├── functions.js │ │ │ │ │ ├── functionsIn.js │ │ │ │ │ ├── get.js │ │ │ │ │ ├── getOr.js │ │ │ │ │ ├── groupBy.js │ │ │ │ │ ├── gt.js │ │ │ │ │ ├── gte.js │ │ │ │ │ ├── has.js │ │ │ │ │ ├── hasIn.js │ │ │ │ │ ├── head.js │ │ │ │ │ ├── identical.js │ │ │ │ │ ├── identity.js │ │ │ │ │ ├── inRange.js │ │ │ │ │ ├── includes.js │ │ │ │ │ ├── includesFrom.js │ │ │ │ │ ├── indexBy.js │ │ │ │ │ ├── indexOf.js │ │ │ │ │ ├── indexOfFrom.js │ │ │ │ │ ├── init.js │ │ │ │ │ ├── initial.js │ │ │ │ │ ├── intersection.js │ │ │ │ │ ├── intersectionBy.js │ │ │ │ │ ├── intersectionWith.js │ │ │ │ │ ├── invert.js │ │ │ │ │ ├── invertBy.js │ │ │ │ │ ├── invertObj.js │ │ │ │ │ ├── invoke.js │ │ │ │ │ ├── invokeArgs.js │ │ │ │ │ ├── invokeArgsMap.js │ │ │ │ │ ├── invokeMap.js │ │ │ │ │ ├── isArguments.js │ │ │ │ │ ├── isArray.js │ │ │ │ │ ├── isArrayBuffer.js │ │ │ │ │ ├── isArrayLike.js │ │ │ │ │ ├── isArrayLikeObject.js │ │ │ │ │ ├── isBoolean.js │ │ │ │ │ ├── isBuffer.js │ │ │ │ │ ├── isDate.js │ │ │ │ │ ├── isElement.js │ │ │ │ │ ├── isEmpty.js │ │ │ │ │ ├── isEqual.js │ │ │ │ │ ├── isEqualWith.js │ │ │ │ │ ├── isError.js │ │ │ │ │ ├── isFinite.js │ │ │ │ │ ├── isFunction.js │ │ │ │ │ ├── isInteger.js │ │ │ │ │ ├── isLength.js │ │ │ │ │ ├── isMap.js │ │ │ │ │ ├── isMatch.js │ │ │ │ │ ├── isMatchWith.js │ │ │ │ │ ├── isNaN.js │ │ │ │ │ ├── isNative.js │ │ │ │ │ ├── isNil.js │ │ │ │ │ ├── isNull.js │ │ │ │ │ ├── isNumber.js │ │ │ │ │ ├── isObject.js │ │ │ │ │ ├── isObjectLike.js │ │ │ │ │ ├── isPlainObject.js │ │ │ │ │ ├── isRegExp.js │ │ │ │ │ ├── isSafeInteger.js │ │ │ │ │ ├── isSet.js │ │ │ │ │ ├── isString.js │ │ │ │ │ ├── isSymbol.js │ │ │ │ │ ├── isTypedArray.js │ │ │ │ │ ├── isUndefined.js │ │ │ │ │ ├── isWeakMap.js │ │ │ │ │ ├── isWeakSet.js │ │ │ │ │ ├── iteratee.js │ │ │ │ │ ├── join.js │ │ │ │ │ ├── juxt.js │ │ │ │ │ ├── kebabCase.js │ │ │ │ │ ├── keyBy.js │ │ │ │ │ ├── keys.js │ │ │ │ │ ├── keysIn.js │ │ │ │ │ ├── lang.js │ │ │ │ │ ├── last.js │ │ │ │ │ ├── lastIndexOf.js │ │ │ │ │ ├── lastIndexOfFrom.js │ │ │ │ │ ├── lowerCase.js │ │ │ │ │ ├── lowerFirst.js │ │ │ │ │ ├── lt.js │ │ │ │ │ ├── lte.js │ │ │ │ │ ├── map.js │ │ │ │ │ ├── mapKeys.js │ │ │ │ │ ├── mapValues.js │ │ │ │ │ ├── matches.js │ │ │ │ │ ├── matchesProperty.js │ │ │ │ │ ├── math.js │ │ │ │ │ ├── max.js │ │ │ │ │ ├── maxBy.js │ │ │ │ │ ├── mean.js │ │ │ │ │ ├── meanBy.js │ │ │ │ │ ├── memoize.js │ │ │ │ │ ├── merge.js │ │ │ │ │ ├── mergeAll.js │ │ │ │ │ ├── mergeAllWith.js │ │ │ │ │ ├── mergeWith.js │ │ │ │ │ ├── method.js │ │ │ │ │ ├── methodOf.js │ │ │ │ │ ├── min.js │ │ │ │ │ ├── minBy.js │ │ │ │ │ ├── mixin.js │ │ │ │ │ ├── multiply.js │ │ │ │ │ ├── nAry.js │ │ │ │ │ ├── negate.js │ │ │ │ │ ├── next.js │ │ │ │ │ ├── noop.js │ │ │ │ │ ├── now.js │ │ │ │ │ ├── nth.js │ │ │ │ │ ├── nthArg.js │ │ │ │ │ ├── number.js │ │ │ │ │ ├── object.js │ │ │ │ │ ├── omit.js │ │ │ │ │ ├── omitAll.js │ │ │ │ │ ├── omitBy.js │ │ │ │ │ ├── once.js │ │ │ │ │ ├── orderBy.js │ │ │ │ │ ├── over.js │ │ │ │ │ ├── overArgs.js │ │ │ │ │ ├── overEvery.js │ │ │ │ │ ├── overSome.js │ │ │ │ │ ├── pad.js │ │ │ │ │ ├── padChars.js │ │ │ │ │ ├── padCharsEnd.js │ │ │ │ │ ├── padCharsStart.js │ │ │ │ │ ├── padEnd.js │ │ │ │ │ ├── padStart.js │ │ │ │ │ ├── parseInt.js │ │ │ │ │ ├── partial.js │ │ │ │ │ ├── partialRight.js │ │ │ │ │ ├── partition.js │ │ │ │ │ ├── path.js │ │ │ │ │ ├── pathEq.js │ │ │ │ │ ├── pathOr.js │ │ │ │ │ ├── paths.js │ │ │ │ │ ├── pick.js │ │ │ │ │ ├── pickAll.js │ │ │ │ │ ├── pickBy.js │ │ │ │ │ ├── pipe.js │ │ │ │ │ ├── placeholder.js │ │ │ │ │ ├── plant.js │ │ │ │ │ ├── pluck.js │ │ │ │ │ ├── prop.js │ │ │ │ │ ├── propEq.js │ │ │ │ │ ├── propOr.js │ │ │ │ │ ├── property.js │ │ │ │ │ ├── propertyOf.js │ │ │ │ │ ├── props.js │ │ │ │ │ ├── pull.js │ │ │ │ │ ├── pullAll.js │ │ │ │ │ ├── pullAllBy.js │ │ │ │ │ ├── pullAllWith.js │ │ │ │ │ ├── pullAt.js │ │ │ │ │ ├── random.js │ │ │ │ │ ├── range.js │ │ │ │ │ ├── rangeRight.js │ │ │ │ │ ├── rangeStep.js │ │ │ │ │ ├── rangeStepRight.js │ │ │ │ │ ├── rearg.js │ │ │ │ │ ├── reduce.js │ │ │ │ │ ├── reduceRight.js │ │ │ │ │ ├── reject.js │ │ │ │ │ ├── remove.js │ │ │ │ │ ├── repeat.js │ │ │ │ │ ├── replace.js │ │ │ │ │ ├── rest.js │ │ │ │ │ ├── restFrom.js │ │ │ │ │ ├── result.js │ │ │ │ │ ├── reverse.js │ │ │ │ │ ├── round.js │ │ │ │ │ ├── sample.js │ │ │ │ │ ├── sampleSize.js │ │ │ │ │ ├── seq.js │ │ │ │ │ ├── set.js │ │ │ │ │ ├── setWith.js │ │ │ │ │ ├── shuffle.js │ │ │ │ │ ├── size.js │ │ │ │ │ ├── slice.js │ │ │ │ │ ├── snakeCase.js │ │ │ │ │ ├── some.js │ │ │ │ │ ├── sortBy.js │ │ │ │ │ ├── sortedIndex.js │ │ │ │ │ ├── sortedIndexBy.js │ │ │ │ │ ├── sortedIndexOf.js │ │ │ │ │ ├── sortedLastIndex.js │ │ │ │ │ ├── sortedLastIndexBy.js │ │ │ │ │ ├── sortedLastIndexOf.js │ │ │ │ │ ├── sortedUniq.js │ │ │ │ │ ├── sortedUniqBy.js │ │ │ │ │ ├── split.js │ │ │ │ │ ├── spread.js │ │ │ │ │ ├── spreadFrom.js │ │ │ │ │ ├── startCase.js │ │ │ │ │ ├── startsWith.js │ │ │ │ │ ├── string.js │ │ │ │ │ ├── stubArray.js │ │ │ │ │ ├── stubFalse.js │ │ │ │ │ ├── stubObject.js │ │ │ │ │ ├── stubString.js │ │ │ │ │ ├── stubTrue.js │ │ │ │ │ ├── subtract.js │ │ │ │ │ ├── sum.js │ │ │ │ │ ├── sumBy.js │ │ │ │ │ ├── symmetricDifference.js │ │ │ │ │ ├── symmetricDifferenceBy.js │ │ │ │ │ ├── symmetricDifferenceWith.js │ │ │ │ │ ├── tail.js │ │ │ │ │ ├── take.js │ │ │ │ │ ├── takeLast.js │ │ │ │ │ ├── takeLastWhile.js │ │ │ │ │ ├── takeRight.js │ │ │ │ │ ├── takeRightWhile.js │ │ │ │ │ ├── takeWhile.js │ │ │ │ │ ├── tap.js │ │ │ │ │ ├── template.js │ │ │ │ │ ├── templateSettings.js │ │ │ │ │ ├── throttle.js │ │ │ │ │ ├── thru.js │ │ │ │ │ ├── times.js │ │ │ │ │ ├── toArray.js │ │ │ │ │ ├── toFinite.js │ │ │ │ │ ├── toInteger.js │ │ │ │ │ ├── toIterator.js │ │ │ │ │ ├── toJSON.js │ │ │ │ │ ├── toLength.js │ │ │ │ │ ├── toLower.js │ │ │ │ │ ├── toNumber.js │ │ │ │ │ ├── toPairs.js │ │ │ │ │ ├── toPairsIn.js │ │ │ │ │ ├── toPath.js │ │ │ │ │ ├── toPlainObject.js │ │ │ │ │ ├── toSafeInteger.js │ │ │ │ │ ├── toString.js │ │ │ │ │ ├── toUpper.js │ │ │ │ │ ├── transform.js │ │ │ │ │ ├── trim.js │ │ │ │ │ ├── trimChars.js │ │ │ │ │ ├── trimCharsEnd.js │ │ │ │ │ ├── trimCharsStart.js │ │ │ │ │ ├── trimEnd.js │ │ │ │ │ ├── trimStart.js │ │ │ │ │ ├── truncate.js │ │ │ │ │ ├── unapply.js │ │ │ │ │ ├── unary.js │ │ │ │ │ ├── unescape.js │ │ │ │ │ ├── union.js │ │ │ │ │ ├── unionBy.js │ │ │ │ │ ├── unionWith.js │ │ │ │ │ ├── uniq.js │ │ │ │ │ ├── uniqBy.js │ │ │ │ │ ├── uniqWith.js │ │ │ │ │ ├── uniqueId.js │ │ │ │ │ ├── unnest.js │ │ │ │ │ ├── unset.js │ │ │ │ │ ├── unzip.js │ │ │ │ │ ├── unzipWith.js │ │ │ │ │ ├── update.js │ │ │ │ │ ├── updateWith.js │ │ │ │ │ ├── upperCase.js │ │ │ │ │ ├── upperFirst.js │ │ │ │ │ ├── useWith.js │ │ │ │ │ ├── util.js │ │ │ │ │ ├── value.js │ │ │ │ │ ├── valueOf.js │ │ │ │ │ ├── values.js │ │ │ │ │ ├── valuesIn.js │ │ │ │ │ ├── where.js │ │ │ │ │ ├── whereEq.js │ │ │ │ │ ├── without.js │ │ │ │ │ ├── words.js │ │ │ │ │ ├── wrap.js │ │ │ │ │ ├── wrapperAt.js │ │ │ │ │ ├── wrapperChain.js │ │ │ │ │ ├── wrapperLodash.js │ │ │ │ │ ├── wrapperReverse.js │ │ │ │ │ ├── wrapperValue.js │ │ │ │ │ ├── xor.js │ │ │ │ │ ├── xorBy.js │ │ │ │ │ ├── xorWith.js │ │ │ │ │ ├── zip.js │ │ │ │ │ ├── zipAll.js │ │ │ │ │ ├── zipObj.js │ │ │ │ │ ├── zipObject.js │ │ │ │ │ ├── zipObjectDeep.js │ │ │ │ │ └── zipWith.js │ │ │ │ ├── fromPairs.js │ │ │ │ ├── function.js │ │ │ │ ├── functions.js │ │ │ │ ├── functionsIn.js │ │ │ │ ├── get.js │ │ │ │ ├── groupBy.js │ │ │ │ ├── gt.js │ │ │ │ ├── gte.js │ │ │ │ ├── has.js │ │ │ │ ├── hasIn.js │ │ │ │ ├── head.js │ │ │ │ ├── identity.js │ │ │ │ ├── inRange.js │ │ │ │ ├── includes.js │ │ │ │ ├── index.js │ │ │ │ ├── indexOf.js │ │ │ │ ├── initial.js │ │ │ │ ├── intersection.js │ │ │ │ ├── intersectionBy.js │ │ │ │ ├── intersectionWith.js │ │ │ │ ├── invert.js │ │ │ │ ├── invertBy.js │ │ │ │ ├── invoke.js │ │ │ │ ├── invokeMap.js │ │ │ │ ├── isArguments.js │ │ │ │ ├── isArray.js │ │ │ │ ├── isArrayBuffer.js │ │ │ │ ├── isArrayLike.js │ │ │ │ ├── isArrayLikeObject.js │ │ │ │ ├── isBoolean.js │ │ │ │ ├── isBuffer.js │ │ │ │ ├── isDate.js │ │ │ │ ├── isElement.js │ │ │ │ ├── isEmpty.js │ │ │ │ ├── isEqual.js │ │ │ │ ├── isEqualWith.js │ │ │ │ ├── isError.js │ │ │ │ ├── isFinite.js │ │ │ │ ├── isFunction.js │ │ │ │ ├── isInteger.js │ │ │ │ ├── isLength.js │ │ │ │ ├── isMap.js │ │ │ │ ├── isMatch.js │ │ │ │ ├── isMatchWith.js │ │ │ │ ├── isNaN.js │ │ │ │ ├── isNative.js │ │ │ │ ├── isNil.js │ │ │ │ ├── isNull.js │ │ │ │ ├── isNumber.js │ │ │ │ ├── isObject.js │ │ │ │ ├── isObjectLike.js │ │ │ │ ├── isPlainObject.js │ │ │ │ ├── isRegExp.js │ │ │ │ ├── isSafeInteger.js │ │ │ │ ├── isSet.js │ │ │ │ ├── isString.js │ │ │ │ ├── isSymbol.js │ │ │ │ ├── isTypedArray.js │ │ │ │ ├── isUndefined.js │ │ │ │ ├── isWeakMap.js │ │ │ │ ├── isWeakSet.js │ │ │ │ ├── iteratee.js │ │ │ │ ├── join.js │ │ │ │ ├── kebabCase.js │ │ │ │ ├── keyBy.js │ │ │ │ ├── keys.js │ │ │ │ ├── keysIn.js │ │ │ │ ├── lang.js │ │ │ │ ├── last.js │ │ │ │ ├── lastIndexOf.js │ │ │ │ ├── lodash.js │ │ │ │ ├── lodash.min.js │ │ │ │ ├── lowerCase.js │ │ │ │ ├── lowerFirst.js │ │ │ │ ├── lt.js │ │ │ │ ├── lte.js │ │ │ │ ├── map.js │ │ │ │ ├── mapKeys.js │ │ │ │ ├── mapValues.js │ │ │ │ ├── matches.js │ │ │ │ ├── matchesProperty.js │ │ │ │ ├── math.js │ │ │ │ ├── max.js │ │ │ │ ├── maxBy.js │ │ │ │ ├── mean.js │ │ │ │ ├── meanBy.js │ │ │ │ ├── memoize.js │ │ │ │ ├── merge.js │ │ │ │ ├── mergeWith.js │ │ │ │ ├── method.js │ │ │ │ ├── methodOf.js │ │ │ │ ├── min.js │ │ │ │ ├── minBy.js │ │ │ │ ├── mixin.js │ │ │ │ ├── multiply.js │ │ │ │ ├── negate.js │ │ │ │ ├── next.js │ │ │ │ ├── noop.js │ │ │ │ ├── now.js │ │ │ │ ├── nth.js │ │ │ │ ├── nthArg.js │ │ │ │ ├── number.js │ │ │ │ ├── object.js │ │ │ │ ├── omit.js │ │ │ │ ├── omitBy.js │ │ │ │ ├── once.js │ │ │ │ ├── orderBy.js │ │ │ │ ├── over.js │ │ │ │ ├── overArgs.js │ │ │ │ ├── overEvery.js │ │ │ │ ├── overSome.js │ │ │ │ ├── package.json │ │ │ │ ├── pad.js │ │ │ │ ├── padEnd.js │ │ │ │ ├── padStart.js │ │ │ │ ├── parseInt.js │ │ │ │ ├── partial.js │ │ │ │ ├── partialRight.js │ │ │ │ ├── partition.js │ │ │ │ ├── pick.js │ │ │ │ ├── pickBy.js │ │ │ │ ├── plant.js │ │ │ │ ├── property.js │ │ │ │ ├── propertyOf.js │ │ │ │ ├── pull.js │ │ │ │ ├── pullAll.js │ │ │ │ ├── pullAllBy.js │ │ │ │ ├── pullAllWith.js │ │ │ │ ├── pullAt.js │ │ │ │ ├── random.js │ │ │ │ ├── range.js │ │ │ │ ├── rangeRight.js │ │ │ │ ├── rearg.js │ │ │ │ ├── reduce.js │ │ │ │ ├── reduceRight.js │ │ │ │ ├── reject.js │ │ │ │ ├── remove.js │ │ │ │ ├── repeat.js │ │ │ │ ├── replace.js │ │ │ │ ├── rest.js │ │ │ │ ├── result.js │ │ │ │ ├── reverse.js │ │ │ │ ├── round.js │ │ │ │ ├── sample.js │ │ │ │ ├── sampleSize.js │ │ │ │ ├── seq.js │ │ │ │ ├── set.js │ │ │ │ ├── setWith.js │ │ │ │ ├── shuffle.js │ │ │ │ ├── size.js │ │ │ │ ├── slice.js │ │ │ │ ├── snakeCase.js │ │ │ │ ├── some.js │ │ │ │ ├── sortBy.js │ │ │ │ ├── sortedIndex.js │ │ │ │ ├── sortedIndexBy.js │ │ │ │ ├── sortedIndexOf.js │ │ │ │ ├── sortedLastIndex.js │ │ │ │ ├── sortedLastIndexBy.js │ │ │ │ ├── sortedLastIndexOf.js │ │ │ │ ├── sortedUniq.js │ │ │ │ ├── sortedUniqBy.js │ │ │ │ ├── split.js │ │ │ │ ├── spread.js │ │ │ │ ├── startCase.js │ │ │ │ ├── startsWith.js │ │ │ │ ├── string.js │ │ │ │ ├── stubArray.js │ │ │ │ ├── stubFalse.js │ │ │ │ ├── stubObject.js │ │ │ │ ├── stubString.js │ │ │ │ ├── stubTrue.js │ │ │ │ ├── subtract.js │ │ │ │ ├── sum.js │ │ │ │ ├── sumBy.js │ │ │ │ ├── tail.js │ │ │ │ ├── take.js │ │ │ │ ├── takeRight.js │ │ │ │ ├── takeRightWhile.js │ │ │ │ ├── takeWhile.js │ │ │ │ ├── tap.js │ │ │ │ ├── template.js │ │ │ │ ├── templateSettings.js │ │ │ │ ├── throttle.js │ │ │ │ ├── thru.js │ │ │ │ ├── times.js │ │ │ │ ├── toArray.js │ │ │ │ ├── toFinite.js │ │ │ │ ├── toInteger.js │ │ │ │ ├── toIterator.js │ │ │ │ ├── toJSON.js │ │ │ │ ├── toLength.js │ │ │ │ ├── toLower.js │ │ │ │ ├── toNumber.js │ │ │ │ ├── toPairs.js │ │ │ │ ├── toPairsIn.js │ │ │ │ ├── toPath.js │ │ │ │ ├── toPlainObject.js │ │ │ │ ├── toSafeInteger.js │ │ │ │ ├── toString.js │ │ │ │ ├── toUpper.js │ │ │ │ ├── transform.js │ │ │ │ ├── trim.js │ │ │ │ ├── trimEnd.js │ │ │ │ ├── trimStart.js │ │ │ │ ├── truncate.js │ │ │ │ ├── unary.js │ │ │ │ ├── unescape.js │ │ │ │ ├── union.js │ │ │ │ ├── unionBy.js │ │ │ │ ├── unionWith.js │ │ │ │ ├── uniq.js │ │ │ │ ├── uniqBy.js │ │ │ │ ├── uniqWith.js │ │ │ │ ├── uniqueId.js │ │ │ │ ├── unset.js │ │ │ │ ├── unzip.js │ │ │ │ ├── unzipWith.js │ │ │ │ ├── update.js │ │ │ │ ├── updateWith.js │ │ │ │ ├── upperCase.js │ │ │ │ ├── upperFirst.js │ │ │ │ ├── util.js │ │ │ │ ├── value.js │ │ │ │ ├── valueOf.js │ │ │ │ ├── values.js │ │ │ │ ├── valuesIn.js │ │ │ │ ├── without.js │ │ │ │ ├── words.js │ │ │ │ ├── wrap.js │ │ │ │ ├── wrapperAt.js │ │ │ │ ├── wrapperChain.js │ │ │ │ ├── wrapperLodash.js │ │ │ │ ├── wrapperReverse.js │ │ │ │ ├── wrapperValue.js │ │ │ │ ├── xor.js │ │ │ │ ├── xorBy.js │ │ │ │ ├── xorWith.js │ │ │ │ ├── zip.js │ │ │ │ ├── zipObject.js │ │ │ │ ├── zipObjectDeep.js │ │ │ │ └── zipWith.js │ │ │ ├── strip-ansi │ │ │ │ ├── index.js │ │ │ │ ├── license │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ │ └── supports-color │ │ │ │ ├── browser.js │ │ │ │ ├── index.js │ │ │ │ ├── license │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ └── package.json │ ├── interpret │ │ ├── CHANGELOG │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-absolute │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-buffer │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── basic.js │ ├── is-dotfile │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-equal-shallow │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-extendable │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-extglob │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-fullwidth-code-point │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── is-glob │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-number │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-plain-object │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── node_modules │ │ │ └── isobject │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.d.ts │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ └── package.json │ ├── is-posix-bracket │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-primitive │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-promise │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── index.js │ │ ├── package.json │ │ └── readme.md │ ├── is-relative │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-unc-path │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── is-utf8 │ │ ├── LICENSE │ │ ├── README.md │ │ ├── is-utf8.js │ │ └── package.json │ ├── is-windows │ │ ├── LICENSE │ │ ├── index.js │ │ └── package.json │ ├── isarray │ │ ├── README.md │ │ ├── build │ │ │ └── build.js │ │ ├── component.json │ │ ├── index.js │ │ └── package.json │ ├── isexe │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── mode.js │ │ ├── package.json │ │ ├── test │ │ │ └── basic.js │ │ └── windows.js │ ├── isobject │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── node_modules │ │ │ └── isarray │ │ │ │ ├── .npmignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── component.json │ │ │ │ ├── index.js │ │ │ │ ├── package.json │ │ │ │ └── test.js │ │ └── package.json │ ├── jschardet │ │ ├── .npmignore │ │ ├── CONTRIBUTORS │ │ ├── LICENSE │ │ ├── README.md │ │ ├── dist │ │ │ ├── jschardet.js │ │ │ └── jschardet.min.js │ │ ├── index.js │ │ ├── package.json │ │ ├── src │ │ │ ├── big5freq.js │ │ │ ├── big5prober.js │ │ │ ├── chardistribution.js │ │ │ ├── charsetgroupprober.js │ │ │ ├── charsetprober.js │ │ │ ├── codingstatemachine.js │ │ │ ├── constants.js │ │ │ ├── escprober.js │ │ │ ├── escsm.js │ │ │ ├── eucjpprober.js │ │ │ ├── euckrfreq.js │ │ │ ├── euckrprober.js │ │ │ ├── euctwfreq.js │ │ │ ├── euctwprober.js │ │ │ ├── gb2312freq.js │ │ │ ├── gb2312prober.js │ │ │ ├── hebrewprober.js │ │ │ ├── index.js │ │ │ ├── init.js │ │ │ ├── jisfreq.js │ │ │ ├── jpcntx.js │ │ │ ├── langbulgarianmodel.js │ │ │ ├── langcyrillicmodel.js │ │ │ ├── langgreekmodel.js │ │ │ ├── langhebrewmodel.js │ │ │ ├── langhungarianmodel.js │ │ │ ├── langthaimodel.js │ │ │ ├── latin1prober.js │ │ │ ├── mbcharsetprober.js │ │ │ ├── mbcsgroupprober.js │ │ │ ├── mbcssm.js │ │ │ ├── sbcharsetprober.js │ │ │ ├── sbcsgroupprober.js │ │ │ ├── sjisprober.js │ │ │ ├── universaldetector.js │ │ │ └── utf8prober.js │ │ └── tests │ │ │ ├── index.html │ │ │ ├── jschardet.js │ │ │ └── qunit │ │ │ ├── qunit.css │ │ │ └── qunit.js │ ├── kind-of │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── liftoff │ │ ├── .jscsrc │ │ ├── .jshintrc │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CHANGELOG │ │ ├── LICENSE │ │ ├── README.md │ │ ├── UPGRADING.md │ │ ├── appveyor.yml │ │ ├── index.js │ │ ├── lib │ │ │ ├── build_config_name.js │ │ │ ├── file_search.js │ │ │ ├── find_config.js │ │ │ ├── find_cwd.js │ │ │ ├── parse_options.js │ │ │ ├── register_loader.js │ │ │ └── silent_require.js │ │ └── package.json │ ├── lodash._basecopy │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash._basetostring │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash._basevalues │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash._getnative │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash._isiterateecall │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash._reescape │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash._reevaluate │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash._reinterpolate │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash._root │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.escape │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.isarguments │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.isarray │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.isplainobject │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.isstring │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.keys │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.mapvalues │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.restparam │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.template │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash.templatesettings │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── lodash │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── dist │ │ │ ├── lodash.compat.js │ │ │ ├── lodash.compat.min.js │ │ │ ├── lodash.js │ │ │ ├── lodash.min.js │ │ │ ├── lodash.underscore.js │ │ │ └── lodash.underscore.min.js │ │ └── package.json │ ├── lru-cache │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CONTRIBUTORS │ │ ├── LICENSE │ │ ├── README.md │ │ ├── lib │ │ │ └── lru-cache.js │ │ ├── package.json │ │ └── test │ │ │ ├── basic.js │ │ │ ├── foreach.js │ │ │ ├── memory-leak.js │ │ │ └── serialize.js │ ├── map-cache │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── map-stream │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENCE │ │ ├── examples │ │ │ └── pretty.js │ │ ├── index.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ └── simple-map.asynct.js │ ├── micromatch │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── chars.js │ │ │ ├── expand.js │ │ │ ├── glob.js │ │ │ └── utils.js │ │ └── package.json │ ├── mimic-fn │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── minimatch │ │ ├── LICENSE │ │ ├── README.md │ │ ├── browser.js │ │ ├── minimatch.js │ │ └── package.json │ ├── minimist │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── example │ │ │ └── parse.js │ │ ├── index.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ ├── all_bool.js │ │ │ ├── bool.js │ │ │ ├── dash.js │ │ │ ├── default_bool.js │ │ │ ├── dotted.js │ │ │ ├── kv_short.js │ │ │ ├── long.js │ │ │ ├── num.js │ │ │ ├── parse.js │ │ │ ├── parse_modified.js │ │ │ ├── short.js │ │ │ ├── stop_early.js │ │ │ ├── unknown.js │ │ │ └── whitespace.js │ ├── mkdirp │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── bin │ │ │ ├── cmd.js │ │ │ └── usage.txt │ │ ├── examples │ │ │ └── pow.js │ │ ├── index.js │ │ ├── node_modules │ │ │ └── minimist │ │ │ │ ├── .travis.yml │ │ │ │ ├── LICENSE │ │ │ │ ├── example │ │ │ │ └── parse.js │ │ │ │ ├── index.js │ │ │ │ ├── package.json │ │ │ │ ├── readme.markdown │ │ │ │ └── test │ │ │ │ ├── dash.js │ │ │ │ ├── default_bool.js │ │ │ │ ├── dotted.js │ │ │ │ ├── long.js │ │ │ │ ├── parse.js │ │ │ │ ├── parse_modified.js │ │ │ │ ├── short.js │ │ │ │ └── whitespace.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ ├── chmod.js │ │ │ ├── clobber.js │ │ │ ├── mkdirp.js │ │ │ ├── opts_fs.js │ │ │ ├── opts_fs_sync.js │ │ │ ├── perm.js │ │ │ ├── perm_sync.js │ │ │ ├── race.js │ │ │ ├── rel.js │ │ │ ├── return.js │ │ │ ├── return_sync.js │ │ │ ├── root.js │ │ │ ├── sync.js │ │ │ ├── umask.js │ │ │ └── umask_sync.js │ ├── multipipe │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── History.md │ │ ├── Makefile │ │ ├── Readme.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── multipipe.js │ ├── mute-stream │ │ ├── .nyc_output │ │ │ ├── 33508.json │ │ │ └── 33510.json │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── coverage │ │ │ ├── lcov-report │ │ │ │ ├── __root__ │ │ │ │ │ ├── index.html │ │ │ │ │ └── mute.js.html │ │ │ │ ├── base.css │ │ │ │ ├── index.html │ │ │ │ ├── prettify.css │ │ │ │ ├── prettify.js │ │ │ │ ├── sort-arrow-sprite.png │ │ │ │ └── sorter.js │ │ │ └── lcov.info │ │ ├── mute.js │ │ ├── package.json │ │ └── test │ │ │ └── basic.js │ ├── natives │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── normalize-path │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── object-assign │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── object.defaults │ │ ├── LICENSE │ │ ├── README.md │ │ ├── immutable.js │ │ ├── index.js │ │ ├── mutable.js │ │ ├── node_modules │ │ │ ├── for-own │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ │ └── isobject │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.d.ts │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ └── package.json │ ├── object.omit │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── object.pick │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── node_modules │ │ │ └── isobject │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.d.ts │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ └── package.json │ ├── once │ │ ├── LICENSE │ │ ├── README.md │ │ ├── once.js │ │ └── package.json │ ├── onetime │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── orchestrator │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ └── runTask.js │ │ └── package.json │ ├── ordered-read-streams │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── main.js │ ├── os-homedir │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── os-tmpdir │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── parse-filepath │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── parse-glob │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── parse-passwd │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── path-parse │ │ ├── .travis.yml │ │ ├── README.md │ │ ├── index.js │ │ ├── index.min.js │ │ ├── package.json │ │ ├── test.js │ │ └── test.min.js │ ├── path-root-regex │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── path-root │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── pause-stream │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── index.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ ├── index.js │ │ │ └── pause-end.js │ ├── preserve │ │ ├── .gitattributes │ │ ├── .jshintrc │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── .verb.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── pretty-hrtime │ │ ├── .jshintignore │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── process-nextick-args │ │ ├── .travis.yml │ │ ├── index.js │ │ ├── license.md │ │ ├── package.json │ │ ├── readme.md │ │ └── test.js │ ├── randomatic │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── node_modules │ │ │ ├── is-number │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.js │ │ │ │ ├── node_modules │ │ │ │ │ └── kind-of │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── index.js │ │ │ │ │ │ └── package.json │ │ │ │ └── package.json │ │ │ └── kind-of │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ └── package.json │ ├── readable-stream │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── duplex.js │ │ ├── float.patch │ │ ├── lib │ │ │ ├── _stream_duplex.js │ │ │ ├── _stream_passthrough.js │ │ │ ├── _stream_readable.js │ │ │ ├── _stream_transform.js │ │ │ └── _stream_writable.js │ │ ├── package.json │ │ ├── passthrough.js │ │ ├── readable.js │ │ ├── transform.js │ │ └── writable.js │ ├── rechoir │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CHANGELOG │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── extension.js │ │ │ ├── normalize.js │ │ │ └── register.js │ │ └── package.json │ ├── regex-cache │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── remove-trailing-separator │ │ ├── history.md │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── repeat-element │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── repeat-string │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── replace-ext │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── main.js │ ├── resolve-dir │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── resolve │ │ ├── .editorconfig │ │ ├── .eslintignore │ │ ├── .eslintrc │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── appveyor.yml │ │ ├── example │ │ │ ├── async.js │ │ │ └── sync.js │ │ ├── index.js │ │ ├── lib │ │ │ ├── async.js │ │ │ ├── caller.js │ │ │ ├── core.js │ │ │ ├── core.json │ │ │ ├── node-modules-paths.js │ │ │ └── sync.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ ├── core.js │ │ │ ├── dotdot.js │ │ │ ├── dotdot │ │ │ ├── abc │ │ │ │ └── index.js │ │ │ └── index.js │ │ │ ├── faulty_basedir.js │ │ │ ├── filter.js │ │ │ ├── filter_sync.js │ │ │ ├── mock.js │ │ │ ├── mock_sync.js │ │ │ ├── module_dir.js │ │ │ ├── module_dir │ │ │ ├── xmodules │ │ │ │ └── aaa │ │ │ │ │ └── index.js │ │ │ ├── ymodules │ │ │ │ └── aaa │ │ │ │ │ └── index.js │ │ │ └── zmodules │ │ │ │ └── bbb │ │ │ │ ├── main.js │ │ │ │ └── package.json │ │ │ ├── node-modules-paths.js │ │ │ ├── node_path.js │ │ │ ├── node_path │ │ │ ├── x │ │ │ │ ├── aaa │ │ │ │ │ └── index.js │ │ │ │ └── ccc │ │ │ │ │ └── index.js │ │ │ └── y │ │ │ │ ├── bbb │ │ │ │ └── index.js │ │ │ │ └── ccc │ │ │ │ └── index.js │ │ │ ├── nonstring.js │ │ │ ├── pathfilter.js │ │ │ ├── pathfilter │ │ │ └── deep_ref │ │ │ │ └── main.js │ │ │ ├── precedence.js │ │ │ ├── precedence │ │ │ ├── aaa.js │ │ │ ├── aaa │ │ │ │ ├── index.js │ │ │ │ └── main.js │ │ │ ├── bbb.js │ │ │ └── bbb │ │ │ │ └── main.js │ │ │ ├── resolver.js │ │ │ ├── resolver │ │ │ ├── baz │ │ │ │ ├── doom.js │ │ │ │ ├── package.json │ │ │ │ └── quux.js │ │ │ ├── cup.coffee │ │ │ ├── dot_main │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ │ ├── dot_slash_main │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ │ ├── foo.js │ │ │ ├── incorrect_main │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ │ ├── mug.coffee │ │ │ ├── mug.js │ │ │ ├── other_path │ │ │ │ ├── lib │ │ │ │ │ └── other-lib.js │ │ │ │ └── root.js │ │ │ ├── quux │ │ │ │ └── foo │ │ │ │ │ └── index.js │ │ │ ├── same_names │ │ │ │ ├── foo.js │ │ │ │ └── foo │ │ │ │ │ └── index.js │ │ │ ├── symlinked │ │ │ │ └── _ │ │ │ │ │ └── symlink_target │ │ │ │ │ └── .gitkeep │ │ │ └── without_basedir │ │ │ │ └── main.js │ │ │ ├── resolver_sync.js │ │ │ ├── subdirs.js │ │ │ └── symlinks.js │ ├── restore-cursor │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── run-async │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── rx-lite-aggregates │ │ ├── package.json │ │ ├── readme.md │ │ ├── rx.lite.aggregates.js │ │ ├── rx.lite.aggregates.map │ │ └── rx.lite.aggregates.min.js │ ├── rx-lite │ │ ├── package.json │ │ ├── readme.md │ │ ├── rx.lite.js │ │ ├── rx.lite.map │ │ └── rx.lite.min.js │ ├── safe-buffer │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── semver │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── bin │ │ │ └── semver │ │ ├── foot.js.txt │ │ ├── head.js.txt │ │ ├── package.json │ │ ├── semver.browser.js │ │ ├── semver.browser.js.gz │ │ ├── semver.js │ │ ├── semver.min.js │ │ ├── semver.min.js.gz │ │ └── test │ │ │ ├── amd.js │ │ │ ├── big-numbers.js │ │ │ ├── clean.js │ │ │ ├── gtr.js │ │ │ ├── index.js │ │ │ ├── ltr.js │ │ │ ├── major-minor-patch.js │ │ │ └── no-module.js │ ├── sequencify │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── sigmund │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bench.js │ │ ├── package.json │ │ ├── sigmund.js │ │ └── test │ │ │ └── basic.js │ ├── signal-exit │ │ ├── CHANGELOG.md │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── signals.js │ ├── sparkles │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── split │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENCE │ │ ├── examples │ │ │ └── pretty.js │ │ ├── index.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ ├── partitioned_unicode.js │ │ │ ├── split.asynct.js │ │ │ └── try_catch.asynct.js │ ├── stream-combiner │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── index.js │ ├── stream-consume │ │ ├── .npmignore │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── tests.js │ ├── string-width │ │ ├── index.js │ │ ├── license │ │ ├── node_modules │ │ │ ├── ansi-regex │ │ │ │ ├── index.js │ │ │ │ ├── license │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ │ └── strip-ansi │ │ │ │ ├── index.js │ │ │ │ ├── license │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ ├── package.json │ │ └── readme.md │ ├── string_decoder │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── strip-ansi │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── strip-bom │ │ ├── cli.js │ │ ├── index.js │ │ ├── package.json │ │ └── readme.md │ ├── supports-color │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── through │ │ ├── .travis.yml │ │ ├── LICENSE.APACHE2 │ │ ├── LICENSE.MIT │ │ ├── index.js │ │ ├── package.json │ │ ├── readme.markdown │ │ └── test │ │ │ ├── async.js │ │ │ ├── auto-destroy.js │ │ │ ├── buffering.js │ │ │ ├── end.js │ │ │ └── index.js │ ├── through2 │ │ ├── .npmignore │ │ ├── LICENSE.html │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── node_modules │ │ │ ├── isarray │ │ │ │ ├── .npmignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── component.json │ │ │ │ ├── index.js │ │ │ │ ├── package.json │ │ │ │ └── test.js │ │ │ ├── readable-stream │ │ │ │ ├── .npmignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── CONTRIBUTING.md │ │ │ │ ├── GOVERNANCE.md │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── doc │ │ │ │ │ └── wg-meetings │ │ │ │ │ │ └── 2015-01-30.md │ │ │ │ ├── duplex-browser.js │ │ │ │ ├── duplex.js │ │ │ │ ├── lib │ │ │ │ │ ├── _stream_duplex.js │ │ │ │ │ ├── _stream_passthrough.js │ │ │ │ │ ├── _stream_readable.js │ │ │ │ │ ├── _stream_transform.js │ │ │ │ │ ├── _stream_writable.js │ │ │ │ │ └── internal │ │ │ │ │ │ └── streams │ │ │ │ │ │ ├── BufferList.js │ │ │ │ │ │ ├── destroy.js │ │ │ │ │ │ ├── stream-browser.js │ │ │ │ │ │ └── stream.js │ │ │ │ ├── package.json │ │ │ │ ├── passthrough.js │ │ │ │ ├── readable-browser.js │ │ │ │ ├── readable.js │ │ │ │ ├── transform.js │ │ │ │ ├── writable-browser.js │ │ │ │ └── writable.js │ │ │ └── string_decoder │ │ │ │ ├── .npmignore │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── lib │ │ │ │ └── string_decoder.js │ │ │ │ └── package.json │ │ ├── package.json │ │ └── through2.js │ ├── tildify │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── time-stamp │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── tmp │ │ ├── LICENSE │ │ ├── README.md │ │ ├── lib │ │ │ └── tmp.js │ │ └── package.json │ ├── unc-path-regex │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── unique-stream │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── index.js │ ├── user-home │ │ ├── cli.js │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── util-deprecate │ │ ├── History.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── browser.js │ │ ├── node.js │ │ └── package.json │ ├── v8flags │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── vinyl-fs │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── dest │ │ │ │ ├── index.js │ │ │ │ └── writeContents │ │ │ │ │ ├── index.js │ │ │ │ │ ├── writeBuffer.js │ │ │ │ │ ├── writeDir.js │ │ │ │ │ └── writeStream.js │ │ │ └── src │ │ │ │ ├── getContents │ │ │ │ ├── bufferFile.js │ │ │ │ ├── index.js │ │ │ │ ├── readDir.js │ │ │ │ └── streamFile.js │ │ │ │ ├── getStats.js │ │ │ │ └── index.js │ │ ├── node_modules │ │ │ ├── clone │ │ │ │ ├── .npmignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── clone.js │ │ │ │ ├── package.json │ │ │ │ └── test.js │ │ │ ├── readable-stream │ │ │ │ ├── .npmignore │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── duplex.js │ │ │ │ ├── lib │ │ │ │ │ ├── _stream_duplex.js │ │ │ │ │ ├── _stream_passthrough.js │ │ │ │ │ ├── _stream_readable.js │ │ │ │ │ ├── _stream_transform.js │ │ │ │ │ └── _stream_writable.js │ │ │ │ ├── package.json │ │ │ │ ├── passthrough.js │ │ │ │ ├── readable.js │ │ │ │ ├── transform.js │ │ │ │ └── writable.js │ │ │ ├── through2 │ │ │ │ ├── .npmignore │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── package.json │ │ │ │ └── through2.js │ │ │ └── vinyl │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.js │ │ │ │ ├── lib │ │ │ │ ├── cloneBuffer.js │ │ │ │ ├── inspectStream.js │ │ │ │ ├── isBuffer.js │ │ │ │ ├── isNull.js │ │ │ │ └── isStream.js │ │ │ │ └── package.json │ │ └── package.json │ ├── vinyl │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── cloneBuffer.js │ │ │ ├── inspectStream.js │ │ │ ├── isBuffer.js │ │ │ ├── isNull.js │ │ │ └── isStream.js │ │ └── package.json │ ├── which │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bin │ │ │ └── which │ │ ├── package.json │ │ └── which.js │ ├── wrappy │ │ ├── LICENSE │ │ ├── README.md │ │ ├── package.json │ │ └── wrappy.js │ └── xtend │ │ ├── .jshintrc │ │ ├── .npmignore │ │ ├── LICENCE │ │ ├── Makefile │ │ ├── README.md │ │ ├── immutable.js │ │ ├── mutable.js │ │ ├── package.json │ │ └── test.js ├── package.json └── task │ ├── confirm.js │ └── prompt.js ├── historyBack └── history-pushState.html ├── img ├── 12.png └── WX20180207-120940@2x.png ├── lodash系列实现源码 ├── _.chunk(array, [size=1]).md ├── _.compact(array).md ├── _.difference(array, [values]).md └── _.fill().md ├── schema ├── .vscode │ └── launch.json ├── api │ └── index.js ├── config.js ├── index.js ├── json │ └── cnode.topic.js ├── package-lock.json ├── package.json └── schemas │ └── cnode.topic.json ├── sourceMap ├── .DS_Store ├── .gitignore ├── get.js ├── hello.js ├── hello.min.js ├── index.html ├── package-lock.json ├── package.json └── test │ └── hello.min.js.map ├── vue2基础实现代码 ├── .babelrc ├── .editorconfig ├── .gitignore ├── .postcssrc.js ├── README.md ├── build │ ├── build.js │ ├── check-versions.js │ ├── dev-client.js │ ├── dev-server.js │ ├── utils.js │ ├── vue-loader.conf.js │ ├── webpack.base.conf.js │ ├── webpack.dev.conf.js │ └── webpack.prod.conf.js ├── config │ ├── dev.env.js │ ├── index.js │ └── prod.env.js ├── index.html ├── package.json ├── src │ ├── App.vue │ ├── assets │ │ └── logo.png │ ├── components │ │ ├── Ar.vue │ │ ├── Ar1.vue │ │ ├── Ar2.vue │ │ ├── Girl.vue │ │ ├── GirlGroup.vue │ │ └── Hello.vue │ ├── main.js │ └── router │ │ └── index.js ├── static │ └── .gitkeep └── yarn.lock ├── vue2实现多页页面代码 ├── .babelrc ├── .editorconfig ├── .gitignore ├── .postcssrc.js ├── README.md ├── build │ ├── build.js │ ├── check-versions.js │ ├── dev-client.js │ ├── dev-server.js │ ├── utils.js │ ├── vue-loader.conf.js │ ├── webpack.base.conf.js │ ├── webpack.dev.conf.js │ └── webpack.prod.conf.js ├── config │ ├── dev.env.js │ ├── index.js │ └── prod.env.js ├── package.json ├── src │ ├── pages │ │ ├── boys │ │ │ ├── index.html │ │ │ ├── index.js │ │ │ └── index.vue │ │ ├── goods │ │ │ ├── index.html │ │ │ ├── index.js │ │ │ └── index.vue │ │ ├── index │ │ │ ├── index.html │ │ │ ├── index.js │ │ │ └── index.vue │ │ └── sotho │ │ │ ├── index.html │ │ │ ├── index.js │ │ │ └── index.vue │ └── router │ │ └── index.js ├── static │ └── .gitkeep └── yarn.lock └── 懒加载原理代码 └── lazyload.html /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/.DS_Store -------------------------------------------------------------------------------- /Electron演示代码/README.md: -------------------------------------------------------------------------------- 1 | # electron-kit 2 | electron : use to create a desktop app. just demo 3 | 4 | 具体的效果在博客中有:http://www.cnblogs.com/zqzjs/p/5558282.html 5 | 6 | -------------------------------------------------------------------------------- /Electron演示代码/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | zqz_electron_demo 5 | 6 | 7 | Hi 8 | 9 | 12 | -------------------------------------------------------------------------------- /Electron演示代码/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "zqz_demo_one", 3 | "version": "1.0.0", 4 | "main": "index.js",//主进程 5 | "scripts": { 6 | "start": "electron ." 7 | }, 8 | "devDependencies": { 9 | 10 | } 11 | } -------------------------------------------------------------------------------- /Express之get,pos请求参数的获取/public/stylesheets/style.css: -------------------------------------------------------------------------------- 1 | body { 2 | padding: 50px; 3 | font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; 4 | } 5 | 6 | a { 7 | color: #00B7FF; 8 | } 9 | -------------------------------------------------------------------------------- /Express之get,pos请求参数的获取/views/error.jade: -------------------------------------------------------------------------------- 1 | extends layout 2 | 3 | block content 4 | h1= message 5 | h2= error.status 6 | pre #{error.stack} 7 | -------------------------------------------------------------------------------- /Express之get,pos请求参数的获取/views/index.jade: -------------------------------------------------------------------------------- 1 | extends layout 2 | 3 | block content 4 | h1= title 5 | p Welcome to #{title} 6 | -------------------------------------------------------------------------------- /Express之get,pos请求参数的获取/views/layout.jade: -------------------------------------------------------------------------------- 1 | doctype html 2 | html 3 | head 4 | title= title 5 | link(rel='stylesheet', href='/stylesheets/style.css') 6 | body 7 | block content 8 | -------------------------------------------------------------------------------- /History对象/app.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | app 5 | 6 | 7 | 8 | 页面1 9 | 下个页面 10 | 11 | 12 | -------------------------------------------------------------------------------- /History对象/newly.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 页面3 9 | 10 | 11 | -------------------------------------------------------------------------------- /Node系列文章源码/fsTestUtil.js: -------------------------------------------------------------------------------- 1 | var fs = require('fs'); -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/docs/.nojekyll -------------------------------------------------------------------------------- /gulp-prompt演示代码/demo.js: -------------------------------------------------------------------------------- 1 | var name = 'zqz'; -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/.bin/gulp: -------------------------------------------------------------------------------- 1 | ../gulp/bin/gulp.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/.bin/mkdirp: -------------------------------------------------------------------------------- 1 | ../mkdirp/bin/cmd.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/.bin/semver: -------------------------------------------------------------------------------- 1 | ../semver/bin/semver -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/.bin/strip-bom: -------------------------------------------------------------------------------- 1 | ../strip-bom/cli.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/.bin/user-home: -------------------------------------------------------------------------------- 1 | ../user-home/cli.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/.bin/which: -------------------------------------------------------------------------------- 1 | ../which/bin/which -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/ansi-regex/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | module.exports = function () { 3 | return /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g; 4 | }; 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/archy/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.6 4 | - 0.8 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/array-differ/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | module.exports = function (arr) { 3 | var rest = [].concat.apply([], [].slice.call(arguments, 1)); 4 | return arr.filter(function (el) { 5 | return rest.indexOf(el) === -1; 6 | }); 7 | }; 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/balanced-match/.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | .gitignore 3 | .travis.yml 4 | Makefile 5 | example.js 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/cli-width/.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | coverage 3 | CHANGELOG.md 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/cli-width/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - '0.10' 4 | - '0.11' 5 | - '0.12' 6 | - 'iojs-1' 7 | - 'iojs-2' 8 | - 'iojs-3' 9 | - '4.0' 10 | after_script: 11 | - npm run coveralls 12 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/clone/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/clone/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.10 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/color-name/test.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | 3 | var names = require('./'); 4 | var assert = require('assert'); 5 | 6 | assert.deepEqual(names.red, [255,0,0]); 7 | assert.deepEqual(names.aliceblue, [240,248,255]); 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/concat-map/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.4 4 | - 0.6 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/concat-map/example/map.js: -------------------------------------------------------------------------------- 1 | var concatMap = require('../'); 2 | var xs = [ 1, 2, 3, 4, 5, 6 ]; 3 | var ys = concatMap(xs, function (x) { 4 | return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; 5 | }); 6 | console.dir(ys); 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/core-util-is/README.md: -------------------------------------------------------------------------------- 1 | # core-util-is 2 | 3 | The `util.is*` functions introduced in Node v0.12. 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/dateformat/.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | .travis.yml 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/dateformat/.vs/ProjectSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentProjectSetting": null 3 | } -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/dateformat/.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/dateformat/.vs/slnx.sqlite -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/defaults/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/deprecated/.npmignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.log 3 | node_modules 4 | build 5 | *.node 6 | components -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/deprecated/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.9" 4 | - "0.10" 5 | after_script: 6 | - npm run coveralls -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/duplexer/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.log 3 | *.err -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/duplexer/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.11" 4 | - "0.10" 5 | - "0.8" 6 | - "0.6" 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/duplexer2/.npmignore: -------------------------------------------------------------------------------- 1 | /node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/duplexer2/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.10" 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/end-of-stream/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/event-stream/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | node_modules/* 3 | npm_debug.log 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/event-stream/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.6 4 | - 0.8 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/extend/.npmignore: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/flagged-respawn/.npmignore: -------------------------------------------------------------------------------- 1 | *.flags.json 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/flagged-respawn/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.8" 4 | - "0.10" 5 | - "0.11" 6 | matrix: 7 | fast_finish: true 8 | allow_failures: 9 | - node_js: 0.11 10 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/from/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/from/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "node" 4 | - "6" 5 | - "5" 6 | - "4" 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-parent/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .DS_Store 3 | npm-debug.log 4 | coverage 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-parent/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "4" 4 | - "iojs-v3" 5 | - "iojs-v2" 6 | - "iojs-v1" 7 | - "0.12" 8 | - "0.10" 9 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-stream/node_modules/readable-stream/.npmignore: -------------------------------------------------------------------------------- 1 | build/ 2 | test/ 3 | examples/ 4 | fs.js 5 | zlib.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-stream/node_modules/readable-stream/duplex.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_duplex.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-stream/node_modules/readable-stream/passthrough.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_passthrough.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-stream/node_modules/readable-stream/transform.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_transform.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-stream/node_modules/readable-stream/writable.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_writable.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-stream/node_modules/through2/.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | .jshintrc 3 | .travis.yml -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-watcher/.npmignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.log 3 | node_modules 4 | build 5 | *.node 6 | components -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-watcher/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.9" 4 | - "0.10" 5 | after_script: 6 | - npm run coveralls -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/glob-watcher/test/fixtures/test.coffee: -------------------------------------------------------------------------------- 1 | test test -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/.npmignore: -------------------------------------------------------------------------------- 1 | /node_modules/ 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.8" 4 | - "0.10" 5 | before_script: 6 | - npm install -g grunt-cli 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/node_modules/glob/.npmignore: -------------------------------------------------------------------------------- 1 | .*.swp 2 | test/a/ 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/node_modules/glob/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.8 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/node_modules/graceful-fs/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/node_modules/minimatch/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/README.md -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/css/baz.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/css/baz.css -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/css/qux.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/css/qux.css -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/deep/deep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/deep/deep.txt -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/deep/deeper/deeper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/deep/deeper/deeper.txt -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/deep/deeper/deepest/deepest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/deep/deeper/deepest/deepest.txt -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/js/bar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/js/bar.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/js/foo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/globule/test/fixtures/expand/js/foo.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/graceful-fs/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | coverage/ 3 | .nyc_output/ 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/graceful-fs/.travis.yml: -------------------------------------------------------------------------------- 1 | sudo: false 2 | language: node_js 3 | node_js: 4 | - '0.10' 5 | - '0.12' 6 | - '4' 7 | - '6' 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/graceful-fs/fs.js: -------------------------------------------------------------------------------- 1 | module.exports = require('natives').require('fs', ['stream']) 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/gulp-prompt/.npmignore: -------------------------------------------------------------------------------- 1 | .DS_STORE 2 | node_modules/ 3 | test.js 4 | gulpfile.js 5 | npm-debug.log 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/gulp-prompt/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "7" 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/gulp-prompt/test/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/gulp-prompt/test/.gitkeep -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/gulp-util/lib/env.js: -------------------------------------------------------------------------------- 1 | var parseArgs = require('minimist'); 2 | var argv = parseArgs(process.argv.slice(2)); 3 | 4 | module.exports = argv; 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/gulp-util/lib/isNull.js: -------------------------------------------------------------------------------- 1 | module.exports = function(v) { 2 | return v === null; 3 | }; 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/gulp-util/lib/isStream.js: -------------------------------------------------------------------------------- 1 | var Stream = require('stream').Stream; 2 | 3 | module.exports = function(o) { 4 | return !!o && o instanceof Stream; 5 | }; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/gulp-util/lib/noop.js: -------------------------------------------------------------------------------- 1 | var through = require('through2'); 2 | 3 | module.exports = function () { 4 | return through.obj(); 5 | }; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/gulplog/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # gulplog changelog 2 | 3 | ## 1.0.0 4 | 5 | - Initial release 6 | - No implementation changed since initial commit 7 | 8 | ## 0.0.0 9 | 10 | - Experimentation 11 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/gulplog/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | var getLogger = require('glogg'); 4 | 5 | var logger = getLogger('gulplog'); 6 | 7 | module.exports = logger; 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/has-ansi/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | var ansiRegex = require('ansi-regex'); 3 | var re = new RegExp(ansiRegex().source); // remove the `g` flag 4 | module.exports = re.test.bind(re); 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/has-gulplog/README.md: -------------------------------------------------------------------------------- 1 | # has-gulplog 2 | Check if gulplog is available before attempting to use it 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/has-gulplog/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | var sparkles = require('sparkles'); 4 | 5 | function hasGulplog(){ 6 | return sparkles.exists('gulplog'); 7 | } 8 | 9 | module.exports = hasGulplog; 10 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/iconv-lite/.npmignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *sublime-* 3 | generation 4 | test 5 | wiki 6 | coverage 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inherits/inherits.js: -------------------------------------------------------------------------------- 1 | try { 2 | var util = require('util'); 3 | if (typeof util.inherits !== 'function') throw ''; 4 | module.exports = util.inherits; 5 | } catch (e) { 6 | module.exports = require('./inherits_browser.js'); 7 | } 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_Map.js: -------------------------------------------------------------------------------- 1 | var getNative = require('./_getNative'), 2 | root = require('./_root'); 3 | 4 | /* Built-in method references that are verified to be native. */ 5 | var Map = getNative(root, 'Map'); 6 | 7 | module.exports = Map; 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_Set.js: -------------------------------------------------------------------------------- 1 | var getNative = require('./_getNative'), 2 | root = require('./_root'); 3 | 4 | /* Built-in method references that are verified to be native. */ 5 | var Set = getNative(root, 'Set'); 6 | 7 | module.exports = Set; 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_Symbol.js: -------------------------------------------------------------------------------- 1 | var root = require('./_root'); 2 | 3 | /** Built-in value references. */ 4 | var Symbol = root.Symbol; 5 | 6 | module.exports = Symbol; 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_Uint8Array.js: -------------------------------------------------------------------------------- 1 | var root = require('./_root'); 2 | 3 | /** Built-in value references. */ 4 | var Uint8Array = root.Uint8Array; 5 | 6 | module.exports = Uint8Array; 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_coreJsData.js: -------------------------------------------------------------------------------- 1 | var root = require('./_root'); 2 | 3 | /** Used to detect overreaching core-js shims. */ 4 | var coreJsData = root['__core-js_shared__']; 5 | 6 | module.exports = coreJsData; 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_freeGlobal.js: -------------------------------------------------------------------------------- 1 | /** Detect free variable `global` from Node.js. */ 2 | var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; 3 | 4 | module.exports = freeGlobal; 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_getPrototype.js: -------------------------------------------------------------------------------- 1 | var overArg = require('./_overArg'); 2 | 3 | /** Built-in value references. */ 4 | var getPrototype = overArg(Object.getPrototypeOf, Object); 5 | 6 | module.exports = getPrototype; 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_metaMap.js: -------------------------------------------------------------------------------- 1 | var WeakMap = require('./_WeakMap'); 2 | 3 | /** Used to store function metadata. */ 4 | var metaMap = WeakMap && new WeakMap; 5 | 6 | module.exports = metaMap; 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_nativeCreate.js: -------------------------------------------------------------------------------- 1 | var getNative = require('./_getNative'); 2 | 3 | /* Built-in method references that are verified to be native. */ 4 | var nativeCreate = getNative(Object, 'create'); 5 | 6 | module.exports = nativeCreate; 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_reEscape.js: -------------------------------------------------------------------------------- 1 | /** Used to match template delimiters. */ 2 | var reEscape = /<%-([\s\S]+?)%>/g; 3 | 4 | module.exports = reEscape; 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_reEvaluate.js: -------------------------------------------------------------------------------- 1 | /** Used to match template delimiters. */ 2 | var reEvaluate = /<%([\s\S]+?)%>/g; 3 | 4 | module.exports = reEvaluate; 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_reInterpolate.js: -------------------------------------------------------------------------------- 1 | /** Used to match template delimiters. */ 2 | var reInterpolate = /<%=([\s\S]+?)%>/g; 3 | 4 | module.exports = reInterpolate; 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/_realNames.js: -------------------------------------------------------------------------------- 1 | /** Used to lookup unminified function names. */ 2 | var realNames = {}; 3 | 4 | module.exports = realNames; 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/date.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | 'now': require('./now') 3 | }; 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/each.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./forEach'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/eachRight.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./forEachRight'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/entries.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./toPairs'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/entriesIn.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./toPairsIn'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/extend.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./assignIn'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/extendWith.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./assignInWith'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/first.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./head'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp.js: -------------------------------------------------------------------------------- 1 | var _ = require('./lodash.min').runInContext(); 2 | module.exports = require('./fp/_baseConvert')(_, _); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/F.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./stubFalse'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/T.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./stubTrue'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/__.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./placeholder'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/_falseOptions.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | 'cap': false, 3 | 'curry': false, 4 | 'fixed': false, 5 | 'immutable': false, 6 | 'rearg': false 7 | }; 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/add.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('add', require('../add')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/after.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('after', require('../after')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/all.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./every'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/allPass.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./overEvery'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/always.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./constant'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/any.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./some'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/anyPass.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./overSome'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/apply.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./spread'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/array.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../array')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/ary.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('ary', require('../ary')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assign.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('assign', require('../assign')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assignAll.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('assignAll', require('../assign')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assignAllWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('assignAllWith', require('../assignWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assignIn.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('assignIn', require('../assignIn')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assignInAll.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('assignInAll', require('../assignIn')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assignInAllWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('assignInAllWith', require('../assignInWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assignInWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('assignInWith', require('../assignInWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assignWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('assignWith', require('../assignWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assoc.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./set'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/assocPath.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./set'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/at.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('at', require('../at')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/attempt.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('attempt', require('../attempt')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/before.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('before', require('../before')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/bind.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('bind', require('../bind')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/bindAll.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('bindAll', require('../bindAll')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/bindKey.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('bindKey', require('../bindKey')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/camelCase.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('camelCase', require('../camelCase'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/capitalize.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('capitalize', require('../capitalize'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/castArray.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('castArray', require('../castArray')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/ceil.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('ceil', require('../ceil')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/chain.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('chain', require('../chain'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/chunk.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('chunk', require('../chunk')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/clamp.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('clamp', require('../clamp')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/clone.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('clone', require('../clone'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/cloneDeep.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('cloneDeep', require('../cloneDeep'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/cloneDeepWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('cloneDeepWith', require('../cloneDeepWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/cloneWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('cloneWith', require('../cloneWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/collection.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../collection')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/commit.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('commit', require('../commit'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/compact.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('compact', require('../compact'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/complement.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./negate'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/compose.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./flowRight'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/concat.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('concat', require('../concat')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/cond.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('cond', require('../cond'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/conforms.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./conformsTo'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/conformsTo.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('conformsTo', require('../conformsTo')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/constant.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('constant', require('../constant'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/contains.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./includes'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/countBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('countBy', require('../countBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/create.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('create', require('../create')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/curry.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('curry', require('../curry')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/curryN.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('curryN', require('../curry')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/curryRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('curryRight', require('../curryRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/curryRightN.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('curryRightN', require('../curryRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/date.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../date')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/debounce.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('debounce', require('../debounce')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/deburr.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('deburr', require('../deburr'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/defaultTo.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('defaultTo', require('../defaultTo')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/defaults.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('defaults', require('../defaults')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/defaultsAll.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('defaultsAll', require('../defaults')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/defaultsDeep.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('defaultsDeep', require('../defaultsDeep')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/defaultsDeepAll.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('defaultsDeepAll', require('../defaultsDeep')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/defer.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('defer', require('../defer'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/delay.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('delay', require('../delay')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/difference.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('difference', require('../difference')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/differenceBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('differenceBy', require('../differenceBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/differenceWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('differenceWith', require('../differenceWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/dissoc.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./unset'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/dissocPath.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./unset'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/divide.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('divide', require('../divide')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/drop.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('drop', require('../drop')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/dropLast.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./dropRight'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/dropLastWhile.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./dropRightWhile'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/dropRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('dropRight', require('../dropRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/dropRightWhile.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('dropRightWhile', require('../dropRightWhile')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/dropWhile.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('dropWhile', require('../dropWhile')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/each.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./forEach'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/eachRight.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./forEachRight'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/endsWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('endsWith', require('../endsWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/entries.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./toPairs'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/entriesIn.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./toPairsIn'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/eq.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('eq', require('../eq')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/equals.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./isEqual'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/escape.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('escape', require('../escape'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/every.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('every', require('../every')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/extend.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./assignIn'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/extendAll.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./assignInAll'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/extendAllWith.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./assignInAllWith'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/extendWith.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./assignInWith'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/fill.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('fill', require('../fill')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/filter.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('filter', require('../filter')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/find.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('find', require('../find')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/findFrom.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('findFrom', require('../find')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/findIndex.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('findIndex', require('../findIndex')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/findIndexFrom.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('findIndexFrom', require('../findIndex')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/findKey.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('findKey', require('../findKey')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/findLast.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('findLast', require('../findLast')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/findLastFrom.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('findLastFrom', require('../findLast')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/findLastIndex.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('findLastIndex', require('../findLastIndex')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/findLastIndexFrom.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('findLastIndexFrom', require('../findLastIndex')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/findLastKey.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('findLastKey', require('../findLastKey')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/first.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./head'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/flatMap.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('flatMap', require('../flatMap')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/flatMapDeep.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('flatMapDeep', require('../flatMapDeep')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/flatMapDepth.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('flatMapDepth', require('../flatMapDepth')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/flatten.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('flatten', require('../flatten'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/flattenDepth.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('flattenDepth', require('../flattenDepth')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/flip.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('flip', require('../flip'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/floor.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('floor', require('../floor')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/flow.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('flow', require('../flow')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/flowRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('flowRight', require('../flowRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/forEach.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('forEach', require('../forEach')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/forEachRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('forEachRight', require('../forEachRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/forIn.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('forIn', require('../forIn')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/forInRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('forInRight', require('../forInRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/forOwn.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('forOwn', require('../forOwn')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/forOwnRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('forOwnRight', require('../forOwnRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/fromPairs.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('fromPairs', require('../fromPairs')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/function.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../function')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/functions.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('functions', require('../functions'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/get.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('get', require('../get')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/getOr.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('getOr', require('../get')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/groupBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('groupBy', require('../groupBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/gt.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('gt', require('../gt')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/gte.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('gte', require('../gte')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/has.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('has', require('../has')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/hasIn.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('hasIn', require('../hasIn')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/head.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('head', require('../head'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/identical.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./eq'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/identity.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('identity', require('../identity'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/inRange.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('inRange', require('../inRange')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/includes.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('includes', require('../includes')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/includesFrom.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('includesFrom', require('../includes')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/indexBy.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./keyBy'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/indexOf.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('indexOf', require('../indexOf')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/indexOfFrom.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('indexOfFrom', require('../indexOf')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/init.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./initial'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/initial.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('initial', require('../initial'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/intersection.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('intersection', require('../intersection')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/intersectionBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('intersectionBy', require('../intersectionBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/intersectionWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('intersectionWith', require('../intersectionWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/invert.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('invert', require('../invert')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/invertBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('invertBy', require('../invertBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/invertObj.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./invert'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/invoke.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('invoke', require('../invoke')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/invokeArgs.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('invokeArgs', require('../invoke')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/invokeArgsMap.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('invokeArgsMap', require('../invokeMap')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/invokeMap.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('invokeMap', require('../invokeMap')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isArray.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isArray', require('../isArray'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isBoolean.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isBoolean', require('../isBoolean'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isBuffer.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isBuffer', require('../isBuffer'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isDate.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isDate', require('../isDate'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isElement.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isElement', require('../isElement'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isEmpty.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isEmpty', require('../isEmpty'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isEqual.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isEqual', require('../isEqual')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isEqualWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isEqualWith', require('../isEqualWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isError.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isError', require('../isError'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isFinite.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isFinite', require('../isFinite'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isFunction.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isFunction', require('../isFunction'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isInteger.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isInteger', require('../isInteger'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isLength.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isLength', require('../isLength'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isMap.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isMap', require('../isMap'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isMatch.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isMatch', require('../isMatch')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isMatchWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isMatchWith', require('../isMatchWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isNaN.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isNaN', require('../isNaN'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isNative.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isNative', require('../isNative'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isNil.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isNil', require('../isNil'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isNull.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isNull', require('../isNull'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isNumber.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isNumber', require('../isNumber'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isObject.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isObject', require('../isObject'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isRegExp.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isRegExp', require('../isRegExp'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isSet.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isSet', require('../isSet'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isString.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isString', require('../isString'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isSymbol.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isSymbol', require('../isSymbol'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isWeakMap.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isWeakMap', require('../isWeakMap'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/isWeakSet.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('isWeakSet', require('../isWeakSet'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/iteratee.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('iteratee', require('../iteratee')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/join.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('join', require('../join')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/juxt.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./over'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/kebabCase.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('kebabCase', require('../kebabCase'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/keyBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('keyBy', require('../keyBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/keys.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('keys', require('../keys'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/keysIn.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('keysIn', require('../keysIn'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/lang.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../lang')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/last.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('last', require('../last'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/lastIndexOf.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('lastIndexOf', require('../lastIndexOf')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/lastIndexOfFrom.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('lastIndexOfFrom', require('../lastIndexOf')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/lowerCase.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('lowerCase', require('../lowerCase'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/lt.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('lt', require('../lt')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/lte.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('lte', require('../lte')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/map.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('map', require('../map')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/mapKeys.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('mapKeys', require('../mapKeys')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/mapValues.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('mapValues', require('../mapValues')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/matches.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./isMatch'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/matchesProperty.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('matchesProperty', require('../matchesProperty')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/math.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../math')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/max.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('max', require('../max'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/maxBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('maxBy', require('../maxBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/mean.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('mean', require('../mean'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/meanBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('meanBy', require('../meanBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/memoize.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('memoize', require('../memoize')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/merge.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('merge', require('../merge')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/mergeAll.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('mergeAll', require('../merge')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/mergeAllWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('mergeAllWith', require('../mergeWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/mergeWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('mergeWith', require('../mergeWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/method.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('method', require('../method')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/methodOf.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('methodOf', require('../methodOf')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/min.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('min', require('../min'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/minBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('minBy', require('../minBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/mixin.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('mixin', require('../mixin')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/multiply.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('multiply', require('../multiply')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/nAry.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./ary'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/negate.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('negate', require('../negate'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/next.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('next', require('../next'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/noop.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('noop', require('../noop'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/now.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('now', require('../now'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/nth.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('nth', require('../nth')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/nthArg.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('nthArg', require('../nthArg')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/number.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../number')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/object.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../object')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/omit.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('omit', require('../omit')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/omitAll.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./omit'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/omitBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('omitBy', require('../omitBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/once.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('once', require('../once'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/orderBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('orderBy', require('../orderBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/over.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('over', require('../over')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/overArgs.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('overArgs', require('../overArgs')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/overEvery.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('overEvery', require('../overEvery')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/overSome.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('overSome', require('../overSome')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pad.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('pad', require('../pad')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/padChars.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('padChars', require('../pad')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/padCharsEnd.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('padCharsEnd', require('../padEnd')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/padCharsStart.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('padCharsStart', require('../padStart')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/padEnd.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('padEnd', require('../padEnd')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/padStart.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('padStart', require('../padStart')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/parseInt.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('parseInt', require('../parseInt')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/partial.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('partial', require('../partial')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/partialRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('partialRight', require('../partialRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/partition.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('partition', require('../partition')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/path.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./get'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pathEq.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./matchesProperty'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pathOr.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./getOr'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/paths.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./at'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pick.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('pick', require('../pick')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pickAll.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./pick'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pickBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('pickBy', require('../pickBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pipe.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./flow'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/placeholder.js: -------------------------------------------------------------------------------- 1 | /** 2 | * The default argument placeholder value for methods. 3 | * 4 | * @type {Object} 5 | */ 6 | module.exports = {}; 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/plant.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('plant', require('../plant'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pluck.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./map'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/prop.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./get'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/propEq.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./matchesProperty'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/propOr.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./getOr'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/property.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./get'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/propertyOf.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('propertyOf', require('../get')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/props.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./at'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pull.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('pull', require('../pull')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pullAll.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('pullAll', require('../pullAll')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pullAllBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('pullAllBy', require('../pullAllBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pullAllWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('pullAllWith', require('../pullAllWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/pullAt.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('pullAt', require('../pullAt')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/random.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('random', require('../random')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/range.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('range', require('../range')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/rangeRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('rangeRight', require('../rangeRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/rangeStep.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('rangeStep', require('../range')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/rangeStepRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('rangeStepRight', require('../rangeRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/rearg.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('rearg', require('../rearg')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/reduce.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('reduce', require('../reduce')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/reduceRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('reduceRight', require('../reduceRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/reject.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('reject', require('../reject')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/remove.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('remove', require('../remove')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/repeat.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('repeat', require('../repeat')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/replace.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('replace', require('../replace')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/rest.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('rest', require('../rest')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/restFrom.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('restFrom', require('../rest')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/result.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('result', require('../result')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/reverse.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('reverse', require('../reverse')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/round.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('round', require('../round')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sample.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sample', require('../sample'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sampleSize.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sampleSize', require('../sampleSize')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/seq.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../seq')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/set.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('set', require('../set')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/setWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('setWith', require('../setWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/shuffle.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('shuffle', require('../shuffle'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/size.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('size', require('../size'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/slice.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('slice', require('../slice')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/some.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('some', require('../some')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sortBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sortBy', require('../sortBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sortedIndex.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sortedIndex', require('../sortedIndex')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sortedIndexBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sortedIndexBy', require('../sortedIndexBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sortedIndexOf.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sortedIndexOf', require('../sortedIndexOf')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sortedLastIndex.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sortedLastIndex', require('../sortedLastIndex')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sortedLastIndexBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sortedLastIndexBy', require('../sortedLastIndexBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sortedLastIndexOf.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sortedLastIndexOf', require('../sortedLastIndexOf')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sortedUniqBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sortedUniqBy', require('../sortedUniqBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/split.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('split', require('../split')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/spread.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('spread', require('../spread')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/spreadFrom.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('spreadFrom', require('../spread')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/startsWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('startsWith', require('../startsWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/string.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../string')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/stubTrue.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('stubTrue', require('../stubTrue'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/subtract.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('subtract', require('../subtract')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sum.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sum', require('../sum'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/sumBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('sumBy', require('../sumBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/symmetricDifference.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./xor'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/symmetricDifferenceBy.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./xorBy'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/symmetricDifferenceWith.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./xorWith'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/tail.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('tail', require('../tail'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/take.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('take', require('../take')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/takeLast.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./takeRight'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/takeLastWhile.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./takeRightWhile'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/takeRight.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('takeRight', require('../takeRight')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/takeRightWhile.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('takeRightWhile', require('../takeRightWhile')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/takeWhile.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('takeWhile', require('../takeWhile')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/tap.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('tap', require('../tap')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/template.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('template', require('../template')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/throttle.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('throttle', require('../throttle')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/thru.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('thru', require('../thru')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/times.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('times', require('../times')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toArray.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toArray', require('../toArray'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toFinite.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toFinite', require('../toFinite'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toJSON.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toJSON', require('../toJSON'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toLength.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toLength', require('../toLength'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toLower.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toLower', require('../toLower'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toNumber.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toNumber', require('../toNumber'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toPairs.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toPairs', require('../toPairs'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toPath.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toPath', require('../toPath'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toString.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toString', require('../toString'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/toUpper.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('toUpper', require('../toUpper'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/transform.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('transform', require('../transform')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/trim.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('trim', require('../trim')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/trimChars.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('trimChars', require('../trim')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/trimCharsEnd.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('trimCharsEnd', require('../trimEnd')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/trimCharsStart.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('trimCharsStart', require('../trimStart')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/trimEnd.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('trimEnd', require('../trimEnd')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/trimStart.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('trimStart', require('../trimStart')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/truncate.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('truncate', require('../truncate')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/unapply.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./rest'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/unary.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('unary', require('../unary'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/unescape.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('unescape', require('../unescape'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/union.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('union', require('../union')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/unionBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('unionBy', require('../unionBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/unionWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('unionWith', require('../unionWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/uniq.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('uniq', require('../uniq'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/uniqBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('uniqBy', require('../uniqBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/uniqWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('uniqWith', require('../uniqWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/uniqueId.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('uniqueId', require('../uniqueId')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/unnest.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./flatten'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/unset.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('unset', require('../unset')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/unzip.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('unzip', require('../unzip'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/unzipWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('unzipWith', require('../unzipWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/update.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('update', require('../update')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/updateWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('updateWith', require('../updateWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/useWith.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./overArgs'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/util.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'); 2 | module.exports = convert(require('../util')); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/value.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('value', require('../value'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/valueOf.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('valueOf', require('../valueOf'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/values.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('values', require('../values'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/valuesIn.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('valuesIn', require('../valuesIn'), require('./_falseOptions')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/where.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./conformsTo'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/whereEq.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./isMatch'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/without.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('without', require('../without')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/words.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('words', require('../words')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/wrap.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('wrap', require('../wrap')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/xor.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('xor', require('../xor')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/xorBy.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('xorBy', require('../xorBy')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/xorWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('xorWith', require('../xorWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/zip.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('zip', require('../zip')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/zipAll.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('zipAll', require('../zip')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/zipObj.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./zipObject'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/zipObject.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('zipObject', require('../zipObject')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/zipObjectDeep.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('zipObjectDeep', require('../zipObjectDeep')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/fp/zipWith.js: -------------------------------------------------------------------------------- 1 | var convert = require('./convert'), 2 | func = convert('zipWith', require('../zipWith')); 3 | 4 | func.placeholder = require('./placeholder'); 5 | module.exports = func; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/index.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./lodash'); -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/number.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | 'clamp': require('./clamp'), 3 | 'inRange': require('./inRange'), 4 | 'random': require('./random') 5 | }; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/toJSON.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./wrapperValue'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/value.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./wrapperValue'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/lodash/valueOf.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./wrapperValue'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/strip-ansi/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | const ansiRegex = require('ansi-regex'); 3 | 4 | module.exports = input => typeof input === 'string' ? input.replace(ansiRegex(), '') : input; 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/inquirer/node_modules/supports-color/browser.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | module.exports = false; 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/is-plain-object/index.d.ts: -------------------------------------------------------------------------------- 1 | export = isPlainObject; 2 | 3 | declare function isPlainObject(o: any): boolean; 4 | 5 | declare namespace isPlainObject {} 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/is-plain-object/node_modules/isobject/index.d.ts: -------------------------------------------------------------------------------- 1 | export = isObject; 2 | 3 | declare function isObject(val: any): boolean; 4 | 5 | declare namespace isObject {} 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/is-promise/.npmignore: -------------------------------------------------------------------------------- 1 | component 2 | build 3 | node_modules 4 | test.js 5 | component.json 6 | .gitignore -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/is-promise/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.10" -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/is-promise/index.js: -------------------------------------------------------------------------------- 1 | module.exports = isPromise; 2 | 3 | function isPromise(obj) { 4 | return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function'; 5 | } 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/is-unc-path/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | var regex = require('unc-path-regex'); 4 | 5 | module.exports = function isUNC(fp) { 6 | if (typeof fp !== 'string') return false; 7 | return regex().test(fp); 8 | }; 9 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/isarray/index.js: -------------------------------------------------------------------------------- 1 | module.exports = Array.isArray || function (arr) { 2 | return Object.prototype.toString.call(arr) == '[object Array]'; 3 | }; 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/isexe/.npmignore: -------------------------------------------------------------------------------- 1 | .nyc_output/ 2 | coverage/ 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/isobject/node_modules/isarray/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/isobject/node_modules/isarray/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.8" 4 | - "0.10" 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/isobject/node_modules/isarray/Makefile: -------------------------------------------------------------------------------- 1 | 2 | test: 3 | @node_modules/.bin/tape test.js 4 | 5 | .PHONY: test 6 | 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/isobject/node_modules/isarray/index.js: -------------------------------------------------------------------------------- 1 | var toString = {}.toString; 2 | 3 | module.exports = Array.isArray || function (arr) { 4 | return toString.call(arr) == '[object Array]'; 5 | }; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/jschardet/.npmignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/jschardet/CONTRIBUTORS: -------------------------------------------------------------------------------- 1 | António Afonso - author 2 | Markus Ast - transformed into an npm package, multiple bug fixes 3 | Leon - multiple bug fixes -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/jschardet/index.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./src') -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/jschardet/src/index.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./init') -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/liftoff/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "undef": true, 3 | "unused": true, 4 | "node": true, 5 | "esnext": true, 6 | "expr": true, 7 | "globals": { 8 | "describe": true, 9 | "it": true 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/liftoff/.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | artwork 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/liftoff/lib/silent_require.js: -------------------------------------------------------------------------------- 1 | module.exports = function (path) { 2 | try { 3 | return require(path); 4 | } catch (e) {} 5 | }; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/lru-cache/.npmignore: -------------------------------------------------------------------------------- 1 | /node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/lru-cache/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - '0.8' 4 | - '0.10' 5 | - '0.12' 6 | - 'iojs' 7 | before_install: 8 | - npm install -g npm@latest 9 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/map-stream/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | node_modules/* 3 | npm_debug.log 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/map-stream/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.6 4 | - 0.8 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/minimist/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.8" 4 | - "0.10" 5 | - "0.12" 6 | - "iojs" 7 | before_install: 8 | - npm install -g npm@~1.4.6 9 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/minimist/example/parse.js: -------------------------------------------------------------------------------- 1 | var argv = require('../')(process.argv.slice(2)); 2 | console.dir(argv); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/minimist/test/whitespace.js: -------------------------------------------------------------------------------- 1 | var parse = require('../'); 2 | var test = require('tape'); 3 | 4 | test('whitespace should be whitespace' , function (t) { 5 | t.plan(1); 6 | var x = parse([ '-x', '\t' ]).x; 7 | t.equal(x, '\t'); 8 | }); 9 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/mkdirp/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.8" 4 | - "0.10" 5 | - "0.12" 6 | - "iojs" 7 | before_install: 8 | - npm install -g npm@~1.4.6 9 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/mkdirp/examples/pow.js: -------------------------------------------------------------------------------- 1 | var mkdirp = require('mkdirp'); 2 | 3 | mkdirp('/tmp/foo/bar/baz', function (err) { 4 | if (err) console.error(err) 5 | else console.log('pow!') 6 | }); 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/mkdirp/node_modules/minimist/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.8" 4 | - "0.10" 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/mkdirp/node_modules/minimist/example/parse.js: -------------------------------------------------------------------------------- 1 | var argv = require('../')(process.argv.slice(2)); 2 | console.dir(argv); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/multipipe/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/multipipe/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.10" 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/multipipe/Makefile: -------------------------------------------------------------------------------- 1 | 2 | node_modules: package.json 3 | @npm install 4 | 5 | test: 6 | @./node_modules/.bin/mocha \ 7 | --reporter spec \ 8 | --timeout 100 9 | 10 | .PHONY: test -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/mute-stream/.nyc_output/33508.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/mute-stream/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | language: node_js 3 | node_js: 4 | - '0.8' 5 | - '0.10' 6 | - '0.12' 7 | - 'iojs' 8 | before_install: 9 | - npm install -g npm@latest 10 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/mute-stream/coverage/lcov-report/sort-arrow-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/mute-stream/coverage/lcov-report/sort-arrow-sprite.png -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/object.defaults/node_modules/isobject/index.d.ts: -------------------------------------------------------------------------------- 1 | export = isObject; 2 | 3 | declare function isObject(val: any): boolean; 4 | 5 | declare namespace isObject {} 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/object.pick/node_modules/isobject/index.d.ts: -------------------------------------------------------------------------------- 1 | export = isObject; 2 | 3 | declare function isObject(val: any): boolean; 4 | 5 | declare namespace isObject {} 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/orchestrator/.npmignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.log 3 | node_modules 4 | build 5 | *.node 6 | components 7 | *.orig 8 | .idea 9 | test 10 | .travis.yml 11 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/ordered-read-streams/.npmignore: -------------------------------------------------------------------------------- 1 | lib-cov 2 | *.seed 3 | *.log 4 | *.csv 5 | *.dat 6 | *.out 7 | *.pid 8 | *.gz 9 | 10 | coverage 11 | pids 12 | logs 13 | results 14 | node_modules 15 | 16 | npm-debug.log 17 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/ordered-read-streams/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.11" 4 | - "0.10" 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/path-parse/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.12" 4 | - "0.11" 5 | - "0.10" 6 | - "0.10.12" 7 | - "0.8" 8 | - "0.6" 9 | - "iojs" 10 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/pause-stream/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | node_modules/* 3 | npm_debug.log 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/pause-stream/index.js: -------------------------------------------------------------------------------- 1 | //through@2 handles this by default! 2 | module.exports = require('through') 3 | 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/preserve/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - '0.10' -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/pretty-hrtime/.jshintignore: -------------------------------------------------------------------------------- 1 | node_modules/** 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/pretty-hrtime/.npmignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.log 3 | node_modules 4 | build 5 | *.node 6 | components 7 | *.orig 8 | .idea 9 | test 10 | .travis.yml 11 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/process-nextick-args/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.8" 4 | - "0.10" 5 | - "0.11" 6 | - "0.12" 7 | - "1.7.1" 8 | - 1 9 | - 2 10 | - 3 11 | - 4 12 | - 5 13 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/readable-stream/.npmignore: -------------------------------------------------------------------------------- 1 | build/ 2 | test/ 3 | examples/ 4 | fs.js 5 | zlib.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/readable-stream/duplex.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_duplex.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/readable-stream/passthrough.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_passthrough.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/readable-stream/transform.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_transform.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/readable-stream/writable.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_writable.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/rechoir/.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/replace-ext/.npmignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.log 3 | node_modules 4 | build 5 | *.node 6 | components -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/replace-ext/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.7" 4 | - "0.8" 5 | - "0.9" 6 | - "0.10" 7 | after_script: 8 | - npm run coveralls -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/.eslintignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/example/async.js: -------------------------------------------------------------------------------- 1 | var resolve = require('../'); 2 | resolve('tap', { basedir: __dirname }, function (err, res) { 3 | if (err) console.error(err); 4 | else console.log(res); 5 | }); 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/example/sync.js: -------------------------------------------------------------------------------- 1 | var resolve = require('../'); 2 | var res = resolve.sync('tap', { basedir: __dirname }); 3 | console.log(res); 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/dotdot/abc/index.js: -------------------------------------------------------------------------------- 1 | var x = require('..'); 2 | console.log(x); 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/dotdot/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 'whatever'; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/module_dir/xmodules/aaa/index.js: -------------------------------------------------------------------------------- 1 | module.exports = function (x) { return x * 100; }; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/module_dir/ymodules/aaa/index.js: -------------------------------------------------------------------------------- 1 | module.exports = function (x) { return x + 100; }; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/module_dir/zmodules/bbb/main.js: -------------------------------------------------------------------------------- 1 | module.exports = function (n) { return n * 111; }; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/module_dir/zmodules/bbb/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "main": "main.js" 3 | } 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/node_path/x/aaa/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 'A'; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/node_path/x/ccc/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 'C'; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/node_path/y/bbb/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 'B'; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/node_path/y/ccc/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 'CY'; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/nonstring.js: -------------------------------------------------------------------------------- 1 | var test = require('tape'); 2 | var resolve = require('../'); 3 | 4 | test('nonstring', function (t) { 5 | t.plan(1); 6 | resolve(555, function (err, res, pkg) { 7 | t.ok(err); 8 | }); 9 | }); 10 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/pathfilter/deep_ref/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/resolve/test/pathfilter/deep_ref/main.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/precedence/aaa.js: -------------------------------------------------------------------------------- 1 | module.exports = 'wtf'; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/precedence/aaa/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 'okok'; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/precedence/aaa/main.js: -------------------------------------------------------------------------------- 1 | console.log(require('./')); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/precedence/bbb.js: -------------------------------------------------------------------------------- 1 | module.exports = '>_<'; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/precedence/bbb/main.js: -------------------------------------------------------------------------------- 1 | console.log(require('./')); // should throw 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/baz/doom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/resolve/test/resolver/baz/doom.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/baz/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "main": "quux.js" 3 | } 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/baz/quux.js: -------------------------------------------------------------------------------- 1 | module.exports = 1; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/cup.coffee: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/dot_main/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 1; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/dot_main/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "main": "." 3 | } 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/dot_slash_main/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 1; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/dot_slash_main/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "main": "./" 3 | } 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/foo.js: -------------------------------------------------------------------------------- 1 | module.exports = 1; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/incorrect_main/index.js: -------------------------------------------------------------------------------- 1 | // this is the actual main file 'index.js', not 'wrong.js' like the package.json would indicate 2 | module.exports = 1; 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/incorrect_main/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "main": "wrong.js" 3 | } 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/mug.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/resolve/test/resolver/mug.coffee -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/mug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/resolve/test/resolver/mug.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/other_path/lib/other-lib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/resolve/test/resolver/other_path/lib/other-lib.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/other_path/root.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/resolve/test/resolver/other_path/root.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/quux/foo/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 1; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/same_names/foo.js: -------------------------------------------------------------------------------- 1 | module.exports = 42; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/same_names/foo/index.js: -------------------------------------------------------------------------------- 1 | module.exports = 1; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/resolve/test/resolver/without_basedir/main.js: -------------------------------------------------------------------------------- 1 | var resolve = require('../../../'); 2 | 3 | module.exports = function (t, cb) { 4 | resolve('mymodule', null, cb); 5 | }; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/safe-buffer/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 'node' 4 | - '5' 5 | - '4' 6 | - '0.12' 7 | - '0.10' 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/semver/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | coverage/ 3 | .nyc_output/ 4 | nyc_output/ 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/semver/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - '0.10' 4 | - '0.12' 5 | - 'iojs' 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/semver/foot.js.txt: -------------------------------------------------------------------------------- 1 | 2 | })( 3 | typeof exports === 'object' ? exports : 4 | typeof define === 'function' && define.amd ? {} : 5 | semver = {} 6 | ); 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/semver/head.js.txt: -------------------------------------------------------------------------------- 1 | ;(function(exports) { 2 | 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/semver/semver.browser.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/semver/semver.browser.js.gz -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/semver/semver.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/gulp-prompt演示代码/node_modules/semver/semver.min.js.gz -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/sequencify/.npmignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *.log 3 | node_modules 4 | build 5 | *.node 6 | components 7 | *.orig 8 | .idea 9 | test 10 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/sequencify/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.7 4 | - 0.8 5 | - 0.9 6 | - 0.10 -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/split/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | node_modules/* 3 | npm_debug.log 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/split/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.8 4 | - "0.10" 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/stream-combiner/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | node_modules/* 3 | npm_debug.log 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/stream-combiner/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.6 4 | - 0.8 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/stream-consume/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/string-width/node_modules/strip-ansi/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | const ansiRegex = require('ansi-regex'); 3 | 4 | module.exports = input => typeof input === 'string' ? input.replace(ansiRegex(), '') : input; 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/string_decoder/.npmignore: -------------------------------------------------------------------------------- 1 | build 2 | test 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/strip-ansi/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | var ansiRegex = require('ansi-regex')(); 3 | 4 | module.exports = function (str) { 5 | return typeof str === 'string' ? str.replace(ansiRegex, '') : str; 6 | }; 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.6 4 | - 0.8 5 | - "0.10" 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | .jshintrc 3 | .travis.yml -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/isarray/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/isarray/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.8" 4 | - "0.10" 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/isarray/Makefile: -------------------------------------------------------------------------------- 1 | 2 | test: 3 | @node_modules/.bin/tape test.js 4 | 5 | .PHONY: test 6 | 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/isarray/index.js: -------------------------------------------------------------------------------- 1 | var toString = {}.toString; 2 | 3 | module.exports = Array.isArray || function (arr) { 4 | return toString.call(arr) == '[object Array]'; 5 | }; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/readable-stream/.npmignore: -------------------------------------------------------------------------------- 1 | build/ 2 | test/ 3 | examples/ 4 | fs.js 5 | zlib.js 6 | .zuul.yml 7 | .nyc_output 8 | coverage 9 | docs/ 10 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/readable-stream/duplex-browser.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./lib/_stream_duplex.js'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/readable-stream/duplex.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./readable').Duplex 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream-browser.js: -------------------------------------------------------------------------------- 1 | module.exports = require('events').EventEmitter; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream.js: -------------------------------------------------------------------------------- 1 | module.exports = require('stream'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/readable-stream/passthrough.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./readable').PassThrough 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/readable-stream/transform.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./readable').Transform 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/readable-stream/writable-browser.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./lib/_stream_writable.js'); 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/through2/node_modules/string_decoder/.npmignore: -------------------------------------------------------------------------------- 1 | build 2 | test 3 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/unc-path-regex/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports = function uncPathRegex() { 4 | return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/; 5 | }; 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/unique-stream/.npmignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | .DS_Store 3 | node_modules/ 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/unique-stream/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.10" 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/util-deprecate/node.js: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * For Node.js, simply re-export the core `util.deprecate` function. 4 | */ 5 | 6 | module.exports = require('util').deprecate; 7 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/v8flags/.npmignore: -------------------------------------------------------------------------------- 1 | *.yml 2 | LICENSE 3 | README.md 4 | test.js 5 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/index.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | module.exports = { 4 | src: require('./lib/src'), 5 | dest: require('./lib/dest'), 6 | watch: require('glob-watcher') 7 | }; 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/lib/dest/writeContents/writeDir.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | var mkdirp = require('mkdirp'); 4 | 5 | function writeDir (writePath, file, cb) { 6 | mkdirp(writePath, file.stat.mode, cb); 7 | } 8 | 9 | module.exports = writeDir; 10 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/lib/src/getContents/readDir.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | function readDir(file, cb) { 4 | // do nothing for now 5 | cb(null, file); 6 | } 7 | 8 | module.exports = readDir; 9 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/clone/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/clone/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.6 4 | - 0.8 5 | - 0.10 6 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/readable-stream/.npmignore: -------------------------------------------------------------------------------- 1 | build/ 2 | test/ 3 | examples/ 4 | fs.js 5 | zlib.js -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/readable-stream/duplex.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_duplex.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/readable-stream/passthrough.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_passthrough.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/readable-stream/transform.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_transform.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/readable-stream/writable.js: -------------------------------------------------------------------------------- 1 | module.exports = require("./lib/_stream_writable.js") 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/through2/.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | .jshintrc 3 | .travis.yml -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/vinyl/lib/cloneBuffer.js: -------------------------------------------------------------------------------- 1 | var Buffer = require('buffer').Buffer; 2 | 3 | module.exports = function(buf) { 4 | var out = new Buffer(buf.length); 5 | buf.copy(out); 6 | return out; 7 | }; 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/vinyl/lib/isNull.js: -------------------------------------------------------------------------------- 1 | module.exports = function(v) { 2 | return v === null; 3 | }; 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl-fs/node_modules/vinyl/lib/isStream.js: -------------------------------------------------------------------------------- 1 | var Stream = require('stream').Stream; 2 | 3 | module.exports = function(o) { 4 | return !!o && o instanceof Stream; 5 | }; -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl/lib/cloneBuffer.js: -------------------------------------------------------------------------------- 1 | var Buffer = require('buffer').Buffer; 2 | 3 | module.exports = function(buf) { 4 | var out = new Buffer(buf.length); 5 | buf.copy(out); 6 | return out; 7 | }; 8 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl/lib/isBuffer.js: -------------------------------------------------------------------------------- 1 | module.exports = require('buffer').Buffer.isBuffer; 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl/lib/isNull.js: -------------------------------------------------------------------------------- 1 | module.exports = function(v) { 2 | return v === null; 3 | }; 4 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/vinyl/lib/isStream.js: -------------------------------------------------------------------------------- 1 | var Stream = require('stream').Stream; 2 | 3 | module.exports = function(o) { 4 | return !!o && o instanceof Stream; 5 | }; -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/xtend/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /gulp-prompt演示代码/node_modules/xtend/Makefile: -------------------------------------------------------------------------------- 1 | browser: 2 | node ./support/compile 3 | 4 | .PHONY: browser -------------------------------------------------------------------------------- /img/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/img/12.png -------------------------------------------------------------------------------- /img/WX20180207-120940@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/img/WX20180207-120940@2x.png -------------------------------------------------------------------------------- /schema/api/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 针对不同环境切换接口 3 | */ 4 | const api = { 5 | prod: { 6 | topic: 'https://cnodejs.org/api/v1/topics?page=1&limit=1' 7 | } 8 | } 9 | 10 | module.exports = api.prod; -------------------------------------------------------------------------------- /schema/config.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 定时任务自动触发时间 3 | */ 4 | module.exports = { 5 | loopTime: 1000, // 循环时间:以毫秒算 6 | } -------------------------------------------------------------------------------- /sourceMap/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/sourceMap/.DS_Store -------------------------------------------------------------------------------- /sourceMap/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /sourceMap/hello.min.js: -------------------------------------------------------------------------------- 1 | function r(){var r="work";var n=r+name;return n}ok(); -------------------------------------------------------------------------------- /vue2基础实现代码/.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | indent_style = space 6 | indent_size = 2 7 | end_of_line = lf 8 | insert_final_newline = true 9 | trim_trailing_whitespace = true 10 | -------------------------------------------------------------------------------- /vue2基础实现代码/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | dist/ 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | -------------------------------------------------------------------------------- /vue2基础实现代码/.postcssrc.js: -------------------------------------------------------------------------------- 1 | // https://github.com/michael-ciniawsky/postcss-load-config 2 | 3 | module.exports = { 4 | "plugins": { 5 | // to edit target browsers: use "browserlist" field in package.json 6 | "autoprefixer": {} 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /vue2基础实现代码/config/dev.env.js: -------------------------------------------------------------------------------- 1 | var merge = require('webpack-merge') 2 | var prodEnv = require('./prod.env') 3 | 4 | module.exports = merge(prodEnv, { 5 | NODE_ENV: '"development"' 6 | }) 7 | -------------------------------------------------------------------------------- /vue2基础实现代码/config/prod.env.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | NODE_ENV: '"production"' 3 | } 4 | -------------------------------------------------------------------------------- /vue2基础实现代码/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | vue2 6 | 7 | 8 |
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /vue2基础实现代码/src/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/vue2基础实现代码/src/assets/logo.png -------------------------------------------------------------------------------- /vue2基础实现代码/src/components/Ar2.vue: -------------------------------------------------------------------------------- 1 | 4 | 10 | -------------------------------------------------------------------------------- /vue2基础实现代码/static/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/vue2基础实现代码/static/.gitkeep -------------------------------------------------------------------------------- /vue2实现多页页面代码/.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | indent_style = space 6 | indent_size = 2 7 | end_of_line = lf 8 | insert_final_newline = true 9 | trim_trailing_whitespace = true 10 | -------------------------------------------------------------------------------- /vue2实现多页页面代码/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | dist/ 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | -------------------------------------------------------------------------------- /vue2实现多页页面代码/.postcssrc.js: -------------------------------------------------------------------------------- 1 | // https://github.com/michael-ciniawsky/postcss-load-config 2 | 3 | module.exports = { 4 | "plugins": { 5 | // to edit target browsers: use "browserlist" field in package.json 6 | "autoprefixer": {} 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /vue2实现多页页面代码/config/dev.env.js: -------------------------------------------------------------------------------- 1 | var merge = require('webpack-merge') 2 | var prodEnv = require('./prod.env') 3 | 4 | module.exports = merge(prodEnv, { 5 | NODE_ENV: '"development"' 6 | }) 7 | -------------------------------------------------------------------------------- /vue2实现多页页面代码/config/prod.env.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | NODE_ENV: '"production"' 3 | } 4 | -------------------------------------------------------------------------------- /vue2实现多页页面代码/src/pages/boys/index.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import Index from './index.vue' 3 | 4 | Vue.config.productionTip = false 5 | 6 | new Vue({ 7 | el: '#app', 8 | template: '', 9 | components: { Index } 10 | }) 11 | -------------------------------------------------------------------------------- /vue2实现多页页面代码/src/pages/goods/index.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import Index from './index.vue' 3 | 4 | Vue.config.productionTip = false 5 | 6 | new Vue({ 7 | el: '#app', 8 | template: '', 9 | components: { Index } 10 | }) 11 | -------------------------------------------------------------------------------- /vue2实现多页页面代码/src/pages/index/index.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import Index from './index.vue' 3 | 4 | Vue.config.productionTip = false 5 | 6 | new Vue({ 7 | el: '#app', 8 | template: '', 9 | components: { Index } 10 | }) 11 | -------------------------------------------------------------------------------- /vue2实现多页页面代码/src/pages/sotho/index.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import Index from './index.vue' 3 | 4 | Vue.config.productionTip = false 5 | 6 | new Vue({ 7 | el: '#app', 8 | template: '', 9 | components: { Index } 10 | }) 11 | -------------------------------------------------------------------------------- /vue2实现多页页面代码/static/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaoqize/blog/65387cddd58416c0add120eae72ad0fa8a9d2f62/vue2实现多页页面代码/static/.gitkeep --------------------------------------------------------------------------------