{"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"dist-tags":{"latest":"0.7.8"},"description":"The dva command line utility.","readme":"# dva-cli\n[![NPM version](https://img.shields.io/npm/v/dva-cli.svg?style=flat)](https://npmjs.org/package/dva-cli)\n[![NPM downloads](http://img.shields.io/npm/dm/dva-cli.svg?style=flat)](https://npmjs.org/package/dva-cli)\n\nCLI for [dva](https://github.com/dvajs/dva) .\n\n## Getting Started\n\nInstall, create and start.\n\n```bash\n# Install\n$ npm install dva-cli -g\n\n# Create app\n$ dva new myapp\n\n# Start app\n$ cd myapp\n$ npm start\n```\n\n## Commands\n\nWe have 3 commands: `new`, `init` and `generate`(alias `g`).\n\n### dva new <appName> [options]\n\nCreate app with new directory.\n\n#### Usage Examples\n\n```bash\n$ dva new myapp\n$ dva new myapp --demo\n$ dva new myapp --no-install\n```\n\n#### options\n\n* `--demo` -- Generate a dead simple project for quick prototype\n* `--no-install` -- Disable npm install after files created\n\n### dva init [options]\n\nCreate app in current directory. It's options is the same as `dva new`.\n\n### dva generate <type> <name> (short-cut alias: \"g\")\n\nGenerate route, model and component.\n\n#### Usage Examples\n\n```bash\n$ dva g route product-list\n$ dva g model products\n$ dva g component Editor\n$ dva g component Users/UserModal\n$ dva g component Header --no-css\n```\n\n## Generated File Tree\n\n```bash\n.\n├── src                    # Source directory\n    ├── assets             # Store images, icons, ...\n    ├── components         # UI components\n    ├── index.css          # CSS for entry file\n    ├── index.html         # HTML for entry file\n    ├── index.js           # Enry file\n    ├── models             # Dva models\n    ├── router.js          # Router configuration\n    ├── routes             # Route components\n    ├── services           # Used for communicate with server\n    └── utils              # Utils\n        └── request.js     # A util wrapped dva/fetch\n├── .editorconfig          #\n├── .eslintrc              # Eslint config\n├── .gitignore             #\n├── .roadhogrc             # Roadhog config\n└── package.json           #\n```\n\n## Configuration\n\ndva-cli use [roadhog](https://github.com/sorrycc/roadhog) for build and server, view [roadhog#Configuration](https://github.com/sorrycc/roadhog/blob/master/README_en-us.md#configuration) ([中文版](https://github.com/sorrycc/roadhog#配置)) for details.\n\n## License\n\n[MIT](https://tldrlegal.com/license/mit-license)\n","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"license":"MIT","versions":{"0.1.0":{"name":"dva-cli","version":"0.1.0","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","fs-extra":"^0.30.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplate","bin"],"gitHead":"b88f2398c68c90f8f834be34cc803bcb254b7444","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.1.0","_shasum":"fcce866d9d6d45eaead4b98626ff132950a5a1ad","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"fcce866d9d6d45eaead4b98626ff132950a5a1ad","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.1.0.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.1.0.tgz_1469512551424_0.20763501478359103"},"directories":{}},"0.1.1":{"name":"dva-cli","version":"0.1.1","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","fs-extra":"^0.30.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"30a52c3f3c3a4b652eb4a3fd2e55a709026239e9","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.1.1","_shasum":"b855aeafef6038d3b0a73d241e69c42625492c46","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"b855aeafef6038d3b0a73d241e69c42625492c46","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.1.1.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dva-cli-0.1.1.tgz_1469512859394_0.6438748219516128"},"directories":{}},"0.2.0":{"name":"dva-cli","version":"0.2.0","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","fs-extra":"^0.30.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"2df15489453d846e1d9ce8900e798034d5cb17cd","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.2.0","_shasum":"9b4690f33a2502a468a372a0a1c4bb5a0369db76","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"9b4690f33a2502a468a372a0a1c4bb5a0369db76","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.2.0.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.2.0.tgz_1469622667174_0.490339384181425"},"directories":{}},"0.3.0":{"name":"dva-cli","version":"0.3.0","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","empty-dir":"^0.2.1","fs-extra":"^0.30.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"073f5b2f33c267c9d78030a2e0fa8c30bcbf1bf4","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.3.0","_shasum":"23c31350a7cd5a3d8e86cd294ac57996fd0a1e53","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"23c31350a7cd5a3d8e86cd294ac57996fd0a1e53","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.3.0.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dva-cli-0.3.0.tgz_1470469829013_0.5531721438746899"},"directories":{}},"0.4.0":{"name":"dva-cli","version":"0.4.0","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","empty-dir":"^0.2.1","fs-extra":"^0.30.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"cf7db649eaf0dbd7f30c90404e3f1990902ab9c0","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.4.0","_shasum":"e1d986a57793c2b1da5d30eaa3f14cacac0c9626","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"e1d986a57793c2b1da5d30eaa3f14cacac0c9626","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.4.0.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.4.0.tgz_1471856121915_0.9382084619719535"},"directories":{}},"0.4.1":{"name":"dva-cli","version":"0.4.1","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","empty-dir":"^0.2.1","fs-extra":"^0.30.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"da4337453b8f05dfb81c711defd722520a1fc860","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.4.1","_shasum":"d039602d2bb62f989fde8363e2c858e290f683bd","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"d039602d2bb62f989fde8363e2c858e290f683bd","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.4.1.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dva-cli-0.4.1.tgz_1472096460456_0.9043755172751844"},"directories":{}},"0.4.2":{"name":"dva-cli","version":"0.4.2","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","empty-dir":"^0.2.1","fs-extra":"^0.30.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"78bd1f0fba1312bb8853981a9552e35a3f78580a","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.4.2","_shasum":"2def3d43feddbc3f21508cfc16ab450b074c98eb","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"2def3d43feddbc3f21508cfc16ab450b074c98eb","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.4.2.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dva-cli-0.4.2.tgz_1472549479046_0.009237498976290226"},"directories":{}},"0.4.3":{"name":"dva-cli","version":"0.4.3","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","empty-dir":"^0.2.1","fs-extra":"^0.30.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"0c5eba03e2e3bdbf406d9e7185141f31f1c879ed","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.4.3","_shasum":"b5843492f5ef2a3ef93687924625820f2b6fe628","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"b5843492f5ef2a3ef93687924625820f2b6fe628","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.4.3.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dva-cli-0.4.3.tgz_1472550859555_0.13214107393287122"},"directories":{}},"0.5.0":{"name":"dva-cli","version":"0.5.0","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","empty-dir":"^0.2.1","fs-extra":"^0.30.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"aaa26be678199ade69d2cd35c85f01ae75b202fe","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.5.0","_shasum":"9f4c3fd19786364fdc361104e168e04deeaae8c4","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"9f4c3fd19786364fdc361104e168e04deeaae8c4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.5.0.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dva-cli-0.5.0.tgz_1476864152372_0.5361718747299165"},"directories":{}},"0.6.0":{"name":"dva-cli","version":"0.6.0","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"2fcb2a98f50e07391ed14d922bbcf7d78db970c4","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.6.0","_shasum":"223ee56815b6459b1ce1f6915072bc0717667045","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"223ee56815b6459b1ce1f6915072bc0717667045","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.6.0.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.6.0.tgz_1477624011113_0.49753849394619465"},"directories":{}},"0.7.0":{"name":"dva-cli","version":"0.7.0","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","path-exists":"^3.0.0","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"a7ed802ce636a638bb6bc7a2d0a53c6ffd1c52b9","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.7.0","_shasum":"21ede915071f7f1c4de3305c0e65e3739cc64cea","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"21ede915071f7f1c4de3305c0e65e3739cc64cea","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.7.0.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dva-cli-0.7.0.tgz_1482300764969_0.9632345896679908"},"directories":{}},"0.7.1":{"name":"dva-cli","version":"0.7.1","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","path-exists":"^3.0.0","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"d67c8284517b856c43658d6d731de218c0267d41","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.7.1","_shasum":"059dc9dda3d85cbb2ca8f749be586176d236bbdb","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"059dc9dda3d85cbb2ca8f749be586176d236bbdb","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.7.1.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.7.1.tgz_1482744483977_0.6147486600093544"},"directories":{}},"0.7.2":{"name":"dva-cli","version":"0.7.2","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","path-exists":"^3.0.0","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"d67c8284517b856c43658d6d731de218c0267d41","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.7.2","_shasum":"797b8d26ffffbdea28f209c79499cff4cbb9594d","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"797b8d26ffffbdea28f209c79499cff4cbb9594d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.7.2.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dva-cli-0.7.2.tgz_1482748462007_0.5535843728575855"},"directories":{}},"0.7.3":{"name":"dva-cli","version":"0.7.3","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","path-exists":"^3.0.0","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"d67c8284517b856c43658d6d731de218c0267d41","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.7.3","_shasum":"14af4fcc55f0a346b2f1f11ea23e7d1c437f524f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"14af4fcc55f0a346b2f1f11ea23e7d1c437f524f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.7.3.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.7.3.tgz_1482748661162_0.3314554709941149"},"directories":{}},"0.7.4":{"name":"dva-cli","version":"0.7.4","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","path-exists":"^3.0.0","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"2544b5470423063efcc7f6db8e5b43a14673403e","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.7.4","_shasum":"8e41eeb383c8ee28ca46253092b22fc7701648a2","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"8e41eeb383c8ee28ca46253092b22fc7701648a2","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.7.4.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.7.4.tgz_1482987705820_0.7707063723355532"},"directories":{}},"0.7.5":{"name":"dva-cli","version":"0.7.5","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","path-exists":"^3.0.0","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"3217ea5385a297a628116d6ac6e5739e84b59994","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.7.5","_shasum":"667aacacaec1c31c506ccbe4646a533628aa9a95","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"667aacacaec1c31c506ccbe4646a533628aa9a95","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.7.5.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.7.5.tgz_1482988031976_0.5004475822206587"},"directories":{}},"0.7.6":{"name":"dva-cli","version":"0.7.6","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","path-exists":"^3.0.0","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"4d635de36826b4603e29a9b1f5e1b85ac340531d","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.7.6","_shasum":"e0dd0001664c94179ceb8c7243c2c8ef4cd94db8","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"e0dd0001664c94179ceb8c7243c2c8ef4cd94db8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.7.6.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/dva-cli-0.7.6.tgz_1484030533538_0.001208265544846654"},"directories":{}},"0.7.7":{"name":"dva-cli","version":"0.7.7","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","path-exists":"^3.0.0","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"4d635de36826b4603e29a9b1f5e1b85ac340531d","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.7.7","_shasum":"6f08372fa263093103e13f2a83fd869eab6b50d0","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"6f08372fa263093103e13f2a83fd869eab6b50d0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.7.7.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.7.7.tgz_1484035506416_0.651673894142732"},"directories":{}},"0.7.8":{"name":"dva-cli","version":"0.7.8","description":"The dva command line utility.","repository":{"type":"git","url":"git+https://github.com/dvajs/dva-cli.git"},"homepage":"https://github.com/dvajs/dva-cli","mail":"chencheng <sorrycc@gmail.com>","license":"MIT","bin":{"dva":"./bin/dva"},"scripts":{"build":"rm -rf lib && babel src --out-dir lib"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","dva-ast":"^0.3.1","empty-dir":"^0.2.1","fs-extra":"^0.30.0","left-pad":"^1.1.3","path-exists":"^3.0.0","simple-uppercamelcase":"^1.0.0","through2":"^2.0.1","vinyl-fs":"^2.4.3","which":"^1.2.10","win-spawn":"^2.0.0"},"devDependencies":{"babel-cli":"^6.10.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0","babel-preset-react":"^6.5.0","babel-preset-stage-0":"~6.5.0","babel-runtime":"^6.9.2"},"babel":{"presets":["es2015","react","stage-0"],"plugins":["add-module-exports","transform-runtime"]},"files":["lib","src","boilerplates","bin"],"gitHead":"c7fc76f950d6eb9634109dba993a70b3464a643c","bugs":{"url":"https://github.com/dvajs/dva-cli/issues"},"_id":"dva-cli@0.7.8","_shasum":"e03e7362d854e77335343ddb14f2801b1224d596","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"sorrycc","email":"sorrycc@gmail.com"},"dist":{"shasum":"e03e7362d854e77335343ddb14f2801b1224d596","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/dva-cli/-/dva-cli-0.7.8.tgz"},"maintainers":[{"name":"sorrycc","email":"sorrycc@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/dva-cli-0.7.8.tgz_1484292511530_0.7462832841556519"},"directories":{}}},"name":"dva-cli","time":{"modified":"2017-01-13T07:28:33.654Z","created":"2016-07-26T05:55:53.540Z","0.1.0":"2016-07-26T05:55:53.540Z","0.1.1":"2016-07-26T06:01:01.325Z","0.2.0":"2016-07-27T12:31:09.625Z","0.3.0":"2016-08-06T07:50:30.796Z","0.4.0":"2016-08-22T08:55:23.493Z","0.4.1":"2016-08-25T03:41:02.119Z","0.4.2":"2016-08-30T09:31:20.696Z","0.4.3":"2016-08-30T09:54:21.443Z","0.5.0":"2016-10-19T08:02:34.306Z","0.6.0":"2016-10-28T03:06:53.464Z","0.7.0":"2016-12-21T06:12:45.185Z","0.7.1":"2016-12-26T09:28:06.125Z","0.7.2":"2016-12-26T10:34:22.246Z","0.7.3":"2016-12-26T10:37:43.280Z","0.7.4":"2016-12-29T05:01:48.311Z","0.7.5":"2016-12-29T05:07:13.905Z","0.7.6":"2017-01-10T06:42:13.760Z","0.7.7":"2017-01-10T08:05:08.610Z","0.7.8":"2017-01-13T07:28:33.654Z"},"readmeFilename":"README.md","homepage":"https://github.com/dvajs/dva-cli"}