{"_id":"nodekit-cli","_rev":"59-78bbce1c3e8868a8bc0a00afcfa1f027","name":"nodekit-cli","time":{"modified":"2022-06-22T02:55:59.344Z","created":"2017-01-31T00:01:07.655Z","0.8.13":"2017-01-31T00:01:07.655Z","0.8.14":"2017-01-31T00:08:43.390Z","0.8.15":"2017-01-31T00:16:32.872Z","0.8.16":"2017-01-31T00:55:22.071Z","0.8.17":"2017-01-31T01:00:59.557Z","0.8.18":"2017-01-31T01:04:59.099Z","0.8.19":"2017-01-31T01:09:42.638Z","0.8.20":"2017-01-31T01:13:45.142Z","0.8.21":"2017-01-31T01:37:32.806Z","0.8.22":"2017-01-31T01:59:54.316Z","0.8.23":"2017-01-31T02:20:07.464Z","0.8.24":"2017-01-31T02:24:40.249Z","0.8.25":"2017-01-31T02:28:48.726Z","0.8.26":"2017-01-31T02:32:17.590Z","0.8.27":"2017-01-31T15:33:21.998Z","0.8.28":"2017-01-31T15:34:39.259Z","0.8.29":"2017-01-31T15:36:24.442Z","0.8.30":"2017-01-31T15:43:25.858Z","0.8.31":"2017-01-31T16:05:37.394Z","0.8.32":"2017-01-31T16:15:07.073Z","0.8.33":"2017-01-31T16:21:36.541Z","0.8.34":"2017-01-31T16:24:08.942Z","0.8.35":"2017-01-31T16:32:19.896Z","0.8.36":"2017-01-31T16:43:40.705Z","0.8.37":"2017-01-31T17:01:42.651Z","0.8.38":"2017-01-31T17:03:05.117Z","0.8.39":"2017-01-31T17:39:03.181Z","0.8.40":"2017-01-31T17:40:10.698Z","0.8.41":"2017-01-31T17:46:25.677Z","0.8.42":"2017-01-31T17:51:29.323Z","0.8.43":"2017-01-31T23:20:00.309Z","0.8.44":"2017-01-31T23:43:31.349Z","0.8.45":"2017-02-01T13:44:42.754Z","0.8.46":"2017-02-01T14:35:17.959Z","0.8.47":"2017-02-01T14:46:57.432Z","0.8.48":"2017-02-01T15:07:17.950Z","0.8.49":"2017-02-01T21:28:45.432Z","0.8.50":"2017-02-02T03:04:48.415Z","0.8.51":"2017-02-02T03:17:20.724Z","0.8.52":"2017-02-02T14:34:29.377Z","0.8.53":"2017-02-03T22:46:14.789Z","0.8.54":"2017-02-04T15:02:05.289Z","0.8.55":"2017-02-04T16:34:24.164Z","0.8.56":"2017-02-09T00:29:28.953Z","0.8.57":"2017-02-15T05:02:20.471Z","0.8.58":"2017-02-16T14:55:32.715Z","0.8.59":"2017-02-18T14:02:00.950Z","0.8.60":"2017-02-18T14:05:35.526Z"},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"dist-tags":{"latest":"0.8.60"},"description":"A command-line tool for creating {NK} NodeKit applications","readme":"![http://nodekit.io](https://raw.githubusercontent.com/nodekit-io/nodekit/master/docs/images/banner.png?v02)\n*{NK} NodeKit* is the universal, open-source, embedded engine that provides a full Node.js instance inside desktop and mobile applications for macOS, iOS, Android, and Windows. \n\nThis repository provides a command line interface to create a new **{NK} NodeKit** skeleton app for any or all of the target platforms, and/or\nwraps an existing Node.js, desktop or web application in a **{NK} NodeKit** package that can be deployed to each of the appropriate app stores.\n\nSee [nodekit.io](http://nodekit.io) for further details on **{NK} NodeKit**\n\n# {NK} NodeKit Command Line\n\n[![Join the chat at https://gitter.im/nodekit-io/nodekit](https://img.shields.io/badge/Chat-on_gitter-46BC99.svg?style=flat)](https://gitter.im/nodekit-io/nodekit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n[![{NK} Roadmap](https://img.shields.io/badge/OpenSource-roadmap-4DA6FD.svg?style=flat-square)](http://roadmap.nodekit.io)\n[![Twitter Follow](https://img.shields.io/twitter/follow/nodekitio.svg?style=social)](https://twitter.com/nodekitio)\n\n## Installation\n\nMake sure you have Node.js installed (between v4 and v6).\n\nOptimal: install Node.js version 6.7 or later and npm 3.10 or later using nvm\n\n``` bash\nnpm install -g nodekit-cli\n```\n\n## Create and run a nodekit application\n\n``` bash\nnodekit create myApp\ncd myApp\nnodekit platform add macos\nnodekit build\nnodekit run\n``` \n\n## Target Platforms\n\n| Platform  | Supported  |\n|---|---|\n| android  |  In Testing |\n| ios |  Supported  |\n| macos  |  Supported |\n| windows  |  In progress |\n| ubuntu  |  Not started |\n| nodejs  |  Not started |\n\n## License\n\nApache 2.0\n\n## Related Repositories on GitHub\n* [nodekit-io/nodekit](https://github.com/nodekit-io/nodekit) contains the core documents and issues tracker\n* [nodekit-io/nodekit-cli](https://github.com/nodekit-io/nodekit-cli) contains the command line tool\n* [nodekit-io/nodekit-darwin](https://github.com/nodekit-io/nodekit-darwin), [nodekit-io/nodekit-windows](https://github.com/nodekit-io/nodekit-windows), and [nodekit-io/nodekit-android](https://github.com/nodekit-io/nodekit-android) contain the platform specific versions of {NK} NodeKit Source\n\n## Use of Cordova Command Line Tooling\n\nNote that the command line interface for creating, building and running platforms is adapted from the Cordova Command line interface.  The platforms\ndirectory will contain some files forked from the Cordova repositories but these are only used during the build phase, and the Cordova engine is not included in the\nNodeKit runtime engine.  We do this because XCode, Visual Studio and Android Studio continue to evolve their build pipelines and project file structures,\nand so we can get the benefits of all the hard work that goes into cordova-cli, cordova-lib and cordova-common.\n\nAutomatic refactor and patch from cordova-cli repository\n\n``` bash\nnpm install\ngulp clean\ngulp refactor\n```\n","versions":{"0.8.47":{"name":"nodekit-cli","version":"0.8.47","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.3","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-ubuntu":"4.x.x","cordova-windows":"4.x.x","nodekit-sample":"^0.8.3","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"7825a6754aed82215a15a85c2a2f3abc88b5fa01","_id":"nodekit-cli@0.8.47","_shasum":"90bc77551ef34504092116e77b447be9ce2e9930","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"90bc77551ef34504092116e77b447be9ce2e9930","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.47.tgz","integrity":"sha512-gidwjEVkoOC7cH6pbDQttJfKqvjaXDCRLrMxpXtyv4zxJRAJsnPziTDaQ/phqDtjv1/n8TPMbrcype85wtpBsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB/sEMsU3rlu5qJF03FUVapJ4SZ9bGvocGwWdW4q0DVLAiEAqD8oX626BEjJ8Msn6/+xuxJd9743v+06Mm5TiY+IXoU="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.47.tgz_1485960416759_0.11250143242068589"}},"0.8.48":{"name":"nodekit-cli","version":"0.8.48","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.3","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-ubuntu":"4.x.x","cordova-windows":"4.x.x","nodekit-sample":"^0.8.3","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"41733592556d9412254a1042bc2c0d59915e2f18","_id":"nodekit-cli@0.8.48","_shasum":"b6efb08f3fd4f60aec26fa726af71a4f569c5787","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"b6efb08f3fd4f60aec26fa726af71a4f569c5787","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.48.tgz","integrity":"sha512-hQnaZVYYPd97u2Z3NgDJc4C4qvNyfvrmIzIWxvZWWhaJ2jJBwJZpmBxs5ViRiv1yeu/VY2UPcoOmfec+8WcTPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDglq4oFvkUisai1Wc1uSNvsubNGWAylSB8r44UdJ4q7wIgEQ3SSuenpwRwR9MaQrCqqrwzvOb+1xZgv3UYNqBLMBU="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.48.tgz_1485961637109_0.8252896552439779"}},"0.8.49":{"name":"nodekit-cli","version":"0.8.49","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.10","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-ubuntu":"4.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"aa426915714160428905b5c2afa377fe95a9bee8","_id":"nodekit-cli@0.8.49","_shasum":"a237ad6941e982c971dce2567b185cfc195f27e6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"a237ad6941e982c971dce2567b185cfc195f27e6","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.49.tgz","integrity":"sha512-D5q2pjZ9V33KpZ27lUiwafkxR5roogV3v9/A324IyffhsUJ3diu0YwdWWk864/zHFzeV0iDbQSVuWwaZDABXPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChbhKS0Zp6kUksnLWViBIXPF8cJ/NwkYBjajV2yDSOqwIgZDpawEuGduaQhA+i/A4m2qSXPNipS5pBrzNKCbWXxRs="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.49.tgz_1485984524825_0.10217162570916116"}},"0.8.50":{"name":"nodekit-cli","version":"0.8.50","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.10","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-ubuntu":"4.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"561d234555cea7848a45fdfc0e99a4026d6718c4","_id":"nodekit-cli@0.8.50","_shasum":"1a3ec5542ec3bdad6cd2fb37347215ae3322b5be","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"1a3ec5542ec3bdad6cd2fb37347215ae3322b5be","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.50.tgz","integrity":"sha512-/Gs+SGpJ3rurXsVjR7idw1ai8JXfoVv6Nl03nl23ZnvWiv6TFeSZSujoi/2xkbh90ha5/T5UwjH/akZolsaSTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDA83mtNpBeWOTuXG6napBfeGhtBSs+DC2cZFbgajH9OgIhAMrVr7VSFWcFblSkMU7clbjnj2yzdXbr20uflzXqTi0/"}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.50.tgz_1486004685410_0.8503600978292525"}},"0.8.51":{"name":"nodekit-cli","version":"0.8.51","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.10","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-ubuntu":"4.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"727beb32840c774b313952b1ee242aeff41cd2ec","_id":"nodekit-cli@0.8.51","_shasum":"20e44b42a30c047f86be3550a902534afa9dc8ff","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"20e44b42a30c047f86be3550a902534afa9dc8ff","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.51.tgz","integrity":"sha512-IQ4wnHHwQdepwCLtsgv0f+f1SB8Dn2oI/jHpkS0GMY8cbEPp/Ajni9H5LSGSqKZqD7vGEgDVO5516QRcWH8Ipg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEHoYJSElhmXDPr4DMa6U9nY2fUChRMJ3RR12XTkV9FlAiAsyBQffbk3gdLkeQLpZZIE7bTTG/Vna4FaegfydqfAEA=="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.51.tgz_1486005436830_0.14088220009580255"}},"0.8.52":{"name":"nodekit-cli","version":"0.8.52","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.10","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-ubuntu":"4.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"974d944f1e82370f8b3c6a99ba8c1f65ec8ce5c2","_id":"nodekit-cli@0.8.52","_shasum":"d6906a29a712cce356dafe2af58472c6564e35ca","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"d6906a29a712cce356dafe2af58472c6564e35ca","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.52.tgz","integrity":"sha512-d+K1e30fn9eb80dvwyGKQtIdqKOMxxRDgXv4nGVsM9iO88yz43Iy4JuViRhB/t249fp8LbtjOwuCFc5vPd5Kcg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChpZkGuL5nKzYbY2mvV0fAhhWGAsv5s0ty/SkcTfYuIAiAoFicwsDFnQIHRzyqznHNICtOHtrrcFlQY05GUZyM8hg=="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.52.tgz_1486046066051_0.9782729037106037"}},"0.8.53":{"name":"nodekit-cli","version":"0.8.53","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.10","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-ubuntu":"4.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"070d1612744faa831567c89edd8b69c4abab3d7e","_id":"nodekit-cli@0.8.53","_shasum":"a99261ee508ff8072b8d08698a46090d78cea476","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"a99261ee508ff8072b8d08698a46090d78cea476","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.53.tgz","integrity":"sha512-6cd+0Wus16HF7FLKB7mngQkfwM4YY9VNEURn9YxGPClz1q1jzlN3DS/JibuMQIZWvrEDUglpq+G7dw88B98mjw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlbPDxmjm6Du/nD8ebob5hwTlkecy8PVLsVhny78icGQIgDXVbFR330lpMYf+emHLHSU13Ssgv++yUoryh+y9g5jQ="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.53.tgz_1486161974077_0.4789322561118752"}},"0.8.54":{"name":"nodekit-cli","version":"0.8.54","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.10","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-ubuntu":"4.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"91b43999429df827caf6900590b6d0521ac8f1cf","_id":"nodekit-cli@0.8.54","_shasum":"1878158c26683b14f30fb9ee22bcc88d68f5968a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"1878158c26683b14f30fb9ee22bcc88d68f5968a","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.54.tgz","integrity":"sha512-AzzgjuTx+NX0ISHqilbDnFPUvON1F4plCWS9yWOechczenkVESpxqJftkvNsoZ4zBdiBCpxT1ad/qShDcnF5Jw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrAUA1NvTj0+WrdxMZTKOOk/TIIfaB1+xqatwWBs3uRwIhAPNboRB0igppgg/3Kn+PPPT6RuSvg7f8k+tMRCLDgEcy"}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.54.tgz_1486220522258_0.6659867123235017"}},"0.8.55":{"name":"nodekit-cli","version":"0.8.55","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.10","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-ubuntu":"4.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"11cff3f364af3c226747327c5999deaddadae6dc","_id":"nodekit-cli@0.8.55","_shasum":"643ef2251479c21252e57f4cc7fa50695375a8f6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"643ef2251479c21252e57f4cc7fa50695375a8f6","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.55.tgz","integrity":"sha512-HmhZQtyn90cN4V9ORgyCmTYRCmfm7ABzCkEiJssA5TS5qD0WFd3VE2x2nvfCmWwqJ5c954SXSxQavYMJJCxfrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDkweP5zRvDYc2WUYMkED0DkQ4UAtS/4IzOfTp3iznKAAiEAobACRvKn5oc8PMKhwdz2G3L5rc+61X/rZ3k2u56eyWU="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.55.tgz_1486226060785_0.9411443420685828"}},"0.8.56":{"name":"nodekit-cli","version":"0.8.56","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.12","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"68bff4727508bd73e2233972040ec59f5789d053","_id":"nodekit-cli@0.8.56","_shasum":"bb74ccfb7fbc7065d4c0cbe8efbed7c979f06e04","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"bb74ccfb7fbc7065d4c0cbe8efbed7c979f06e04","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.56.tgz","integrity":"sha512-i7wsr63HlghWnI74/J12A+tWbPQesdEDgPq8t6hdzvxrEuj/cj9e000x35NiQKdQLuTE7IOmPX9+AvkIGOkPHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG6RXscIz/yVvONBE9IrdVSo6ldXx7JP87Im+SlO99NRAiEA78egV6cjCrXRrXx7dGWgYgRbtxcjA9kA+aYdW0P7m5k="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.56.tgz_1486600165794_0.29993263399228454"}},"0.8.57":{"name":"nodekit-cli","version":"0.8.57","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.12","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"12d1aecd4ccda324c07bded2f060c2f8c61d1416","_id":"nodekit-cli@0.8.57","_shasum":"ef3600a07bb30c4a0cf1c9308a41a2cfeaee6b7b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"ef3600a07bb30c4a0cf1c9308a41a2cfeaee6b7b","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.57.tgz","integrity":"sha512-uptxKeim/6+F/vuqUuTB1pkMAJkjKCi8DmKVoKNBKf7zU+nmN5SBzlxgHBJguFcDn7b2ksxRqV8hHaHgd03vyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3+kxTHWVJO48d4ja6wDjHtQ9Zq7WU79hmZL+X6Mh/IwIgQUzz4/yHcQSrBb7MqHye3r8Sg10k7nWvYE/tIzlB9BY="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.57.tgz_1487134939857_0.9063230163883418"}},"0.8.58":{"name":"nodekit-cli","version":"0.8.58","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.6","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.15","nopt":"3.0.6","npm":"^3.10.x","opener":"1.4.2","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.75.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^1.0.2","valid-identifier":"0.0.1","xcode":"^0.8.9"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-windows":"4.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^4.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"07cba0a898e87148f616337d37d5fccb4752a799","_id":"nodekit-cli@0.8.58","_shasum":"94a4b3643c505bc029acb0ace78a70cc17c1be2a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"94a4b3643c505bc029acb0ace78a70cc17c1be2a","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.58.tgz","integrity":"sha512-T12o+yQCJP4+FEkEaYiLw3RfkSf1dYEDQHEh0iK46qbDSKU+CcTsFvkYuwwdD0JkrNjCXX242PahLfNkGmj07g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAeuVxHkbNs1coP2+lJL9AZiicKHFSJu9ZmTB8uzt/ZYAiEA+J0PpaB3AMUqHN8XSiv6xj1WbBiLfW7m486SL1oQmnM="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.58.tgz_1487256928914_0.23996395873837173"}},"0.8.59":{"name":"nodekit-cli","version":"0.8.59","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.7","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.15","nopt":"4.0.1","npm":"^4.2.x","opener":"1.4.3","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.79.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^2.1.0","valid-identifier":"0.0.1","xcode":"^0.9.1","xml2js":"^0.4.17"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-windows":"5.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^5.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"cfc27d56a6384e041f0853ab69e247ba59f2981b","_id":"nodekit-cli@0.8.59","_shasum":"37ea73d9b458a72f4be610e3bc17e4795cbc09f0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"37ea73d9b458a72f4be610e3bc17e4795cbc09f0","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.59.tgz","integrity":"sha512-wVBi5xS52LVC9gP0aiiJ7hEkh/8X3PQzb1h1WLO8geAcQIG1c9NOoqcCsUiGiS6PS+tH30QO8n9vXdXEQK/tXg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICdnjkOMaQVIyyC0Og7IirU6vtl4V8kFN54u3LRg5cQdAiApisSvGaAXVYfGGj4DzBsW1SaF8o+TCCEk+qmVrm6LVg=="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.59.tgz_1487426517614_0.7569915347266942"}},"0.8.60":{"name":"nodekit-cli","version":"0.8.60","description":"A command-line tool for creating {NK} NodeKit applications","main":"index.js","scripts":{"prepublish":"require-self","test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"keywords":["nodekit"],"bin":{"nodekit":"./bin/nodekit","nodekit-scripts":"./bin/nodekit"},"author":{"name":"OffGrid Networks"},"license":"Apache-2.0","bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","dependencies":{"aliasify":"^2.0.0","ansi":"^0.3.1","bplist-parser":"^0.1.1","chalk":"^1.1.3","compression":"^1.6.2","cordova-js":"4.x.x","cordova-registry-mapper":"1.x","dep-graph":"1.1.0","dependency-ls":"^1.0.0","elementtree":"0.1.7","express":"^4.14.0","glob":"^7.1.1","init-package-json":"^1.9.4","insight":"~0.8.2","ios-sim":"^5.0.8","is-url":"^1.2.2","minimatch":"^3.0.3","nodekit-sample":"^0.8.15","nopt":"4.0.1","npm":"^4.2.x","opener":"1.4.3","osenv":"^0.1.3","plist":"^2.0.1","properties-parser":"^0.3.1","q":"1.4.1","request":"2.79.0","semver":"^5.3.x","shelljs":"^0.7.4","tar":"2.2.1","underscore":"1.8.3","unorm":"^1.4.1","update-notifier":"^2.1.0","valid-identifier":"0.0.1","xcode":"^0.9.1","xml2js":"^0.4.17"},"devDependencies":{"cordova":"6.x.x","cordova-android":"6.x.x","cordova-common":"2.x.x","cordova-create":"1.x.x","cordova-fetch":"1.x.x","cordova-ios":"4.x.x","cordova-lib":"6.x.x","cordova-osx":"4.x.x","cordova-serve":"^1.x.x","cordova-windows":"5.x.x","require-self":"*","del":"^2.2.2","gulp":"^3.9.1","gulp-filter":"^5.0.0","gulp-rename":"*","gulp-replace":"*"},"gitHead":"9dae971614b1f1788afc7a7d3c669798d68e03bc","_id":"nodekit-cli@0.8.60","_shasum":"b10ebe03d6dece0a11be4e268253401108f4711d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"nodekit-io","email":"admin@nodekit.io"},"dist":{"shasum":"b10ebe03d6dece0a11be4e268253401108f4711d","tarball":"https://registry.npmjs.org/nodekit-cli/-/nodekit-cli-0.8.60.tgz","integrity":"sha512-yc1Tm19PjUpDBXjSHWk04pdu3MMMWcSHfPHC/4SNqCisOKyAMqxcd10cvfzSD9B5cx87vFgHo32r1re667iJ4A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTrlMnqNx4L8dcDoqN9lMx2nYqn7E4jnw3zTshIG410QIgT651P/4/Mbvz/po4LLkYSNW8vxOhqN6GbzzWIHqB+Eo="}]},"maintainers":[{"name":"nodekit-io","email":"admin@nodekit.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nodekit-cli-0.8.60.tgz_1487426732416_0.27225071331486106"}}},"homepage":"https://github.com/nodekit-io/nodekit-cli#readme","keywords":["nodekit"],"repository":{"type":"git","url":"git+https://github.com/nodekit-io/nodekit-cli.git"},"author":{"name":"OffGrid Networks"},"bugs":{"url":"https://github.com/nodekit-io/nodekit-cli/issues"},"license":"Apache-2.0","readmeFilename":"README.md"}