pubspec.yaml 3.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
name: flutter_kernel_transformers
version: 0.0.1-dev
description: Kernel transformers that operate on Flutter source code.
homepage: http://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com>

dependencies:
  kernel: any
  meta: any

dev_dependencies:
  test: any
  when: any

dependency_overrides:
  args:
    path: ../../third_party/dart/third_party/pkg/args
  async:
    path: ../../third_party/dart/third_party/pkg/async
  charcode:
    path: ../../third_party/dart/third_party/pkg/charcode
  collection:
    path: ../../third_party/dart/third_party/pkg/collection
  convert:
    path: ../../third_party/dart/third_party/pkg/convert
  crypto:
    path: ../../third_party/dart/third_party/pkg/crypto
  front_end:
    path: ../../third_party/dart/pkg/front_end/
  kernel:
    path: ../../third_party/dart/pkg/kernel/
  logging:
    path: ../../third_party/dart/third_party/pkg/logging
  meta:
    path: ../../third_party/dart/pkg/meta
  quiver:
    path: ../../third_party/dart/third_party/pkg/quiver
  package_config:
    path: ../../third_party/dart/third_party/pkg_tested/package_config
  path:
    path: ../../third_party/dart/third_party/pkg/path
  source_span:
    path: ../../third_party/dart/third_party/pkg/source_span
  typed_data:
    path: ../../third_party/dart/third_party/pkg/typed_data
  usage:
    path: ../../third_party/dart/third_party/pkg/usage
  vm:
    path: ../../third_party/dart/pkg/vm/

  analyzer:
    path: ../../third_party/dart/pkg/analyzer
  barback:
    path: ../../third_party/dart/third_party/pkg/barback
  boolean_selector:
    path: ../../third_party/dart/third_party/pkg/boolean_selector
  cli_util:
    path: ../../third_party/dart/third_party/pkg/cli_util
  csslib:
    path: ../../third_party/dart/third_party/pkg/csslib
  glob:
    path: ../../third_party/dart/third_party/pkg/glob
  html:
    path: ../../third_party/dart/third_party/pkg/html
  http:
    path: ../../third_party/dart/third_party/pkg/http
  http_multi_server:
    path: ../../third_party/dart/third_party/pkg/http_multi_server
  http_parser:
    path: ../../third_party/dart/third_party/pkg/http_parser
  isolate:
    path: ../../third_party/dart/third_party/pkg/isolate
  matcher:
    path: ../../third_party/dart/third_party/pkg/matcher
  mime:
    path: ../../third_party/dart/third_party/pkg/mime
  mockito:
    path: ../../third_party/dart/third_party/pkg/mockito
  package_resolver:
    path: ../../third_party/dart/third_party/pkg_tested/package_resolver
  plugin:
    path: ../../third_party/dart/third_party/pkg/plugin
  pool:
    path: ../../third_party/dart/third_party/pkg/pool
  pub_semver:
    path: ../../third_party/dart/third_party/pkg/pub_semver
  shelf:
    path: ../../third_party/dart/third_party/pkg/shelf
  shelf_packages_handler:
    path: ../../third_party/dart/third_party/pkg/shelf_packages_handler
  shelf_static:
    path: ../../third_party/dart/third_party/pkg/shelf_static
  shelf_web_socket:
    path: ../../third_party/dart/third_party/pkg/shelf_web_socket
  source_map_stack_trace:
    path: ../../third_party/dart/third_party/pkg/source_map_stack_trace
  source_maps:
    path: ../../third_party/dart/third_party/pkg/source_maps
  stack_trace:
    path: ../../third_party/dart/third_party/pkg/stack_trace
  stream_channel:
    path: ../../third_party/dart/third_party/pkg/stream_channel
  string_scanner:
    path: ../../third_party/dart/third_party/pkg/string_scanner
  test:
    path: ../../third_party/dart/third_party/pkg/test
  utf:
    path: ../../third_party/dart/third_party/pkg/utf
  watcher:
    path: ../../third_party/dart/third_party/pkg/watcher
  web_socket_channel:
    path: ../../third_party/dart/third_party/pkg/web_socket_channel
  when:
    path: ../../third_party/pkg/when
  yaml:
    path: ../../third_party/dart/third_party/pkg/yaml