annotate config.js @ 33:739eb38ec2a2

more elvis operator :-)
author casties
date Wed, 03 Feb 2016 15:04:02 +0100
parents 4c046f3244ec
children e19d4c5e10a1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
1 System.config({
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
2 defaultJSExtensions: true,
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
3 transpiler: "typescript",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
4 typescriptOptions: {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
5 "module": "commonjs",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
6 "emitDecoratorMetadata": true,
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
7 "tsconfig": true
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
8 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
9 paths: {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
10 "npm:*": "jspm_packages/npm/*",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
11 "github:*": "jspm_packages/github/*"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
12 },
32
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
13 bundles: {
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
14 "main-bundle.js": [
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
15 "app/boot.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
16 "npm:zone.js@0.5.10/dist/zone.min",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
17 "npm:reflect-metadata@0.1.2",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
18 "npm:angular2@2.0.0-beta.1/platform/browser",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
19 "app/query-app.component.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
20 "npm:angular2@2.0.0-beta.1/src/facade/lang",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
21 "npm:reflect-metadata@0.1.2/Reflect",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
22 "github:jspm/nodelibs-process@0.1.2",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
23 "npm:angular2@2.0.0-beta.1/src/core/angular_entrypoint",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
24 "npm:angular2@2.0.0-beta.1/src/platform/browser_common",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
25 "npm:angular2@2.0.0-beta.1/compiler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
26 "npm:angular2@2.0.0-beta.1/core",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
27 "npm:angular2@2.0.0-beta.1/src/core/reflection/reflection_capabilities",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
28 "npm:angular2@2.0.0-beta.1/src/platform/browser/xhr_impl",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
29 "npm:angular2@2.0.0-beta.1/src/core/di",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
30 "npm:angular2@2.0.0-beta.1/http",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
31 "app/query.service.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
32 "app/normalization.service.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
33 "app/query-select.component.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
34 "app/query-result-table.component.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
35 "npm:angular2@2.0.0-beta.1/src/core/profile/wtf_init",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
36 "npm:angular2@2.0.0-beta.1/src/compiler/xhr",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
37 "npm:angular2@2.0.0-beta.1/src/facade/promise",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
38 "github:jspm/nodelibs-process@0.1.2/index",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
39 "npm:angular2@2.0.0-beta.1/common",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
40 "npm:angular2@2.0.0-beta.1/src/core/testability/testability",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
41 "npm:angular2@2.0.0-beta.1/src/platform/dom/dom_adapter",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
42 "npm:angular2@2.0.0-beta.1/src/platform/dom/events/dom_events",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
43 "npm:angular2@2.0.0-beta.1/src/platform/dom/events/key_events",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
44 "npm:angular2@2.0.0-beta.1/src/platform/dom/events/hammer_gestures",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
45 "npm:angular2@2.0.0-beta.1/src/platform/dom/dom_tokens",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
46 "npm:angular2@2.0.0-beta.1/src/platform/dom/dom_renderer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
47 "npm:angular2@2.0.0-beta.1/src/platform/dom/shared_styles_host",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
48 "npm:angular2@2.0.0-beta.1/src/animate/browser_details",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
49 "npm:angular2@2.0.0-beta.1/src/animate/animation_builder",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
50 "npm:angular2@2.0.0-beta.1/src/platform/browser/browser_adapter",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
51 "npm:angular2@2.0.0-beta.1/src/platform/browser/testability",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
52 "npm:angular2@2.0.0-beta.1/src/platform/dom/events/event_manager",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
53 "npm:angular2@2.0.0-beta.1/src/platform/browser/title",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
54 "npm:angular2@2.0.0-beta.1/platform/common_dom",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
55 "npm:angular2@2.0.0-beta.1/src/platform/browser/tools/tools",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
56 "npm:angular2@2.0.0-beta.1/src/compiler/url_resolver",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
57 "npm:angular2@2.0.0-beta.1/src/compiler/compiler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
58 "npm:angular2@2.0.0-beta.1/src/core/metadata",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
59 "npm:angular2@2.0.0-beta.1/src/core/util",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
60 "npm:angular2@2.0.0-beta.1/src/core/prod_mode",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
61 "npm:angular2@2.0.0-beta.1/src/facade/facade",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
62 "npm:angular2@2.0.0-beta.1/src/core/application_ref",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
63 "npm:angular2@2.0.0-beta.1/src/core/application_tokens",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
64 "npm:angular2@2.0.0-beta.1/src/core/zone",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
65 "npm:angular2@2.0.0-beta.1/src/core/render",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
66 "npm:angular2@2.0.0-beta.1/src/core/linker",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
67 "npm:angular2@2.0.0-beta.1/src/core/debug/debug_element",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
68 "npm:angular2@2.0.0-beta.1/src/core/change_detection",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
69 "npm:angular2@2.0.0-beta.1/src/core/platform_directives_and_pipes",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
70 "npm:angular2@2.0.0-beta.1/src/core/platform_common_providers",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
71 "npm:angular2@2.0.0-beta.1/src/core/application_common_providers",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
72 "npm:angular2@2.0.0-beta.1/src/core/reflection/reflection",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
73 "npm:angular2@2.0.0-beta.1/src/facade/exceptions",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
74 "npm:angular2@2.0.0-beta.1/src/core/di/metadata",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
75 "npm:angular2@2.0.0-beta.1/src/core/di/decorators",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
76 "npm:angular2@2.0.0-beta.1/src/core/di/forward_ref",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
77 "npm:angular2@2.0.0-beta.1/src/core/di/injector",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
78 "npm:angular2@2.0.0-beta.1/src/core/di/provider",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
79 "npm:angular2@2.0.0-beta.1/src/core/di/key",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
80 "npm:angular2@2.0.0-beta.1/src/core/di/exceptions",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
81 "npm:angular2@2.0.0-beta.1/src/core/di/opaque_token",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
82 "npm:angular2@2.0.0-beta.1/src/http/interfaces",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
83 "npm:angular2@2.0.0-beta.1/src/http/enums",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
84 "app/query-mode.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
85 "app/query-state.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
86 "npm:angular2@2.0.0-beta.1/src/http/http",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
87 "npm:angular2@2.0.0-beta.1/src/http/backends/xhr_backend",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
88 "npm:angular2@2.0.0-beta.1/src/http/backends/jsonp_backend",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
89 "npm:angular2@2.0.0-beta.1/src/http/backends/browser_xhr",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
90 "npm:angular2@2.0.0-beta.1/src/http/backends/browser_jsonp",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
91 "npm:angular2@2.0.0-beta.1/src/http/base_request_options",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
92 "npm:angular2@2.0.0-beta.1/src/http/base_response_options",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
93 "npm:angular2@2.0.0-beta.1/src/http/static_request",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
94 "npm:angular2@2.0.0-beta.1/src/http/static_response",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
95 "npm:angular2@2.0.0-beta.1/src/http/headers",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
96 "npm:angular2@2.0.0-beta.1/src/http/url_search_params",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
97 "npm:rxjs@5.0.0-beta.0/Rx",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
98 "app/result-type.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
99 "app/ismi-result-types.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
100 "app/query-step.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
101 "npm:ng2-table@1.0.0-beta.0/ng2-table",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
102 "npm:ng2-bootstrap@1.0.1-beta.2/ng2-bootstrap",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
103 "npm:angular2@2.0.0-beta.1/src/compiler/schema/element_schema_registry",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
104 "npm:angular2@2.0.0-beta.1/src/core/render/api",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
105 "npm:angular2@2.0.0-beta.1/src/core/linker/template_ref",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
106 "npm:angular2@2.0.0-beta.1/src/core/di/type_literal",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
107 "npm:process@0.11.2",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
108 "npm:angular2@2.0.0-beta.1/src/common/pipes",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
109 "npm:angular2@2.0.0-beta.1/src/common/directives",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
110 "npm:angular2@2.0.0-beta.1/src/common/forms",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
111 "npm:angular2@2.0.0-beta.1/src/common/common_directives",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
112 "npm:angular2@2.0.0-beta.1/src/facade/collection",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
113 "npm:angular2@2.0.0-beta.1/src/core/zone/ng_zone",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
114 "npm:angular2@2.0.0-beta.1/src/facade/async",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
115 "npm:angular2@2.0.0-beta.1/src/platform/dom/events/hammer_common",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
116 "npm:angular2@2.0.0-beta.1/src/platform/dom/util",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
117 "npm:angular2@2.0.0-beta.1/src/facade/math",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
118 "npm:angular2@2.0.0-beta.1/src/animate/css_animation_builder",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
119 "npm:angular2@2.0.0-beta.1/src/platform/browser/generic_browser_adapter",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
120 "npm:angular2@2.0.0-beta.1/src/platform/dom/debug/by",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
121 "npm:angular2@2.0.0-beta.1/src/platform/dom/debug/debug_element_view_listener",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
122 "npm:angular2@2.0.0-beta.1/src/platform/browser/tools/common_tools",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
123 "npm:angular2@2.0.0-beta.1/src/compiler/runtime_compiler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
124 "npm:angular2@2.0.0-beta.1/src/compiler/template_compiler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
125 "npm:angular2@2.0.0-beta.1/src/compiler/directive_metadata",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
126 "npm:angular2@2.0.0-beta.1/src/compiler/source_module",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
127 "npm:angular2@2.0.0-beta.1/src/compiler/template_ast",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
128 "npm:angular2@2.0.0-beta.1/src/compiler/template_parser",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
129 "npm:angular2@2.0.0-beta.1/src/compiler/html_parser",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
130 "npm:angular2@2.0.0-beta.1/src/compiler/template_normalizer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
131 "npm:angular2@2.0.0-beta.1/src/compiler/runtime_metadata",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
132 "npm:angular2@2.0.0-beta.1/src/compiler/change_detector_compiler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
133 "npm:angular2@2.0.0-beta.1/src/compiler/style_compiler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
134 "npm:angular2@2.0.0-beta.1/src/compiler/view_compiler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
135 "npm:angular2@2.0.0-beta.1/src/compiler/proto_view_compiler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
136 "npm:angular2@2.0.0-beta.1/src/core/change_detection/change_detection",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
137 "npm:angular2@2.0.0-beta.1/src/core/linker/compiler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
138 "npm:angular2@2.0.0-beta.1/src/compiler/schema/dom_element_schema_registry",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
139 "npm:angular2@2.0.0-beta.1/src/core/metadata/di",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
140 "npm:angular2@2.0.0-beta.1/src/core/metadata/directives",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
141 "npm:angular2@2.0.0-beta.1/src/core/metadata/view",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
142 "npm:angular2@2.0.0-beta.1/src/core/util/decorators",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
143 "npm:angular2@2.0.0-beta.1/src/facade/exception_handler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
144 "npm:angular2@2.0.0-beta.1/src/core/linker/dynamic_component_loader",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
145 "npm:angular2@2.0.0-beta.1/src/core/console",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
146 "npm:angular2@2.0.0-beta.1/src/core/profile/profile",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
147 "npm:angular2@2.0.0-beta.1/src/core/linker/directive_resolver",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
148 "npm:angular2@2.0.0-beta.1/src/core/linker/view_resolver",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
149 "npm:angular2@2.0.0-beta.1/src/core/linker/view_manager",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
150 "npm:angular2@2.0.0-beta.1/src/core/linker/query_list",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
151 "npm:angular2@2.0.0-beta.1/src/core/linker/element_ref",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
152 "npm:angular2@2.0.0-beta.1/src/core/linker/view_ref",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
153 "npm:angular2@2.0.0-beta.1/src/core/linker/view_container_ref",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
154 "npm:angular2@2.0.0-beta.1/src/core/linker/resolved_metadata_cache",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
155 "npm:angular2@2.0.0-beta.1/src/core/linker/view_listener",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
156 "npm:angular2@2.0.0-beta.1/src/core/linker/pipe_resolver",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
157 "npm:angular2@2.0.0-beta.1/src/core/reflection/reflector",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
158 "npm:rxjs@5.0.0-beta.0/util/EmptyError",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
159 "npm:rxjs@5.0.0-beta.0/util/ArgumentOutOfRangeError",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
160 "npm:rxjs@5.0.0-beta.0/util/ObjectUnsubscribedError",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
161 "app/result-column.ts",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
162 "npm:rxjs@5.0.0-beta.0/Observable",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
163 "npm:angular2@2.0.0-beta.1/src/http/http_utils",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
164 "npm:rxjs@5.0.0-beta.0/Subject",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
165 "npm:rxjs@5.0.0-beta.0/add/operator/combineLatest-static",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
166 "npm:rxjs@5.0.0-beta.0/add/operator/concat-static",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
167 "npm:rxjs@5.0.0-beta.0/add/operator/merge-static",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
168 "npm:rxjs@5.0.0-beta.0/add/observable/bindCallback",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
169 "npm:rxjs@5.0.0-beta.0/add/observable/defer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
170 "npm:rxjs@5.0.0-beta.0/add/observable/empty",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
171 "npm:rxjs@5.0.0-beta.0/add/observable/forkJoin",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
172 "npm:rxjs@5.0.0-beta.0/add/observable/from",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
173 "npm:rxjs@5.0.0-beta.0/add/observable/fromArray",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
174 "npm:rxjs@5.0.0-beta.0/add/observable/fromEvent",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
175 "npm:rxjs@5.0.0-beta.0/add/observable/fromEventPattern",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
176 "npm:rxjs@5.0.0-beta.0/add/observable/fromPromise",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
177 "npm:rxjs@5.0.0-beta.0/add/observable/interval",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
178 "npm:rxjs@5.0.0-beta.0/add/observable/never",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
179 "npm:rxjs@5.0.0-beta.0/add/observable/range",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
180 "npm:rxjs@5.0.0-beta.0/add/observable/throw",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
181 "npm:rxjs@5.0.0-beta.0/add/observable/timer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
182 "npm:rxjs@5.0.0-beta.0/add/operator/zip-static",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
183 "npm:rxjs@5.0.0-beta.0/add/operator/buffer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
184 "npm:rxjs@5.0.0-beta.0/add/operator/bufferCount",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
185 "npm:rxjs@5.0.0-beta.0/add/operator/bufferTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
186 "npm:rxjs@5.0.0-beta.0/add/operator/bufferToggle",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
187 "npm:rxjs@5.0.0-beta.0/add/operator/bufferWhen",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
188 "npm:rxjs@5.0.0-beta.0/add/operator/catch",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
189 "npm:rxjs@5.0.0-beta.0/add/operator/combineAll",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
190 "npm:rxjs@5.0.0-beta.0/add/operator/combineLatest",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
191 "npm:rxjs@5.0.0-beta.0/add/operator/concat",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
192 "npm:rxjs@5.0.0-beta.0/add/operator/concatAll",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
193 "npm:rxjs@5.0.0-beta.0/add/operator/concatMap",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
194 "npm:rxjs@5.0.0-beta.0/add/operator/concatMapTo",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
195 "npm:rxjs@5.0.0-beta.0/add/operator/count",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
196 "npm:rxjs@5.0.0-beta.0/add/operator/dematerialize",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
197 "npm:rxjs@5.0.0-beta.0/add/operator/debounce",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
198 "npm:rxjs@5.0.0-beta.0/add/operator/debounceTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
199 "npm:rxjs@5.0.0-beta.0/add/operator/defaultIfEmpty",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
200 "npm:rxjs@5.0.0-beta.0/add/operator/delay",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
201 "npm:rxjs@5.0.0-beta.0/add/operator/distinctUntilChanged",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
202 "npm:rxjs@5.0.0-beta.0/add/operator/do",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
203 "npm:rxjs@5.0.0-beta.0/add/operator/expand",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
204 "npm:rxjs@5.0.0-beta.0/add/operator/filter",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
205 "npm:rxjs@5.0.0-beta.0/add/operator/finally",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
206 "npm:rxjs@5.0.0-beta.0/add/operator/first",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
207 "npm:rxjs@5.0.0-beta.0/add/operator/groupBy",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
208 "npm:rxjs@5.0.0-beta.0/add/operator/ignoreElements",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
209 "npm:rxjs@5.0.0-beta.0/add/operator/every",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
210 "npm:rxjs@5.0.0-beta.0/add/operator/last",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
211 "npm:rxjs@5.0.0-beta.0/add/operator/map",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
212 "npm:rxjs@5.0.0-beta.0/add/operator/mapTo",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
213 "npm:rxjs@5.0.0-beta.0/add/operator/materialize",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
214 "npm:rxjs@5.0.0-beta.0/add/operator/merge",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
215 "npm:rxjs@5.0.0-beta.0/add/operator/mergeAll",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
216 "npm:rxjs@5.0.0-beta.0/add/operator/mergeMap",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
217 "npm:rxjs@5.0.0-beta.0/add/operator/mergeMapTo",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
218 "npm:rxjs@5.0.0-beta.0/add/operator/multicast",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
219 "npm:rxjs@5.0.0-beta.0/add/operator/observeOn",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
220 "npm:rxjs@5.0.0-beta.0/add/operator/partition",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
221 "npm:rxjs@5.0.0-beta.0/add/operator/publish",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
222 "npm:rxjs@5.0.0-beta.0/add/operator/publishBehavior",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
223 "npm:rxjs@5.0.0-beta.0/add/operator/publishReplay",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
224 "npm:rxjs@5.0.0-beta.0/add/operator/publishLast",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
225 "npm:rxjs@5.0.0-beta.0/add/operator/reduce",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
226 "npm:rxjs@5.0.0-beta.0/add/operator/repeat",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
227 "npm:rxjs@5.0.0-beta.0/add/operator/retry",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
228 "npm:rxjs@5.0.0-beta.0/add/operator/retryWhen",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
229 "npm:rxjs@5.0.0-beta.0/add/operator/sample",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
230 "npm:rxjs@5.0.0-beta.0/add/operator/sampleTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
231 "npm:rxjs@5.0.0-beta.0/add/operator/scan",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
232 "npm:rxjs@5.0.0-beta.0/add/operator/share",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
233 "npm:rxjs@5.0.0-beta.0/add/operator/single",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
234 "npm:rxjs@5.0.0-beta.0/add/operator/skip",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
235 "npm:rxjs@5.0.0-beta.0/add/operator/skipUntil",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
236 "npm:rxjs@5.0.0-beta.0/add/operator/skipWhile",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
237 "npm:rxjs@5.0.0-beta.0/add/operator/startWith",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
238 "npm:rxjs@5.0.0-beta.0/add/operator/subscribeOn",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
239 "npm:rxjs@5.0.0-beta.0/add/operator/switch",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
240 "npm:rxjs@5.0.0-beta.0/add/operator/switchMap",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
241 "npm:rxjs@5.0.0-beta.0/add/operator/switchMapTo",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
242 "npm:rxjs@5.0.0-beta.0/add/operator/take",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
243 "npm:rxjs@5.0.0-beta.0/add/operator/takeUntil",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
244 "npm:rxjs@5.0.0-beta.0/add/operator/takeWhile",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
245 "npm:rxjs@5.0.0-beta.0/add/operator/throttle",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
246 "npm:rxjs@5.0.0-beta.0/add/operator/throttleTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
247 "npm:rxjs@5.0.0-beta.0/add/operator/timeout",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
248 "npm:rxjs@5.0.0-beta.0/add/operator/timeoutWith",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
249 "npm:rxjs@5.0.0-beta.0/add/operator/toArray",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
250 "npm:rxjs@5.0.0-beta.0/add/operator/toPromise",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
251 "npm:rxjs@5.0.0-beta.0/add/operator/window",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
252 "npm:rxjs@5.0.0-beta.0/add/operator/windowCount",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
253 "npm:rxjs@5.0.0-beta.0/add/operator/windowTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
254 "npm:rxjs@5.0.0-beta.0/add/operator/windowToggle",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
255 "npm:rxjs@5.0.0-beta.0/add/operator/windowWhen",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
256 "npm:rxjs@5.0.0-beta.0/add/operator/withLatestFrom",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
257 "npm:rxjs@5.0.0-beta.0/add/operator/zip",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
258 "npm:rxjs@5.0.0-beta.0/add/operator/zipAll",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
259 "npm:rxjs@5.0.0-beta.0/Subscription",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
260 "npm:rxjs@5.0.0-beta.0/Subscriber",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
261 "npm:rxjs@5.0.0-beta.0/subject/AsyncSubject",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
262 "npm:rxjs@5.0.0-beta.0/subject/ReplaySubject",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
263 "npm:rxjs@5.0.0-beta.0/subject/BehaviorSubject",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
264 "npm:rxjs@5.0.0-beta.0/observable/ConnectableObservable",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
265 "npm:rxjs@5.0.0-beta.0/Notification",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
266 "npm:rxjs@5.0.0-beta.0/scheduler/asap",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
267 "npm:rxjs@5.0.0-beta.0/scheduler/queue",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
268 "npm:rxjs@5.0.0-beta.0/symbol/rxSubscriber",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
269 "npm:ng2-bootstrap@1.0.1-beta.2/components/position",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
270 "npm:ng2-bootstrap@1.0.1-beta.2/components/ng2-bootstrap-config",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
271 "npm:ng2-table@1.0.0-beta.0/components/table/ng-table.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
272 "npm:ng2-table@1.0.0-beta.0/components/table/ng-table-filtering.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
273 "npm:ng2-table@1.0.0-beta.0/components/table/ng-table-paging.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
274 "npm:ng2-table@1.0.0-beta.0/components/table/ng-table-sorting.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
275 "npm:ng2-table@1.0.0-beta.0/components/ng-table-directives",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
276 "npm:ng2-bootstrap@1.0.1-beta.2/components/accordion",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
277 "npm:ng2-bootstrap@1.0.1-beta.2/components/alert",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
278 "npm:ng2-bootstrap@1.0.1-beta.2/components/buttons",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
279 "npm:ng2-bootstrap@1.0.1-beta.2/components/carousel",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
280 "npm:ng2-bootstrap@1.0.1-beta.2/components/collapse",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
281 "npm:ng2-bootstrap@1.0.1-beta.2/components/dropdown",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
282 "npm:ng2-bootstrap@1.0.1-beta.2/components/pagination",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
283 "npm:ng2-bootstrap@1.0.1-beta.2/components/progressbar",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
284 "npm:ng2-bootstrap@1.0.1-beta.2/components/rating",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
285 "npm:ng2-bootstrap@1.0.1-beta.2/components/tabs",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
286 "npm:ng2-bootstrap@1.0.1-beta.2/components/timepicker",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
287 "npm:ng2-bootstrap@1.0.1-beta.2/components/tooltip",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
288 "npm:ng2-bootstrap@1.0.1-beta.2/components/typeahead",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
289 "npm:ng2-bootstrap@1.0.1-beta.2/components/common",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
290 "npm:process@0.11.2/browser",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
291 "npm:angular2@2.0.0-beta.1/src/common/directives/observable_list_diff",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
292 "npm:angular2@2.0.0-beta.1/src/animate/css_animation_options",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
293 "npm:angular2@2.0.0-beta.1/src/facade/browser",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
294 "npm:angular2@2.0.0-beta.1/src/core/linker/interfaces",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
295 "npm:angular2@2.0.0-beta.1/src/compiler/parse_util",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
296 "npm:angular2@2.0.0-beta.1/src/transform/template_compiler/change_detector_codegen",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
297 "npm:angular2@2.0.0-beta.1/src/core/linker/view_type",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
298 "npm:angular2@2.0.0-beta.1/src/core/change_detection/interfaces",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
299 "npm:angular2@2.0.0-beta.1/src/common/pipes/async_pipe",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
300 "npm:angular2@2.0.0-beta.1/src/common/pipes/uppercase_pipe",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
301 "npm:angular2@2.0.0-beta.1/src/common/pipes/lowercase_pipe",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
302 "npm:angular2@2.0.0-beta.1/src/common/pipes/json_pipe",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
303 "npm:angular2@2.0.0-beta.1/src/common/pipes/slice_pipe",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
304 "npm:angular2@2.0.0-beta.1/src/common/pipes/date_pipe",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
305 "npm:angular2@2.0.0-beta.1/src/common/pipes/number_pipe",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
306 "npm:angular2@2.0.0-beta.1/src/common/directives/ng_class",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
307 "npm:angular2@2.0.0-beta.1/src/common/directives/ng_for",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
308 "npm:angular2@2.0.0-beta.1/src/common/directives/ng_if",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
309 "npm:angular2@2.0.0-beta.1/src/common/directives/ng_style",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
310 "npm:angular2@2.0.0-beta.1/src/common/directives/ng_switch",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
311 "npm:angular2@2.0.0-beta.1/src/common/directives/core_directives",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
312 "npm:angular2@2.0.0-beta.1/src/common/forms/model",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
313 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/abstract_control_directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
314 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/control_container",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
315 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/ng_control_name",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
316 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/ng_form_control",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
317 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/ng_model",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
318 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/ng_control",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
319 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/ng_control_group",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
320 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/ng_form_model",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
321 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/ng_form",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
322 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/control_value_accessor",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
323 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/default_value_accessor",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
324 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/ng_control_status",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
325 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/checkbox_value_accessor",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
326 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/select_control_value_accessor",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
327 "npm:angular2@2.0.0-beta.1/src/common/forms/directives",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
328 "npm:angular2@2.0.0-beta.1/src/common/forms/validators",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
329 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/validators",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
330 "npm:angular2@2.0.0-beta.1/src/common/forms/form_builder",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
331 "npm:rxjs@5.0.0-beta.0/observable/fromPromise",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
332 "npm:rxjs@5.0.0-beta.0/operator/toPromise",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
333 "npm:angular2@2.0.0-beta.1/src/animate/animation",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
334 "npm:angular2@2.0.0-beta.1/src/core/linker/view",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
335 "npm:angular2@2.0.0-beta.1/src/compiler/util",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
336 "npm:angular2@2.0.0-beta.1/src/compiler/selector",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
337 "npm:angular2@2.0.0-beta.1/src/compiler/html_tags",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
338 "npm:angular2@2.0.0-beta.1/src/core/change_detection/parser/ast",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
339 "npm:angular2@2.0.0-beta.1/src/compiler/template_preparser",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
340 "npm:angular2@2.0.0-beta.1/src/compiler/style_url_resolver",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
341 "npm:angular2@2.0.0-beta.1/src/compiler/html_ast",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
342 "npm:angular2@2.0.0-beta.1/src/compiler/html_lexer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
343 "npm:angular2@2.0.0-beta.1/src/core/linker/directive_lifecycle_reflector",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
344 "npm:angular2@2.0.0-beta.1/src/core/change_detection/change_detection_jit_generator",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
345 "npm:angular2@2.0.0-beta.1/src/core/change_detection/abstract_change_detector",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
346 "npm:angular2@2.0.0-beta.1/src/core/change_detection/change_detection_util",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
347 "npm:angular2@2.0.0-beta.1/src/core/change_detection/constants",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
348 "npm:angular2@2.0.0-beta.1/src/compiler/change_definition_factory",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
349 "npm:angular2@2.0.0-beta.1/src/compiler/shadow_css",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
350 "npm:angular2@2.0.0-beta.1/src/core/change_detection/differs/iterable_differs",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
351 "npm:angular2@2.0.0-beta.1/src/core/linker/element",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
352 "npm:angular2@2.0.0-beta.1/src/core/change_detection/differs/default_iterable_differ",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
353 "npm:angular2@2.0.0-beta.1/src/core/change_detection/differs/keyvalue_differs",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
354 "npm:angular2@2.0.0-beta.1/src/core/change_detection/differs/default_keyvalue_differ",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
355 "npm:angular2@2.0.0-beta.1/src/core/change_detection/parser/lexer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
356 "npm:angular2@2.0.0-beta.1/src/core/change_detection/parser/parser",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
357 "npm:angular2@2.0.0-beta.1/src/core/change_detection/parser/locals",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
358 "npm:angular2@2.0.0-beta.1/src/core/change_detection/exceptions",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
359 "npm:angular2@2.0.0-beta.1/src/core/change_detection/proto_change_detector",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
360 "npm:angular2@2.0.0-beta.1/src/core/change_detection/jit_proto_change_detector",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
361 "npm:angular2@2.0.0-beta.1/src/core/change_detection/binding_record",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
362 "npm:angular2@2.0.0-beta.1/src/core/change_detection/directive_record",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
363 "npm:angular2@2.0.0-beta.1/src/core/change_detection/dynamic_change_detector",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
364 "npm:angular2@2.0.0-beta.1/src/core/change_detection/change_detector_ref",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
365 "npm:angular2@2.0.0-beta.1/src/core/profile/wtf_impl",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
366 "npm:angular2@2.0.0-beta.1/src/core/pipes/pipe_provider",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
367 "npm:rxjs@5.0.0-beta.0/util/root",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
368 "npm:rxjs@5.0.0-beta.0/util/noop",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
369 "npm:rxjs@5.0.0-beta.0/util/throwError",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
370 "npm:rxjs@5.0.0-beta.0/util/tryOrOnError",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
371 "npm:rxjs@5.0.0-beta.0/util/SymbolShim",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
372 "npm:rxjs@5.0.0-beta.0/subject/SubjectSubscription",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
373 "npm:rxjs@5.0.0-beta.0/operator/combineLatest-static",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
374 "npm:rxjs@5.0.0-beta.0/operator/concat-static",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
375 "npm:rxjs@5.0.0-beta.0/operator/merge-static",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
376 "npm:rxjs@5.0.0-beta.0/observable/bindCallback",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
377 "npm:rxjs@5.0.0-beta.0/observable/defer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
378 "npm:rxjs@5.0.0-beta.0/observable/empty",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
379 "npm:rxjs@5.0.0-beta.0/observable/forkJoin",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
380 "npm:rxjs@5.0.0-beta.0/observable/from",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
381 "npm:rxjs@5.0.0-beta.0/observable/fromArray",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
382 "npm:rxjs@5.0.0-beta.0/observable/fromEvent",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
383 "npm:rxjs@5.0.0-beta.0/observable/fromEventPattern",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
384 "npm:rxjs@5.0.0-beta.0/observable/interval",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
385 "npm:rxjs@5.0.0-beta.0/observable/never",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
386 "npm:rxjs@5.0.0-beta.0/observable/range",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
387 "npm:rxjs@5.0.0-beta.0/observable/throw",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
388 "npm:rxjs@5.0.0-beta.0/observable/timer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
389 "npm:rxjs@5.0.0-beta.0/operator/zip-static",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
390 "npm:rxjs@5.0.0-beta.0/operator/buffer",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
391 "npm:rxjs@5.0.0-beta.0/operator/bufferCount",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
392 "npm:rxjs@5.0.0-beta.0/operator/bufferTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
393 "npm:rxjs@5.0.0-beta.0/operator/bufferToggle",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
394 "npm:rxjs@5.0.0-beta.0/operator/bufferWhen",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
395 "npm:rxjs@5.0.0-beta.0/operator/catch",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
396 "npm:rxjs@5.0.0-beta.0/operator/combineAll",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
397 "npm:rxjs@5.0.0-beta.0/operator/combineLatest",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
398 "npm:rxjs@5.0.0-beta.0/operator/concat",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
399 "npm:rxjs@5.0.0-beta.0/operator/concatAll",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
400 "npm:rxjs@5.0.0-beta.0/operator/concatMap",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
401 "npm:rxjs@5.0.0-beta.0/operator/concatMapTo",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
402 "npm:rxjs@5.0.0-beta.0/operator/count",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
403 "npm:rxjs@5.0.0-beta.0/operator/dematerialize",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
404 "npm:rxjs@5.0.0-beta.0/operator/debounce",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
405 "npm:rxjs@5.0.0-beta.0/operator/debounceTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
406 "npm:rxjs@5.0.0-beta.0/operator/defaultIfEmpty",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
407 "npm:rxjs@5.0.0-beta.0/operator/delay",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
408 "npm:rxjs@5.0.0-beta.0/operator/distinctUntilChanged",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
409 "npm:rxjs@5.0.0-beta.0/operator/do",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
410 "npm:rxjs@5.0.0-beta.0/operator/expand",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
411 "npm:rxjs@5.0.0-beta.0/operator/filter",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
412 "npm:rxjs@5.0.0-beta.0/operator/finally",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
413 "npm:rxjs@5.0.0-beta.0/operator/first",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
414 "npm:rxjs@5.0.0-beta.0/operator/groupBy",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
415 "npm:rxjs@5.0.0-beta.0/operator/ignoreElements",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
416 "npm:rxjs@5.0.0-beta.0/operator/every",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
417 "npm:rxjs@5.0.0-beta.0/operator/last",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
418 "npm:rxjs@5.0.0-beta.0/operator/map",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
419 "npm:rxjs@5.0.0-beta.0/operator/mapTo",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
420 "npm:rxjs@5.0.0-beta.0/operator/materialize",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
421 "npm:rxjs@5.0.0-beta.0/operator/merge",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
422 "npm:rxjs@5.0.0-beta.0/operator/mergeAll",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
423 "npm:rxjs@5.0.0-beta.0/operator/mergeMap",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
424 "npm:rxjs@5.0.0-beta.0/operator/mergeMapTo",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
425 "npm:rxjs@5.0.0-beta.0/operator/multicast",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
426 "npm:rxjs@5.0.0-beta.0/operator/observeOn",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
427 "npm:rxjs@5.0.0-beta.0/operator/partition",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
428 "npm:rxjs@5.0.0-beta.0/operator/publish",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
429 "npm:rxjs@5.0.0-beta.0/operator/publishBehavior",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
430 "npm:rxjs@5.0.0-beta.0/operator/publishReplay",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
431 "npm:rxjs@5.0.0-beta.0/operator/publishLast",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
432 "npm:rxjs@5.0.0-beta.0/operator/reduce",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
433 "npm:rxjs@5.0.0-beta.0/operator/repeat",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
434 "npm:rxjs@5.0.0-beta.0/operator/retry",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
435 "npm:rxjs@5.0.0-beta.0/operator/retryWhen",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
436 "npm:rxjs@5.0.0-beta.0/operator/sample",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
437 "npm:rxjs@5.0.0-beta.0/operator/sampleTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
438 "npm:rxjs@5.0.0-beta.0/operator/scan",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
439 "npm:rxjs@5.0.0-beta.0/operator/share",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
440 "npm:rxjs@5.0.0-beta.0/operator/single",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
441 "npm:rxjs@5.0.0-beta.0/operator/skip",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
442 "npm:rxjs@5.0.0-beta.0/operator/skipUntil",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
443 "npm:rxjs@5.0.0-beta.0/operator/skipWhile",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
444 "npm:rxjs@5.0.0-beta.0/operator/startWith",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
445 "npm:rxjs@5.0.0-beta.0/operator/subscribeOn",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
446 "npm:rxjs@5.0.0-beta.0/operator/switch",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
447 "npm:rxjs@5.0.0-beta.0/operator/switchMap",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
448 "npm:rxjs@5.0.0-beta.0/operator/switchMapTo",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
449 "npm:rxjs@5.0.0-beta.0/operator/take",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
450 "npm:rxjs@5.0.0-beta.0/operator/takeUntil",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
451 "npm:rxjs@5.0.0-beta.0/operator/takeWhile",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
452 "npm:rxjs@5.0.0-beta.0/operator/throttle",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
453 "npm:rxjs@5.0.0-beta.0/operator/throttleTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
454 "npm:rxjs@5.0.0-beta.0/operator/timeout",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
455 "npm:rxjs@5.0.0-beta.0/operator/timeoutWith",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
456 "npm:rxjs@5.0.0-beta.0/operator/toArray",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
457 "npm:rxjs@5.0.0-beta.0/operator/window",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
458 "npm:rxjs@5.0.0-beta.0/operator/windowCount",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
459 "npm:rxjs@5.0.0-beta.0/operator/windowTime",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
460 "npm:rxjs@5.0.0-beta.0/operator/windowToggle",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
461 "npm:rxjs@5.0.0-beta.0/operator/windowWhen",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
462 "npm:rxjs@5.0.0-beta.0/operator/withLatestFrom",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
463 "npm:rxjs@5.0.0-beta.0/operator/zip",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
464 "npm:rxjs@5.0.0-beta.0/operator/zipAll",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
465 "npm:rxjs@5.0.0-beta.0/scheduler/AsapScheduler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
466 "npm:rxjs@5.0.0-beta.0/scheduler/QueueScheduler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
467 "npm:ng2-bootstrap@1.0.1-beta.2/components/accordion/accordion.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
468 "npm:ng2-bootstrap@1.0.1-beta.2/components/accordion/accordion-group.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
469 "npm:ng2-bootstrap@1.0.1-beta.2/components/alert/alert.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
470 "npm:ng2-bootstrap@1.0.1-beta.2/components/buttons/button-checkbox.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
471 "npm:ng2-bootstrap@1.0.1-beta.2/components/buttons/button-radio.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
472 "npm:ng2-bootstrap@1.0.1-beta.2/components/carousel/slide.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
473 "npm:ng2-bootstrap@1.0.1-beta.2/components/carousel/carousel.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
474 "npm:ng2-bootstrap@1.0.1-beta.2/components/collapse/collapse.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
475 "npm:ng2-bootstrap@1.0.1-beta.2/components/dropdown/dropdown.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
476 "npm:ng2-bootstrap@1.0.1-beta.2/components/dropdown/dropdown-toggle.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
477 "npm:ng2-bootstrap@1.0.1-beta.2/components/pagination/pagination.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
478 "npm:ng2-bootstrap@1.0.1-beta.2/components/pagination/pager.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
479 "npm:ng2-bootstrap@1.0.1-beta.2/components/progressbar/progress.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
480 "npm:ng2-bootstrap@1.0.1-beta.2/components/progressbar/bar.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
481 "npm:ng2-bootstrap@1.0.1-beta.2/components/progressbar/progressbar.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
482 "npm:ng2-bootstrap@1.0.1-beta.2/components/rating/rating.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
483 "npm:ng2-bootstrap@1.0.1-beta.2/components/tabs/tab.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
484 "npm:ng2-bootstrap@1.0.1-beta.2/components/tabs/tabset.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
485 "npm:ng2-bootstrap@1.0.1-beta.2/components/tabs/tab-heading.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
486 "npm:ng2-bootstrap@1.0.1-beta.2/components/timepicker/timepicker.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
487 "npm:ng2-bootstrap@1.0.1-beta.2/components/tooltip/tooltip.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
488 "npm:ng2-bootstrap@1.0.1-beta.2/components/tooltip/tooltip-container.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
489 "npm:ng2-bootstrap@1.0.1-beta.2/components/typeahead/typeahead.directive",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
490 "npm:ng2-bootstrap@1.0.1-beta.2/components/typeahead/typeahead-container.component",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
491 "npm:ng2-bootstrap@1.0.1-beta.2/components/typeahead/typeahead-options.class",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
492 "npm:angular2@2.0.0-beta.1/src/facade/intl",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
493 "npm:angular2@2.0.0-beta.1/src/core/change_detection/proto_record",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
494 "npm:angular2@2.0.0-beta.1/src/core/change_detection/codegen_facade",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
495 "npm:angular2@2.0.0-beta.1/src/core/change_detection/pipe_lifecycle_reflector",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
496 "npm:angular2@2.0.0-beta.1/src/core/change_detection/observable_facade",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
497 "npm:angular2@2.0.0-beta.1/src/core/change_detection/event_binding",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
498 "npm:angular2@2.0.0-beta.1/src/common/pipes/invalid_pipe_argument_exception",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
499 "npm:angular2@2.0.0-beta.1/src/core/pipes/pipes",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
500 "npm:angular2@2.0.0-beta.1/src/core/render/util",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
501 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/shared",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
502 "npm:angular2@2.0.0-beta.1/src/core/change_detection/codegen_name_util",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
503 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/number_value_accessor",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
504 "npm:angular2@2.0.0-beta.1/src/core/change_detection/codegen_logic_util",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
505 "npm:angular2@2.0.0-beta.1/src/core/change_detection/coalesce",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
506 "npm:rxjs@5.0.0-beta.0/util/isScheduler",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
507 "npm:rxjs@5.0.0-beta.0/util/isArray",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
508 "npm:rxjs@5.0.0-beta.0/util/errorObject",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
509 "npm:rxjs@5.0.0-beta.0/util/isPromise",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
510 "npm:rxjs@5.0.0-beta.0/util/isNumeric",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
511 "npm:rxjs@5.0.0-beta.0/util/isDate",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
512 "npm:rxjs@5.0.0-beta.0/util/FastMap",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
513 "npm:rxjs@5.0.0-beta.0/util/not",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
514 "github:jspm/nodelibs-buffer@0.1.0",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
515 "npm:rxjs@5.0.0-beta.0/operator/combineLatest-support",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
516 "npm:rxjs@5.0.0-beta.0/operator/mergeAll-support",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
517 "npm:rxjs@5.0.0-beta.0/util/tryCatch",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
518 "npm:rxjs@5.0.0-beta.0/observable/IteratorObservable",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
519 "npm:rxjs@5.0.0-beta.0/operator/observeOn-support",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
520 "npm:rxjs@5.0.0-beta.0/observable/ScalarObservable",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
521 "npm:rxjs@5.0.0-beta.0/operator/zip-support",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
522 "npm:rxjs@5.0.0-beta.0/operator/mergeMap-support",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
523 "npm:rxjs@5.0.0-beta.0/operator/mergeMapTo-support",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
524 "npm:rxjs@5.0.0-beta.0/operator/expand-support",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
525 "npm:rxjs@5.0.0-beta.0/util/Map",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
526 "npm:rxjs@5.0.0-beta.0/operator/groupBy-support",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
527 "npm:rxjs@5.0.0-beta.0/operator/reduce-support",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
528 "npm:rxjs@5.0.0-beta.0/observable/SubscribeOnObservable",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
529 "npm:rxjs@5.0.0-beta.0/OuterSubscriber",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
530 "npm:rxjs@5.0.0-beta.0/util/subscribeToResult",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
531 "npm:rxjs@5.0.0-beta.0/scheduler/AsapAction",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
532 "npm:rxjs@5.0.0-beta.0/scheduler/QueueAction",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
533 "npm:rxjs@5.0.0-beta.0/scheduler/FutureAction",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
534 "npm:ng2-bootstrap@1.0.1-beta.2/components/dropdown/dropdown.service",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
535 "npm:ng2-bootstrap@1.0.1-beta.2/components/tooltip/tooltip-options.class",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
536 "npm:ng2-bootstrap@1.0.1-beta.2/components/typeahead/typeahead-utils",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
537 "npm:angular2@2.0.0-beta.1/src/core/change_detection/pipes",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
538 "npm:angular2@2.0.0-beta.1/src/common/forms/directives/normalize_validator",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
539 "npm:rxjs@5.0.0-beta.0/util/MapPolyfill",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
540 "github:jspm/nodelibs-buffer@0.1.0/index",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
541 "npm:rxjs@5.0.0-beta.0/InnerSubscriber",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
542 "npm:rxjs@5.0.0-beta.0/util/Immediate",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
543 "npm:ng2-bootstrap@1.0.1-beta.2/components/typeahead/latin-map",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
544 "npm:buffer@3.6.0",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
545 "npm:buffer@3.6.0/index",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
546 "npm:base64-js@0.0.8",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
547 "npm:ieee754@1.1.6",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
548 "npm:isarray@1.0.0",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
549 "npm:base64-js@0.0.8/lib/b64",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
550 "npm:ieee754@1.1.6/index",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
551 "npm:isarray@1.0.0/index"
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
552 ]
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
553 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
554
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
555 packages: {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
556 "app": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
557 "main": "boot",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
558 "defaultExtension": "ts"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
559 }
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
560 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
561
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
562 map: {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
563 "angular2": "npm:angular2@2.0.0-beta.1",
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
564 "ng2-bootstrap": "npm:ng2-bootstrap@1.0.1-beta.2",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
565 "ng2-table": "npm:ng2-table@1.0.0-beta.0",
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
566 "plugin-typescript": "github:frankwallis/plugin-typescript@2.5.8",
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
567 "reflect-metadata": "npm:reflect-metadata@0.1.2",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
568 "rxjs": "npm:rxjs@5.0.0-beta.0",
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
569 "typescript": "npm:typescript@1.8.0",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
570 "zone.js": "npm:zone.js@0.5.10",
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
571 "github:frankwallis/plugin-typescript@2.5.8": {
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
572 "typescript": "npm:typescript@1.7.5"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
573 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
574 "github:jspm/nodelibs-assert@0.1.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
575 "assert": "npm:assert@1.3.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
576 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
577 "github:jspm/nodelibs-buffer@0.1.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
578 "buffer": "npm:buffer@3.6.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
579 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
580 "github:jspm/nodelibs-constants@0.1.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
581 "constants-browserify": "npm:constants-browserify@0.0.1"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
582 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
583 "github:jspm/nodelibs-crypto@0.1.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
584 "crypto-browserify": "npm:crypto-browserify@3.11.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
585 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
586 "github:jspm/nodelibs-events@0.1.1": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
587 "events": "npm:events@1.0.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
588 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
589 "github:jspm/nodelibs-path@0.1.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
590 "path-browserify": "npm:path-browserify@0.0.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
591 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
592 "github:jspm/nodelibs-process@0.1.2": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
593 "process": "npm:process@0.11.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
594 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
595 "github:jspm/nodelibs-stream@0.1.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
596 "stream-browserify": "npm:stream-browserify@1.0.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
597 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
598 "github:jspm/nodelibs-string_decoder@0.1.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
599 "string_decoder": "npm:string_decoder@0.10.31"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
600 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
601 "github:jspm/nodelibs-util@0.1.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
602 "util": "npm:util@0.10.3"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
603 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
604 "github:jspm/nodelibs-vm@0.1.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
605 "vm-browserify": "npm:vm-browserify@0.0.4"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
606 },
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
607 "github:jspm/nodelibs-zlib@0.1.0": {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
608 "browserify-zlib": "npm:browserify-zlib@0.1.4"
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
609 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
610 "npm:angular2@2.0.0-beta.1": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
611 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
612 "es6-promise": "npm:es6-promise@3.0.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
613 "es6-shim": "npm:es6-shim@0.33.13",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
614 "process": "github:jspm/nodelibs-process@0.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
615 "reflect-metadata": "npm:reflect-metadata@0.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
616 "rxjs": "npm:rxjs@5.0.0-beta.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
617 "zone.js": "npm:zone.js@0.5.10"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
618 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
619 "npm:asn1.js@4.3.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
620 "assert": "github:jspm/nodelibs-assert@0.1.0",
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
621 "bn.js": "npm:bn.js@4.10.0",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
622 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
623 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
624 "minimalistic-assert": "npm:minimalistic-assert@1.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
625 "vm": "github:jspm/nodelibs-vm@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
626 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
627 "npm:assert@1.3.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
628 "util": "npm:util@0.10.3"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
629 },
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
630 "npm:bn.js@4.10.0": {
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
631 "buffer": "github:jspm/nodelibs-buffer@0.1.0"
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
632 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
633 "npm:browserify-aes@1.0.6": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
634 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
635 "buffer-xor": "npm:buffer-xor@1.0.3",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
636 "cipher-base": "npm:cipher-base@1.0.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
637 "create-hash": "npm:create-hash@1.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
638 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
639 "evp_bytestokey": "npm:evp_bytestokey@1.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
640 "fs": "github:jspm/nodelibs-fs@0.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
641 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
642 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
643 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
644 "npm:browserify-cipher@1.0.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
645 "browserify-aes": "npm:browserify-aes@1.0.6",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
646 "browserify-des": "npm:browserify-des@1.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
647 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
648 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
649 "evp_bytestokey": "npm:evp_bytestokey@1.0.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
650 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
651 "npm:browserify-des@1.0.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
652 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
653 "cipher-base": "npm:cipher-base@1.0.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
654 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
655 "des.js": "npm:des.js@1.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
656 "inherits": "npm:inherits@2.0.1"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
657 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
658 "npm:browserify-rsa@4.0.0": {
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
659 "bn.js": "npm:bn.js@4.10.0",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
660 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
661 "constants": "github:jspm/nodelibs-constants@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
662 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
663 "randombytes": "npm:randombytes@2.0.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
664 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
665 "npm:browserify-sign@4.0.0": {
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
666 "bn.js": "npm:bn.js@4.10.0",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
667 "browserify-rsa": "npm:browserify-rsa@4.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
668 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
669 "create-hash": "npm:create-hash@1.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
670 "create-hmac": "npm:create-hmac@1.1.4",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
671 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
672 "elliptic": "npm:elliptic@6.2.3",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
673 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
674 "parse-asn1": "npm:parse-asn1@5.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
675 "stream": "github:jspm/nodelibs-stream@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
676 },
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
677 "npm:browserify-zlib@0.1.4": {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
678 "assert": "github:jspm/nodelibs-assert@0.1.0",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
679 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
680 "pako": "npm:pako@0.2.8",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
681 "process": "github:jspm/nodelibs-process@0.1.2",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
682 "readable-stream": "npm:readable-stream@2.0.5",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
683 "util": "github:jspm/nodelibs-util@0.1.0"
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
684 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
685 "npm:buffer-xor@1.0.3": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
686 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
687 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
688 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
689 "npm:buffer@3.6.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
690 "base64-js": "npm:base64-js@0.0.8",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
691 "child_process": "github:jspm/nodelibs-child_process@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
692 "fs": "github:jspm/nodelibs-fs@0.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
693 "ieee754": "npm:ieee754@1.1.6",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
694 "isarray": "npm:isarray@1.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
695 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
696 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
697 "npm:cipher-base@1.0.2": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
698 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
699 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
700 "stream": "github:jspm/nodelibs-stream@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
701 "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
702 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
703 "npm:constants-browserify@0.0.1": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
704 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
705 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
706 "npm:core-util-is@1.0.2": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
707 "buffer": "github:jspm/nodelibs-buffer@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
708 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
709 "npm:create-ecdh@4.0.0": {
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
710 "bn.js": "npm:bn.js@4.10.0",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
711 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
712 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
713 "elliptic": "npm:elliptic@6.2.3"
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
714 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
715 "npm:create-hash@1.1.2": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
716 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
717 "cipher-base": "npm:cipher-base@1.0.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
718 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
719 "fs": "github:jspm/nodelibs-fs@0.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
720 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
721 "ripemd160": "npm:ripemd160@1.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
722 "sha.js": "npm:sha.js@2.4.4"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
723 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
724 "npm:create-hmac@1.1.4": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
725 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
726 "create-hash": "npm:create-hash@1.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
727 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
728 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
729 "stream": "github:jspm/nodelibs-stream@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
730 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
731 "npm:crypto-browserify@3.11.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
732 "browserify-cipher": "npm:browserify-cipher@1.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
733 "browserify-sign": "npm:browserify-sign@4.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
734 "create-ecdh": "npm:create-ecdh@4.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
735 "create-hash": "npm:create-hash@1.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
736 "create-hmac": "npm:create-hmac@1.1.4",
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
737 "diffie-hellman": "npm:diffie-hellman@5.0.2",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
738 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
739 "pbkdf2": "npm:pbkdf2@3.0.4",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
740 "public-encrypt": "npm:public-encrypt@4.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
741 "randombytes": "npm:randombytes@2.0.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
742 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
743 "npm:des.js@1.0.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
744 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
745 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
746 "minimalistic-assert": "npm:minimalistic-assert@1.0.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
747 },
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
748 "npm:diffie-hellman@5.0.2": {
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
749 "bn.js": "npm:bn.js@4.10.0",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
750 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
751 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
752 "miller-rabin": "npm:miller-rabin@4.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
753 "randombytes": "npm:randombytes@2.0.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
754 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
755 },
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
756 "npm:elliptic@6.2.3": {
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
757 "bn.js": "npm:bn.js@4.10.0",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
758 "brorand": "npm:brorand@1.0.5",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
759 "hash.js": "npm:hash.js@1.0.3",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
760 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
761 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
762 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
763 "npm:es6-promise@3.0.2": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
764 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
765 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
766 "npm:es6-shim@0.33.13": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
767 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
768 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
769 "npm:evp_bytestokey@1.0.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
770 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
771 "create-hash": "npm:create-hash@1.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
772 "crypto": "github:jspm/nodelibs-crypto@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
773 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
774 "npm:hash.js@1.0.3": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
775 "inherits": "npm:inherits@2.0.1"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
776 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
777 "npm:inherits@2.0.1": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
778 "util": "github:jspm/nodelibs-util@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
779 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
780 "npm:miller-rabin@4.0.0": {
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
781 "bn.js": "npm:bn.js@4.10.0",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
782 "brorand": "npm:brorand@1.0.5"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
783 },
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
784 "npm:ng2-bootstrap@1.0.1-beta.2": {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
785 "fs": "github:jspm/nodelibs-fs@0.1.2",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
786 "path": "github:jspm/nodelibs-path@0.1.0",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
787 "process": "github:jspm/nodelibs-process@0.1.2",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
788 "systemjs-json": "github:systemjs/plugin-json@0.1.0",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
789 "zlib": "github:jspm/nodelibs-zlib@0.1.0"
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
790 },
32
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
791 "npm:ng2-table@1.0.0-beta.0": {
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
792 "path": "github:jspm/nodelibs-path@0.1.0",
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
793 "process": "github:jspm/nodelibs-process@0.1.2"
4c046f3244ec new 'id_is' query type. new '_type' attribute.
casties
parents: 30
diff changeset
794 },
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
795 "npm:pako@0.2.8": {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
796 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
797 "process": "github:jspm/nodelibs-process@0.1.2"
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
798 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
799 "npm:parse-asn1@5.0.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
800 "asn1.js": "npm:asn1.js@4.3.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
801 "browserify-aes": "npm:browserify-aes@1.0.6",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
802 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
803 "create-hash": "npm:create-hash@1.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
804 "evp_bytestokey": "npm:evp_bytestokey@1.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
805 "pbkdf2": "npm:pbkdf2@3.0.4",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
806 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
807 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
808 "npm:path-browserify@0.0.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
809 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
810 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
811 "npm:pbkdf2@3.0.4": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
812 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
813 "child_process": "github:jspm/nodelibs-child_process@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
814 "create-hmac": "npm:create-hmac@1.1.4",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
815 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
816 "path": "github:jspm/nodelibs-path@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
817 "process": "github:jspm/nodelibs-process@0.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
818 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
819 },
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
820 "npm:process-nextick-args@1.0.6": {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
821 "process": "github:jspm/nodelibs-process@0.1.2"
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
822 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
823 "npm:process@0.11.2": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
824 "assert": "github:jspm/nodelibs-assert@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
825 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
826 "npm:public-encrypt@4.0.0": {
30
193271b6b9d2 configure attributes per result type. select number of items per result page.
casties
parents: 25
diff changeset
827 "bn.js": "npm:bn.js@4.10.0",
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
828 "browserify-rsa": "npm:browserify-rsa@4.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
829 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
830 "create-hash": "npm:create-hash@1.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
831 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
832 "parse-asn1": "npm:parse-asn1@5.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
833 "randombytes": "npm:randombytes@2.0.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
834 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
835 "npm:randombytes@2.0.2": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
836 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
837 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
838 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
839 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
840 "npm:readable-stream@1.1.13": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
841 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
842 "core-util-is": "npm:core-util-is@1.0.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
843 "events": "github:jspm/nodelibs-events@0.1.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
844 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
845 "isarray": "npm:isarray@0.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
846 "process": "github:jspm/nodelibs-process@0.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
847 "stream-browserify": "npm:stream-browserify@1.0.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
848 "string_decoder": "npm:string_decoder@0.10.31"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
849 },
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
850 "npm:readable-stream@2.0.5": {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
851 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
852 "core-util-is": "npm:core-util-is@1.0.2",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
853 "events": "github:jspm/nodelibs-events@0.1.1",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
854 "inherits": "npm:inherits@2.0.1",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
855 "isarray": "npm:isarray@0.0.1",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
856 "process": "github:jspm/nodelibs-process@0.1.2",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
857 "process-nextick-args": "npm:process-nextick-args@1.0.6",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
858 "string_decoder": "npm:string_decoder@0.10.31",
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
859 "util-deprecate": "npm:util-deprecate@1.0.2"
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
860 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
861 "npm:reflect-metadata@0.1.2": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
862 "assert": "github:jspm/nodelibs-assert@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
863 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
864 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
865 "npm:ripemd160@1.0.1": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
866 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
867 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
868 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
869 "npm:rxjs@5.0.0-beta.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
870 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
871 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
872 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
873 "npm:sha.js@2.4.4": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
874 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
875 "fs": "github:jspm/nodelibs-fs@0.1.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
876 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
877 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
878 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
879 "npm:stream-browserify@1.0.0": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
880 "events": "github:jspm/nodelibs-events@0.1.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
881 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
882 "readable-stream": "npm:readable-stream@1.1.13"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
883 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
884 "npm:string_decoder@0.10.31": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
885 "buffer": "github:jspm/nodelibs-buffer@0.1.0"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
886 },
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
887 "npm:util-deprecate@1.0.2": {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
888 "util": "github:jspm/nodelibs-util@0.1.0"
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents: 24
diff changeset
889 },
24
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
890 "npm:util@0.10.3": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
891 "inherits": "npm:inherits@2.0.1",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
892 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
893 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
894 "npm:vm-browserify@0.0.4": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
895 "indexof": "npm:indexof@0.0.1"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
896 },
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
897 "npm:zone.js@0.5.10": {
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
898 "es6-promise": "npm:es6-promise@3.0.2",
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
899 "process": "github:jspm/nodelibs-process@0.1.2"
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
900 }
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
901 }
f6f4177d0a81 use ng2-table for results.
casties
parents:
diff changeset
902 });