208 lines
10 KiB
Plaintext
208 lines
10 KiB
Plaintext
{<<"app">>,<<"phoenix">>}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|
|
{<<"description">>,
|
|
<<"Productive. Reliable. Fast. A productive web framework that\ndoes not compromise speed or maintainability.">>}.
|
|
{<<"elixir">>,<<"~> 1.9">>}.
|
|
{<<"files">>,
|
|
[<<"assets/js">>,<<"assets/js/phoenix">>,
|
|
<<"assets/js/phoenix/constants.js">>,<<"assets/js/phoenix/channel.js">>,
|
|
<<"assets/js/phoenix/timer.js">>,<<"assets/js/phoenix/presence.js">>,
|
|
<<"assets/js/phoenix/index.js">>,<<"assets/js/phoenix/socket.js">>,
|
|
<<"assets/js/phoenix/ajax.js">>,<<"assets/js/phoenix/push.js">>,
|
|
<<"assets/js/phoenix/utils.js">>,<<"assets/js/phoenix/serializer.js">>,
|
|
<<"assets/js/phoenix/longpoll.js">>,<<"lib">>,<<"lib/phoenix">>,
|
|
<<"lib/phoenix/naming.ex">>,<<"lib/phoenix/channel.ex">>,
|
|
<<"lib/phoenix/code_reloader">>,<<"lib/phoenix/code_reloader/proxy.ex">>,
|
|
<<"lib/phoenix/code_reloader/server.ex">>,<<"lib/phoenix/param.ex">>,
|
|
<<"lib/phoenix/test">>,<<"lib/phoenix/test/channel_test.ex">>,
|
|
<<"lib/phoenix/test/conn_test.ex">>,<<"lib/phoenix/presence.ex">>,
|
|
<<"lib/phoenix/logger.ex">>,<<"lib/phoenix/transports">>,
|
|
<<"lib/phoenix/transports/long_poll.ex">>,
|
|
<<"lib/phoenix/transports/long_poll_server.ex">>,
|
|
<<"lib/phoenix/transports/websocket.ex">>,<<"lib/phoenix/config.ex">>,
|
|
<<"lib/phoenix/token.ex">>,<<"lib/phoenix/controller.ex">>,
|
|
<<"lib/phoenix/controller">>,<<"lib/phoenix/controller/pipeline.ex">>,
|
|
<<"lib/phoenix/code_reloader.ex">>,<<"lib/phoenix/router.ex">>,
|
|
<<"lib/phoenix/channel">>,<<"lib/phoenix/channel/server.ex">>,
|
|
<<"lib/phoenix/socket.ex">>,<<"lib/phoenix/digester">>,
|
|
<<"lib/phoenix/digester/gzip.ex">>,<<"lib/phoenix/digester/compressor.ex">>,
|
|
<<"lib/phoenix/endpoint">>,<<"lib/phoenix/endpoint/cowboy2_handler.ex">>,
|
|
<<"lib/phoenix/endpoint/supervisor.ex">>,
|
|
<<"lib/phoenix/endpoint/cowboy2_adapter.ex">>,
|
|
<<"lib/phoenix/endpoint/watcher.ex">>,
|
|
<<"lib/phoenix/endpoint/render_errors.ex">>,<<"lib/phoenix/endpoint.ex">>,
|
|
<<"lib/phoenix/digester.ex">>,<<"lib/phoenix/exceptions.ex">>,
|
|
<<"lib/phoenix/socket">>,<<"lib/phoenix/socket/message.ex">>,
|
|
<<"lib/phoenix/socket/transport.ex">>,<<"lib/phoenix/socket/serializers">>,
|
|
<<"lib/phoenix/socket/serializers/v1_json_serializer.ex">>,
|
|
<<"lib/phoenix/socket/serializers/v2_json_serializer.ex">>,
|
|
<<"lib/phoenix/socket/pool_supervisor.ex">>,
|
|
<<"lib/phoenix/socket/serializer.ex">>,<<"lib/phoenix/router">>,
|
|
<<"lib/phoenix/router/route.ex">>,
|
|
<<"lib/phoenix/router/console_formatter.ex">>,
|
|
<<"lib/phoenix/router/resource.ex">>,<<"lib/phoenix/router/scope.ex">>,
|
|
<<"lib/phoenix/router/helpers.ex">>,<<"lib/mix">>,<<"lib/mix/tasks">>,
|
|
<<"lib/mix/tasks/phx.gen.live.ex">>,<<"lib/mix/tasks/compile.phoenix.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.presence.ex">>,<<"lib/mix/tasks/phx.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.auth">>,
|
|
<<"lib/mix/tasks/phx.gen.auth/hashing_library.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.auth/injector.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.auth/migration.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.cert.ex">>,<<"lib/mix/tasks/phx.gen.notifier.ex">>,
|
|
<<"lib/mix/tasks/phx.routes.ex">>,<<"lib/mix/tasks/phx.gen.channel.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.release.ex">>,<<"lib/mix/tasks/phx.gen.json.ex">>,
|
|
<<"lib/mix/tasks/phx.digest.clean.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.embedded.ex">>,<<"lib/mix/tasks/phx.gen.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.secret.ex">>,<<"lib/mix/tasks/phx.gen.auth.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.schema.ex">>,<<"lib/mix/tasks/phx.digest.ex">>,
|
|
<<"lib/mix/tasks/phx.server.ex">>,<<"lib/mix/tasks/phx.gen.socket.ex">>,
|
|
<<"lib/mix/tasks/phx.gen.html.ex">>,<<"lib/mix/tasks/phx.gen.context.ex">>,
|
|
<<"lib/mix/phoenix">>,<<"lib/mix/phoenix/schema.ex">>,
|
|
<<"lib/mix/phoenix/context.ex">>,<<"lib/mix/phoenix.ex">>,
|
|
<<"lib/phoenix.ex">>,<<"priv">>,<<"priv/static">>,
|
|
<<"priv/static/favicon.ico">>,<<"priv/static/phoenix.cjs.js">>,
|
|
<<"priv/static/phoenix.mjs">>,<<"priv/static/phoenix.cjs.js.map">>,
|
|
<<"priv/static/phoenix.js">>,<<"priv/static/phoenix.mjs.map">>,
|
|
<<"priv/static/phoenix.png">>,<<"priv/static/phoenix.min.js">>,
|
|
<<"priv/templates">>,<<"priv/templates/phx.gen.html">>,
|
|
<<"priv/templates/phx.gen.html/new.html.heex">>,
|
|
<<"priv/templates/phx.gen.html/edit.html.heex">>,
|
|
<<"priv/templates/phx.gen.html/index.html.heex">>,
|
|
<<"priv/templates/phx.gen.html/form.html.heex">>,
|
|
<<"priv/templates/phx.gen.html/controller.ex">>,
|
|
<<"priv/templates/phx.gen.html/show.html.heex">>,
|
|
<<"priv/templates/phx.gen.html/controller_test.exs">>,
|
|
<<"priv/templates/phx.gen.html/view.ex">>,
|
|
<<"priv/templates/phx.gen.embedded">>,
|
|
<<"priv/templates/phx.gen.embedded/embedded_schema.ex">>,
|
|
<<"priv/templates/phx.gen.auth">>,
|
|
<<"priv/templates/phx.gen.auth/confirmation_new.html.heex">>,
|
|
<<"priv/templates/phx.gen.auth/registration_new.html.heex">>,
|
|
<<"priv/templates/phx.gen.auth/settings_edit.html.heex">>,
|
|
<<"priv/templates/phx.gen.auth/context_fixtures_functions.ex">>,
|
|
<<"priv/templates/phx.gen.auth/context_functions.ex">>,
|
|
<<"priv/templates/phx.gen.auth/confirmation_controller_test.exs">>,
|
|
<<"priv/templates/phx.gen.auth/notifier.ex">>,
|
|
<<"priv/templates/phx.gen.auth/reset_password_controller.ex">>,
|
|
<<"priv/templates/phx.gen.auth/confirmation_edit.html.heex">>,
|
|
<<"priv/templates/phx.gen.auth/_menu.html.heex">>,
|
|
<<"priv/templates/phx.gen.auth/registration_controller_test.exs">>,
|
|
<<"priv/templates/phx.gen.auth/auth.ex">>,
|
|
<<"priv/templates/phx.gen.auth/conn_case.exs">>,
|
|
<<"priv/templates/phx.gen.auth/test_cases.exs">>,
|
|
<<"priv/templates/phx.gen.auth/session_view.ex">>,
|
|
<<"priv/templates/phx.gen.auth/reset_password_new.html.heex">>,
|
|
<<"priv/templates/phx.gen.auth/reset_password_controller_test.exs">>,
|
|
<<"priv/templates/phx.gen.auth/auth_test.exs">>,
|
|
<<"priv/templates/phx.gen.auth/reset_password_edit.html.heex">>,
|
|
<<"priv/templates/phx.gen.auth/registration_controller.ex">>,
|
|
<<"priv/templates/phx.gen.auth/settings_controller_test.exs">>,
|
|
<<"priv/templates/phx.gen.auth/confirmation_controller.ex">>,
|
|
<<"priv/templates/phx.gen.auth/registration_view.ex">>,
|
|
<<"priv/templates/phx.gen.auth/migration.ex">>,
|
|
<<"priv/templates/phx.gen.auth/settings_controller.ex">>,
|
|
<<"priv/templates/phx.gen.auth/schema.ex">>,
|
|
<<"priv/templates/phx.gen.auth/routes.ex">>,
|
|
<<"priv/templates/phx.gen.auth/session_controller.ex">>,
|
|
<<"priv/templates/phx.gen.auth/session_new.html.heex">>,
|
|
<<"priv/templates/phx.gen.auth/session_controller_test.exs">>,
|
|
<<"priv/templates/phx.gen.auth/schema_token.ex">>,
|
|
<<"priv/templates/phx.gen.auth/settings_view.ex">>,
|
|
<<"priv/templates/phx.gen.auth/reset_password_view.ex">>,
|
|
<<"priv/templates/phx.gen.auth/confirmation_view.ex">>,
|
|
<<"priv/templates/phx.gen.presence">>,
|
|
<<"priv/templates/phx.gen.presence/presence.ex">>,
|
|
<<"priv/templates/phx.gen.channel">>,
|
|
<<"priv/templates/phx.gen.channel/channel.ex">>,
|
|
<<"priv/templates/phx.gen.channel/channel_test.exs">>,
|
|
<<"priv/templates/phx.gen.channel/channel_case.ex">>,
|
|
<<"priv/templates/phx.gen.release">>,
|
|
<<"priv/templates/phx.gen.release/dockerignore.eex">>,
|
|
<<"priv/templates/phx.gen.release/Dockerfile.eex">>,
|
|
<<"priv/templates/phx.gen.release/release.ex">>,
|
|
<<"priv/templates/phx.gen.release/rel">>,
|
|
<<"priv/templates/phx.gen.release/rel/migrate.bat.eex">>,
|
|
<<"priv/templates/phx.gen.release/rel/migrate.sh.eex">>,
|
|
<<"priv/templates/phx.gen.release/rel/server.sh.eex">>,
|
|
<<"priv/templates/phx.gen.release/rel/server.bat.eex">>,
|
|
<<"priv/templates/phx.gen.socket">>,
|
|
<<"priv/templates/phx.gen.socket/socket.js">>,
|
|
<<"priv/templates/phx.gen.socket/socket.ex">>,
|
|
<<"priv/templates/phx.gen.notifier">>,
|
|
<<"priv/templates/phx.gen.notifier/notifier.ex">>,
|
|
<<"priv/templates/phx.gen.notifier/notifier_test.exs">>,
|
|
<<"priv/templates/phx.gen.live">>,
|
|
<<"priv/templates/phx.gen.live/index.html.heex">>,
|
|
<<"priv/templates/phx.gen.live/show.ex">>,
|
|
<<"priv/templates/phx.gen.live/live_test.exs">>,
|
|
<<"priv/templates/phx.gen.live/index.ex">>,
|
|
<<"priv/templates/phx.gen.live/show.html.heex">>,
|
|
<<"priv/templates/phx.gen.live/form_component.html.heex">>,
|
|
<<"priv/templates/phx.gen.live/form_component.ex">>,
|
|
<<"priv/templates/phx.gen.live/live_helpers.ex">>,
|
|
<<"priv/templates/phx.gen.context">>,
|
|
<<"priv/templates/phx.gen.context/fixtures_module.ex">>,
|
|
<<"priv/templates/phx.gen.context/test_cases.exs">>,
|
|
<<"priv/templates/phx.gen.context/context_test.exs">>,
|
|
<<"priv/templates/phx.gen.context/schema_access.ex">>,
|
|
<<"priv/templates/phx.gen.context/fixtures.ex">>,
|
|
<<"priv/templates/phx.gen.context/context.ex">>,
|
|
<<"priv/templates/phx.gen.context/access_no_schema.ex">>,
|
|
<<"priv/templates/phx.gen.schema">>,
|
|
<<"priv/templates/phx.gen.schema/schema.ex">>,
|
|
<<"priv/templates/phx.gen.schema/migration.exs">>,
|
|
<<"priv/templates/phx.gen.json">>,
|
|
<<"priv/templates/phx.gen.json/fallback_controller.ex">>,
|
|
<<"priv/templates/phx.gen.json/controller.ex">>,
|
|
<<"priv/templates/phx.gen.json/changeset_view.ex">>,
|
|
<<"priv/templates/phx.gen.json/controller_test.exs">>,
|
|
<<"priv/templates/phx.gen.json/view.ex">>,<<"CHANGELOG.md">>,
|
|
<<"LICENSE.md">>,<<"mix.exs">>,<<"package.json">>,<<"README.md">>,
|
|
<<".formatter.exs">>]}.
|
|
{<<"licenses">>,[<<"MIT">>]}.
|
|
{<<"links">>,
|
|
[{<<"GitHub">>,<<"https://github.com/phoenixframework/phoenix">>}]}.
|
|
{<<"name">>,<<"phoenix">>}.
|
|
{<<"requirements">>,
|
|
[[{<<"app">>,<<"plug">>},
|
|
{<<"name">>,<<"plug">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 1.10">>}],
|
|
[{<<"app">>,<<"plug_crypto">>},
|
|
{<<"name">>,<<"plug_crypto">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 1.2">>}],
|
|
[{<<"app">>,<<"telemetry">>},
|
|
{<<"name">>,<<"telemetry">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 0.4 or ~> 1.0">>}],
|
|
[{<<"app">>,<<"phoenix_pubsub">>},
|
|
{<<"name">>,<<"phoenix_pubsub">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 2.0">>}],
|
|
[{<<"app">>,<<"phoenix_view">>},
|
|
{<<"name">>,<<"phoenix_view">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 1.0 or ~> 2.0">>}],
|
|
[{<<"app">>,<<"castore">>},
|
|
{<<"name">>,<<"castore">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<">= 0.0.0">>}],
|
|
[{<<"app">>,<<"plug_cowboy">>},
|
|
{<<"name">>,<<"plug_cowboy">>},
|
|
{<<"optional">>,true},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 2.2">>}],
|
|
[{<<"app">>,<<"jason">>},
|
|
{<<"name">>,<<"jason">>},
|
|
{<<"optional">>,true},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 1.0">>}]]}.
|
|
{<<"version">>,<<"1.6.16">>}.
|