{"_id":"stage","_rev":"31-2488b45af20d85fc1046481b868dc42e","name":"stage","dist-tags":{"latest":"1.0.1-alpha1"},"versions":{"0.7.1":{"name":"stage","version":"0.7.1","description":"actor framework for nodejs","keywords":["networking","messaging","actors","multicore"],"homepage":"https://github.com/jfd/stage","author":{"name":"Johan Dahlberg","email":"dahlberg.johan@gmail.com","url":"http://jfd.github.com/"},"main":"./lib","directories":{"lib":"./lib"},"repository":{"type":"git","url":"git://github.com/jfd/stage.git"},"os":["macos","linux"],"engines":{"node":">=0.4.0"},"dependencies":{},"devDependencies":{},"_id":"stage@0.7.1","_engineSupported":true,"_npmVersion":"1.0.3","_nodeVersion":"v0.4.7","_defaultsLoaded":true,"dist":{"shasum":"0f423b2c64f2451ad1d12e9f695d419b80d0f186","tarball":"https://registry.npmjs.org/stage/-/stage-0.7.1.tgz","integrity":"sha512-ghQa1vilQde42C7IyeOZLa20rnkmulMDgjimzJ6EjMWhtS5oLbVz3k1wK30IRzkzLBo4wnkxhq76PgOdgcOb6Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAuNcNKpegFMfsf+RM5AnqS2bF1EBwoMCtx34ZqRt0lpAiEAq+GPteFxeJxpL/X01HwBd9meDWVnsEfdtDjvLSdqiDs="}]},"scripts":{}},"0.7.2":{"name":"stage","version":"0.7.2","description":"actor framework for nodejs","keywords":["networking","messaging","actors","multicore"],"homepage":"https://github.com/jfd/stage","author":{"name":"Johan Dahlberg","email":"dahlberg.johan@gmail.com","url":"http://jfd.github.com/"},"main":"./lib","directories":{"lib":"./lib"},"repository":{"type":"git","url":"git://github.com/jfd/stage.git"},"os":["macos","linux"],"engines":{"node":">=0.4.0"},"dependencies":{},"devDependencies":{},"_id":"stage@0.7.2","_engineSupported":true,"_npmVersion":"1.0.3","_nodeVersion":"v0.4.7","_defaultsLoaded":true,"dist":{"shasum":"156611fe671c0dfbbc31e0bc35891d48b3c6c9dc","tarball":"https://registry.npmjs.org/stage/-/stage-0.7.2.tgz","integrity":"sha512-dGdM6E5Pw1tbzrE/JZ82fJZsGGAeZNuvCBWJIgd0ll5B73ibxCS6B8wAqiX3nFfFkLnWDlPe1bVifQJlQnH9uA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBmQR/Aolqsk9X4c+cpV29ztvJki2qmcr6Ff+r7qZiQmAiABnDfz8IVW7EKfq6aYHxbK8J9fiN6T7DPNAZZsPBEsHg=="}]},"scripts":{}},"0.7.0":{"author":{"name":"Johan Dahlberg","email":"dahlberg.johan@gmail.com","url":"jfd.github.com"},"name":"stage","description":"Distributed testing for Node.js","version":"0.7.0","bin":{"stage":"./bin/stage"},"man":["man/abort.1","man/clients.1","man/collect.1","man/install.1","man/jobs.1","man/master.1","man/run.1","man/slave.1","man/stage.1","man/tests.1","man/uninstall.1","man/setup-machine.1","man/setup-smartdc.1"],"dependencies":{"ws":"~0.4.22","temporary":"~0.0.5","forever":"~0.10.0"},"engines":{"node":">=0.7.7"},"readme":"Stage - Distributed Testing Suite\n=================================\n\nStage is a distributed testing suite for Node.js. The main goal is to provide a test suite that can help with network related test cases such as load balancing and performance testing.\n\nStage includes tools for setting up test networks (via SSH or Joyent SmartDC), distribute and running test and collecting results.\n\n\n## Installation\n\nStage installs via NPM. Run the following command in your terminal:\n\n    $  npm install stage -g\n\n\n## Example\n\nThis example is creating a testing enviroment using your current Joyent Smartdc settings (expects that SDC is currently installed and configured with environmental variables). \n\nFirst of, we need to setup a Stage Master server:\n\n    $  stage setup-smartdc master\n\nThe Master Server it self cannot run tests. This is done by slave servers. We can simply setup a Stage Slave server with the `setup-smartdc` command as well:\n\n    $  stage setup-smartdc slave --remote-url ws://<ip-and-port-to-master-server>\n\nWe are now ready to create our first test. Stage comes with a tool that initialize a basic test for you:\n\n    $  stage init-test mytest\n\nOur test is now created in the folder 'mytest'. The test can be run out-of-the-box but will not do much. In order for it do to something, you can edit the 'test.js' file.\n\nAll commands from this point is need to now the address to the master server. There is two ways of telling the command who to talk to. Via the comamnd line or via an environmental variable. We will go with the environmental variable in this case.\n\n    $   export STAGE_URL=http://<ip-and-port-to-master-server>\n\nYou could pass the argument `--url http://<ip-and-port-to-master-server>` if you prefer to leave the environment untouched.\n\nIt is now time to install the test on the Master Server:\n\n    $  stage install mytest\n\nThe test is now installed. Next step is to tell the master to run the test on the connected Slave. Note that this phase is async, the command will exit immidently.\n\n    $  stage run mytest@1.0.0\n\nYou can monitor the test via the `stage list` command. Once it is ready, you can collect the test results. This is done with the `stage collect` command:\n\n    $  stage collect 1\n\nThis is just a basic example in how to use Stage. See manpages for more information:\n\n    $  stage help\n\n\n## Issues\n\nPlease report any issue on github: https://github.com/jfd/stage/issues\n\n## License\n\nStage is licensed under the MIT license. See LICENSE in this repo for more information.\n\n\n## Copyright\n\nCopyright (c) 2013 Johan Dahlberg <http://jfd.github.com>","readmeFilename":"README.md","_id":"stage@0.7.0","dist":{"shasum":"99f1a0d5498f66a68a34794a087e987c6c9f9410","tarball":"https://registry.npmjs.org/stage/-/stage-0.7.0.tgz","integrity":"sha512-TGV23lnkNw+bchykbmJnniOlbdf8lfjkN5K4XaBjjG6xWIdxphZxnflVNQ6RyC6/XV/oaamQb8JeslUkXfdA3A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICBicxHP20yVJOatQsKtF5QNRSrv6hLiR4wPe1jifQ8pAiBFzVBzT3JZa1cXcxc9USMDguZjjcjLx+JeKsm79dtvag=="}]},"_npmVersion":"1.1.69","_npmUser":{"name":"jfd","email":"dahlberg.johan@gmail.com"},"maintainers":[{"name":"jfd","email":"dahlberg.johan@gmail.com"}],"directories":{}},"0.8.0":{"author":{"name":"Johan Dahlberg","email":"dahlberg.johan@gmail.com","url":"jfd.github.com"},"name":"stage","description":"Distributed testing for Node.js","version":"0.8.0","bin":{"stage":"./bin/stage"},"keywords":["test","testing","stage","distributed"],"man":["man/abort.1","man/clients.1","man/collect.1","man/install.1","man/jobs.1","man/master.1","man/run.1","man/slave.1","man/stage.1","man/tests.1","man/uninstall.1","man/setup-machine.1","man/setup-smartdc.1"],"dependencies":{"ws":"~0.4.22","temporary":"~0.0.5","forever":"~0.10.0"},"engines":{"node":">=0.7.7"},"readme":"Stage - Distributed Testing Suite\n=================================\n\nStage is a distributed testing suite for Node.js. The main goal is to provide a test suite that can help with network related test cases such as load balancing and performance testing.\n\nStage includes tools for setting up test networks (via SSH or Joyent SmartDC), distribute and running test and collecting results.\n\n\n## Installation\n\nStage installs via NPM. Run the following command in your terminal:\n\n    $  npm install stage -g\n\n\n## Example\n\nThis example is creating a testing enviroment using your current Joyent Smartdc settings (expects that SDC is currently installed and configured with environmental variables). \n\nFirst of, we need to setup a Stage Master server:\n\n    $  stage setup-smartdc master\n\nThe Master Server it self cannot run tests. This is done by slave servers. We can simply setup a Stage Slave server with the `setup-smartdc` command as well:\n\n    $  stage setup-smartdc slave --remote-url ws://<ip-and-port-to-master-server>\n\nWe are now ready to create our first test. Stage comes with a tool that initialize a basic test for you:\n\n    $  stage init-test mytest\n\nOur test is now created in the folder 'mytest'. The test can be run out-of-the-box but will not do much. In order for it do to something, you can edit the 'test.js' file.\n\nAll commands from this point is need to now the address to the master server. There is two ways of telling the command who to talk to. Via the comamnd line or via an environmental variable. We will go with the environmental variable in this case.\n\n    $   export STAGE_URL=http://<ip-and-port-to-master-server>\n\nYou could pass the argument `--url http://<ip-and-port-to-master-server>` if you prefer to leave the environment untouched.\n\nIt is now time to install the test on the Master Server:\n\n    $  stage install mytest\n\nThe test is now installed. Next step is to tell the master to run the test on the connected Slave. Note that this phase is async, the command will exit immidently.\n\n    $  stage run mytest@1.0.0\n\nYou can monitor the test via the `stage list` command. Once it is ready, you can collect the test results. This is done with the `stage collect` command:\n\n    $  stage collect 1\n\nThis is just a basic example in how to use Stage. See manpages for more information:\n\n    $  stage help\n\n\n## Issues\n\nPlease report any issue on github: https://github.com/jfd/stage/issues\n\n## License\n\nStage is licensed under the MIT license. See LICENSE in this repo for more information.\n\n\n## Copyright\n\nCopyright (c) 2013 Johan Dahlberg <http://jfd.github.com>","readmeFilename":"README.md","_id":"stage@0.8.0","dist":{"shasum":"ea3a2a7e3a3d16e3315c5a50e960b30f94de5ce3","tarball":"https://registry.npmjs.org/stage/-/stage-0.8.0.tgz","integrity":"sha512-hlafvNjhVWGZk9S2X9wvaF5dPW5wRS3FIBL/ZJ48ZcjwNmCi0cvSo/BzqtYK34BYXhquo5zHw+Pa51J+byi29g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGP2oclhuovziGwlJFErf6VGL2QD7iZl8J6EgdhYthmIAiEAwrfosxiZNj8Jmbv8Ru5zeNM5+FO3eYSnjqV0KJxwRxw="}]},"_npmVersion":"1.1.69","_npmUser":{"name":"jfd","email":"dahlberg.johan@gmail.com"},"maintainers":[{"name":"jfd","email":"dahlberg.johan@gmail.com"}],"directories":{}},"0.8.1":{"author":{"name":"Johan Dahlberg","email":"dahlberg.johan@gmail.com","url":"jfd.github.com"},"name":"stage","description":"Distributed testing for Node.js","version":"0.8.1","bin":{"stage":"./bin/stage"},"keywords":["test","testing","stage","distributed"],"man":["man/abort.1","man/clients.1","man/collect.1","man/install.1","man/jobs.1","man/master.1","man/run.1","man/slave.1","man/stage.1","man/tests.1","man/uninstall.1","man/setup-machine.1","man/setup-smartdc.1","man/clean-smartdc.1"],"dependencies":{"ws":"~0.4.22","temporary":"~0.0.5","forever":"~0.10.0"},"engines":{"node":">=0.7.7"},"readme":"Stage - Distributed Testing Suite\n=================================\n\nStage is a distributed testing suite for Node.js. The main goal is to provide a test suite that can help with network related test cases such as load balancing and performance testing.\n\nStage includes tools for setting up test networks (via SSH or Joyent SmartDC), distribute and running test and collecting results.\n\n\n## Installation\n\nStage installs via NPM. Run the following command in your terminal:\n\n    $  npm install stage -g\n\n\n## Example\n\nThis example is creating a testing enviroment using your current Joyent Smartdc settings (expects that SDC is currently installed and configured with environmental variables). \n\nFirst of, we need to setup a Stage Master server:\n\n    $  stage setup-smartdc master\n\nThe Master Server it self cannot run tests. This is done by slave servers. We can simply setup a Stage Slave server with the `setup-smartdc` command as well:\n\n    $  stage setup-smartdc slave --remote-url ws://<ip-and-port-to-master-server>\n\nWe are now ready to create our first test. Stage comes with a tool that initialize a basic test for you:\n\n    $  stage init-test mytest\n\nOur test is now created in the folder 'mytest'. The test can be run out-of-the-box but will not do much. In order for it do to something, you can edit the 'test.js' file.\n\nAll commands from this point is need to now the address to the master server. There is two ways of telling the command who to talk to. Via the comamnd line or via an environmental variable. We will go with the environmental variable in this case.\n\n    $   export STAGE_URL=http://<ip-and-port-to-master-server>\n\nYou could pass the argument `--url http://<ip-and-port-to-master-server>` if you prefer to leave the environment untouched.\n\nIt is now time to install the test on the Master Server:\n\n    $  stage install mytest\n\nThe test is now installed. Next step is to tell the master to run the test on the connected Slave. Note that this phase is async, the command will exit immidently.\n\n    $  stage run mytest@1.0.0\n\nYou can monitor the test via the `stage list` command. Once it is ready, you can collect the test results. This is done with the `stage collect` command:\n\n    $  stage collect 1\n\nThis is just a basic example in how to use Stage. See manpages for more information:\n\n    $  stage help\n\n\n## Issues\n\nPlease report any issue on github: https://github.com/jfd/stage/issues\n\n## License\n\nStage is licensed under the MIT license. See LICENSE in this repo for more information.\n\n\n## Copyright\n\nCopyright (c) 2013 Johan Dahlberg <http://jfd.github.com>","readmeFilename":"README.md","_id":"stage@0.8.1","dist":{"shasum":"4dd8cd2de14f14c1479cc38b66fa0202f9e99f2a","tarball":"https://registry.npmjs.org/stage/-/stage-0.8.1.tgz","integrity":"sha512-2MwuDEyInl2B4UM9R27OH1z9V/zzBPHlAG8I/VRov9MKedI/yGbKD6SbX7JdTo+WUD46vjo/2NaReI9YalmWqQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBR7dRgl2FkrUWXKxOTJOXlo4o4nkW5yQ9WZrHKRpzlxAiEAgEJKbs7QptSSAW+PYFl2ZiilimXAUpAOChCGXERljzQ="}]},"_npmVersion":"1.1.69","_npmUser":{"name":"jfd","email":"dahlberg.johan@gmail.com"},"maintainers":[{"name":"jfd","email":"dahlberg.johan@gmail.com"}],"directories":{}},"0.8.2":{"author":{"name":"Johan Dahlberg","email":"dahlberg.johan@gmail.com","url":"jfd.github.com"},"name":"stage","description":"Distributed testing for Node.js","version":"0.8.2","bin":{"stage":"./bin/stage"},"keywords":["test","testing","stage","distributed"],"man":["man/abort.1","man/clients.1","man/collect.1","man/install.1","man/jobs.1","man/localenv.1","man/master.1","man/run.1","man/slave.1","man/stage.1","man/tests.1","man/uninstall.1","man/setup-machine.1","man/setup-smartdc.1","man/clean-smartdc.1"],"dependencies":{"ws":"~0.4.22","temporary":"~0.0.5","forever":"~0.10.0"},"engines":{"node":">=0.7.7"},"readme":"Stage - Distributed Testing Suite\n=================================\n\nStage is a distributed testing suite for Node.js. The main goal is to provide a test suite that can help with network related test cases such as load balancing and performance testing.\n\nStage includes tools for setting up test networks (via SSH or Joyent SmartDC), distribute and running test and collecting results.\n\n\n## Installation\n\nStage installs via NPM. Run the following command in your terminal:\n\n    $  npm install stage -g\n\n\n## Example\n\nThis example is creating a testing enviroment using your current Joyent Smartdc settings (expects that SDC is currently installed and configured with environmental variables). \n\nFirst of, we need to setup a Stage Master server:\n\n    $  stage setup-smartdc master\n\nThe Master Server it self cannot run tests. This is done by slave servers. We can simply setup a Stage Slave server with the `setup-smartdc` command as well:\n\n    $  stage setup-smartdc slave --remote-url ws://<ip-and-port-to-master-server>\n\nWe are now ready to create our first test. Stage comes with a tool that initialize a basic test for you:\n\n    $  stage init-test mytest\n\nOur test is now created in the folder 'mytest'. The test can be run out-of-the-box but will not do much. In order for it do to something, you can edit the 'test.js' file.\n\nAll commands from this point is need to now the address to the master server. There is two ways of telling the command who to talk to. Via the comamnd line or via an environmental variable. We will go with the environmental variable in this case.\n\n    $   export STAGE_URL=http://<ip-and-port-to-master-server>\n\nYou could pass the argument `--url http://<ip-and-port-to-master-server>` if you prefer to leave the environment untouched.\n\nIt is now time to install the test on the Master Server:\n\n    $  stage install mytest\n\nThe test is now installed. Next step is to tell the master to run the test on the connected Slave. Note that this phase is async, the command will exit immidently.\n\n    $  stage run mytest@1.0.0\n\nYou can monitor the test via the `stage list` command. Once it is ready, you can collect the test results. This is done with the `stage collect` command:\n\n    $  stage collect 1\n\nThis is just a basic example in how to use Stage. See manpages for more information:\n\n    $  stage help\n\n\n## Issues\n\nPlease report any issue on github: https://github.com/jfd/stage/issues\n\n## License\n\nStage is licensed under the MIT license. See LICENSE in this repo for more information.\n\n\n## Copyright\n\nCopyright (c) 2013 Johan Dahlberg <http://jfd.github.com>","readmeFilename":"README.md","_id":"stage@0.8.2","dist":{"shasum":"1482ce886fb89160c147354b4c74ca019d094573","tarball":"https://registry.npmjs.org/stage/-/stage-0.8.2.tgz","integrity":"sha512-Y300cNc/p90CjhCMqqCWQBZoRbMqkrl00D/9Mza5PXn0Piyk8S3M+UFTw7Q0ZlXeO/jWgkuYl4IUfyaYQ3WvLg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG5VXi5Rz8NZvildhMTVZu5NaxI6m2XpDgqodoc0dMllAiEA6RkbyLzGYWapLe4P+RtdPpGZbL6FyfEbIE73FFRzWEI="}]},"_npmVersion":"1.1.69","_npmUser":{"name":"jfd","email":"dahlberg.johan@gmail.com"},"maintainers":[{"name":"jfd","email":"dahlberg.johan@gmail.com"}],"directories":{}},"0.9.0":{"author":{"name":"Johan Dahlberg","email":"dahlberg.johan@gmail.com","url":"jfd.github.com"},"name":"stage","description":"Distributed testing for Node.js","version":"0.9.0","bin":{"stage":"./bin/stage"},"keywords":["test","testing","stage","distributed"],"man":["man/abort.1","man/clients.1","man/collect.1","man/install.1","man/jobs.1","man/localenv.1","man/master.1","man/run.1","man/slave.1","man/stage.1","man/tests.1","man/uninstall.1","man/setup-machine.1","man/setup-smartdc.1","man/clean-smartdc.1"],"dependencies":{"ws":"~0.4.22","temporary":"~0.0.5","forever":"~0.10.0","ssh2":"0.2.14","smartdc":"7.1.1"},"repository":{"type":"git","url":"git://github.com/jfd/stage.git"},"engines":{"node":">=0.7.7"},"readme":"Stage - Distributed Testing Suite\n=================================\n\nStage is a distributed testing suite for Node.js. The main goal is to provide a test suite that can help with network related test cases such as load balancing and performance testing.\n\nStage includes tools for setting up test networks (via SSH or Joyent SmartDC), distribute and running test and collecting results.\n\n\n## Installation\n\nStage installs via NPM. Run the following command in your terminal:\n\n    $  npm install stage -g\n\n\n## Example\n\nThis example is creating a testing enviroment using your current Joyent Smartdc settings (expects that SDC is currently installed and configured with environmental variables). \n\nFirst of, we need to setup a Stage Master server:\n\n    $  stage setup-smartdc master\n\nThe Master Server it self cannot run tests. This is done by slave servers. We can simply setup a Stage Slave server with the `setup-smartdc` command as well:\n\n    $  stage setup-smartdc slave --remote-url ws://<ip-and-port-to-master-server>\n\nWe are now ready to create our first test. Stage comes with a tool that initialize a basic test for you:\n\n    $  stage init-test mytest\n\nOur test is now created in the folder 'mytest'. The test can be run out-of-the-box but will not do much. In order for it do to something, you can edit the 'test.js' file.\n\nAll commands from this point is need to now the address to the master server. There is two ways of telling the command who to talk to. Via the comamnd line or via an environmental variable. We will go with the environmental variable in this case.\n\n    $   export STAGE_URL=http://<ip-and-port-to-master-server>\n\nYou could pass the argument `--url http://<ip-and-port-to-master-server>` if you prefer to leave the environment untouched.\n\nIt is now time to install the test on the Master Server:\n\n    $  stage install mytest\n\nThe test is now installed. Next step is to tell the master to run the test on the connected Slave. Note that this phase is async, the command will exit immidently.\n\n    $  stage run mytest@1.0.0\n\nYou can monitor the test via the `stage list` command. Once it is ready, you can collect the test results. This is done with the `stage collect` command:\n\n    $  stage collect 1\n\nThis is just a basic example in how to use Stage. See manpages for more information:\n\n    $  stage help\n\n\n## Issues\n\nPlease report any issue on github: https://github.com/jfd/stage/issues\n\n## License\n\nStage is licensed under the MIT license. See LICENSE in this repo for more information.\n\n\n## Copyright\n\nCopyright (c) 2013 Johan Dahlberg <http://jfd.github.com>","readmeFilename":"README.md","bugs":{"url":"https://github.com/jfd/stage/issues"},"_id":"stage@0.9.0","dist":{"shasum":"d1e93158fc8c1ad5cfc3fde3cbaa90c97763eace","tarball":"https://registry.npmjs.org/stage/-/stage-0.9.0.tgz","integrity":"sha512-3Wwg5w/EYosyqdE9Q/F26uiVLOfSF77LBJiO3v4gCYmw3SsklZXy2wU5P9klD93oSq8FwA8IqybUstLs2HbmAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqhYqiGGaOYPzek7bjM1gW6UyTEYbE58HQ3otErf9HPQIgforboBJhTo/c+V3YAORygA0Jv+7chEOKpr8LJJ/v6hM="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"jfd","email":"dahlberg.johan@gmail.com"},"maintainers":[{"name":"jfd","email":"dahlberg.johan@gmail.com"}],"directories":{}},"1.0.0":{"name":"stage","version":"1.0.0","description":"","main":"stage.js","scripts":{"build":"babel src -d build"},"repository":{"type":"git","url":"git+https://github.com/TruongHuuTien/stage.git"},"author":{"name":"truonghuutien"},"license":"MIT","bugs":{"url":"https://github.com/TruongHuuTien/stage/issues"},"homepage":"https://github.com/TruongHuuTien/stage#readme","devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1"},"gitHead":"d6ee8bcac0091cf61f7842e87ae7105392a92f76","_id":"stage@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"truonghuutien","email":"truong.htien@gmail.com"},"dist":{"integrity":"sha512-KowssITfxZCBInpvpd5r7mSBDn3qKUMc7D+K35S2EGIWfseZiCVKlHUU0zrpdn2ZaIYCFbp1FJ83Pny6NfqByA==","shasum":"7e23056c2c9b996c3ba77cf7d36f22e86c76b711","tarball":"https://registry.npmjs.org/stage/-/stage-1.0.0.tgz","fileCount":4,"unpackedSize":1757,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB5KPKV1INTVIky4yKQ2vLpu3PLzMbylSyM49dMhFJRgAiEApJh98j0+e/9XiuUakV4wo9O69VcNf2j5vYlKLjcwOBY="}]},"maintainers":[{"email":"truong.htien@gmail.com","name":"truonghuutien"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stage_1.0.0_1520513096501_0.2686399148237979"},"_hasShrinkwrap":false},"1.0.1-alpha1":{"name":"stage","version":"1.0.1-alpha1","description":"Your next app. Ready to go.","main":"build/lib/index.js","types":"build/index.d.ts","scripts":{"build":"tsc","format":"prettier --write \"src/**/*.ts\"","lint":"tslint -p tsconfig.json","dev":"tsc --watch","test":"jest","prepare":"yarn build","prepublishOnly":"yarn test","preversion":"npm run lint"},"bin":{"stage":"bin/index.js"},"repository":{"type":"git","url":"git+https://github.com/includable/stage.git"},"author":{"name":"Thomas Schoffelen","email":"thomas@schof.co"},"license":"MIT","keywords":["serverless","framework","typescript"],"bugs":{"url":"https://github.com/includable/stage/issues"},"homepage":"https://github.com/includable/stage#readme","devDependencies":{"@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^13.3.0","@tailwindcss/forms":"^0.5.2","@tailwindcss/typography":"^0.5.4","@types/aws-lambda":"^8.10.102","@types/express":"^4.17.13","@types/jest":"^28.1.7","@types/mime-types":"^2.1.1","@types/reach__router":"^1.3.10","@vitejs/plugin-react":"^2.0.1","autoprefixer":"^10.4.8","express":"^4.18.1","jest":"^28.1.3","postcss":"^8.4.16","prettier":"^2.7.1","tailwindcss":"^3.1.8","ts-jest":"^28.0.8","tslint":"^6.1.3","tslint-config-prettier":"^1.18.0","typescript":"^4.7.4","vite":"^3.0.8","yaml":"^2.1.1"},"jest":{"transform":{"^.+\\.(t|j)sx?$":"ts-jest"},"moduleFileExtensions":["ts","tsx","js","jsx","json","node"]},"dependencies":{"@aws-sdk/client-cloudfront":"^3.154.0","@aws-sdk/client-s3":"^3.154.0","@heroicons/react":"^1.0.6","@reach/router":"^1.3.4","@vendia/serverless-express":"^4.10.1","chalk":"^4.1.2","commander":"^9.4.0","esbuild":"^0.15.6","mime-types":"^2.1.35","nanoid":"^3.3.4","react":"^18.2.0","react-dom":"^18.2.0","s3-sync-client":"^3.0.3","serverless":"^3.22.0","serverless-stack-output":"^0.2.3","source-map-support":"^0.5.21"},"gitHead":"68da8be15b3dbf12b0bd60c2e1b92ca0a74609b0","_id":"stage@1.0.1-alpha1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-4UfMGBIcsgibjEOJNW8eCuvQy1o8lk9fRAM4t71a3dDob3whhjtvjcr3H3LnjCMTc8OqMwdBd3Cru67wxBRiew==","shasum":"16f030582129e2262731eb605917db62bdb888ce","tarball":"https://registry.npmjs.org/stage/-/stage-1.0.1-alpha1.tgz","fileCount":27,"unpackedSize":28751,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4DXgZTcr4uvC9VtR0doylbtrAJBhJHCsfZzH5x+YpzAiEAmEfVhj0Q1WB0XFcTx9tcNG3m+OsmW4JvjgJKYwtgYzo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD5BCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLHQ//Wg2oGJ8IdPNGuK+UjwSY/OKKugpZKiQp4Um7XQnPhJxGUmLQ\r\nXNe4TCalaC+8eeUbl1Lxua3d2cUrcAeO4QkSqDiYba1m89aSGLedvEV6enxh\r\n9qquhwiOcw8mcn2EarcqzaCmcKtbv+gNe0YEFkD+EDTFaSucJsGXYTVcEH43\r\nT26VKMPFJys1yywCjp0IP56Cyefw/GqNXC9vdaJgZq4XaBCw8P5l/hWXZzOc\r\nG6nvwXAZyRkrtziTQ4h8LE01XnmXOfe7tffy8VaqKh9/pP86Hfiu3txK30zq\r\nd7p+hkouI7tIaAbtovDmkz3KZ7Z8RJr4onEOBBy/eak66wxv+VVwrYsE5ZLk\r\nHlv4k9c1weV3yAR9S2ellaPM27W4B6eC7lhTV0Hgj5TcoToy/0V7HkrNotnz\r\ng9sLxCmfP+8N1kpNyK9eGwjS7OXfwBvyNTWekxSCn/siCi8UbL3NqDFltYxY\r\nWHf51t188QKfn0i73VhHjxb9tWA8xXGbPQvAk5pibzgsWSH191cGhHFw8Vo0\r\nErglaonx2FRCVsH2j+WOKmRSYLIgc0JFVpjVLsBxwBHMOND8TUMGi1PrfNmb\r\n9b9MPKEz/LeTYhaaZT9+vH7yHN3FX4WOVN3uAIc0H9eGPGKt5oO5rJjOzo0O\r\ntgdXFs5VQLVIa1iS5mQTaBLJSljIROJgJ+4=\r\n=lpzF\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"tschoffelen","email":"thomas@schof.co"},"directories":{},"maintainers":[{"name":"tschoffelen","email":"thomas@schof.co"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stage_1.0.1-alpha1_1661964354191_0.8931973069354764"},"_hasShrinkwrap":false}},"maintainers":[{"name":"tschoffelen","email":"thomas@schof.co"}],"time":{"modified":"2022-08-31T16:45:54.419Z","created":"2011-05-30T11:28:55.398Z","0.7.0":"2013-01-21T16:27:00.718Z","0.7.1":"2011-05-31T16:48:56.318Z","0.7.2":"2011-06-14T15:29:44.347Z","0.8.0":"2013-01-21T16:37:41.171Z","0.8.1":"2013-01-30T12:57:05.183Z","0.8.2":"2013-01-30T16:16:02.832Z","0.9.0":"2013-11-20T17:57:33.314Z","1.0.0":"2018-03-08T12:44:57.317Z","1.0.1-alpha1":"2022-08-31T16:45:54.350Z"},"author":{"name":"Thomas Schoffelen","email":"thomas@schof.co"},"repository":{"type":"git","url":"git+https://github.com/includable/stage.git"},"homepage":"https://github.com/includable/stage#readme","bugs":{"url":"https://github.com/includable/stage/issues"},"license":"MIT","readme":"<a href=\"https://includable.com/?utm_source=stage\"><img src=\"https://schof.link/p_Gp_5Q\" alt=\"Includable\"/></a>\n\n# Includable Stage\n\n**The simple way to build your next app. With built-in authentication, front-end components, navigation and more.**\n\n---\n\nIncludable Stage is currently in development. We're a long way out from something usable, but so far it's a fun experiment! The instructions below are aspirational, rather than describing current functionality.\n\n## Getting started\n\nFirst install the `stage` CLI:\n\n```\nnpm i -g stage\n```\n\nYou can then create your first app:\n\n```\nstage create my-app\n```\n\nAfter creating the app, you can `cd` into the new directory and run it locally:\n\n```\ncd my-app\nstage\n```\n\n## Deploying to production\n\nMake sure you have your AWS credentials set up locally. These will be used to deploy your project.\n\nSimply run:\n\n```\nstage deploy\n```\n\nThe first deploy will take around 2 minutes, with any following deploys usually taking under 15 seconds!\n","readmeFilename":"README.md","description":"Your next app. Ready to go.","keywords":["serverless","framework","typescript"]}