hippo-fw 0.9.8 → 0.9.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/client/hippo/access/subscription-choice-layer.jsx +170 -0
- data/client/hippo/access/subscription-choice-layer/cancel-subscription.jsx +111 -0
- data/client/hippo/access/subscription-choice-layer/payment-form.jsx +154 -0
- data/client/hippo/access/subscription-choice-layer/subscription-choice.scss +29 -0
- data/client/hippo/boot.jsx +1 -1
- data/client/hippo/components/asset.jsx +1 -1
- data/client/hippo/components/asset.scss +1 -0
- data/client/hippo/components/data-table.jsx +36 -38
- data/client/hippo/components/date-time.jsx +25 -9
- data/client/hippo/components/form/api.js +1 -0
- data/client/hippo/components/form/fields.jsx +3 -2
- data/client/hippo/components/form/fields/checkbox-wrapper.jsx +1 -1
- data/client/hippo/components/form/fields/date-wrapper.jsx +1 -1
- data/client/hippo/components/form/fields/email-wrapper.jsx +31 -0
- data/client/hippo/components/form/fields/form-field.scss +8 -0
- data/client/hippo/components/form/fields/label.jsx +5 -7
- data/client/hippo/components/form/fields/select-wrapper.jsx +1 -1
- data/client/hippo/components/form/fields/tags-wrapper.jsx +1 -1
- data/client/hippo/components/form/fields/text-wrapper.jsx +1 -1
- data/client/hippo/components/form/fields/textarea-wrapper.jsx +1 -1
- data/client/hippo/components/form/wrapper.jsx +1 -1
- data/client/hippo/components/grid.js +1 -0
- data/client/hippo/components/master-detail.jsx +1 -1
- data/client/hippo/components/network-activity-overlay.jsx +6 -6
- data/client/hippo/components/payments/field.jsx +64 -0
- data/client/hippo/components/payments/field.scss +18 -0
- data/client/hippo/components/popout-window.jsx +1 -1
- data/client/hippo/components/query-builder.jsx +1 -1
- data/client/hippo/components/query-builder/boolean-picker.jsx +1 -1
- data/client/hippo/components/query-builder/clause-filter.jsx +2 -2
- data/client/hippo/components/query-builder/clause.jsx +16 -10
- data/client/hippo/components/query-builder/date-picker.jsx +1 -1
- data/client/hippo/components/query-builder/query-builder.scss +23 -2
- data/client/hippo/components/record-finder.jsx +5 -2
- data/client/hippo/components/record-finder/query-layer.jsx +1 -1
- data/client/hippo/components/save-button.jsx +1 -1
- data/client/hippo/components/screen.jsx +1 -1
- data/client/hippo/components/text-editor.jsx +82 -40
- data/client/hippo/components/text-editor/renderer.jsx +15 -35
- data/client/hippo/components/text-editor/renderer.scss +15 -0
- data/client/hippo/components/text-editor/text-editor.scss +2 -15
- data/client/hippo/components/text-editor/upload-adapter.js +66 -0
- data/client/hippo/components/time-zone-select.jsx +1 -1
- data/client/hippo/components/tool-tip.jsx +9 -14
- data/client/hippo/components/toolbar.jsx +16 -0
- data/client/hippo/components/warning-notification.jsx +1 -1
- data/client/hippo/extensions/base.js +3 -2
- data/client/hippo/extensions/index.js +1 -1
- data/client/hippo/lib/action_cable.js +8 -0
- data/client/hippo/lib/action_cable/cable.js +47 -0
- data/client/hippo/lib/action_cable/connection.js +192 -0
- data/client/hippo/lib/action_cable/connection_monitor.js +135 -0
- data/client/hippo/lib/action_cable/consumer.js +56 -0
- data/client/hippo/lib/action_cable/subscription.js +98 -0
- data/client/hippo/lib/action_cable/subscriptions.js +129 -0
- data/client/hippo/lib/date-range.js +22 -5
- data/client/hippo/lib/lazy-getter.js +31 -0
- data/client/hippo/lib/util.js +6 -1
- data/client/hippo/models/base.js +8 -3
- data/client/hippo/models/config.js +7 -2
- data/client/hippo/models/date-type.js +14 -0
- data/client/hippo/models/decorators.js +5 -5
- data/client/hippo/models/pub_sub.js +1 -1
- data/client/hippo/models/query/array-result.js +4 -1
- data/client/hippo/models/subscription.js +35 -0
- data/client/hippo/models/sync.js +1 -1
- data/client/hippo/models/tenant.js +14 -1
- data/client/hippo/react/component-not-found.jsx +14 -18
- data/client/hippo/screens/async-loading.jsx +46 -0
- data/client/hippo/screens/definition.js +2 -1
- data/client/hippo/screens/preferences.jsx +57 -0
- data/client/hippo/screens/system-settings.jsx +4 -6
- data/client/hippo/screens/system-settings/mailer-config.jsx +1 -1
- data/client/hippo/screens/system-settings/tenant.jsx +57 -4
- data/client/hippo/screens/user-management.jsx +2 -2
- data/client/hippo/screens/user-management/edit-form.jsx +1 -1
- data/client/hippo/styles/global/fancy-header.scss +2 -1
- data/client/hippo/styles/global/mixins.scss +14 -1
- data/client/hippo/testing/index.js +7 -0
- data/client/hippo/user.js +9 -2
- data/client/hippo/workspace/index.jsx +29 -8
- data/client/hippo/workspace/menu-group.jsx +1 -1
- data/client/hippo/workspace/menu-option.jsx +2 -0
- data/client/hippo/workspace/menu.jsx +30 -6
- data/client/hippo/workspace/screen.jsx +5 -1
- data/client/hippo/workspace/styles.scss +22 -3
- data/command-reference-files/initial/Gemfile +1 -1
- data/config/routes.rb +6 -0
- data/config/screens.rb +9 -17
- data/db/migrate/20171129024737_create_subscriptions.rb +12 -0
- data/fixtures/vcr_cassettes/Tenant_changes/sends_email_when_tenant_identifier_changes.yml +72 -0
- data/fixtures/vcr_cassettes/Tenant_isoloation/disallows_using_a_user_s_token_on_incorrect_domain.yml +141 -0
- data/fixtures/vcr_cassettes/Tenant_isoloation/isolates_bar_s_tenant_data_from_foo.yml +141 -0
- data/fixtures/vcr_cassettes/Tenant_isoloation/isolates_foo_s_tenant_data_from_bar.yml +141 -0
- data/hippo-fw.gemspec +4 -3
- data/lib/hippo.rb +1 -0
- data/lib/hippo/access/roles/basic_user.rb +1 -0
- data/lib/hippo/api/authentication_provider.rb +4 -5
- data/lib/hippo/api/handlers/asset.rb +9 -4
- data/lib/hippo/api/handlers/subscription.rb +39 -0
- data/lib/hippo/api/handlers/user_session.rb +0 -1
- data/lib/hippo/api/helper_methods.rb +8 -4
- data/lib/hippo/api/request_wrapper.rb +12 -1
- data/lib/hippo/command/console.rb +3 -3
- data/lib/hippo/concerns/asset_uploader.rb +8 -2
- data/lib/hippo/concerns/pub_sub.rb +8 -8
- data/lib/hippo/configuration.rb +6 -4
- data/lib/hippo/extension.rb +3 -2
- data/lib/hippo/model.rb +1 -0
- data/lib/hippo/models/subscription.rb +7 -0
- data/lib/hippo/payments.rb +129 -0
- data/lib/hippo/screen.rb +4 -2
- data/lib/hippo/screen/definition.rb +4 -0
- data/lib/hippo/spec_helper.rb +4 -4
- data/lib/hippo/templates/liquid/precision.rb +9 -0
- data/lib/hippo/tenant.rb +4 -5
- data/lib/hippo/user.rb +5 -5
- data/lib/hippo/version.rb +1 -1
- data/lib/hippo/webpack.rb +5 -1
- data/package-lock.json +437 -881
- data/package.json +19 -5
- data/spec/client/components/__snapshots__/query-builder.spec.jsx.snap +34 -1
- data/spec/client/components/__snapshots__/record-finder.spec.jsx.snap +1 -0
- data/spec/client/models/base.spec.js +7 -0
- data/spec/client/models/subscription.spec.js +8 -0
- data/spec/client/screens/__snapshots__/preferences.spec.jsx.snap +223 -0
- data/spec/client/screens/preferences.spec.jsx +10 -0
- data/spec/client/test-models.js +1 -1
- data/spec/client/workspace/__snapshots__/menu.spec.jsx.snap +12 -0
- data/spec/factories/subscription.rb +6 -0
- data/spec/factories/tenant.rb +1 -1
- data/spec/factories/user.rb +1 -1
- data/spec/server/api/tenant_change_spec.rb +11 -8
- data/spec/server/api/tenant_isolation_spec.rb +11 -8
- data/spec/server/api/user_sessions_spec.rb +10 -7
- data/spec/server/api/user_spec.rb +45 -0
- data/spec/server/models/subscription_spec.rb +10 -0
- data/spec/server/payment_helpers.rb +13 -0
- data/spec/server/print/form_spec.rb +1 -1
- data/spec/server/spec_helper.rb +3 -11
- data/templates/js/screen-definitions.js +4 -1
- data/templates/spec/factories/model.rb +1 -1
- data/views/hippo_root_view.erb +5 -5
- metadata +84 -25
- data/client/hippo/components/grid/config.json +0 -3
- data/client/hippo/components/grid/editors.scss +0 -78
- data/client/hippo/components/grid/index.js +0 -2
- data/client/hippo/components/grid/row-editor.scss +0 -74
- data/client/hippo/components/grid/styles.scss +0 -118
- data/client/hippo/components/text-editor/display-modes/Button.jsx +0 -20
- data/client/hippo/components/text-editor/display-modes/ToggleEdit.jsx +0 -23
- data/client/hippo/components/text-editor/display-modes/ToggleInsert.jsx +0 -22
- data/client/hippo/components/text-editor/display-modes/ToggleLayout.jsx +0 -22
- data/client/hippo/components/text-editor/display-modes/TogglePreview.jsx +0 -22
- data/client/hippo/components/text-editor/display-modes/ToggleResize.jsx +0 -22
- data/client/hippo/components/text-editor/display-modes/index.css +0 -0
- data/client/hippo/components/text-editor/display-modes/index.js +0 -30
- data/client/hippo/components/text-editor/image-plugin/Component/Display/index.js +0 -82
- data/client/hippo/components/text-editor/image-plugin/Component/Form/index.js +0 -42
- data/client/hippo/components/text-editor/image-plugin/Component/index.js +0 -16
- data/client/hippo/components/text-editor/image-plugin/Component/index.scss +0 -0
- data/client/hippo/components/text-editor/image-plugin/index.js +0 -32
- data/client/hippo/components/text-editor/image-plugin/index.scss +0 -25
- data/client/hippo/components/toolbar/changes-notification.scss +0 -63
- data/client/hippo/components/toolbar/index.js +0 -3
- data/client/hippo/components/toolbar/styles.scss +0 -74
data/lib/hippo/screen.rb
CHANGED
@@ -69,9 +69,11 @@ module Hippo
|
|
69
69
|
yield group
|
70
70
|
end
|
71
71
|
|
72
|
-
def
|
72
|
+
def ids_for_user(user)
|
73
73
|
Extensions.load_screens
|
74
|
-
for_extension(Hippo::Extensions.controlling.identifier).
|
74
|
+
for_extension(Hippo::Extensions.controlling.identifier).select{|s|
|
75
|
+
s.viewable_by?(user)
|
76
|
+
}.map(&:identifier)
|
75
77
|
end
|
76
78
|
|
77
79
|
def each_group
|
@@ -14,6 +14,7 @@ module Hippo
|
|
14
14
|
attr_accessor_with_default :view_class
|
15
15
|
attr_accessor_with_default :model_class
|
16
16
|
attr_accessor_with_default :model_access, 'read'
|
17
|
+
attr_accessor_with_default :roles, ->{ [] }
|
17
18
|
attr_accessor_with_default :asset
|
18
19
|
|
19
20
|
attr_accessor :extension_id
|
@@ -44,6 +45,9 @@ module Hippo
|
|
44
45
|
end
|
45
46
|
|
46
47
|
def viewable_by?(user)
|
48
|
+
if roles.present?
|
49
|
+
return (roles & user.role_names).any?
|
50
|
+
end
|
47
51
|
model.nil? || user.can_read?(self)
|
48
52
|
end
|
49
53
|
|
data/lib/hippo/spec_helper.rb
CHANGED
@@ -8,7 +8,7 @@ require 'hashie/mash'
|
|
8
8
|
require 'active_record'
|
9
9
|
require 'active_record/fixtures'
|
10
10
|
require 'mail'
|
11
|
-
require '
|
11
|
+
require 'factory_bot'
|
12
12
|
require 'faker'
|
13
13
|
require 'database_cleaner'
|
14
14
|
require "shrine/storage/memory"
|
@@ -55,7 +55,7 @@ module Fixtures
|
|
55
55
|
end
|
56
56
|
end
|
57
57
|
|
58
|
-
|
58
|
+
FactoryBot.definition_file_paths = Hippo::Extensions.map do |ext|
|
59
59
|
ext.root_path.join('spec/factories')
|
60
60
|
end
|
61
61
|
|
@@ -70,7 +70,7 @@ module ApiHelper
|
|
70
70
|
end
|
71
71
|
|
72
72
|
RSpec.configure do |config|
|
73
|
-
config.include
|
73
|
+
config.include FactoryBot::Syntax::Methods
|
74
74
|
config.include ApiHelper, api: true
|
75
75
|
config.include Fixtures
|
76
76
|
|
@@ -80,7 +80,7 @@ RSpec.configure do |config|
|
|
80
80
|
config.color = true
|
81
81
|
|
82
82
|
config.before(:suite) do
|
83
|
-
|
83
|
+
FactoryBot.find_definitions
|
84
84
|
DatabaseCleaner.strategy = :transaction
|
85
85
|
end
|
86
86
|
|
data/lib/hippo/tenant.rb
CHANGED
@@ -4,7 +4,7 @@ module Hippo
|
|
4
4
|
# Tenant
|
5
5
|
class Tenant < Hippo::Model
|
6
6
|
|
7
|
-
PUBLIC_ATTRS = %w{slug name identifier}
|
7
|
+
PUBLIC_ATTRS = %w{slug name identifier subscription_id}
|
8
8
|
|
9
9
|
validates :slug, uniqueness: true
|
10
10
|
validates :name, :presence => { message: 'for company' }
|
@@ -12,7 +12,7 @@ module Hippo
|
|
12
12
|
|
13
13
|
has_random_identifier
|
14
14
|
has_many :users, class_name: 'Hippo::User', autosave: true
|
15
|
-
|
15
|
+
belongs_to :subscription
|
16
16
|
belongs_to :system_settings, class_name: 'Hippo::SystemSettings',
|
17
17
|
foreign_key: :id, primary_key: :tenant_id
|
18
18
|
|
@@ -34,7 +34,7 @@ module Hippo
|
|
34
34
|
as_json(
|
35
35
|
only: PUBLIC_ATTRS,
|
36
36
|
).merge(
|
37
|
-
bootstrap:
|
37
|
+
bootstrap: SystemSettings.config.public_json.merge(
|
38
38
|
Hippo::Extensions.tenant_bootstrap_data(self)
|
39
39
|
)
|
40
40
|
)
|
@@ -46,8 +46,7 @@ module Hippo
|
|
46
46
|
|
47
47
|
def self.system
|
48
48
|
find_by(slug: 'system') || create!(
|
49
|
-
slug: 'system', name: 'system',
|
50
|
-
email: 'contact@argosity.com', subscription: :admin
|
49
|
+
slug: 'system', name: 'system', email: 'contact@argosity.com'
|
51
50
|
)
|
52
51
|
end
|
53
52
|
|
data/lib/hippo/user.rb
CHANGED
@@ -31,7 +31,7 @@ module Hippo
|
|
31
31
|
user: user_data,
|
32
32
|
access: Access.for_user(self),
|
33
33
|
access_token: jwt_token,
|
34
|
-
screen_ids: Hippo::Screen.
|
34
|
+
screen_ids: Hippo::Screen.ids_for_user(self)
|
35
35
|
}
|
36
36
|
end
|
37
37
|
|
@@ -62,11 +62,11 @@ module Hippo
|
|
62
62
|
def setting_attribute_is_allowed?(name, user)
|
63
63
|
( !new_record? && user.id == self.id && USER_EDITABLE_ATTRIBUTES.include?(name) ) ? true : super
|
64
64
|
end
|
65
|
-
def can_write_attributes?(
|
66
|
-
(
|
65
|
+
def can_write_attributes?(attr, user)
|
66
|
+
(!new_record? && user.id == self.id) ? true : super
|
67
67
|
end
|
68
|
-
def self.can_write_attributes?(
|
69
|
-
(
|
68
|
+
def self.can_write_attributes?(attr, user)
|
69
|
+
(attr['id'] && attr['id'].to_i == user.id) ? true : super
|
70
70
|
end
|
71
71
|
|
72
72
|
# @return [Boolan] does the user have the "administrator" role?
|
data/lib/hippo/version.rb
CHANGED
data/lib/hippo/webpack.rb
CHANGED
@@ -2,6 +2,10 @@ require_relative './webpack/client_config'
|
|
2
2
|
|
3
3
|
module Hippo
|
4
4
|
class Webpack
|
5
|
+
|
6
|
+
class NotFound < ArgumentError
|
7
|
+
end
|
8
|
+
|
5
9
|
mattr_accessor :stub
|
6
10
|
attr_reader :driver, :assets, :process
|
7
11
|
|
@@ -64,7 +68,7 @@ module Hippo
|
|
64
68
|
if asset
|
65
69
|
asset.file
|
66
70
|
elsif !raise_on_not_found
|
67
|
-
raise
|
71
|
+
raise NotFound, "asset '#{entry}' was not found"
|
68
72
|
end
|
69
73
|
end
|
70
74
|
end
|
data/package-lock.json
CHANGED
@@ -1,9 +1,140 @@
|
|
1
1
|
{
|
2
2
|
"name": "hippo-fw",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.8",
|
4
4
|
"lockfileVersion": 1,
|
5
5
|
"requires": true,
|
6
6
|
"dependencies": {
|
7
|
+
"@babel/code-frame": {
|
8
|
+
"version": "7.0.0-beta.32",
|
9
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0-beta.32.tgz",
|
10
|
+
"integrity": "sha512-EVq4T1a2GviKiQ75OfxNrGPPhJyXzg9jjORuuwhloZbFdrhT4FHa73sv9OFWBwX7rl2b6bxBVmfxrBQYWYz9tA==",
|
11
|
+
"requires": {
|
12
|
+
"chalk": "2.3.0",
|
13
|
+
"esutils": "2.0.2",
|
14
|
+
"js-tokens": "3.0.1"
|
15
|
+
},
|
16
|
+
"dependencies": {
|
17
|
+
"ansi-styles": {
|
18
|
+
"version": "3.2.0",
|
19
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
|
20
|
+
"integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==",
|
21
|
+
"requires": {
|
22
|
+
"color-convert": "1.9.0"
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"chalk": {
|
26
|
+
"version": "2.3.0",
|
27
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz",
|
28
|
+
"integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
|
29
|
+
"requires": {
|
30
|
+
"ansi-styles": "3.2.0",
|
31
|
+
"escape-string-regexp": "1.0.5",
|
32
|
+
"supports-color": "4.5.0"
|
33
|
+
}
|
34
|
+
},
|
35
|
+
"has-flag": {
|
36
|
+
"version": "2.0.0",
|
37
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
|
38
|
+
"integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE="
|
39
|
+
},
|
40
|
+
"supports-color": {
|
41
|
+
"version": "4.5.0",
|
42
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
|
43
|
+
"integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
|
44
|
+
"requires": {
|
45
|
+
"has-flag": "2.0.0"
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
},
|
50
|
+
"@babel/helper-function-name": {
|
51
|
+
"version": "7.0.0-beta.32",
|
52
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.32.tgz",
|
53
|
+
"integrity": "sha512-ysfIt7p72xm5fjSJsv7fMVN/j+EwIdqu8/MJjt6TqB4wM2r6rFRi0ujBTWDkLGQkRB/P5uDV8qcFCHAHnNzmsg==",
|
54
|
+
"requires": {
|
55
|
+
"@babel/helper-get-function-arity": "7.0.0-beta.32",
|
56
|
+
"@babel/template": "7.0.0-beta.32",
|
57
|
+
"@babel/types": "7.0.0-beta.32"
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"@babel/helper-get-function-arity": {
|
61
|
+
"version": "7.0.0-beta.32",
|
62
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.32.tgz",
|
63
|
+
"integrity": "sha512-bm7lIlizycJQY5SJ3HXWJV4XjSrOt1onzrDcOxUo9FEnKRZDEr/zfi5ar2s5tvvZvve/jGHwZKVKekRw2cjPCQ==",
|
64
|
+
"requires": {
|
65
|
+
"@babel/types": "7.0.0-beta.32"
|
66
|
+
}
|
67
|
+
},
|
68
|
+
"@babel/template": {
|
69
|
+
"version": "7.0.0-beta.32",
|
70
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.0.0-beta.32.tgz",
|
71
|
+
"integrity": "sha512-DB9sLgX2mfE29vjAkxHlzLyWr31EO9HaYoAM/UsPSsL70Eudl0i25URwIfQT6S6ckeVFnFP1t6PhERVeV4EAHA==",
|
72
|
+
"requires": {
|
73
|
+
"@babel/code-frame": "7.0.0-beta.32",
|
74
|
+
"@babel/types": "7.0.0-beta.32",
|
75
|
+
"babylon": "7.0.0-beta.32",
|
76
|
+
"lodash": "4.17.4"
|
77
|
+
},
|
78
|
+
"dependencies": {
|
79
|
+
"babylon": {
|
80
|
+
"version": "7.0.0-beta.32",
|
81
|
+
"resolved": "https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.32.tgz",
|
82
|
+
"integrity": "sha512-PvAmyP2IJEBVAuE5yVzrTSWCCN9VMa1eGns8w3w6FYD/ivHSUmS7n+F40Fmjn+0nCQSUFR96wP0CqQ4jxTnF4Q=="
|
83
|
+
}
|
84
|
+
}
|
85
|
+
},
|
86
|
+
"@babel/traverse": {
|
87
|
+
"version": "7.0.0-beta.32",
|
88
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.0.0-beta.32.tgz",
|
89
|
+
"integrity": "sha512-dGe2CLduCIZ/iDkbmnqspQguRy5ARvI+zC8TiwFnsJ2YYO2TWK7x2aEwrbkSmi0iPlBP+Syiag7Idc1qNQq74g==",
|
90
|
+
"requires": {
|
91
|
+
"@babel/code-frame": "7.0.0-beta.32",
|
92
|
+
"@babel/helper-function-name": "7.0.0-beta.32",
|
93
|
+
"@babel/types": "7.0.0-beta.32",
|
94
|
+
"babylon": "7.0.0-beta.32",
|
95
|
+
"debug": "3.1.0",
|
96
|
+
"globals": "10.3.0",
|
97
|
+
"invariant": "2.2.2",
|
98
|
+
"lodash": "4.17.4"
|
99
|
+
},
|
100
|
+
"dependencies": {
|
101
|
+
"babylon": {
|
102
|
+
"version": "7.0.0-beta.32",
|
103
|
+
"resolved": "https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.32.tgz",
|
104
|
+
"integrity": "sha512-PvAmyP2IJEBVAuE5yVzrTSWCCN9VMa1eGns8w3w6FYD/ivHSUmS7n+F40Fmjn+0nCQSUFR96wP0CqQ4jxTnF4Q=="
|
105
|
+
},
|
106
|
+
"debug": {
|
107
|
+
"version": "3.1.0",
|
108
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
|
109
|
+
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
|
110
|
+
"requires": {
|
111
|
+
"ms": "2.0.0"
|
112
|
+
}
|
113
|
+
},
|
114
|
+
"globals": {
|
115
|
+
"version": "10.3.0",
|
116
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-10.3.0.tgz",
|
117
|
+
"integrity": "sha512-1g6qO5vMbiPHbRTDtR9JVjRkAhkgH4nSANYGyx1eOfqgxcMnYMMD+7MjmjfzXjwFpVUE/7/NzF+jQxYE7P4r7A=="
|
118
|
+
}
|
119
|
+
}
|
120
|
+
},
|
121
|
+
"@babel/types": {
|
122
|
+
"version": "7.0.0-beta.32",
|
123
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.32.tgz",
|
124
|
+
"integrity": "sha512-w8+wzVcYCMb9OfaBfay2Vg5hyj7UfBX6qQtA+kB0qsW1h1NH/7xHMwvTZNqkuFBwjz5wxGS2QmaIcC3HH+UoxA==",
|
125
|
+
"requires": {
|
126
|
+
"esutils": "2.0.2",
|
127
|
+
"lodash": "4.17.4",
|
128
|
+
"to-fast-properties": "2.0.0"
|
129
|
+
},
|
130
|
+
"dependencies": {
|
131
|
+
"to-fast-properties": {
|
132
|
+
"version": "2.0.0",
|
133
|
+
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
134
|
+
"integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
|
135
|
+
}
|
136
|
+
}
|
137
|
+
},
|
7
138
|
"@braintree/browser-detection": {
|
8
139
|
"version": "1.6.0",
|
9
140
|
"resolved": "https://registry.npmjs.org/@braintree/browser-detection/-/browser-detection-1.6.0.tgz",
|
@@ -24,6 +155,233 @@
|
|
24
155
|
"resolved": "https://registry.npmjs.org/@braintree/wrap-promise/-/wrap-promise-1.1.1.tgz",
|
25
156
|
"integrity": "sha1-0ix2hV5tS0ASYQBgQh+uGjfskLA="
|
26
157
|
},
|
158
|
+
"@ckeditor/ckeditor5-autoformat": {
|
159
|
+
"version": "1.0.0-alpha.2",
|
160
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-1.0.0-alpha.2.tgz",
|
161
|
+
"integrity": "sha1-pSeF2F2VqGs/BzoP7sdeFKTizPc=",
|
162
|
+
"requires": {
|
163
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
164
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2"
|
165
|
+
}
|
166
|
+
},
|
167
|
+
"@ckeditor/ckeditor5-basic-styles": {
|
168
|
+
"version": "1.0.0-alpha.2",
|
169
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-1.0.0-alpha.2.tgz",
|
170
|
+
"integrity": "sha1-IdMVjylbJIoMmInr50ZvHDI8li4=",
|
171
|
+
"requires": {
|
172
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
173
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
174
|
+
"@ckeditor/ckeditor5-theme-lark": "1.0.0-alpha.2",
|
175
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2"
|
176
|
+
}
|
177
|
+
},
|
178
|
+
"@ckeditor/ckeditor5-block-quote": {
|
179
|
+
"version": "1.0.0-alpha.2",
|
180
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-1.0.0-alpha.2.tgz",
|
181
|
+
"integrity": "sha1-aH2u5o9XuPq11Ry/1sC2JEoNiL4=",
|
182
|
+
"requires": {
|
183
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
184
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
185
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2",
|
186
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
187
|
+
}
|
188
|
+
},
|
189
|
+
"@ckeditor/ckeditor5-clipboard": {
|
190
|
+
"version": "1.0.0-alpha.2",
|
191
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-1.0.0-alpha.2.tgz",
|
192
|
+
"integrity": "sha1-xNjra1sRUe8LYUqBfaoTcKiN/eY=",
|
193
|
+
"requires": {
|
194
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
195
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2"
|
196
|
+
}
|
197
|
+
},
|
198
|
+
"@ckeditor/ckeditor5-core": {
|
199
|
+
"version": "1.0.0-alpha.2",
|
200
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-1.0.0-alpha.2.tgz",
|
201
|
+
"integrity": "sha1-WAdr0VvqNIiChqFDTVM6YZ6w+V0=",
|
202
|
+
"requires": {
|
203
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
204
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
205
|
+
}
|
206
|
+
},
|
207
|
+
"@ckeditor/ckeditor5-editor-balloon": {
|
208
|
+
"version": "1.0.0-alpha.2",
|
209
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-1.0.0-alpha.2.tgz",
|
210
|
+
"integrity": "sha1-UWlu4tpNjYXS3/XMkwaBc7VjTVI=",
|
211
|
+
"requires": {
|
212
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
213
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
214
|
+
"@ckeditor/ckeditor5-theme-lark": "1.0.0-alpha.2",
|
215
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2",
|
216
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"@ckeditor/ckeditor5-editor-classic": {
|
220
|
+
"version": "1.0.0-alpha.2",
|
221
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-1.0.0-alpha.2.tgz",
|
222
|
+
"integrity": "sha1-yzv6BSX4yfgJJeBGkl+gZ7Ahzgg=",
|
223
|
+
"requires": {
|
224
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
225
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
226
|
+
"@ckeditor/ckeditor5-theme-lark": "1.0.0-alpha.2",
|
227
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2",
|
228
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
229
|
+
}
|
230
|
+
},
|
231
|
+
"@ckeditor/ckeditor5-engine": {
|
232
|
+
"version": "1.0.0-alpha.2",
|
233
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-1.0.0-alpha.2.tgz",
|
234
|
+
"integrity": "sha1-0b9kzyKVrl9WcoyzxZPVGWj44zI=",
|
235
|
+
"requires": {
|
236
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
237
|
+
}
|
238
|
+
},
|
239
|
+
"@ckeditor/ckeditor5-enter": {
|
240
|
+
"version": "1.0.0-alpha.2",
|
241
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-1.0.0-alpha.2.tgz",
|
242
|
+
"integrity": "sha1-c5eig0CiPUTX5AjNSDDodqxaf7g=",
|
243
|
+
"requires": {
|
244
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
245
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
246
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
247
|
+
}
|
248
|
+
},
|
249
|
+
"@ckeditor/ckeditor5-essentials": {
|
250
|
+
"version": "1.0.0-alpha.2",
|
251
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-1.0.0-alpha.2.tgz",
|
252
|
+
"integrity": "sha1-l5rZPOPjfveZjGGqoRVlxcIChcM=",
|
253
|
+
"requires": {
|
254
|
+
"@ckeditor/ckeditor5-clipboard": "1.0.0-alpha.2",
|
255
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
256
|
+
"@ckeditor/ckeditor5-enter": "1.0.0-alpha.2",
|
257
|
+
"@ckeditor/ckeditor5-typing": "1.0.0-alpha.2",
|
258
|
+
"@ckeditor/ckeditor5-undo": "1.0.0-alpha.2"
|
259
|
+
}
|
260
|
+
},
|
261
|
+
"@ckeditor/ckeditor5-heading": {
|
262
|
+
"version": "1.0.0-alpha.2",
|
263
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-1.0.0-alpha.2.tgz",
|
264
|
+
"integrity": "sha1-lKgaNmG9n0K0/gAoNul//T5K8WQ=",
|
265
|
+
"requires": {
|
266
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
267
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
268
|
+
"@ckeditor/ckeditor5-paragraph": "1.0.0-alpha.2",
|
269
|
+
"@ckeditor/ckeditor5-theme-lark": "1.0.0-alpha.2",
|
270
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2",
|
271
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
272
|
+
}
|
273
|
+
},
|
274
|
+
"@ckeditor/ckeditor5-image": {
|
275
|
+
"version": "1.0.0-alpha.2",
|
276
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-1.0.0-alpha.2.tgz",
|
277
|
+
"integrity": "sha1-wbUw12rvGqkdqXwnMHyNaFVb7i0=",
|
278
|
+
"requires": {
|
279
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
280
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
281
|
+
"@ckeditor/ckeditor5-theme-lark": "1.0.0-alpha.2",
|
282
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2",
|
283
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2",
|
284
|
+
"@ckeditor/ckeditor5-widget": "1.0.0-alpha.2"
|
285
|
+
}
|
286
|
+
},
|
287
|
+
"@ckeditor/ckeditor5-link": {
|
288
|
+
"version": "1.0.0-alpha.2",
|
289
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-1.0.0-alpha.2.tgz",
|
290
|
+
"integrity": "sha1-inwwOmN/5oQZcKYCaxKe97Zsd7U=",
|
291
|
+
"requires": {
|
292
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
293
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
294
|
+
"@ckeditor/ckeditor5-theme-lark": "1.0.0-alpha.2",
|
295
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2"
|
296
|
+
}
|
297
|
+
},
|
298
|
+
"@ckeditor/ckeditor5-list": {
|
299
|
+
"version": "1.0.0-alpha.2",
|
300
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-1.0.0-alpha.2.tgz",
|
301
|
+
"integrity": "sha1-+yZyQOyuv2TVJ4YuBFym3cSJC0M=",
|
302
|
+
"requires": {
|
303
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
304
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
305
|
+
"@ckeditor/ckeditor5-paragraph": "1.0.0-alpha.2",
|
306
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2",
|
307
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
308
|
+
}
|
309
|
+
},
|
310
|
+
"@ckeditor/ckeditor5-paragraph": {
|
311
|
+
"version": "1.0.0-alpha.2",
|
312
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-1.0.0-alpha.2.tgz",
|
313
|
+
"integrity": "sha1-LHTILWUueVCzTqxMURPyuAiXolg=",
|
314
|
+
"requires": {
|
315
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
316
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
317
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
318
|
+
}
|
319
|
+
},
|
320
|
+
"@ckeditor/ckeditor5-theme-lark": {
|
321
|
+
"version": "1.0.0-alpha.2",
|
322
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-1.0.0-alpha.2.tgz",
|
323
|
+
"integrity": "sha1-Z4ek9YcEByZV2hJRz/3V1BDG+5I=",
|
324
|
+
"requires": {
|
325
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2"
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"@ckeditor/ckeditor5-typing": {
|
329
|
+
"version": "1.0.0-alpha.2",
|
330
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-1.0.0-alpha.2.tgz",
|
331
|
+
"integrity": "sha1-9o8CWYDzOAeqpGX2kiGv+CwNUVQ=",
|
332
|
+
"requires": {
|
333
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
334
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
335
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
336
|
+
}
|
337
|
+
},
|
338
|
+
"@ckeditor/ckeditor5-ui": {
|
339
|
+
"version": "1.0.0-alpha.2",
|
340
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-1.0.0-alpha.2.tgz",
|
341
|
+
"integrity": "sha1-/41cat08tcr67KaJlRVgCVSu9yo=",
|
342
|
+
"requires": {
|
343
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
344
|
+
"@ckeditor/ckeditor5-theme-lark": "1.0.0-alpha.2",
|
345
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
346
|
+
}
|
347
|
+
},
|
348
|
+
"@ckeditor/ckeditor5-undo": {
|
349
|
+
"version": "1.0.0-alpha.2",
|
350
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-1.0.0-alpha.2.tgz",
|
351
|
+
"integrity": "sha1-ciiMunwjFGpMBRzleZGivEg/vAM=",
|
352
|
+
"requires": {
|
353
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
354
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
355
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2"
|
356
|
+
}
|
357
|
+
},
|
358
|
+
"@ckeditor/ckeditor5-upload": {
|
359
|
+
"version": "1.0.0-alpha.2",
|
360
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-1.0.0-alpha.2.tgz",
|
361
|
+
"integrity": "sha1-UPBzHMaCmkjbCQN3UTN4I1dQRKM=",
|
362
|
+
"requires": {
|
363
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
364
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
365
|
+
"@ckeditor/ckeditor5-ui": "1.0.0-alpha.2",
|
366
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
367
|
+
}
|
368
|
+
},
|
369
|
+
"@ckeditor/ckeditor5-utils": {
|
370
|
+
"version": "1.0.0-alpha.2",
|
371
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-1.0.0-alpha.2.tgz",
|
372
|
+
"integrity": "sha1-/HAvB9jvuIpnlwFxJ23Jrg8R1/A="
|
373
|
+
},
|
374
|
+
"@ckeditor/ckeditor5-widget": {
|
375
|
+
"version": "1.0.0-alpha.2",
|
376
|
+
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-1.0.0-alpha.2.tgz",
|
377
|
+
"integrity": "sha1-omzdlUPfbYeupnzk348w4RErhuo=",
|
378
|
+
"requires": {
|
379
|
+
"@ckeditor/ckeditor5-core": "1.0.0-alpha.2",
|
380
|
+
"@ckeditor/ckeditor5-engine": "1.0.0-alpha.2",
|
381
|
+
"@ckeditor/ckeditor5-theme-lark": "1.0.0-alpha.2",
|
382
|
+
"@ckeditor/ckeditor5-utils": "1.0.0-alpha.2"
|
383
|
+
}
|
384
|
+
},
|
27
385
|
"@types/node": {
|
28
386
|
"version": "6.0.78",
|
29
387
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-6.0.78.tgz",
|
@@ -103,19 +461,6 @@
|
|
103
461
|
}
|
104
462
|
}
|
105
463
|
},
|
106
|
-
"actioncable": {
|
107
|
-
"version": "5.1.2",
|
108
|
-
"resolved": "https://registry.npmjs.org/actioncable/-/actioncable-5.1.2.tgz",
|
109
|
-
"integrity": "sha512-xnysq3jw0DNUto3hR/nOY5RJfOZghNKsZgAg6EEyXb7H/ujJBczPI0tv8CA4ZmKRBNazyaRxhOdDkWUalEGZYg=="
|
110
|
-
},
|
111
|
-
"add-dom-event-listener": {
|
112
|
-
"version": "1.0.2",
|
113
|
-
"resolved": "https://registry.npmjs.org/add-dom-event-listener/-/add-dom-event-listener-1.0.2.tgz",
|
114
|
-
"integrity": "sha1-j67SxBAIchzxEdodMNmVuFvkK+0=",
|
115
|
-
"requires": {
|
116
|
-
"object-assign": "4.1.1"
|
117
|
-
}
|
118
|
-
},
|
119
464
|
"adjust-sourcemap-loader": {
|
120
465
|
"version": "1.1.0",
|
121
466
|
"resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-1.1.0.tgz",
|
@@ -537,140 +882,20 @@
|
|
537
882
|
}
|
538
883
|
},
|
539
884
|
"babel-eslint": {
|
540
|
-
"version": "8.0.
|
541
|
-
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.0.
|
542
|
-
"integrity": "sha512-
|
543
|
-
"requires": {
|
544
|
-
"babel
|
545
|
-
"babel
|
546
|
-
"babel
|
547
|
-
"babylon": "7.0.0-beta.
|
885
|
+
"version": "8.0.2",
|
886
|
+
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.0.2.tgz",
|
887
|
+
"integrity": "sha512-yyl5U088oE+419+BNLJDKVWkUokuPLQeQt9ZTy9uM9kAzbtQgyYL3JkG425B8jxXA7MwTxnDAtRLMKJNH36qjA==",
|
888
|
+
"requires": {
|
889
|
+
"@babel/code-frame": "7.0.0-beta.32",
|
890
|
+
"@babel/traverse": "7.0.0-beta.32",
|
891
|
+
"@babel/types": "7.0.0-beta.32",
|
892
|
+
"babylon": "7.0.0-beta.32"
|
548
893
|
},
|
549
894
|
"dependencies": {
|
550
|
-
"ansi-styles": {
|
551
|
-
"version": "3.2.0",
|
552
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz",
|
553
|
-
"integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==",
|
554
|
-
"requires": {
|
555
|
-
"color-convert": "1.9.0"
|
556
|
-
}
|
557
|
-
},
|
558
|
-
"babel-code-frame": {
|
559
|
-
"version": "7.0.0-beta.0",
|
560
|
-
"resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-7.0.0-beta.0.tgz",
|
561
|
-
"integrity": "sha512-/xr1ADm5bnTjjN+xwoXb7lF4v2rnxMzNZzFU7h8SxB+qB6+IqSTOOqVcpaPTUC2Non/MbQxS3OIZnJpQ2X21aQ==",
|
562
|
-
"requires": {
|
563
|
-
"chalk": "2.2.0",
|
564
|
-
"esutils": "2.0.2",
|
565
|
-
"js-tokens": "3.0.1"
|
566
|
-
}
|
567
|
-
},
|
568
|
-
"babel-helper-function-name": {
|
569
|
-
"version": "7.0.0-beta.0",
|
570
|
-
"resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-7.0.0-beta.0.tgz",
|
571
|
-
"integrity": "sha512-DaQccFBBWBEzMdqbKmNXamY0m1yLHJGOdbbEsNoGdJrrU7wAF3wwowtDDPzF0ZT3SqJXPgZW/P2kgBX9moMuAA==",
|
572
|
-
"requires": {
|
573
|
-
"babel-helper-get-function-arity": "7.0.0-beta.0",
|
574
|
-
"babel-template": "7.0.0-beta.0",
|
575
|
-
"babel-traverse": "7.0.0-beta.0",
|
576
|
-
"babel-types": "7.0.0-beta.0"
|
577
|
-
}
|
578
|
-
},
|
579
|
-
"babel-helper-get-function-arity": {
|
580
|
-
"version": "7.0.0-beta.0",
|
581
|
-
"resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-beta.0.tgz",
|
582
|
-
"integrity": "sha512-csqAic15/2Vm1951nJxkkL9K8E6ojyNF/eAOjk7pqJlO8kvgrccGNFCV9eDwcGHDPe5AjvJGwVSAcQ5fit9wuA==",
|
583
|
-
"requires": {
|
584
|
-
"babel-types": "7.0.0-beta.0"
|
585
|
-
}
|
586
|
-
},
|
587
|
-
"babel-messages": {
|
588
|
-
"version": "7.0.0-beta.0",
|
589
|
-
"resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-7.0.0-beta.0.tgz",
|
590
|
-
"integrity": "sha512-eXdShsm9ZTh9AQhlIaAn6HR3xWpxCnK9ZwIDA9QyjnwTgMctGxHHflw4b4RJ3/ZjTL0Vrmvm0tQXPkp49mTAUw=="
|
591
|
-
},
|
592
|
-
"babel-template": {
|
593
|
-
"version": "7.0.0-beta.0",
|
594
|
-
"resolved": "https://registry.npmjs.org/babel-template/-/babel-template-7.0.0-beta.0.tgz",
|
595
|
-
"integrity": "sha512-tmdH+MmmU0F6Ur8humpevSmFzYKbrN3Oru0g5Qyg4R6+sxjnzZmnvzUbsP0aKMr7tB0Ua6xhEb9arKTOsEMkyA==",
|
596
|
-
"requires": {
|
597
|
-
"babel-traverse": "7.0.0-beta.0",
|
598
|
-
"babel-types": "7.0.0-beta.0",
|
599
|
-
"babylon": "7.0.0-beta.22",
|
600
|
-
"lodash": "4.17.4"
|
601
|
-
}
|
602
|
-
},
|
603
|
-
"babel-traverse": {
|
604
|
-
"version": "7.0.0-beta.0",
|
605
|
-
"resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-7.0.0-beta.0.tgz",
|
606
|
-
"integrity": "sha512-IKzuTqUcQtMRZ0Vv5RjIrGGj33eBKmNTNeRexWSyjPPuAciyNkva1rt7WXPfHfkb+dX7coRAIUhzeTUEzhnwdA==",
|
607
|
-
"requires": {
|
608
|
-
"babel-code-frame": "7.0.0-beta.0",
|
609
|
-
"babel-helper-function-name": "7.0.0-beta.0",
|
610
|
-
"babel-messages": "7.0.0-beta.0",
|
611
|
-
"babel-types": "7.0.0-beta.0",
|
612
|
-
"babylon": "7.0.0-beta.22",
|
613
|
-
"debug": "3.1.0",
|
614
|
-
"globals": "10.1.0",
|
615
|
-
"invariant": "2.2.2",
|
616
|
-
"lodash": "4.17.4"
|
617
|
-
}
|
618
|
-
},
|
619
|
-
"babel-types": {
|
620
|
-
"version": "7.0.0-beta.0",
|
621
|
-
"resolved": "https://registry.npmjs.org/babel-types/-/babel-types-7.0.0-beta.0.tgz",
|
622
|
-
"integrity": "sha512-rJc2kV9iPJGLlqIY71AM3nPcdkoeLRCDuR07GFgfd3lFl4TsBQq76TxYQQIZ2MONg1HpsqmuoCXr9aZ1Oa4wYw==",
|
623
|
-
"requires": {
|
624
|
-
"esutils": "2.0.2",
|
625
|
-
"lodash": "4.17.4",
|
626
|
-
"to-fast-properties": "2.0.0"
|
627
|
-
}
|
628
|
-
},
|
629
895
|
"babylon": {
|
630
|
-
"version": "7.0.0-beta.
|
631
|
-
"resolved": "https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.
|
632
|
-
"integrity": "sha512-
|
633
|
-
},
|
634
|
-
"chalk": {
|
635
|
-
"version": "2.2.0",
|
636
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.2.0.tgz",
|
637
|
-
"integrity": "sha512-0BMM/2hG3ZaoPfR6F+h/oWpZtsh3b/s62TjSM6MGCJWEbJDN1acqCXvyhhZsDSVFklpebUoQ5O1kKC7lOzrn9g==",
|
638
|
-
"requires": {
|
639
|
-
"ansi-styles": "3.2.0",
|
640
|
-
"escape-string-regexp": "1.0.5",
|
641
|
-
"supports-color": "4.5.0"
|
642
|
-
}
|
643
|
-
},
|
644
|
-
"debug": {
|
645
|
-
"version": "3.1.0",
|
646
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
|
647
|
-
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
|
648
|
-
"requires": {
|
649
|
-
"ms": "2.0.0"
|
650
|
-
}
|
651
|
-
},
|
652
|
-
"globals": {
|
653
|
-
"version": "10.1.0",
|
654
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-10.1.0.tgz",
|
655
|
-
"integrity": "sha1-RCWhiBvg0za0qCOoKnvnJdXdmHw="
|
656
|
-
},
|
657
|
-
"has-flag": {
|
658
|
-
"version": "2.0.0",
|
659
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
|
660
|
-
"integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE="
|
661
|
-
},
|
662
|
-
"supports-color": {
|
663
|
-
"version": "4.5.0",
|
664
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
|
665
|
-
"integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
|
666
|
-
"requires": {
|
667
|
-
"has-flag": "2.0.0"
|
668
|
-
}
|
669
|
-
},
|
670
|
-
"to-fast-properties": {
|
671
|
-
"version": "2.0.0",
|
672
|
-
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
673
|
-
"integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
|
896
|
+
"version": "7.0.0-beta.32",
|
897
|
+
"resolved": "https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.32.tgz",
|
898
|
+
"integrity": "sha512-PvAmyP2IJEBVAuE5yVzrTSWCCN9VMa1eGns8w3w6FYD/ivHSUmS7n+F40Fmjn+0nCQSUFR96wP0CqQ4jxTnF4Q=="
|
674
899
|
}
|
675
900
|
}
|
676
901
|
},
|
@@ -1753,11 +1978,6 @@
|
|
1753
1978
|
"hoek": "2.16.3"
|
1754
1979
|
}
|
1755
1980
|
},
|
1756
|
-
"bowser": {
|
1757
|
-
"version": "1.8.1",
|
1758
|
-
"resolved": "https://registry.npmjs.org/bowser/-/bowser-1.8.1.tgz",
|
1759
|
-
"integrity": "sha512-NMPaR8ILtdLSWzxQtEs16XbxMcY8ohWGQ5V+TZSJS3fNUt/PBAGkF6YWO9B/4qWE23bK3o0moQKq8UyFEosYkA=="
|
1760
|
-
},
|
1761
1981
|
"brace-expansion": {
|
1762
1982
|
"version": "1.1.7",
|
1763
1983
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz",
|
@@ -2034,11 +2254,6 @@
|
|
2034
2254
|
"supports-color": "2.0.0"
|
2035
2255
|
}
|
2036
2256
|
},
|
2037
|
-
"change-emitter": {
|
2038
|
-
"version": "0.1.6",
|
2039
|
-
"resolved": "https://registry.npmjs.org/change-emitter/-/change-emitter-0.1.6.tgz",
|
2040
|
-
"integrity": "sha1-6LL+PX8at9aaMhma/5HqaTFAlRU="
|
2041
|
-
},
|
2042
2257
|
"character-entities": {
|
2043
2258
|
"version": "1.2.0",
|
2044
2259
|
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz",
|
@@ -2262,24 +2477,11 @@
|
|
2262
2477
|
"resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
|
2263
2478
|
"integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
|
2264
2479
|
},
|
2265
|
-
"component-classes": {
|
2266
|
-
"version": "1.2.6",
|
2267
|
-
"resolved": "https://registry.npmjs.org/component-classes/-/component-classes-1.2.6.tgz",
|
2268
|
-
"integrity": "sha1-xkI5TDYYpNiwuJGe/Mu9kw5c1pE=",
|
2269
|
-
"requires": {
|
2270
|
-
"component-indexof": "0.0.3"
|
2271
|
-
}
|
2272
|
-
},
|
2273
2480
|
"component-emitter": {
|
2274
2481
|
"version": "1.2.1",
|
2275
2482
|
"resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
|
2276
2483
|
"integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY="
|
2277
2484
|
},
|
2278
|
-
"component-indexof": {
|
2279
|
-
"version": "0.0.3",
|
2280
|
-
"resolved": "https://registry.npmjs.org/component-indexof/-/component-indexof-0.0.3.tgz",
|
2281
|
-
"integrity": "sha1-EdCRMSI5648yyPJa6csAL/6NPCQ="
|
2282
|
-
},
|
2283
2485
|
"compressible": {
|
2284
2486
|
"version": "2.0.10",
|
2285
2487
|
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.10.tgz",
|
@@ -2475,16 +2677,6 @@
|
|
2475
2677
|
"sha.js": "2.4.8"
|
2476
2678
|
}
|
2477
2679
|
},
|
2478
|
-
"create-react-class": {
|
2479
|
-
"version": "15.6.2",
|
2480
|
-
"resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.2.tgz",
|
2481
|
-
"integrity": "sha1-zx7RXxKq1/FO9fLf4F5sQvke8Co=",
|
2482
|
-
"requires": {
|
2483
|
-
"fbjs": "0.8.12",
|
2484
|
-
"loose-envify": "1.3.1",
|
2485
|
-
"object-assign": "4.1.1"
|
2486
|
-
}
|
2487
|
-
},
|
2488
2680
|
"credit-card-type": {
|
2489
2681
|
"version": "5.0.3",
|
2490
2682
|
"resolved": "https://registry.npmjs.org/credit-card-type/-/credit-card-type-5.0.3.tgz",
|
@@ -2545,28 +2737,11 @@
|
|
2545
2737
|
}
|
2546
2738
|
}
|
2547
2739
|
},
|
2548
|
-
"css-animation": {
|
2549
|
-
"version": "1.4.1",
|
2550
|
-
"resolved": "https://registry.npmjs.org/css-animation/-/css-animation-1.4.1.tgz",
|
2551
|
-
"integrity": "sha1-W4gTEl3g+7uwu+G0cq6EIhRpt6g=",
|
2552
|
-
"requires": {
|
2553
|
-
"babel-runtime": "6.23.0",
|
2554
|
-
"component-classes": "1.2.6"
|
2555
|
-
}
|
2556
|
-
},
|
2557
2740
|
"css-color-names": {
|
2558
2741
|
"version": "0.0.4",
|
2559
2742
|
"resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
|
2560
2743
|
"integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA="
|
2561
2744
|
},
|
2562
|
-
"css-in-js-utils": {
|
2563
|
-
"version": "2.0.0",
|
2564
|
-
"resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-2.0.0.tgz",
|
2565
|
-
"integrity": "sha512-yuWmPMD9FLi50Xf3k8W8oO3WM1eVnxEGCldCLyfusQ+CgivFk0s23yst4ooW6tfxMuSa03S6uUEga9UhX6GRrA==",
|
2566
|
-
"requires": {
|
2567
|
-
"hyphenate-style-name": "1.0.2"
|
2568
|
-
}
|
2569
|
-
},
|
2570
2745
|
"css-loader": {
|
2571
2746
|
"version": "0.28.4",
|
2572
2747
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-0.28.4.tgz",
|
@@ -2862,40 +3037,6 @@
|
|
2862
3037
|
"resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.3.tgz",
|
2863
3038
|
"integrity": "sha1-ogM8CcyOFY03dI+951B4Mr1s4Sc="
|
2864
3039
|
},
|
2865
|
-
"device.js": {
|
2866
|
-
"version": "2.3.0",
|
2867
|
-
"resolved": "https://registry.npmjs.org/device.js/-/device.js-2.3.0.tgz",
|
2868
|
-
"integrity": "sha512-rc74o6zNv5lcNFJ5hIIZo2W4MExvHORqLqK2JDL+LCD8hfqO2QD9GNytH76a2AB6CTkXrahtrryySl1NMwgNNg==",
|
2869
|
-
"requires": {
|
2870
|
-
"dom-helpers": "3.2.1",
|
2871
|
-
"lodash": "4.17.4",
|
2872
|
-
"lodash-es": "4.17.4",
|
2873
|
-
"uglify-js": "2.8.29"
|
2874
|
-
},
|
2875
|
-
"dependencies": {
|
2876
|
-
"uglify-js": {
|
2877
|
-
"version": "2.8.29",
|
2878
|
-
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
|
2879
|
-
"integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
|
2880
|
-
"requires": {
|
2881
|
-
"source-map": "0.5.6",
|
2882
|
-
"uglify-to-browserify": "1.0.2",
|
2883
|
-
"yargs": "3.10.0"
|
2884
|
-
}
|
2885
|
-
},
|
2886
|
-
"yargs": {
|
2887
|
-
"version": "3.10.0",
|
2888
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
|
2889
|
-
"integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
|
2890
|
-
"requires": {
|
2891
|
-
"camelcase": "1.2.1",
|
2892
|
-
"cliui": "2.1.0",
|
2893
|
-
"decamelize": "1.2.0",
|
2894
|
-
"window-size": "0.1.0"
|
2895
|
-
}
|
2896
|
-
}
|
2897
|
-
}
|
2898
|
-
},
|
2899
3040
|
"diff": {
|
2900
3041
|
"version": "3.2.0",
|
2901
3042
|
"resolved": "https://registry.npmjs.org/diff/-/diff-3.2.0.tgz",
|
@@ -2911,34 +3052,6 @@
|
|
2911
3052
|
"randombytes": "2.0.4"
|
2912
3053
|
}
|
2913
3054
|
},
|
2914
|
-
"direction": {
|
2915
|
-
"version": "0.1.5",
|
2916
|
-
"resolved": "https://registry.npmjs.org/direction/-/direction-0.1.5.tgz",
|
2917
|
-
"integrity": "sha1-zl15f5fib4vnvv9T99xA4cGp7Ew="
|
2918
|
-
},
|
2919
|
-
"disposables": {
|
2920
|
-
"version": "1.0.1",
|
2921
|
-
"resolved": "https://registry.npmjs.org/disposables/-/disposables-1.0.1.tgz",
|
2922
|
-
"integrity": "sha1-BkcnoltU9QK9griaot+4358bOeM="
|
2923
|
-
},
|
2924
|
-
"dnd-core": {
|
2925
|
-
"version": "2.5.4",
|
2926
|
-
"resolved": "https://registry.npmjs.org/dnd-core/-/dnd-core-2.5.4.tgz",
|
2927
|
-
"integrity": "sha512-BcI782MfTm3wCxeIS5c7tAutyTwEIANtuu3W6/xkoJRwiqhRXKX3BbGlycUxxyzMsKdvvoavxgrC3EMPFNYL9A==",
|
2928
|
-
"requires": {
|
2929
|
-
"asap": "2.0.6",
|
2930
|
-
"invariant": "2.2.2",
|
2931
|
-
"lodash": "4.17.4",
|
2932
|
-
"redux": "3.7.2"
|
2933
|
-
},
|
2934
|
-
"dependencies": {
|
2935
|
-
"asap": {
|
2936
|
-
"version": "2.0.6",
|
2937
|
-
"resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
|
2938
|
-
"integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
|
2939
|
-
}
|
2940
|
-
}
|
2941
|
-
},
|
2942
3055
|
"dns-equal": {
|
2943
3056
|
"version": "1.0.0",
|
2944
3057
|
"resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
|
@@ -2970,11 +3083,6 @@
|
|
2970
3083
|
"isarray": "1.0.0"
|
2971
3084
|
}
|
2972
3085
|
},
|
2973
|
-
"dom-align": {
|
2974
|
-
"version": "1.6.5",
|
2975
|
-
"resolved": "https://registry.npmjs.org/dom-align/-/dom-align-1.6.5.tgz",
|
2976
|
-
"integrity": "sha512-f/JRwEZOv8Dfsv4yIy4s7LRNwmiD80PlnYSa9fJfLaYinUSjrChdNvDvXRZDX/+CKBZWCsPN1Co0aM38xy4RpA=="
|
2977
|
-
},
|
2978
3086
|
"dom-helpers": {
|
2979
3087
|
"version": "3.2.1",
|
2980
3088
|
"resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.2.1.tgz",
|
@@ -3052,11 +3160,6 @@
|
|
3052
3160
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.13.tgz",
|
3053
3161
|
"integrity": "sha1-GzperObgh7teJXoQCwy/6Bsokfw="
|
3054
3162
|
},
|
3055
|
-
"element-resize-event": {
|
3056
|
-
"version": "2.0.9",
|
3057
|
-
"resolved": "https://registry.npmjs.org/element-resize-event/-/element-resize-event-2.0.9.tgz",
|
3058
|
-
"integrity": "sha1-L14VgaKW61J1IQwUG8VjQuIY+HY="
|
3059
|
-
},
|
3060
3163
|
"elliptic": {
|
3061
3164
|
"version": "6.4.0",
|
3062
3165
|
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
|
@@ -3451,11 +3554,11 @@
|
|
3451
3554
|
}
|
3452
3555
|
},
|
3453
3556
|
"eslint-config-argosity": {
|
3454
|
-
"version": "1.4.
|
3455
|
-
"resolved": "https://registry.npmjs.org/eslint-config-argosity/-/eslint-config-argosity-1.4.
|
3456
|
-
"integrity": "sha512-
|
3557
|
+
"version": "1.4.2",
|
3558
|
+
"resolved": "https://registry.npmjs.org/eslint-config-argosity/-/eslint-config-argosity-1.4.2.tgz",
|
3559
|
+
"integrity": "sha512-sLJUUGhglCztqdoOIPmDW7mriRW/+YBXBs/M2MKeWW/2IzczefRTrghG+ozNU7Je9IrYAcP4kidm7CCix6Afqw==",
|
3457
3560
|
"requires": {
|
3458
|
-
"babel-eslint": "8.0.
|
3561
|
+
"babel-eslint": "8.0.2",
|
3459
3562
|
"eslint": "4.9.0",
|
3460
3563
|
"eslint-config-airbnb": "16.1.0",
|
3461
3564
|
"eslint-config-airbnb-base": "12.1.0",
|
@@ -3655,11 +3758,6 @@
|
|
3655
3758
|
}
|
3656
3759
|
}
|
3657
3760
|
},
|
3658
|
-
"esrever": {
|
3659
|
-
"version": "0.2.0",
|
3660
|
-
"resolved": "https://registry.npmjs.org/esrever/-/esrever-0.2.0.tgz",
|
3661
|
-
"integrity": "sha1-lunSj08bGnZ4TNXUkOquAQ50B7g="
|
3662
|
-
},
|
3663
3761
|
"estraverse": {
|
3664
3762
|
"version": "4.2.0",
|
3665
3763
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz",
|
@@ -3864,11 +3962,6 @@
|
|
3864
3962
|
}
|
3865
3963
|
}
|
3866
3964
|
},
|
3867
|
-
"fetch-jsonp": {
|
3868
|
-
"version": "1.1.3",
|
3869
|
-
"resolved": "https://registry.npmjs.org/fetch-jsonp/-/fetch-jsonp-1.1.3.tgz",
|
3870
|
-
"integrity": "sha1-nrnlhboIqvcAVjU40Xu+u81aPbI="
|
3871
|
-
},
|
3872
3965
|
"figures": {
|
3873
3966
|
"version": "2.0.0",
|
3874
3967
|
"resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
|
@@ -4770,10 +4863,6 @@
|
|
4770
4863
|
}
|
4771
4864
|
}
|
4772
4865
|
},
|
4773
|
-
"string_decoder": {
|
4774
|
-
"version": "0.10.31",
|
4775
|
-
"bundled": true
|
4776
|
-
},
|
4777
4866
|
"string-width": {
|
4778
4867
|
"version": "1.0.2",
|
4779
4868
|
"bundled": true,
|
@@ -4783,6 +4872,10 @@
|
|
4783
4872
|
"strip-ansi": "3.0.1"
|
4784
4873
|
}
|
4785
4874
|
},
|
4875
|
+
"string_decoder": {
|
4876
|
+
"version": "0.10.31",
|
4877
|
+
"bundled": true
|
4878
|
+
},
|
4786
4879
|
"stringstream": {
|
4787
4880
|
"version": "0.0.5",
|
4788
4881
|
"bundled": true,
|
@@ -4971,24 +5064,11 @@
|
|
4971
5064
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
|
4972
5065
|
"integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U="
|
4973
5066
|
},
|
4974
|
-
"get-document": {
|
4975
|
-
"version": "1.0.0",
|
4976
|
-
"resolved": "https://registry.npmjs.org/get-document/-/get-document-1.0.0.tgz",
|
4977
|
-
"integrity": "sha1-SCG85m8cJMsDMWAr5strEsTwHEs="
|
4978
|
-
},
|
4979
5067
|
"get-stdin": {
|
4980
5068
|
"version": "4.0.1",
|
4981
5069
|
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
|
4982
5070
|
"integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4="
|
4983
5071
|
},
|
4984
|
-
"get-window": {
|
4985
|
-
"version": "1.1.1",
|
4986
|
-
"resolved": "https://registry.npmjs.org/get-window/-/get-window-1.1.1.tgz",
|
4987
|
-
"integrity": "sha1-B1D4lwyIpUrBKU3rl63ZVos9tZQ=",
|
4988
|
-
"requires": {
|
4989
|
-
"get-document": "1.0.0"
|
4990
|
-
}
|
4991
|
-
},
|
4992
5072
|
"getpass": {
|
4993
5073
|
"version": "0.1.7",
|
4994
5074
|
"resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
|
@@ -5380,11 +5460,6 @@
|
|
5380
5460
|
"resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.1.tgz",
|
5381
5461
|
"integrity": "sha1-P5E2XKvmC3ftDruiS0VOPgnZWoI="
|
5382
5462
|
},
|
5383
|
-
"hyphenate-style-name": {
|
5384
|
-
"version": "1.0.2",
|
5385
|
-
"resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.2.tgz",
|
5386
|
-
"integrity": "sha1-MRYKNpMK2vH8BMYHT360FGXU7Es="
|
5387
|
-
},
|
5388
5463
|
"iconv-lite": {
|
5389
5464
|
"version": "0.4.17",
|
5390
5465
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.17.tgz",
|
@@ -5441,11 +5516,6 @@
|
|
5441
5516
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.5.tgz",
|
5442
5517
|
"integrity": "sha512-JLH93mL8amZQhh/p6mfQgVBH3M6epNq3DfsXsTSuSrInVjwyYlFE1nv2AgfRCC8PoOhM0jwQ5v8s9LgbK7yGDw=="
|
5443
5518
|
},
|
5444
|
-
"immutable": {
|
5445
|
-
"version": "3.8.2",
|
5446
|
-
"resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz",
|
5447
|
-
"integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM="
|
5448
|
-
},
|
5449
5519
|
"imurmurhash": {
|
5450
5520
|
"version": "0.1.4",
|
5451
5521
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
@@ -5493,15 +5563,6 @@
|
|
5493
5563
|
"resolved": "https://registry.npmjs.org/inject-stylesheet/-/inject-stylesheet-1.0.0.tgz",
|
5494
5564
|
"integrity": "sha1-9nMEdFjuWPEJ/uTPtmsJ82LMwmE="
|
5495
5565
|
},
|
5496
|
-
"inline-style-prefixer": {
|
5497
|
-
"version": "3.0.8",
|
5498
|
-
"resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-3.0.8.tgz",
|
5499
|
-
"integrity": "sha1-hVG45bTVcyROZqNLBPfTIHaitTQ=",
|
5500
|
-
"requires": {
|
5501
|
-
"bowser": "1.8.1",
|
5502
|
-
"css-in-js-utils": "2.0.0"
|
5503
|
-
}
|
5504
|
-
},
|
5505
5566
|
"inquirer": {
|
5506
5567
|
"version": "3.3.0",
|
5507
5568
|
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz",
|
@@ -5777,11 +5838,6 @@
|
|
5777
5838
|
"resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
|
5778
5839
|
"integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE="
|
5779
5840
|
},
|
5780
|
-
"is-empty": {
|
5781
|
-
"version": "1.2.0",
|
5782
|
-
"resolved": "https://registry.npmjs.org/is-empty/-/is-empty-1.2.0.tgz",
|
5783
|
-
"integrity": "sha1-3pu1snhzigWgsJpX4ftNSjQan2s="
|
5784
|
-
},
|
5785
5841
|
"is-equal-shallow": {
|
5786
5842
|
"version": "0.1.3",
|
5787
5843
|
"resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
|
@@ -5829,11 +5885,6 @@
|
|
5829
5885
|
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.0.tgz",
|
5830
5886
|
"integrity": "sha1-XEWXcdKvmi45Ungf1U/LG8/kETw="
|
5831
5887
|
},
|
5832
|
-
"is-in-browser": {
|
5833
|
-
"version": "1.1.3",
|
5834
|
-
"resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
|
5835
|
-
"integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU="
|
5836
|
-
},
|
5837
5888
|
"is-number": {
|
5838
5889
|
"version": "2.1.0",
|
5839
5890
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
|
@@ -5957,11 +6008,6 @@
|
|
5957
6008
|
"resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.0.tgz",
|
5958
6009
|
"integrity": "sha1-u/SoN2Tq0NRRvsKlUhjpGWGtwnU="
|
5959
6010
|
},
|
5960
|
-
"is-window": {
|
5961
|
-
"version": "1.0.2",
|
5962
|
-
"resolved": "https://registry.npmjs.org/is-window/-/is-window-1.0.2.tgz",
|
5963
|
-
"integrity": "sha1-LIlspT25feRdPDMTOmXYyfVjSA0="
|
5964
|
-
},
|
5965
6011
|
"is-word-character": {
|
5966
6012
|
"version": "1.0.0",
|
5967
6013
|
"resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.0.tgz",
|
@@ -7135,11 +7181,6 @@
|
|
7135
7181
|
"strip-bom": "2.0.0"
|
7136
7182
|
}
|
7137
7183
|
},
|
7138
|
-
"load-script": {
|
7139
|
-
"version": "1.0.0",
|
7140
|
-
"resolved": "https://registry.npmjs.org/load-script/-/load-script-1.0.0.tgz",
|
7141
|
-
"integrity": "sha1-BJGTngvuVkPuSUp+PaPSuscMbKQ="
|
7142
|
-
},
|
7143
7184
|
"loader-runner": {
|
7144
7185
|
"version": "2.3.0",
|
7145
7186
|
"resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.0.tgz",
|
@@ -7155,6 +7196,11 @@
|
|
7155
7196
|
"json5": "0.5.1"
|
7156
7197
|
}
|
7157
7198
|
},
|
7199
|
+
"loadjs": {
|
7200
|
+
"version": "3.5.1",
|
7201
|
+
"resolved": "https://registry.npmjs.org/loadjs/-/loadjs-3.5.1.tgz",
|
7202
|
+
"integrity": "sha1-Ac6Fj4QdT0JKAYIUZC4D8vmp394="
|
7203
|
+
},
|
7158
7204
|
"locate-path": {
|
7159
7205
|
"version": "2.0.0",
|
7160
7206
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
|
@@ -7176,11 +7222,6 @@
|
|
7176
7222
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
|
7177
7223
|
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
|
7178
7224
|
},
|
7179
|
-
"lodash-es": {
|
7180
|
-
"version": "4.17.4",
|
7181
|
-
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.4.tgz",
|
7182
|
-
"integrity": "sha1-3MHXVS4VCgZABzupyzHXDwMpUOc="
|
7183
|
-
},
|
7184
7225
|
"lodash._baseassign": {
|
7185
7226
|
"version": "3.2.0",
|
7186
7227
|
"resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
|
@@ -7349,11 +7390,6 @@
|
|
7349
7390
|
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
|
7350
7391
|
"integrity": "sha1-FQzwoWeR9ZA7iJHqsVRgknS96lU="
|
7351
7392
|
},
|
7352
|
-
"lodash.omit": {
|
7353
|
-
"version": "4.5.0",
|
7354
|
-
"resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz",
|
7355
|
-
"integrity": "sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA="
|
7356
|
-
},
|
7357
7393
|
"lodash.omitby": {
|
7358
7394
|
"version": "4.6.0",
|
7359
7395
|
"resolved": "https://registry.npmjs.org/lodash.omitby/-/lodash.omitby-4.6.0.tgz",
|
@@ -7397,12 +7433,7 @@
|
|
7397
7433
|
"lodash.tail": {
|
7398
7434
|
"version": "4.1.1",
|
7399
7435
|
"resolved": "https://registry.npmjs.org/lodash.tail/-/lodash.tail-4.1.1.tgz",
|
7400
|
-
"integrity": "sha1-0jM6NtnncXyK0vfKyv7HwytERmQ="
|
7401
|
-
},
|
7402
|
-
"lodash.throttle": {
|
7403
|
-
"version": "4.1.1",
|
7404
|
-
"resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
|
7405
|
-
"integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ="
|
7436
|
+
"integrity": "sha1-0jM6NtnncXyK0vfKyv7HwytERmQ="
|
7406
7437
|
},
|
7407
7438
|
"lodash.uniq": {
|
7408
7439
|
"version": "4.5.0",
|
@@ -7492,38 +7523,6 @@
|
|
7492
7523
|
"unified": "6.1.4"
|
7493
7524
|
}
|
7494
7525
|
},
|
7495
|
-
"material-ui": {
|
7496
|
-
"version": "0.19.4",
|
7497
|
-
"resolved": "https://registry.npmjs.org/material-ui/-/material-ui-0.19.4.tgz",
|
7498
|
-
"integrity": "sha1-ypzcqKqLtZTfrF2zjsn/BFoyNYc=",
|
7499
|
-
"requires": {
|
7500
|
-
"babel-runtime": "6.23.0",
|
7501
|
-
"inline-style-prefixer": "3.0.8",
|
7502
|
-
"keycode": "2.1.9",
|
7503
|
-
"lodash.merge": "4.6.0",
|
7504
|
-
"lodash.throttle": "4.1.1",
|
7505
|
-
"prop-types": "15.5.10",
|
7506
|
-
"react-event-listener": "0.5.1",
|
7507
|
-
"react-transition-group": "1.2.1",
|
7508
|
-
"recompose": "0.26.0",
|
7509
|
-
"simple-assign": "0.1.0",
|
7510
|
-
"warning": "3.0.0"
|
7511
|
-
},
|
7512
|
-
"dependencies": {
|
7513
|
-
"react-transition-group": {
|
7514
|
-
"version": "1.2.1",
|
7515
|
-
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-1.2.1.tgz",
|
7516
|
-
"integrity": "sha512-CWaL3laCmgAFdxdKbhhps+c0HRGF4c+hdM4H23+FI1QBNUyx/AMeIJGWorehPNSaKnQNOAxL7PQmqMu78CDj3Q==",
|
7517
|
-
"requires": {
|
7518
|
-
"chain-function": "1.0.0",
|
7519
|
-
"dom-helpers": "3.2.1",
|
7520
|
-
"loose-envify": "1.3.1",
|
7521
|
-
"prop-types": "15.5.10",
|
7522
|
-
"warning": "3.0.0"
|
7523
|
-
}
|
7524
|
-
}
|
7525
|
-
}
|
7526
|
-
},
|
7527
7526
|
"math-expression-evaluator": {
|
7528
7527
|
"version": "1.2.17",
|
7529
7528
|
"resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz",
|
@@ -7695,9 +7694,17 @@
|
|
7695
7694
|
"integrity": "sha1-aureASDMP3i6pXGVAxYwoK6PE88="
|
7696
7695
|
},
|
7697
7696
|
"mobx-decorated-models": {
|
7698
|
-
"version": "0.
|
7699
|
-
"resolved": "https://registry.npmjs.org/mobx-decorated-models/-/mobx-decorated-models-0.
|
7700
|
-
"integrity": "sha512-
|
7697
|
+
"version": "0.8.1",
|
7698
|
+
"resolved": "https://registry.npmjs.org/mobx-decorated-models/-/mobx-decorated-models-0.8.1.tgz",
|
7699
|
+
"integrity": "sha512-VA4ld3snerax66JHtNSEEiBxjr+3d7/SSEdctzMbXCcDogcE/pnDzRCUrxGhmznZXq0LoJneXI0s89Nr8g118w=="
|
7700
|
+
},
|
7701
|
+
"mobx-persist": {
|
7702
|
+
"version": "0.3.4",
|
7703
|
+
"resolved": "https://registry.npmjs.org/mobx-persist/-/mobx-persist-0.3.4.tgz",
|
7704
|
+
"integrity": "sha1-S5dAycm5FAHuq0AYU6Hp9VSzz24=",
|
7705
|
+
"requires": {
|
7706
|
+
"serializr": "1.1.13"
|
7707
|
+
}
|
7701
7708
|
},
|
7702
7709
|
"mobx-react": {
|
7703
7710
|
"version": "4.2.2",
|
@@ -7728,11 +7735,6 @@
|
|
7728
7735
|
"moment": "2.18.1"
|
7729
7736
|
}
|
7730
7737
|
},
|
7731
|
-
"mousetrap": {
|
7732
|
-
"version": "1.6.1",
|
7733
|
-
"resolved": "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.1.tgz",
|
7734
|
-
"integrity": "sha1-KghfXHUSlMdefoH27CVFspy/Qtk="
|
7735
|
-
},
|
7736
7738
|
"ms": {
|
7737
7739
|
"version": "2.0.0",
|
7738
7740
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
@@ -8135,158 +8137,6 @@
|
|
8135
8137
|
}
|
8136
8138
|
}
|
8137
8139
|
},
|
8138
|
-
"ory-editor": {
|
8139
|
-
"version": "0.2.25",
|
8140
|
-
"resolved": "https://registry.npmjs.org/ory-editor/-/ory-editor-0.2.25.tgz",
|
8141
|
-
"integrity": "sha512-MfOh5OAxMOapuw2uLjZrfQVl7OfUi3PP1L5BQVCnZ0Kv4qiAyVYcyUOEkSgdARHmcjRpX1MCawxUskU2MhxSGQ==",
|
8142
|
-
"requires": {
|
8143
|
-
"ory-editor-core": "0.2.25",
|
8144
|
-
"ory-editor-plugins-default-native": "0.2.25",
|
8145
|
-
"ory-editor-plugins-divider": "0.2.25",
|
8146
|
-
"ory-editor-plugins-image": "0.2.25",
|
8147
|
-
"ory-editor-plugins-parallax-background": "0.2.25",
|
8148
|
-
"ory-editor-plugins-slate": "0.2.25",
|
8149
|
-
"ory-editor-plugins-spacer": "0.2.25",
|
8150
|
-
"ory-editor-plugins-video": "0.2.25",
|
8151
|
-
"ory-editor-renderer": "0.2.25",
|
8152
|
-
"ory-editor-ui": "0.2.25"
|
8153
|
-
}
|
8154
|
-
},
|
8155
|
-
"ory-editor-core": {
|
8156
|
-
"version": "0.2.25",
|
8157
|
-
"resolved": "https://registry.npmjs.org/ory-editor-core/-/ory-editor-core-0.2.25.tgz",
|
8158
|
-
"integrity": "sha512-hne8ZbdY0jCyTIveiUT4E0vh2sXzvr7TH1NIxzYJ1d5YSnbPrJQr2s4S5FYWYrBexapDioFAvbYDOL2vCVWL7A==",
|
8159
|
-
"requires": {
|
8160
|
-
"classnames": "2.2.5",
|
8161
|
-
"deep-equal": "1.0.1",
|
8162
|
-
"dnd-core": "2.5.4",
|
8163
|
-
"element-resize-event": "2.0.9",
|
8164
|
-
"lodash.throttle": "4.1.1",
|
8165
|
-
"mousetrap": "1.6.1",
|
8166
|
-
"ramda": "0.24.1",
|
8167
|
-
"react-dimensions": "1.3.0",
|
8168
|
-
"react-dnd": "2.5.4",
|
8169
|
-
"react-dnd-html5-backend": "2.5.4",
|
8170
|
-
"react-draggable": "3.0.3",
|
8171
|
-
"react-hotkeys": "0.10.0",
|
8172
|
-
"react-redux": "5.0.6",
|
8173
|
-
"react-resizable": "1.7.5",
|
8174
|
-
"redux": "3.7.2",
|
8175
|
-
"redux-undo": "1.0.0-beta9-7",
|
8176
|
-
"reselect": "3.0.1",
|
8177
|
-
"semver": "5.3.0",
|
8178
|
-
"uuid": "3.0.1"
|
8179
|
-
}
|
8180
|
-
},
|
8181
|
-
"ory-editor-plugins-default-native": {
|
8182
|
-
"version": "0.2.25",
|
8183
|
-
"resolved": "https://registry.npmjs.org/ory-editor-plugins-default-native/-/ory-editor-plugins-default-native-0.2.25.tgz",
|
8184
|
-
"integrity": "sha512-bJ6KkUsskMouUJPNpPHTAv9QSzqgX6viqVNuAnaLYHn+plLxdeTcTBapdbHVGCTyMD7gvnFSDfScbMksRCzg+g=="
|
8185
|
-
},
|
8186
|
-
"ory-editor-plugins-divider": {
|
8187
|
-
"version": "0.2.25",
|
8188
|
-
"resolved": "https://registry.npmjs.org/ory-editor-plugins-divider/-/ory-editor-plugins-divider-0.2.25.tgz",
|
8189
|
-
"integrity": "sha512-XmMrEYlrTT+bcD3hZOUmtHkB4BxcY8kt3QU8Q6cJzjjoYILGx9qSgYE+gFO9V6SheJwvRR8QKQZpLH6k+lkguw==",
|
8190
|
-
"requires": {
|
8191
|
-
"material-ui": "0.19.4"
|
8192
|
-
}
|
8193
|
-
},
|
8194
|
-
"ory-editor-plugins-image": {
|
8195
|
-
"version": "0.2.25",
|
8196
|
-
"resolved": "https://registry.npmjs.org/ory-editor-plugins-image/-/ory-editor-plugins-image-0.2.25.tgz",
|
8197
|
-
"integrity": "sha512-jUWErX1Tx5cSwJG5UYblkiqBnqJjbrknP3k9jCt4UOWRew1gSXKWQqX7dL5tVYos9P2rADmbIEOf/wm0DAf6qw==",
|
8198
|
-
"requires": {
|
8199
|
-
"material-ui": "0.19.4",
|
8200
|
-
"ory-editor-core": "0.2.25",
|
8201
|
-
"ory-editor-ui": "0.2.25"
|
8202
|
-
}
|
8203
|
-
},
|
8204
|
-
"ory-editor-plugins-parallax-background": {
|
8205
|
-
"version": "0.2.25",
|
8206
|
-
"resolved": "https://registry.npmjs.org/ory-editor-plugins-parallax-background/-/ory-editor-plugins-parallax-background-0.2.25.tgz",
|
8207
|
-
"integrity": "sha512-urTb1QxTt3ffs2tDij30fmVrzTuB3S1r7dmM6U4BKJQKgHA991fMQ1It5bXEXjqORjnFBrNg0rBJzVXfI1FBAQ==",
|
8208
|
-
"requires": {
|
8209
|
-
"material-ui": "0.19.4",
|
8210
|
-
"ory-editor-core": "0.2.25",
|
8211
|
-
"ory-editor-ui": "0.2.25"
|
8212
|
-
}
|
8213
|
-
},
|
8214
|
-
"ory-editor-plugins-slate": {
|
8215
|
-
"version": "0.2.25",
|
8216
|
-
"resolved": "https://registry.npmjs.org/ory-editor-plugins-slate/-/ory-editor-plugins-slate-0.2.25.tgz",
|
8217
|
-
"integrity": "sha512-2s5UB/RjLAph19ZGroYsU8qDO6SU/Hrqo3wbSqqR8pyOqvZK41bEhPnn+Y91JIyID2bHeOR9zlhy2beKM/XYjw==",
|
8218
|
-
"requires": {
|
8219
|
-
"immutable": "3.8.2",
|
8220
|
-
"material-ui": "0.19.4",
|
8221
|
-
"ory-editor-core": "0.2.25",
|
8222
|
-
"ory-editor-ui": "0.2.25",
|
8223
|
-
"parse5": "3.0.2",
|
8224
|
-
"ramda": "0.24.1",
|
8225
|
-
"react-portal": "3.2.0",
|
8226
|
-
"redux-undo": "1.0.0-beta9-7",
|
8227
|
-
"selection-position": "1.0.0",
|
8228
|
-
"slate": "0.21.6",
|
8229
|
-
"slate-edit-blockquote": "0.2.0",
|
8230
|
-
"slate-edit-list": "0.7.1"
|
8231
|
-
},
|
8232
|
-
"dependencies": {
|
8233
|
-
"parse5": {
|
8234
|
-
"version": "3.0.2",
|
8235
|
-
"resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz",
|
8236
|
-
"integrity": "sha1-Be/1fw70V3+xRKefi5qWemzERRA=",
|
8237
|
-
"requires": {
|
8238
|
-
"@types/node": "6.0.78"
|
8239
|
-
}
|
8240
|
-
}
|
8241
|
-
}
|
8242
|
-
},
|
8243
|
-
"ory-editor-plugins-spacer": {
|
8244
|
-
"version": "0.2.25",
|
8245
|
-
"resolved": "https://registry.npmjs.org/ory-editor-plugins-spacer/-/ory-editor-plugins-spacer-0.2.25.tgz",
|
8246
|
-
"integrity": "sha512-odMtqPvlIA69jfAKpTmdicSMDh8O3EXH/Ox5Hz6EOyt5fsh4TdztKCwB5l3WswIHABTvg3LGNJuWtgEc5EgHTw==",
|
8247
|
-
"requires": {
|
8248
|
-
"classnames": "2.2.5",
|
8249
|
-
"material-ui": "0.19.4",
|
8250
|
-
"ory-editor-core": "0.2.25",
|
8251
|
-
"ory-editor-ui": "0.2.25",
|
8252
|
-
"react-resizable": "1.7.5"
|
8253
|
-
}
|
8254
|
-
},
|
8255
|
-
"ory-editor-plugins-video": {
|
8256
|
-
"version": "0.2.25",
|
8257
|
-
"resolved": "https://registry.npmjs.org/ory-editor-plugins-video/-/ory-editor-plugins-video-0.2.25.tgz",
|
8258
|
-
"integrity": "sha512-VIqwEWL+k+D5Wk6FoscpXzL0Z54SskhS8mAZ2kRrbO+NLO5ugiUrLypZ511e0lYdYfv+6/+cthuoi2yE0K13/g==",
|
8259
|
-
"requires": {
|
8260
|
-
"material-ui": "0.19.4",
|
8261
|
-
"ory-editor-core": "0.2.25",
|
8262
|
-
"ory-editor-ui": "0.2.25",
|
8263
|
-
"react-player": "0.22.0"
|
8264
|
-
}
|
8265
|
-
},
|
8266
|
-
"ory-editor-renderer": {
|
8267
|
-
"version": "0.2.25",
|
8268
|
-
"resolved": "https://registry.npmjs.org/ory-editor-renderer/-/ory-editor-renderer-0.2.25.tgz",
|
8269
|
-
"integrity": "sha512-qJDIqccXbpmV4bC2+4HmxH+M84iBT7qnzZIDjYAQ2SSj+XYsJwJqMpQCgUmOVoo2i9f90HiA6f7vbw4AXZF0eA==",
|
8270
|
-
"requires": {
|
8271
|
-
"classnames": "2.2.5",
|
8272
|
-
"ory-editor-core": "0.2.25"
|
8273
|
-
}
|
8274
|
-
},
|
8275
|
-
"ory-editor-ui": {
|
8276
|
-
"version": "0.2.25",
|
8277
|
-
"resolved": "https://registry.npmjs.org/ory-editor-ui/-/ory-editor-ui-0.2.25.tgz",
|
8278
|
-
"integrity": "sha512-AZAvHUh7l54pujTIachdQpKPyM2Mb4lCEtu6uXtBbtMx5c8/LYq/XtTLta/7k6z1vOr3LoYM35MJExOdn+PaZg==",
|
8279
|
-
"requires": {
|
8280
|
-
"classnames": "2.2.5",
|
8281
|
-
"device.js": "2.3.0",
|
8282
|
-
"material-ui": "0.19.4",
|
8283
|
-
"ory-editor-core": "0.2.25",
|
8284
|
-
"rc-tooltip": "3.5.0",
|
8285
|
-
"react-dnd": "2.5.4",
|
8286
|
-
"react-redux": "5.0.6",
|
8287
|
-
"reselect": "3.0.1"
|
8288
|
-
}
|
8289
|
-
},
|
8290
8140
|
"os-browserify": {
|
8291
8141
|
"version": "0.2.1",
|
8292
8142
|
"resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.2.1.tgz",
|
@@ -8440,6 +8290,40 @@
|
|
8440
8290
|
"pinkie-promise": "2.0.1"
|
8441
8291
|
}
|
8442
8292
|
},
|
8293
|
+
"payment-fields": {
|
8294
|
+
"version": "0.4.0",
|
8295
|
+
"resolved": "https://registry.npmjs.org/payment-fields/-/payment-fields-0.4.0.tgz",
|
8296
|
+
"integrity": "sha512-oqIVnqYHvGkZM0VdQQ5z3YQHPpxRKuoROvLIDsbJWZaSVH2ALOSGXov+yYBWI1xgSlVqJEfMeQ1u2sipCCri4A==",
|
8297
|
+
"requires": {
|
8298
|
+
"babel-jest": "21.2.0",
|
8299
|
+
"loadjs": "3.5.1"
|
8300
|
+
},
|
8301
|
+
"dependencies": {
|
8302
|
+
"babel-jest": {
|
8303
|
+
"version": "21.2.0",
|
8304
|
+
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-21.2.0.tgz",
|
8305
|
+
"integrity": "sha512-O0W2qLoWu1QOoOGgxiR2JID4O6WSpxPiQanrkyi9SSlM0PJ60Ptzlck47lhtnr9YZO3zYOsxHwnyeWJ6AffoBQ==",
|
8306
|
+
"requires": {
|
8307
|
+
"babel-plugin-istanbul": "4.1.4",
|
8308
|
+
"babel-preset-jest": "21.2.0"
|
8309
|
+
}
|
8310
|
+
},
|
8311
|
+
"babel-plugin-jest-hoist": {
|
8312
|
+
"version": "21.2.0",
|
8313
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-21.2.0.tgz",
|
8314
|
+
"integrity": "sha512-yi5QuiVyyvhBUDLP4ButAnhYzkdrUwWDtvUJv71hjH3fclhnZg4HkDeqaitcR2dZZx/E67kGkRcPVjtVu+SJfQ=="
|
8315
|
+
},
|
8316
|
+
"babel-preset-jest": {
|
8317
|
+
"version": "21.2.0",
|
8318
|
+
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-21.2.0.tgz",
|
8319
|
+
"integrity": "sha512-hm9cBnr2h3J7yXoTtAVV0zg+3vg0Q/gT2GYuzlreTU0EPkJRtlNgKJJ3tBKEn0+VjAi3JykV6xCJkuUYttEEfA==",
|
8320
|
+
"requires": {
|
8321
|
+
"babel-plugin-jest-hoist": "21.2.0",
|
8322
|
+
"babel-plugin-syntax-object-rest-spread": "6.13.0"
|
8323
|
+
}
|
8324
|
+
}
|
8325
|
+
}
|
8326
|
+
},
|
8443
8327
|
"pbkdf2": {
|
8444
8328
|
"version": "3.0.12",
|
8445
8329
|
"resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.12.tgz",
|
@@ -9064,11 +8948,6 @@
|
|
9064
8948
|
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-0.0.4.tgz",
|
9065
8949
|
"integrity": "sha1-DPf4T5Rj/wrlHExLFC2VvjdyTZw="
|
9066
8950
|
},
|
9067
|
-
"ramda": {
|
9068
|
-
"version": "0.24.1",
|
9069
|
-
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.24.1.tgz",
|
9070
|
-
"integrity": "sha1-w7d1UZfzW43DUCIoJixMkd22uFc="
|
9071
|
-
},
|
9072
8951
|
"randomatic": {
|
9073
8952
|
"version": "1.1.6",
|
9074
8953
|
"resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz",
|
@@ -9091,60 +8970,6 @@
|
|
9091
8970
|
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
|
9092
8971
|
"integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4="
|
9093
8972
|
},
|
9094
|
-
"rc-align": {
|
9095
|
-
"version": "2.3.4",
|
9096
|
-
"resolved": "https://registry.npmjs.org/rc-align/-/rc-align-2.3.4.tgz",
|
9097
|
-
"integrity": "sha1-2Dvat1YPAULnKj3h1JXatroiUkk=",
|
9098
|
-
"requires": {
|
9099
|
-
"dom-align": "1.6.5",
|
9100
|
-
"prop-types": "15.5.10",
|
9101
|
-
"rc-util": "4.1.1"
|
9102
|
-
}
|
9103
|
-
},
|
9104
|
-
"rc-animate": {
|
9105
|
-
"version": "2.4.1",
|
9106
|
-
"resolved": "https://registry.npmjs.org/rc-animate/-/rc-animate-2.4.1.tgz",
|
9107
|
-
"integrity": "sha512-hixobyAvDv0Oz4gHPOh67K4ck5Rz3JBBojBuKzYcu4b8JKMIiJxym83DfkkkYxXEEx/rwGf0mU0Dno/lbWghIQ==",
|
9108
|
-
"requires": {
|
9109
|
-
"babel-runtime": "6.23.0",
|
9110
|
-
"css-animation": "1.4.1",
|
9111
|
-
"prop-types": "15.5.10"
|
9112
|
-
}
|
9113
|
-
},
|
9114
|
-
"rc-tooltip": {
|
9115
|
-
"version": "3.5.0",
|
9116
|
-
"resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-3.5.0.tgz",
|
9117
|
-
"integrity": "sha512-rivqNkz00EQOBKZz9n/CAYrDSvepJ6GM0IH3H/m6bKXZpbZnmOcqDi1RsaToXmsdvFPERPq6zIq0DRxnj6ctLA==",
|
9118
|
-
"requires": {
|
9119
|
-
"babel-runtime": "6.23.0",
|
9120
|
-
"prop-types": "15.5.10",
|
9121
|
-
"rc-trigger": "1.11.5"
|
9122
|
-
}
|
9123
|
-
},
|
9124
|
-
"rc-trigger": {
|
9125
|
-
"version": "1.11.5",
|
9126
|
-
"resolved": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-1.11.5.tgz",
|
9127
|
-
"integrity": "sha512-MBuUPw1nFzA4K7jQOwb7uvFaZFjXGd00EofUYiZ+l/fgKVq8wnLC0lkv36kwqM7vfKyftRo2sh7cWVpdPuNnnw==",
|
9128
|
-
"requires": {
|
9129
|
-
"babel-runtime": "6.23.0",
|
9130
|
-
"create-react-class": "15.6.2",
|
9131
|
-
"prop-types": "15.5.10",
|
9132
|
-
"rc-align": "2.3.4",
|
9133
|
-
"rc-animate": "2.4.1",
|
9134
|
-
"rc-util": "4.1.1"
|
9135
|
-
}
|
9136
|
-
},
|
9137
|
-
"rc-util": {
|
9138
|
-
"version": "4.1.1",
|
9139
|
-
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-4.1.1.tgz",
|
9140
|
-
"integrity": "sha512-XmTNkQWt39uvBcNfR75Ps6nAoXb298Sj93UYPRXvMrkSt16H4SDMmtvPdVHpdi2yKQhVJD4ScEyKo9wwLPKuMA==",
|
9141
|
-
"requires": {
|
9142
|
-
"add-dom-event-listener": "1.0.2",
|
9143
|
-
"babel-runtime": "6.23.0",
|
9144
|
-
"prop-types": "15.5.10",
|
9145
|
-
"shallowequal": "0.2.2"
|
9146
|
-
}
|
9147
|
-
},
|
9148
8973
|
"react": {
|
9149
8974
|
"version": "15.6.1",
|
9150
8975
|
"resolved": "https://registry.npmjs.org/react/-/react-15.6.1.tgz",
|
@@ -9201,42 +9026,6 @@
|
|
9201
9026
|
"react": "15.6.1"
|
9202
9027
|
}
|
9203
9028
|
},
|
9204
|
-
"react-dimensions": {
|
9205
|
-
"version": "1.3.0",
|
9206
|
-
"resolved": "https://registry.npmjs.org/react-dimensions/-/react-dimensions-1.3.0.tgz",
|
9207
|
-
"integrity": "sha1-9d7I57hGRKYFqQDK4PSmZUrPTp8=",
|
9208
|
-
"requires": {
|
9209
|
-
"element-resize-event": "2.0.9"
|
9210
|
-
}
|
9211
|
-
},
|
9212
|
-
"react-dnd": {
|
9213
|
-
"version": "2.5.4",
|
9214
|
-
"resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-2.5.4.tgz",
|
9215
|
-
"integrity": "sha512-y9YmnusURc+3KPgvhYKvZ9oCucj51MSZWODyaeV0KFU0cquzA7dCD1g/OIYUKtNoZ+MXtacDngkdud2TklMSjw==",
|
9216
|
-
"requires": {
|
9217
|
-
"disposables": "1.0.1",
|
9218
|
-
"dnd-core": "2.5.4",
|
9219
|
-
"hoist-non-react-statics": "2.3.1",
|
9220
|
-
"invariant": "2.2.2",
|
9221
|
-
"lodash": "4.17.4",
|
9222
|
-
"prop-types": "15.5.10"
|
9223
|
-
},
|
9224
|
-
"dependencies": {
|
9225
|
-
"hoist-non-react-statics": {
|
9226
|
-
"version": "2.3.1",
|
9227
|
-
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
|
9228
|
-
"integrity": "sha1-ND24TGAYxlB3iJgkATWhQg7iLOA="
|
9229
|
-
}
|
9230
|
-
}
|
9231
|
-
},
|
9232
|
-
"react-dnd-html5-backend": {
|
9233
|
-
"version": "2.5.4",
|
9234
|
-
"resolved": "https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-2.5.4.tgz",
|
9235
|
-
"integrity": "sha512-jDqAkm/hI8Tl4HcsbhkBgB6HgpJR1e+ML1SbfxaegXYiuMxEVQm0FOwEH5WxUoo6fmIG4N+H0rSm59POuZOCaA==",
|
9236
|
-
"requires": {
|
9237
|
-
"lodash": "4.17.4"
|
9238
|
-
}
|
9239
|
-
},
|
9240
9029
|
"react-dom": {
|
9241
9030
|
"version": "15.6.1",
|
9242
9031
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-15.6.1.tgz",
|
@@ -9248,15 +9037,6 @@
|
|
9248
9037
|
"prop-types": "15.5.10"
|
9249
9038
|
}
|
9250
9039
|
},
|
9251
|
-
"react-draggable": {
|
9252
|
-
"version": "3.0.3",
|
9253
|
-
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-3.0.3.tgz",
|
9254
|
-
"integrity": "sha512-ekb3dKvZFC6QaBNBpAWwGk9aoaDPkSVkrZl/LEU92THoX72Pv6uQ2ZpfYjmBrbrTQcAYmuUAkp9pHJ7j8FUYJA==",
|
9255
|
-
"requires": {
|
9256
|
-
"classnames": "2.2.5",
|
9257
|
-
"prop-types": "15.5.10"
|
9258
|
-
}
|
9259
|
-
},
|
9260
9040
|
"react-dropzone": {
|
9261
9041
|
"version": "3.13.3",
|
9262
9042
|
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-3.13.3.tgz",
|
@@ -9266,64 +9046,6 @@
|
|
9266
9046
|
"prop-types": "15.5.10"
|
9267
9047
|
}
|
9268
9048
|
},
|
9269
|
-
"react-event-listener": {
|
9270
|
-
"version": "0.5.1",
|
9271
|
-
"resolved": "https://registry.npmjs.org/react-event-listener/-/react-event-listener-0.5.1.tgz",
|
9272
|
-
"integrity": "sha1-ujYHbke8N8Wmf/XM1Kn/DxViEEA=",
|
9273
|
-
"requires": {
|
9274
|
-
"babel-runtime": "6.26.0",
|
9275
|
-
"fbjs": "0.8.16",
|
9276
|
-
"prop-types": "15.6.0",
|
9277
|
-
"warning": "3.0.0"
|
9278
|
-
},
|
9279
|
-
"dependencies": {
|
9280
|
-
"babel-runtime": {
|
9281
|
-
"version": "6.26.0",
|
9282
|
-
"resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
|
9283
|
-
"integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
|
9284
|
-
"requires": {
|
9285
|
-
"core-js": "2.4.1",
|
9286
|
-
"regenerator-runtime": "0.11.0"
|
9287
|
-
}
|
9288
|
-
},
|
9289
|
-
"fbjs": {
|
9290
|
-
"version": "0.8.16",
|
9291
|
-
"resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.16.tgz",
|
9292
|
-
"integrity": "sha1-XmdDL1UNxBtXK/VYR7ispk5TN9s=",
|
9293
|
-
"requires": {
|
9294
|
-
"core-js": "1.2.7",
|
9295
|
-
"isomorphic-fetch": "2.2.1",
|
9296
|
-
"loose-envify": "1.3.1",
|
9297
|
-
"object-assign": "4.1.1",
|
9298
|
-
"promise": "7.1.1",
|
9299
|
-
"setimmediate": "1.0.5",
|
9300
|
-
"ua-parser-js": "0.7.12"
|
9301
|
-
},
|
9302
|
-
"dependencies": {
|
9303
|
-
"core-js": {
|
9304
|
-
"version": "1.2.7",
|
9305
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
|
9306
|
-
"integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY="
|
9307
|
-
}
|
9308
|
-
}
|
9309
|
-
},
|
9310
|
-
"prop-types": {
|
9311
|
-
"version": "15.6.0",
|
9312
|
-
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.0.tgz",
|
9313
|
-
"integrity": "sha1-zq8IMCL8RrSjX2nhPvda7Q1jmFY=",
|
9314
|
-
"requires": {
|
9315
|
-
"fbjs": "0.8.16",
|
9316
|
-
"loose-envify": "1.3.1",
|
9317
|
-
"object-assign": "4.1.1"
|
9318
|
-
}
|
9319
|
-
},
|
9320
|
-
"regenerator-runtime": {
|
9321
|
-
"version": "0.11.0",
|
9322
|
-
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz",
|
9323
|
-
"integrity": "sha512-/aA0kLeRb5N9K0d4fw7ooEbI+xDe+DKD499EQqygGqeS8N3xto15p09uY2xj7ixP81sNPXvRLnAQIqdVStgb1A=="
|
9324
|
-
}
|
9325
|
-
}
|
9326
|
-
},
|
9327
9049
|
"react-flexbox-grid": {
|
9328
9050
|
"version": "1.1.3",
|
9329
9051
|
"resolved": "https://registry.npmjs.org/react-flexbox-grid/-/react-flexbox-grid-1.1.3.tgz",
|
@@ -9364,17 +9086,6 @@
|
|
9364
9086
|
}
|
9365
9087
|
}
|
9366
9088
|
},
|
9367
|
-
"react-hotkeys": {
|
9368
|
-
"version": "0.10.0",
|
9369
|
-
"resolved": "https://registry.npmjs.org/react-hotkeys/-/react-hotkeys-0.10.0.tgz",
|
9370
|
-
"integrity": "sha1-0eeL1j8W1ttY1VDTPI6wcfNdlPs=",
|
9371
|
-
"requires": {
|
9372
|
-
"create-react-class": "15.6.2",
|
9373
|
-
"lodash": "4.17.4",
|
9374
|
-
"mousetrap": "1.6.1",
|
9375
|
-
"prop-types": "15.5.10"
|
9376
|
-
}
|
9377
|
-
},
|
9378
9089
|
"react-input-slider": {
|
9379
9090
|
"version": "2.0.0",
|
9380
9091
|
"resolved": "https://registry.npmjs.org/react-input-slider/-/react-input-slider-2.0.0.tgz",
|
@@ -9401,25 +9112,6 @@
|
|
9401
9112
|
"resolved": "https://registry.npmjs.org/react-native-storage/-/react-native-storage-0.2.2.tgz",
|
9402
9113
|
"integrity": "sha512-hzxo90kL5BFp/v+CJyRMF7c+YzlEExHSfnVHe/YdczEyL2k5vl5zgVDTWVr4913jpf7YqXpT5PipmNdaKVE/tg=="
|
9403
9114
|
},
|
9404
|
-
"react-player": {
|
9405
|
-
"version": "0.22.0",
|
9406
|
-
"resolved": "https://registry.npmjs.org/react-player/-/react-player-0.22.0.tgz",
|
9407
|
-
"integrity": "sha1-/KVCrq9Egur0u46YSf4F3VAddII=",
|
9408
|
-
"requires": {
|
9409
|
-
"fetch-jsonp": "1.1.3",
|
9410
|
-
"load-script": "1.0.0",
|
9411
|
-
"lodash.omit": "4.5.0",
|
9412
|
-
"prop-types": "15.5.10"
|
9413
|
-
}
|
9414
|
-
},
|
9415
|
-
"react-portal": {
|
9416
|
-
"version": "3.2.0",
|
9417
|
-
"resolved": "https://registry.npmjs.org/react-portal/-/react-portal-3.2.0.tgz",
|
9418
|
-
"integrity": "sha512-avb1FreAZAVCvNNyS2dCpxZiPYPJnAasHYPxdVBTROgNFeI+KSb+OoMHNsC1GbDawESCriPwCX+qKua6WSPIFw==",
|
9419
|
-
"requires": {
|
9420
|
-
"prop-types": "15.5.10"
|
9421
|
-
}
|
9422
|
-
},
|
9423
9115
|
"react-proxy": {
|
9424
9116
|
"version": "3.0.0-alpha.1",
|
9425
9117
|
"resolved": "https://registry.npmjs.org/react-proxy/-/react-proxy-3.0.0-alpha.1.tgz",
|
@@ -9428,35 +9120,6 @@
|
|
9428
9120
|
"lodash": "4.17.4"
|
9429
9121
|
}
|
9430
9122
|
},
|
9431
|
-
"react-redux": {
|
9432
|
-
"version": "5.0.6",
|
9433
|
-
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.0.6.tgz",
|
9434
|
-
"integrity": "sha512-8taaaGu+J7PMJQDJrk/xiWEYQmdo3mkXw6wPr3K3LxvXis3Fymiq7c13S+Tpls/AyNUAsoONkU81AP0RA6y6Vw==",
|
9435
|
-
"requires": {
|
9436
|
-
"hoist-non-react-statics": "2.3.1",
|
9437
|
-
"invariant": "2.2.2",
|
9438
|
-
"lodash": "4.17.4",
|
9439
|
-
"lodash-es": "4.17.4",
|
9440
|
-
"loose-envify": "1.3.1",
|
9441
|
-
"prop-types": "15.5.10"
|
9442
|
-
},
|
9443
|
-
"dependencies": {
|
9444
|
-
"hoist-non-react-statics": {
|
9445
|
-
"version": "2.3.1",
|
9446
|
-
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
|
9447
|
-
"integrity": "sha1-ND24TGAYxlB3iJgkATWhQg7iLOA="
|
9448
|
-
}
|
9449
|
-
}
|
9450
|
-
},
|
9451
|
-
"react-resizable": {
|
9452
|
-
"version": "1.7.5",
|
9453
|
-
"resolved": "https://registry.npmjs.org/react-resizable/-/react-resizable-1.7.5.tgz",
|
9454
|
-
"integrity": "sha512-lauPcBsLqmxMHXHpTeOBpYenGalbSikYr8hK+lwtNYMQX1pGd2iYE+pDvZEV97nCnzuCtWM9htp7OpsBIY2Sjw==",
|
9455
|
-
"requires": {
|
9456
|
-
"prop-types": "15.5.10",
|
9457
|
-
"react-draggable": "3.0.3"
|
9458
|
-
}
|
9459
|
-
},
|
9460
9123
|
"react-router": {
|
9461
9124
|
"version": "4.1.2",
|
9462
9125
|
"resolved": "https://registry.npmjs.org/react-router/-/react-router-4.1.2.tgz",
|
@@ -9685,24 +9348,6 @@
|
|
9685
9348
|
"set-immediate-shim": "1.0.1"
|
9686
9349
|
}
|
9687
9350
|
},
|
9688
|
-
"recompose": {
|
9689
|
-
"version": "0.26.0",
|
9690
|
-
"resolved": "https://registry.npmjs.org/recompose/-/recompose-0.26.0.tgz",
|
9691
|
-
"integrity": "sha512-KwOu6ztO0mN5vy3+zDcc45lgnaUoaQse/a5yLVqtzTK13czSWnFGmXbQVmnoMgDkI5POd1EwIKSbjU1V7xdZog==",
|
9692
|
-
"requires": {
|
9693
|
-
"change-emitter": "0.1.6",
|
9694
|
-
"fbjs": "0.8.12",
|
9695
|
-
"hoist-non-react-statics": "2.3.1",
|
9696
|
-
"symbol-observable": "1.0.4"
|
9697
|
-
},
|
9698
|
-
"dependencies": {
|
9699
|
-
"hoist-non-react-statics": {
|
9700
|
-
"version": "2.3.1",
|
9701
|
-
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
|
9702
|
-
"integrity": "sha1-ND24TGAYxlB3iJgkATWhQg7iLOA="
|
9703
|
-
}
|
9704
|
-
}
|
9705
|
-
},
|
9706
9351
|
"redbox-react": {
|
9707
9352
|
"version": "1.4.0",
|
9708
9353
|
"resolved": "https://registry.npmjs.org/redbox-react/-/redbox-react-1.4.0.tgz",
|
@@ -9741,25 +9386,6 @@
|
|
9741
9386
|
"balanced-match": "0.4.2"
|
9742
9387
|
}
|
9743
9388
|
},
|
9744
|
-
"redux": {
|
9745
|
-
"version": "3.7.2",
|
9746
|
-
"resolved": "https://registry.npmjs.org/redux/-/redux-3.7.2.tgz",
|
9747
|
-
"integrity": "sha512-pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A==",
|
9748
|
-
"requires": {
|
9749
|
-
"lodash": "4.17.4",
|
9750
|
-
"lodash-es": "4.17.4",
|
9751
|
-
"loose-envify": "1.3.1",
|
9752
|
-
"symbol-observable": "1.0.4"
|
9753
|
-
}
|
9754
|
-
},
|
9755
|
-
"redux-undo": {
|
9756
|
-
"version": "1.0.0-beta9-7",
|
9757
|
-
"resolved": "https://registry.npmjs.org/redux-undo/-/redux-undo-1.0.0-beta9-7.tgz",
|
9758
|
-
"integrity": "sha1-4/zIvCnYxXnywT+FQoflrw2HRK4=",
|
9759
|
-
"requires": {
|
9760
|
-
"redux": "3.7.2"
|
9761
|
-
}
|
9762
|
-
},
|
9763
9389
|
"regenerate": {
|
9764
9390
|
"version": "1.3.2",
|
9765
9391
|
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.2.tgz",
|
@@ -9958,11 +9584,6 @@
|
|
9958
9584
|
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
|
9959
9585
|
"integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
|
9960
9586
|
},
|
9961
|
-
"reselect": {
|
9962
|
-
"version": "3.0.1",
|
9963
|
-
"resolved": "https://registry.npmjs.org/reselect/-/reselect-3.0.1.tgz",
|
9964
|
-
"integrity": "sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc="
|
9965
|
-
},
|
9966
9587
|
"resolve": {
|
9967
9588
|
"version": "1.3.3",
|
9968
9589
|
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.3.3.tgz",
|
@@ -10276,16 +9897,6 @@
|
|
10276
9897
|
"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
|
10277
9898
|
"integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo="
|
10278
9899
|
},
|
10279
|
-
"selection-is-backward": {
|
10280
|
-
"version": "1.0.0",
|
10281
|
-
"resolved": "https://registry.npmjs.org/selection-is-backward/-/selection-is-backward-1.0.0.tgz",
|
10282
|
-
"integrity": "sha1-l6VGMxiKURq6ZBn8XB+pG0Z+a+E="
|
10283
|
-
},
|
10284
|
-
"selection-position": {
|
10285
|
-
"version": "1.0.0",
|
10286
|
-
"resolved": "https://registry.npmjs.org/selection-position/-/selection-position-1.0.0.tgz",
|
10287
|
-
"integrity": "sha1-5D+HFR2UlX76Fw4Q4CyQG0f3A8c="
|
10288
|
-
},
|
10289
9900
|
"selfsigned": {
|
10290
9901
|
"version": "1.9.1",
|
10291
9902
|
"resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.9.1.tgz",
|
@@ -10418,14 +10029,6 @@
|
|
10418
10029
|
}
|
10419
10030
|
}
|
10420
10031
|
},
|
10421
|
-
"shallowequal": {
|
10422
|
-
"version": "0.2.2",
|
10423
|
-
"resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-0.2.2.tgz",
|
10424
|
-
"integrity": "sha1-HjL9W8q2rWiKSBLLDMBO/HXHAU4=",
|
10425
|
-
"requires": {
|
10426
|
-
"lodash.keys": "3.1.2"
|
10427
|
-
}
|
10428
|
-
},
|
10429
10032
|
"shebang-command": {
|
10430
10033
|
"version": "1.2.0",
|
10431
10034
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
|
@@ -10449,48 +10052,11 @@
|
|
10449
10052
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
|
10450
10053
|
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0="
|
10451
10054
|
},
|
10452
|
-
"simple-assign": {
|
10453
|
-
"version": "0.1.0",
|
10454
|
-
"resolved": "https://registry.npmjs.org/simple-assign/-/simple-assign-0.1.0.tgz",
|
10455
|
-
"integrity": "sha1-F/0wZqXz13OPUDIbsPFMooHMS6o="
|
10456
|
-
},
|
10457
10055
|
"slash": {
|
10458
10056
|
"version": "1.0.0",
|
10459
10057
|
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
|
10460
10058
|
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU="
|
10461
10059
|
},
|
10462
|
-
"slate": {
|
10463
|
-
"version": "0.21.6",
|
10464
|
-
"resolved": "https://registry.npmjs.org/slate/-/slate-0.21.6.tgz",
|
10465
|
-
"integrity": "sha1-Yqey8dfFYK1+t/P/F8d/+QXPrpQ=",
|
10466
|
-
"requires": {
|
10467
|
-
"debug": "2.6.8",
|
10468
|
-
"direction": "0.1.5",
|
10469
|
-
"es6-map": "0.1.5",
|
10470
|
-
"esrever": "0.2.0",
|
10471
|
-
"get-window": "1.1.1",
|
10472
|
-
"immutable": "3.8.2",
|
10473
|
-
"is-empty": "1.2.0",
|
10474
|
-
"is-in-browser": "1.1.3",
|
10475
|
-
"is-window": "1.0.2",
|
10476
|
-
"keycode": "2.1.9",
|
10477
|
-
"lodash": "4.17.4",
|
10478
|
-
"prop-types": "15.5.10",
|
10479
|
-
"react-portal": "3.2.0",
|
10480
|
-
"selection-is-backward": "1.0.0",
|
10481
|
-
"type-of": "2.0.1"
|
10482
|
-
}
|
10483
|
-
},
|
10484
|
-
"slate-edit-blockquote": {
|
10485
|
-
"version": "0.2.0",
|
10486
|
-
"resolved": "https://registry.npmjs.org/slate-edit-blockquote/-/slate-edit-blockquote-0.2.0.tgz",
|
10487
|
-
"integrity": "sha1-XsP+4SuhUr+7xvol/YcLlO53w+M="
|
10488
|
-
},
|
10489
|
-
"slate-edit-list": {
|
10490
|
-
"version": "0.7.1",
|
10491
|
-
"resolved": "https://registry.npmjs.org/slate-edit-list/-/slate-edit-list-0.7.1.tgz",
|
10492
|
-
"integrity": "sha1-hO6WDS1bWiDOJnrZ34lDlakbk9U="
|
10493
|
-
},
|
10494
10060
|
"slice-ansi": {
|
10495
10061
|
"version": "1.0.0",
|
10496
10062
|
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz",
|
@@ -10730,14 +10296,6 @@
|
|
10730
10296
|
"resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
|
10731
10297
|
"integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
|
10732
10298
|
},
|
10733
|
-
"string_decoder": {
|
10734
|
-
"version": "1.0.1",
|
10735
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.1.tgz",
|
10736
|
-
"integrity": "sha1-YuIA8DmVWmgQ2N8KM//A8BNmLZg=",
|
10737
|
-
"requires": {
|
10738
|
-
"safe-buffer": "5.1.0"
|
10739
|
-
}
|
10740
|
-
},
|
10741
10299
|
"string-length": {
|
10742
10300
|
"version": "1.0.1",
|
10743
10301
|
"resolved": "https://registry.npmjs.org/string-length/-/string-length-1.0.1.tgz",
|
@@ -10756,6 +10314,14 @@
|
|
10756
10314
|
"strip-ansi": "3.0.1"
|
10757
10315
|
}
|
10758
10316
|
},
|
10317
|
+
"string_decoder": {
|
10318
|
+
"version": "1.0.1",
|
10319
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.1.tgz",
|
10320
|
+
"integrity": "sha1-YuIA8DmVWmgQ2N8KM//A8BNmLZg=",
|
10321
|
+
"requires": {
|
10322
|
+
"safe-buffer": "5.1.0"
|
10323
|
+
}
|
10324
|
+
},
|
10759
10325
|
"stringstream": {
|
10760
10326
|
"version": "0.0.5",
|
10761
10327
|
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
|
@@ -10858,11 +10424,6 @@
|
|
10858
10424
|
}
|
10859
10425
|
}
|
10860
10426
|
},
|
10861
|
-
"symbol-observable": {
|
10862
|
-
"version": "1.0.4",
|
10863
|
-
"resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.4.tgz",
|
10864
|
-
"integrity": "sha1-Kb9hXUqnEhvdiYsi1LP5vE4qoD0="
|
10865
|
-
},
|
10866
10427
|
"symbol-tree": {
|
10867
10428
|
"version": "3.2.2",
|
10868
10429
|
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz",
|
@@ -11109,11 +10670,6 @@
|
|
11109
10670
|
"mime-types": "2.1.15"
|
11110
10671
|
}
|
11111
10672
|
},
|
11112
|
-
"type-of": {
|
11113
|
-
"version": "2.0.1",
|
11114
|
-
"resolved": "https://registry.npmjs.org/type-of/-/type-of-2.0.1.tgz",
|
11115
|
-
"integrity": "sha1-5yoXQYllaOn2KDeNgW1pEvfyOXI="
|
11116
|
-
},
|
11117
10673
|
"typedarray": {
|
11118
10674
|
"version": "0.0.6",
|
11119
10675
|
"resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
|