cms/app-client/package-lock.json
author ymh <ymh.work@gmail.com>
Fri, 15 Sep 2017 14:54:08 +0200
changeset 548 f624c19354e4
parent 541 e756a8c72c3d
permissions -rw-r--r--
to version 0.23
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  "name": "app-client",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
     3
  "version": "0.0.21",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  "lockfileVersion": 1,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
     5
  "requires": true,
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  "dependencies": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
     7
    "@glimmer/compiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
     8
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
     9
      "resolved": "https://registry.npmjs.org/@glimmer/compiler/-/compiler-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    10
      "integrity": "sha1-Ou+USEYK8dMgqCQjMjSYpv84oMY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    11
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    12
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    13
        "@glimmer/syntax": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    14
        "@glimmer/util": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    15
        "@glimmer/wire-format": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    16
        "simple-html-tokenizer": "0.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    17
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    18
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    19
    "@glimmer/di": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    20
      "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    21
      "resolved": "https://registry.npmjs.org/@glimmer/di/-/di-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    22
      "integrity": "sha1-c7/Upu5BSKgL8JLopdKbysnUzn4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    23
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    24
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    25
    "@glimmer/interfaces": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    26
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    27
      "resolved": "https://registry.npmjs.org/@glimmer/interfaces/-/interfaces-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    28
      "integrity": "sha1-HC4yia5Bp1DwyN3MZFKbnpDdpgQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    29
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    30
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    31
        "@glimmer/wire-format": "0.22.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    32
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    33
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    34
    "@glimmer/node": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    35
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    36
      "resolved": "https://registry.npmjs.org/@glimmer/node/-/node-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    37
      "integrity": "sha1-/zPupuZRR6IMG9HwX9xKbDWVxUw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    38
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    39
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    40
        "@glimmer/runtime": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    41
        "simple-dom": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    42
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    43
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    44
    "@glimmer/object": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    45
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    46
      "resolved": "https://registry.npmjs.org/@glimmer/object/-/object-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    47
      "integrity": "sha1-H8n9dGXH0S5bkkZK1AA4tZXejtA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    48
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    49
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    50
        "@glimmer/object-reference": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    51
        "@glimmer/util": "0.22.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    52
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    53
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    54
    "@glimmer/object-reference": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    55
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    56
      "resolved": "https://registry.npmjs.org/@glimmer/object-reference/-/object-reference-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    57
      "integrity": "sha1-MdtoyJEjJMY1CbHvgyE/etTvMSs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    58
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    59
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    60
        "@glimmer/reference": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    61
        "@glimmer/util": "0.22.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    62
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    63
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    64
    "@glimmer/reference": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    65
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    66
      "resolved": "https://registry.npmjs.org/@glimmer/reference/-/reference-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    67
      "integrity": "sha1-by74zZf+dW2J/vdfjDx5ADUCoqk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    68
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    69
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    70
        "@glimmer/util": "0.22.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    71
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    72
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    73
    "@glimmer/resolver": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    74
      "version": "0.3.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    75
      "resolved": "https://registry.npmjs.org/@glimmer/resolver/-/resolver-0.3.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    76
      "integrity": "sha1-ZUUaIZUlnOJlGHFWMcON18FE6CE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    77
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    78
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    79
        "@glimmer/di": "0.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    80
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    81
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    82
    "@glimmer/runtime": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    83
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    84
      "resolved": "https://registry.npmjs.org/@glimmer/runtime/-/runtime-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    85
      "integrity": "sha1-uMso78nMhsQG7plvXCz2cwYg1AQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    86
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    87
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    88
        "@glimmer/interfaces": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    89
        "@glimmer/object": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    90
        "@glimmer/object-reference": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    91
        "@glimmer/reference": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    92
        "@glimmer/util": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    93
        "@glimmer/wire-format": "0.22.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
    94
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    95
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    96
    "@glimmer/syntax": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    97
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    98
      "resolved": "https://registry.npmjs.org/@glimmer/syntax/-/syntax-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    99
      "integrity": "sha1-hSjRkyS/f5IPXP0xkl5FLlF4G0Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   100
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   101
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   102
        "handlebars": "4.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   103
        "simple-html-tokenizer": "0.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   104
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   105
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   106
    "@glimmer/util": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   107
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   108
      "resolved": "https://registry.npmjs.org/@glimmer/util/-/util-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   109
      "integrity": "sha1-gnL1CQXRu5BO43Horeg/13m1FQg=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   110
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   111
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   112
    "@glimmer/wire-format": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   113
      "version": "0.22.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   114
      "resolved": "https://registry.npmjs.org/@glimmer/wire-format/-/wire-format-0.22.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   115
      "integrity": "sha1-GbIm2bk7pu5URy2f+x1I58DYCg0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   116
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   117
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   118
        "@glimmer/util": "0.22.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   119
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   120
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   121
    "abbrev": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   122
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   123
      "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   124
      "integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   125
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   126
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   127
    "accepts": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   128
      "version": "1.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   129
      "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   130
      "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   131
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   132
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   133
        "mime-types": "2.1.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   134
        "negotiator": "0.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   135
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   136
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   137
    "acorn": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   138
      "version": "5.0.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   139
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.0.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   140
      "integrity": "sha1-xGDfCEkUY/AozLguqzcwvwEIez0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   141
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   142
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   143
    "acorn-jsx": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   144
      "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   145
      "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   146
      "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   147
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   148
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   149
        "acorn": "3.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   150
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   151
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   152
        "acorn": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   153
          "version": "3.3.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   154
          "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   155
          "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   156
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   157
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   158
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   159
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   160
    "after": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   161
      "version": "0.8.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   162
      "resolved": "https://registry.npmjs.org/after/-/after-0.8.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   163
      "integrity": "sha1-q11PuIP1loFtNRX495HAr0ht1ic=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   164
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   165
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   166
    "ajv": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   167
      "version": "4.11.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   168
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   169
      "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   170
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   171
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   172
        "co": "4.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   173
        "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   174
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   175
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   176
    "ajv-keywords": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   177
      "version": "1.5.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   178
      "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   179
      "integrity": "sha1-MU3QpLM2j609/NxU7eYXG4htrzw=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   180
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   181
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   182
    "align-text": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   183
      "version": "0.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   184
      "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   185
      "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   186
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   187
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   188
        "kind-of": "3.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   189
        "longest": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   190
        "repeat-string": "1.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   191
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   192
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   193
    "alter": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   194
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   195
      "resolved": "https://registry.npmjs.org/alter/-/alter-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   196
      "integrity": "sha1-x1iICGF1cgNKrmJICvJrHU0cs80=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   197
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   198
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   199
        "stable": "0.1.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   200
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   201
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   202
    "amd-name-resolver": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   203
      "version": "0.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   204
      "resolved": "https://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   205
      "integrity": "sha1-0+S6Lfyqsdggwb6d6UfGeCjP5ZU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   206
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   207
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   208
        "ensure-posix-path": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   209
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   210
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   211
    "amdefine": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   212
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   213
      "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   214
      "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   215
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   216
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   217
    "ansi-escapes": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   218
      "version": "1.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   219
      "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   220
      "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   221
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   222
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   223
    "ansi-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   224
      "version": "2.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   225
      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   226
      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   227
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   228
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   229
    "ansi-styles": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   230
      "version": "2.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   231
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   232
      "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   233
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   234
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   235
    "ansicolors": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   236
      "version": "0.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   237
      "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   238
      "integrity": "sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   239
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   240
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   241
    "anymatch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   242
      "version": "1.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   243
      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   244
      "integrity": "sha1-o+Uvo5FoyCX/V7AkgSbOWo/5VQc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   245
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   246
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   247
        "arrify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   248
        "micromatch": "2.3.11"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   249
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   250
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   251
    "aot-test-generators": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   252
      "version": "0.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   253
      "resolved": "https://registry.npmjs.org/aot-test-generators/-/aot-test-generators-0.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   254
      "integrity": "sha1-Q/D2Ffl8spjXkZwbC05rcxCwPNA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   255
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   256
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   257
        "jsesc": "2.5.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   258
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   259
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   260
        "jsesc": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   261
          "version": "2.5.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   262
          "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   263
          "integrity": "sha1-5CGiqOINawgZ3yiQj3glJrlt0f4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   264
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   265
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   266
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   267
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   268
    "aproba": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   269
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   270
      "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   271
      "integrity": "sha512-ZpYajIfO0j2cOFTO955KUMIKNmj6zhX8kVztMAxFsDaMwz+9Z9SV0uou2pC9HJqcfpffOsjnbrDMvkNy+9RXPw==",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   272
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   273
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   274
    "are-we-there-yet": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   275
      "version": "1.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   276
      "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   277
      "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   278
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   279
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   280
        "delegates": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   281
        "readable-stream": "2.2.11"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   282
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   283
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   284
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   285
          "version": "2.2.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   286
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   287
          "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   288
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   289
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   290
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   291
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   292
            "isarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   293
            "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   294
            "safe-buffer": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   295
            "string_decoder": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   296
            "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   297
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   298
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   299
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   300
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   301
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   302
          "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   303
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   304
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   305
            "safe-buffer": "5.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   306
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   307
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   308
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   309
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   310
    "argparse": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   311
      "version": "1.0.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   312
      "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   313
      "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   314
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   315
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   316
        "sprintf-js": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   317
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   318
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   319
        "sprintf-js": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   320
          "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   321
          "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   322
          "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   323
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   324
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   325
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   326
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   327
    "arr-diff": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   328
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   329
      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   330
      "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   331
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   332
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   333
        "arr-flatten": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   334
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   335
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   336
    "arr-flatten": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   337
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   338
      "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   339
      "integrity": "sha1-onTthawIhJtr14R8RYB0XcUa37E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   340
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   341
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   342
    "array-equal": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   343
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   344
      "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   345
      "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   346
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   347
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   348
    "array-find-index": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   349
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   350
      "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   351
      "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   352
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   353
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   354
    "array-flatten": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   355
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   356
      "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   357
      "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   358
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   359
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   360
    "array-to-error": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   361
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   362
      "resolved": "https://registry.npmjs.org/array-to-error/-/array-to-error-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   363
      "integrity": "sha1-1ogSkm0UCXogVXmmZ+6vGFakTAc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   364
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   365
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   366
        "array-to-sentence": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   367
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   368
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   369
    "array-to-sentence": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   370
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   371
      "resolved": "https://registry.npmjs.org/array-to-sentence/-/array-to-sentence-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   372
      "integrity": "sha1-yASVba+lMjJJWyBalFJ1OiWNOfw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   373
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   374
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   375
    "array-union": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   376
      "version": "1.0.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   377
      "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   378
      "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   379
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   380
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   381
        "array-uniq": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   382
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   383
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   384
    "array-uniq": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   385
      "version": "1.0.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   386
      "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   387
      "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   388
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   389
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   390
    "array-unique": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   391
      "version": "0.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   392
      "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   393
      "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   394
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   395
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   396
    "arraybuffer.slice": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   397
      "version": "0.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   398
      "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   399
      "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   400
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   401
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   402
    "arrify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   403
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   404
      "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   405
      "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   406
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   407
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   408
    "asn1": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   409
      "version": "0.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   410
      "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   411
      "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   412
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   413
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   414
    "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   415
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   416
      "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   417
      "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   418
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   419
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   420
    "ast-traverse": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   421
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   422
      "resolved": "https://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   423
      "integrity": "sha1-ac8rg4bxnc2hux4F1o/jWdiJfeY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   424
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   425
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   426
    "ast-types": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   427
      "version": "0.9.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   428
      "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   429
      "integrity": "sha1-ECyenpAF0+fjgpvwxPok7oYu6bk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   430
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   431
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   432
    "async": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   433
      "version": "1.5.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   434
      "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   435
      "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   436
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   437
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   438
    "async-disk-cache": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   439
      "version": "1.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   440
      "resolved": "https://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.3.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   441
      "integrity": "sha1-rFPWFShD3yAslAbijXdDYmCNdN0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   442
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   443
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   444
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   445
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   446
        "istextorbinary": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   447
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   448
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   449
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   450
        "username-sync": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   451
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   452
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   453
    "async-each": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   454
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   455
      "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   456
      "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   457
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   458
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   459
    "async-foreach": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   460
      "version": "0.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   461
      "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   462
      "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   463
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   464
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   465
    "asynckit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   466
      "version": "0.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   467
      "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   468
      "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   469
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   470
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   471
    "aws-sign2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   472
      "version": "0.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   473
      "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   474
      "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   475
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   476
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   477
    "aws4": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   478
      "version": "1.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   479
      "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   480
      "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   481
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   482
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   483
    "babel-code-frame": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   484
      "version": "6.22.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   485
      "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.22.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   486
      "integrity": "sha1-AnYgvuVnqIwyVhV05/0IAdMxGOQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   487
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   488
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   489
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   490
        "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   491
        "js-tokens": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   492
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   493
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   494
    "babel-core": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   495
      "version": "6.25.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   496
      "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.25.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   497
      "integrity": "sha1-fdQrBGPHQunVKW3rPsZ6kyLa1yk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   498
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   499
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   500
        "babel-code-frame": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   501
        "babel-generator": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   502
        "babel-helpers": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   503
        "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   504
        "babel-register": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   505
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   506
        "babel-template": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   507
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   508
        "babel-types": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   509
        "babylon": "6.17.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   510
        "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   511
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   512
        "json5": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   513
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   514
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   515
        "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   516
        "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   517
        "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   518
        "source-map": "0.5.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   519
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   520
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   521
    "babel-generator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   522
      "version": "6.25.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   523
      "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.25.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   524
      "integrity": "sha1-M6GvcNXyiQrrRlpKd5PB32qeqfw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   525
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   526
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   527
        "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   528
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   529
        "babel-types": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   530
        "detect-indent": "4.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   531
        "jsesc": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   532
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   533
        "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   534
        "trim-right": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   535
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   536
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   537
        "jsesc": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   538
          "version": "1.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   539
          "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   540
          "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   541
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   542
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   543
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   544
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   545
    "babel-helper-builder-binary-assignment-operator-visitor": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   546
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   547
      "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   548
      "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   549
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   550
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   551
        "babel-helper-explode-assignable-expression": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   552
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   553
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   554
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   555
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   556
    "babel-helper-call-delegate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   557
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   558
      "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   559
      "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   560
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   561
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   562
        "babel-helper-hoist-variables": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   563
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   564
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   565
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   566
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   567
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   568
    "babel-helper-define-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   569
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   570
      "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   571
      "integrity": "sha1-epdH8ljYlH0y1RX2qhx70CIEoIA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   572
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   573
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   574
        "babel-helper-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   575
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   576
        "babel-types": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   577
        "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   578
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   579
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   580
    "babel-helper-explode-assignable-expression": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   581
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   582
      "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   583
      "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   584
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   585
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   586
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   587
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   588
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   589
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   590
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   591
    "babel-helper-function-name": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   592
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   593
      "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   594
      "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   595
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   596
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   597
        "babel-helper-get-function-arity": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   598
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   599
        "babel-template": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   600
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   601
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   602
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   603
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   604
    "babel-helper-get-function-arity": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   605
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   606
      "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   607
      "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   608
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   609
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   610
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   611
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   612
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   613
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   614
    "babel-helper-hoist-variables": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   615
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   616
      "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   617
      "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   618
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   619
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   620
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   621
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   622
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   623
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   624
    "babel-helper-optimise-call-expression": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   625
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   626
      "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   627
      "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   628
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   629
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   630
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   631
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   632
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   633
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   634
    "babel-helper-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   635
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   636
      "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   637
      "integrity": "sha1-024i+rEAjXnYhkjjIRaGgShFbOg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   638
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   639
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   640
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   641
        "babel-types": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   642
        "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   643
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   644
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   645
    "babel-helper-remap-async-to-generator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   646
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   647
      "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   648
      "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   649
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   650
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   651
        "babel-helper-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   652
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   653
        "babel-template": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   654
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   655
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   656
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   657
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   658
    "babel-helper-replace-supers": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   659
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   660
      "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   661
      "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   662
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   663
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   664
        "babel-helper-optimise-call-expression": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   665
        "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   666
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   667
        "babel-template": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   668
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   669
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   670
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   671
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   672
    "babel-helpers": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   673
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   674
      "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   675
      "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   676
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   677
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   678
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   679
        "babel-template": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   680
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   681
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   682
    "babel-messages": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   683
      "version": "6.23.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   684
      "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   685
      "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   686
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   687
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   688
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   689
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   690
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   691
    "babel-plugin-check-es2015-constants": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   692
      "version": "6.22.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   693
      "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   694
      "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   695
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   696
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   697
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   698
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   699
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   700
    "babel-plugin-constant-folding": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   701
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   702
      "resolved": "https://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   703
      "integrity": "sha1-g2HTZMmORJw2kr26Ue/whEKQqo4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   704
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   705
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   706
    "babel-plugin-dead-code-elimination": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   707
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   708
      "resolved": "https://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   709
      "integrity": "sha1-X3xFEnTc18zNv7s+C4XdKBIfD2U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   710
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   711
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   712
    "babel-plugin-debug-macros": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   713
      "version": "0.1.10",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   714
      "resolved": "https://registry.npmjs.org/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.1.10.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   715
      "integrity": "sha1-3Qd61uHMCo+bvGQFxWE5Lr/JoBw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   716
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   717
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   718
        "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   719
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   720
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   721
    "babel-plugin-eval": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   722
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   723
      "resolved": "https://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   724
      "integrity": "sha1-ovrtJc5r5preS/7CY/cBaRlZUNo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   725
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   726
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   727
    "babel-plugin-feature-flags": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   728
      "version": "0.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   729
      "resolved": "https://registry.npmjs.org/babel-plugin-feature-flags/-/babel-plugin-feature-flags-0.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   730
      "integrity": "sha1-nIJ8+aTrmhn3JcyyOehcqwIDb8E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   731
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   732
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   733
    "babel-plugin-filter-imports": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   734
      "version": "0.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   735
      "resolved": "https://registry.npmjs.org/babel-plugin-filter-imports/-/babel-plugin-filter-imports-0.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   736
      "integrity": "sha1-54WbVohrF13SYWQl0neyGeIJ6os=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   737
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   738
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   739
    "babel-plugin-htmlbars-inline-precompile": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   740
      "version": "0.2.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   741
      "resolved": "https://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-0.2.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   742
      "integrity": "sha1-zTZeJ4r0Cb+mvncExDVL7udCRGs=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   743
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   744
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   745
    "babel-plugin-inline-environment-variables": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   746
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   747
      "resolved": "https://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   748
      "integrity": "sha1-H1jOkSB61qgmqL9kX6/mj/X+P/4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   749
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   750
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   751
    "babel-plugin-jscript": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   752
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   753
      "resolved": "https://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   754
      "integrity": "sha1-jzQsOCduh6R9X6CovT1etsytj8w=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   755
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   756
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   757
    "babel-plugin-member-expression-literals": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   758
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   759
      "resolved": "https://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   760
      "integrity": "sha1-zF7bD6qNyScXDnTW0cAkQAIWJNM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   761
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   762
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   763
    "babel-plugin-property-literals": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   764
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   765
      "resolved": "https://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   766
      "integrity": "sha1-AlIwGQAZKYCxwRjv6kjOk6q4MzY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   767
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   768
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   769
    "babel-plugin-proto-to-assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   770
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   771
      "resolved": "https://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   772
      "integrity": "sha1-xJ56/QL1d7xNoF6i3wAiUM980SM=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   773
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   774
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   775
        "lodash": "3.10.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   776
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   777
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   778
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   779
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   780
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   781
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   782
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   783
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   784
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   785
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   786
    "babel-plugin-react-constant-elements": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   787
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   788
      "resolved": "https://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   789
      "integrity": "sha1-lGc26DeEKcvDSdz/YvUcFDs041o=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   790
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   791
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   792
    "babel-plugin-react-display-name": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   793
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   794
      "resolved": "https://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   795
      "integrity": "sha1-dU/jiSboQkpOexWrbqYTne4FFPw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   796
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   797
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   798
    "babel-plugin-remove-console": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   799
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   800
      "resolved": "https://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   801
      "integrity": "sha1-2PJFVsOgUAXUKqqv0neH9T/wE6c=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   802
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   803
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   804
    "babel-plugin-remove-debugger": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   805
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   806
      "resolved": "https://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   807
      "integrity": "sha1-/S6jzWGkKK0fO5yJiC/0KT6MFMc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   808
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   809
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   810
    "babel-plugin-runtime": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   811
      "version": "1.0.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   812
      "resolved": "https://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   813
      "integrity": "sha1-v3x9lm3Vbs1cF/ocslPJrLflSq8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   814
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   815
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   816
    "babel-plugin-syntax-async-functions": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   817
      "version": "6.13.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   818
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   819
      "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   820
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   821
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   822
    "babel-plugin-syntax-exponentiation-operator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   823
      "version": "6.13.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   824
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   825
      "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   826
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   827
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   828
    "babel-plugin-syntax-trailing-function-commas": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   829
      "version": "6.22.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   830
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   831
      "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   832
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   833
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   834
    "babel-plugin-transform-async-to-generator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   835
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   836
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   837
      "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   838
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   839
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   840
        "babel-helper-remap-async-to-generator": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   841
        "babel-plugin-syntax-async-functions": "6.13.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   842
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   843
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   844
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   845
    "babel-plugin-transform-es2015-arrow-functions": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   846
      "version": "6.22.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   847
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   848
      "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   849
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   850
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   851
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   852
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   853
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   854
    "babel-plugin-transform-es2015-block-scoped-functions": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   855
      "version": "6.22.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   856
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   857
      "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   858
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   859
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   860
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   861
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   862
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   863
    "babel-plugin-transform-es2015-block-scoping": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   864
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   865
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   866
      "integrity": "sha1-dsKV3DpHQbFmWt/TFnIV3P8ypXY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   867
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   868
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   869
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   870
        "babel-template": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   871
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   872
        "babel-types": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   873
        "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   874
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   875
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   876
    "babel-plugin-transform-es2015-classes": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   877
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   878
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   879
      "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   880
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   881
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   882
        "babel-helper-define-map": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   883
        "babel-helper-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   884
        "babel-helper-optimise-call-expression": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   885
        "babel-helper-replace-supers": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   886
        "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   887
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   888
        "babel-template": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   889
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   890
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   891
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   892
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   893
    "babel-plugin-transform-es2015-computed-properties": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   894
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   895
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   896
      "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   897
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   898
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   899
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   900
        "babel-template": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   901
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   902
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   903
    "babel-plugin-transform-es2015-destructuring": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   904
      "version": "6.23.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   905
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   906
      "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   907
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   908
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   909
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   910
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   911
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   912
    "babel-plugin-transform-es2015-duplicate-keys": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   913
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   914
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   915
      "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   916
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   917
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   918
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   919
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   920
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   921
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   922
    "babel-plugin-transform-es2015-for-of": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   923
      "version": "6.23.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   924
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   925
      "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   926
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   927
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   928
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   929
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   930
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   931
    "babel-plugin-transform-es2015-function-name": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   932
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   933
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   934
      "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   935
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   936
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   937
        "babel-helper-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   938
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   939
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   940
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   941
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   942
    "babel-plugin-transform-es2015-literals": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   943
      "version": "6.22.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   944
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   945
      "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   946
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   947
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   948
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   949
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   950
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   951
    "babel-plugin-transform-es2015-modules-amd": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   952
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   953
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   954
      "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   955
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   956
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   957
        "babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   958
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   959
        "babel-template": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   960
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   961
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   962
    "babel-plugin-transform-es2015-modules-commonjs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   963
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   964
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   965
      "integrity": "sha1-0+MQtA72ZKNmIiAAl8bUQCmPK/4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   966
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   967
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   968
        "babel-plugin-transform-strict-mode": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   969
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   970
        "babel-template": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   971
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   972
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   973
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   974
    "babel-plugin-transform-es2015-modules-systemjs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   975
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   976
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   977
      "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   978
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   979
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   980
        "babel-helper-hoist-variables": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   981
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   982
        "babel-template": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   983
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   984
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   985
    "babel-plugin-transform-es2015-modules-umd": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   986
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   987
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   988
      "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   989
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   990
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   991
        "babel-plugin-transform-es2015-modules-amd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   992
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   993
        "babel-template": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
   994
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   995
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   996
    "babel-plugin-transform-es2015-object-super": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   997
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   998
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   999
      "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1000
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1001
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1002
        "babel-helper-replace-supers": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1003
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1004
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1005
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1006
    "babel-plugin-transform-es2015-parameters": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1007
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1008
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1009
      "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1010
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1011
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1012
        "babel-helper-call-delegate": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1013
        "babel-helper-get-function-arity": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1014
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1015
        "babel-template": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1016
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1017
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1018
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1019
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1020
    "babel-plugin-transform-es2015-shorthand-properties": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1021
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1022
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1023
      "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1024
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1025
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1026
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1027
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1028
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1029
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1030
    "babel-plugin-transform-es2015-spread": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1031
      "version": "6.22.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1032
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1033
      "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1034
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1035
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1036
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1037
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1038
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1039
    "babel-plugin-transform-es2015-sticky-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1040
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1041
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1042
      "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1043
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1044
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1045
        "babel-helper-regex": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1046
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1047
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1048
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1049
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1050
    "babel-plugin-transform-es2015-template-literals": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1051
      "version": "6.22.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1052
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1053
      "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1054
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1055
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1056
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1057
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1058
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1059
    "babel-plugin-transform-es2015-typeof-symbol": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1060
      "version": "6.23.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1061
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1062
      "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1063
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1064
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1065
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1066
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1067
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1068
    "babel-plugin-transform-es2015-unicode-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1069
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1070
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1071
      "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1072
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1073
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1074
        "babel-helper-regex": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1075
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1076
        "regexpu-core": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1077
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1078
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1079
    "babel-plugin-transform-exponentiation-operator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1080
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1081
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1082
      "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1083
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1084
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1085
        "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1086
        "babel-plugin-syntax-exponentiation-operator": "6.13.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1087
        "babel-runtime": "6.23.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1088
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1089
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1090
    "babel-plugin-transform-regenerator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1091
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1092
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1093
      "integrity": "sha1-uNowWtQ8PJm0hI5P5AN7dw0jxBg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1094
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1095
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1096
        "regenerator-transform": "0.9.11"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1097
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1098
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1099
    "babel-plugin-transform-strict-mode": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1100
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1101
      "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1102
      "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1103
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1104
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1105
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1106
        "babel-types": "6.25.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1107
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1108
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1109
    "babel-plugin-undeclared-variables-check": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1110
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1111
      "resolved": "https://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1112
      "integrity": "sha1-XPGqU52BP/ZOmWQSkK9iCWX2Xe4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1113
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1114
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1115
        "leven": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1116
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1117
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1118
    "babel-plugin-undefined-to-void": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1119
      "version": "1.1.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1120
      "resolved": "https://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1121
      "integrity": "sha1-f1eO+LeN+uYAM4XYQXph7aBuL4E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1122
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1123
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1124
    "babel-polyfill": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1125
      "version": "6.23.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1126
      "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.23.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1127
      "integrity": "sha1-g2TKYt+Or7gwSZ9pkXdGbDsDSZ0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1128
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1129
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1130
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1131
        "core-js": "2.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1132
        "regenerator-runtime": "0.10.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1133
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1134
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1135
    "babel-preset-env": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1136
      "version": "1.5.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1137
      "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.5.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1138
      "integrity": "sha1-zUrpCm6Utwn5c3SzPl+LmDVWre8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1139
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1140
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1141
        "babel-plugin-check-es2015-constants": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1142
        "babel-plugin-syntax-trailing-function-commas": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1143
        "babel-plugin-transform-async-to-generator": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1144
        "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1145
        "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1146
        "babel-plugin-transform-es2015-block-scoping": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1147
        "babel-plugin-transform-es2015-classes": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1148
        "babel-plugin-transform-es2015-computed-properties": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1149
        "babel-plugin-transform-es2015-destructuring": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1150
        "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1151
        "babel-plugin-transform-es2015-for-of": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1152
        "babel-plugin-transform-es2015-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1153
        "babel-plugin-transform-es2015-literals": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1154
        "babel-plugin-transform-es2015-modules-amd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1155
        "babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1156
        "babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1157
        "babel-plugin-transform-es2015-modules-umd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1158
        "babel-plugin-transform-es2015-object-super": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1159
        "babel-plugin-transform-es2015-parameters": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1160
        "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1161
        "babel-plugin-transform-es2015-spread": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1162
        "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1163
        "babel-plugin-transform-es2015-template-literals": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1164
        "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1165
        "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1166
        "babel-plugin-transform-exponentiation-operator": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1167
        "babel-plugin-transform-regenerator": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1168
        "browserslist": "2.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1169
        "invariant": "2.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1170
        "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1171
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1172
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1173
    "babel-register": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1174
      "version": "6.24.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1175
      "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.24.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1176
      "integrity": "sha1-fhDhOi9xBlvfrVoXh7pFvKbe118=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1177
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1178
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1179
        "babel-core": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1180
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1181
        "core-js": "2.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1182
        "home-or-tmp": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1183
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1184
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1185
        "source-map-support": "0.4.15"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1186
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1187
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1188
    "babel-runtime": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1189
      "version": "6.23.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1190
      "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.23.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1191
      "integrity": "sha1-CpSJ8UTecO+zzkMArM2zKeL8VDs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1192
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1193
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1194
        "core-js": "2.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1195
        "regenerator-runtime": "0.10.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1196
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1197
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1198
    "babel-template": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1199
      "version": "6.25.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1200
      "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.25.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1201
      "integrity": "sha1-ZlJBFmt8KqTGGdceGSlpVSsQwHE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1202
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1203
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1204
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1205
        "babel-traverse": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1206
        "babel-types": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1207
        "babylon": "6.17.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1208
        "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1209
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1210
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1211
    "babel-traverse": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1212
      "version": "6.25.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1213
      "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.25.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1214
      "integrity": "sha1-IldJfi/NGbie3BPEyROB+VEklvE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1215
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1216
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1217
        "babel-code-frame": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1218
        "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1219
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1220
        "babel-types": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1221
        "babylon": "6.17.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1222
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1223
        "globals": "9.18.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1224
        "invariant": "2.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1225
        "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1226
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1227
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1228
    "babel-types": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1229
      "version": "6.25.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1230
      "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.25.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1231
      "integrity": "sha1-cK+ySNVmDl0Y+BHZHIMDtUE0oY4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1232
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1233
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1234
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1235
        "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1236
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1237
        "to-fast-properties": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1238
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1239
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1240
    "babel6-plugin-strip-class-callcheck": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1241
      "version": "6.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1242
      "resolved": "https://registry.npmjs.org/babel6-plugin-strip-class-callcheck/-/babel6-plugin-strip-class-callcheck-6.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1243
      "integrity": "sha1-3oQcGr6705943gr/ssmlLuIo/d8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1244
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1245
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1246
    "babel6-plugin-strip-heimdall": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1247
      "version": "6.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1248
      "resolved": "https://registry.npmjs.org/babel6-plugin-strip-heimdall/-/babel6-plugin-strip-heimdall-6.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1249
      "integrity": "sha1-NfgO3ewff//cAJgR371G2ZZQcrY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1250
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1251
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1252
    "babylon": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1253
      "version": "6.17.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1254
      "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.17.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1255
      "integrity": "sha512-mq0x3HCAGGmQyZXviOVe5TRsw37Ijy3D43jCqt/9WVf+onx2dUgW3PosnqCbScAFhRO9DGs8nxoMzU0iiosMqQ==",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1256
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1257
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1258
    "backbone": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1259
      "version": "1.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1260
      "resolved": "https://registry.npmjs.org/backbone/-/backbone-1.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1261
      "integrity": "sha1-TMgOp8sWMaxHSInOQPL4vGg7KZk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1262
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1263
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1264
        "underscore": "1.8.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1265
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1266
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1267
    "backo2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1268
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1269
      "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1270
      "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1271
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1272
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1273
    "balanced-match": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1274
      "version": "0.4.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1275
      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1276
      "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1277
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1278
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1279
    "base64-arraybuffer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1280
      "version": "0.1.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1281
      "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1282
      "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1283
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1284
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1285
    "base64id": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1286
      "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1287
      "resolved": "https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1288
      "integrity": "sha1-As4P3u4M709ACA4ec+g08LG/zj8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1289
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1290
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1291
    "basic-auth": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1292
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1293
      "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1294
      "integrity": "sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1295
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1296
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1297
    "bcrypt-pbkdf": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1298
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1299
      "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1300
      "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1301
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1302
      "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1303
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1304
        "tweetnacl": "0.14.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1305
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1306
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1307
    "better-assert": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1308
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1309
      "resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1310
      "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1311
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1312
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1313
        "callsite": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1314
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1315
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1316
    "binary-extensions": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1317
      "version": "1.8.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1318
      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.8.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1319
      "integrity": "sha1-SOyNFt9Dd+rl+liEaCSAr02Vx3Q=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1320
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1321
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1322
    "binaryextensions": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1323
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1324
      "resolved": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1325
      "integrity": "sha1-5ZfRp6ajVYotHHJBoWyZll5qpA8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1326
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1327
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1328
    "blank-object": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1329
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1330
      "resolved": "https://registry.npmjs.org/blank-object/-/blank-object-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1331
      "integrity": "sha1-+ZB5P76ajI3QE/syGUIL7IHV9Lk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1332
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1333
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1334
    "blob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1335
      "version": "0.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1336
      "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1337
      "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1338
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1339
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1340
    "block-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1341
      "version": "0.0.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1342
      "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1343
      "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1344
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1345
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1346
        "inherits": "2.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1347
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1348
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1349
    "bluebird": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1350
      "version": "3.5.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1351
      "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1352
      "integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1353
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1354
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1355
    "body": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1356
      "version": "5.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1357
      "resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1358
      "integrity": "sha1-5LoM5BCkaTYyM2dgnstOZVMSUGk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1359
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1360
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1361
        "continuable-cache": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1362
        "error": "7.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1363
        "raw-body": "1.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1364
        "safe-json-parse": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1365
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1366
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1367
    "boom": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1368
      "version": "2.10.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1369
      "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1370
      "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1371
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1372
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1373
        "hoek": "2.16.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1374
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1375
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1376
    "bower": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1377
      "version": "1.8.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1378
      "resolved": "https://registry.npmjs.org/bower/-/bower-1.8.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1379
      "integrity": "sha1-Vdvr7wrZFVOC2enT5JfBNyNFtEo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1380
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1381
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1382
    "bower-config": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1383
      "version": "1.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1384
      "resolved": "https://registry.npmjs.org/bower-config/-/bower-config-1.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1385
      "integrity": "sha1-FsOMETX4BxwZ8lk41hsNjL8Y0/E=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1386
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1387
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1388
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1389
        "mout": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1390
        "optimist": "0.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1391
        "osenv": "0.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1392
        "untildify": "2.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1393
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1394
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1395
    "bower-endpoint-parser": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1396
      "version": "0.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1397
      "resolved": "https://registry.npmjs.org/bower-endpoint-parser/-/bower-endpoint-parser-0.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1398
      "integrity": "sha1-ALVlrb+rby01rd3pd+l5Yqy8s/Y=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1399
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1400
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1401
    "brace-expansion": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1402
      "version": "1.1.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1403
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1404
      "integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1405
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1406
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1407
        "balanced-match": "0.4.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1408
        "concat-map": "0.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1409
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1410
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1411
    "braces": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1412
      "version": "1.8.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1413
      "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1414
      "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1415
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1416
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1417
        "expand-range": "1.8.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1418
        "preserve": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1419
        "repeat-element": "1.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1420
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1421
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1422
    "breakable": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1423
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1424
      "resolved": "https://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1425
      "integrity": "sha1-eEp5eRWjjq0nutRWtVcstLuqeME=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1426
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1427
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1428
    "broccoli-asset-rev": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1429
      "version": "2.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1430
      "resolved": "https://registry.npmjs.org/broccoli-asset-rev/-/broccoli-asset-rev-2.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1431
      "integrity": "sha1-9fZurJYr+fCGKGkh8Orqq20A2Bk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1432
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1433
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1434
        "broccoli-asset-rewrite": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1435
        "broccoli-filter": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1436
        "json-stable-stringify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1437
        "matcher-collection": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1438
        "rsvp": "3.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1439
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1440
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1441
    "broccoli-asset-rewrite": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1442
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1443
      "resolved": "https://registry.npmjs.org/broccoli-asset-rewrite/-/broccoli-asset-rewrite-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1444
      "integrity": "sha1-d6XaVhV6oxjFkRMkXouvtGF/iDA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1445
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1446
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1447
        "broccoli-filter": "1.2.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1448
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1449
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1450
    "broccoli-babel-transpiler": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1451
      "version": "6.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1452
      "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-6.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1453
      "integrity": "sha1-pSxUBL82I2hJ2lA7AR/UH+ZKAKI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1454
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1455
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1456
        "babel-core": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1457
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1458
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1459
        "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1460
        "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1461
        "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1462
        "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1463
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1464
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1465
    "broccoli-brocfile-loader": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1466
      "version": "0.18.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1467
      "resolved": "https://registry.npmjs.org/broccoli-brocfile-loader/-/broccoli-brocfile-loader-0.18.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1468
      "integrity": "sha1-LoYCHIBcNP/I0povtyHPJz6Bnks=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1469
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1470
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1471
        "findup-sync": "0.4.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1472
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1473
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1474
    "broccoli-builder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1475
      "version": "0.18.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1476
      "resolved": "https://registry.npmjs.org/broccoli-builder/-/broccoli-builder-0.18.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1477
      "integrity": "sha1-q8bbLAfSFEVJGOKZfqh0QbabadM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1478
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1479
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1480
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1481
        "promise-map-series": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1482
        "quick-temp": "0.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1483
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1484
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1485
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1486
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1487
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1488
    "broccoli-caching-writer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1489
      "version": "2.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1490
      "resolved": "https://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-2.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1491
      "integrity": "sha1-uTz1j5Jk8AMHWGjbBXdPTn8lvQc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1492
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1493
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1494
        "broccoli-kitchen-sink-helpers": "0.2.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1495
        "broccoli-plugin": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1496
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1497
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1498
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1499
        "walk-sync": "0.2.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1500
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1501
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1502
        "broccoli-kitchen-sink-helpers": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1503
          "version": "0.2.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1504
          "resolved": "https://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1505
          "integrity": "sha1-peCYbtjXb7WYS2jD8EUNOpbjbsw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1506
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1507
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1508
            "glob": "5.0.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1509
            "mkdirp": "0.5.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1510
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1511
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1512
        "broccoli-plugin": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1513
          "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1514
          "resolved": "https://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1515
          "integrity": "sha1-c+LPoF+OoeP8FCDEDD2efcckvwI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1516
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1517
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1518
            "promise-map-series": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1519
            "quick-temp": "0.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1520
            "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1521
            "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1522
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1523
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1524
        "walk-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1525
          "version": "0.2.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1526
          "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-0.2.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1527
          "integrity": "sha1-tJvk7mhnZXrrc2l4tWop0Q+jmWk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1528
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1529
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1530
            "ensure-posix-path": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1531
            "matcher-collection": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1532
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1533
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1534
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1535
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1536
    "broccoli-clean-css": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1537
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1538
      "resolved": "https://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1539
      "integrity": "sha1-nbFD2a9+CuecJuOsWpuy1yDqGfo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1540
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1541
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1542
        "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1543
        "clean-css-promise": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1544
        "inline-source-map-comment": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1545
        "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1546
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1547
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1548
    "broccoli-concat": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1549
      "version": "3.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1550
      "resolved": "https://registry.npmjs.org/broccoli-concat/-/broccoli-concat-3.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1551
      "integrity": "sha1-hv/cUmButZC6n2uJTF7HoBb1t7k=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1552
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1553
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1554
        "broccoli-kitchen-sink-helpers": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1555
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1556
        "broccoli-stew": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1557
        "ensure-posix-path": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1558
        "fast-sourcemap-concat": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1559
        "find-index": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1560
        "fs-extra": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1561
        "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1562
        "lodash.merge": "4.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1563
        "lodash.omit": "4.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1564
        "lodash.uniq": "4.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1565
        "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1566
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1567
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1568
        "fs-extra": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1569
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1570
          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1571
          "integrity": "sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1572
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1573
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1574
            "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1575
            "jsonfile": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1576
            "klaw": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1577
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1578
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1579
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1580
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1581
    "broccoli-config-loader": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1582
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1583
      "resolved": "https://registry.npmjs.org/broccoli-config-loader/-/broccoli-config-loader-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1584
      "integrity": "sha1-w89ez6/8BDOMbx1dONw2uuqhMbo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1585
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1586
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1587
        "broccoli-caching-writer": "2.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1588
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1589
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1590
    "broccoli-config-replace": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1591
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1592
      "resolved": "https://registry.npmjs.org/broccoli-config-replace/-/broccoli-config-replace-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1593
      "integrity": "sha1-bqh52SpbrWNNETKbUfxfSq/anAA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1594
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1595
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1596
        "broccoli-kitchen-sink-helpers": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1597
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1598
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1599
        "fs-extra": "0.24.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1600
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1601
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1602
        "fs-extra": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1603
          "version": "0.24.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1604
          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1605
          "integrity": "sha1-1OQ0KpZnXLeEZjOmCZJJMytTmVI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1606
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1607
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1608
            "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1609
            "jsonfile": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1610
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1611
            "rimraf": "2.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1612
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1613
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1614
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1615
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1616
    "broccoli-debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1617
      "version": "0.6.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1618
      "resolved": "https://registry.npmjs.org/broccoli-debug/-/broccoli-debug-0.6.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1619
      "integrity": "sha1-TG6JRZ/D3n1dT8e3flf0YBn0TbE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1620
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1621
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1622
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1623
        "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1624
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1625
        "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1626
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1627
        "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1628
        "tree-sync": "1.2.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1629
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1630
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1631
    "broccoli-file-creator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1632
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1633
      "resolved": "https://registry.npmjs.org/broccoli-file-creator/-/broccoli-file-creator-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1634
      "integrity": "sha1-GzW2fSFavfrdjUnutpSTw55sNFA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1635
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1636
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1637
        "broccoli-kitchen-sink-helpers": "0.2.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1638
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1639
        "broccoli-writer": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1640
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1641
        "rsvp": "3.0.21",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1642
        "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1643
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1644
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1645
        "broccoli-kitchen-sink-helpers": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1646
          "version": "0.2.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1647
          "resolved": "https://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1648
          "integrity": "sha1-peCYbtjXb7WYS2jD8EUNOpbjbsw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1649
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1650
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1651
            "glob": "5.0.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1652
            "mkdirp": "0.5.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1653
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1654
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1655
        "rsvp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1656
          "version": "3.0.21",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1657
          "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.0.21.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1658
          "integrity": "sha1-ScWI/hjvKTvNCrn05nVuasQzNZ8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1659
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1660
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1661
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1662
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1663
    "broccoli-filter": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1664
      "version": "1.2.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1665
      "resolved": "https://registry.npmjs.org/broccoli-filter/-/broccoli-filter-1.2.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1666
      "integrity": "sha1-QJr7lLmjptqfrIE06R4gX0DMczA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1667
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1668
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1669
        "broccoli-kitchen-sink-helpers": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1670
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1671
        "copy-dereference": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1672
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1673
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1674
        "promise-map-series": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1675
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1676
        "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1677
        "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1678
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1679
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1680
    "broccoli-funnel": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1681
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1682
      "resolved": "https://registry.npmjs.org/broccoli-funnel/-/broccoli-funnel-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1683
      "integrity": "sha1-zdw6/F/xaFqAI0iP/3TOb7WlEpY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1684
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1685
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1686
        "array-equal": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1687
        "blank-object": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1688
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1689
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1690
        "exists-sync": "0.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1691
        "fast-ordered-set": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1692
        "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1693
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1694
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1695
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1696
        "path-posix": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1697
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1698
        "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1699
        "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1700
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1701
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1702
    "broccoli-funnel-reducer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1703
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1704
      "resolved": "https://registry.npmjs.org/broccoli-funnel-reducer/-/broccoli-funnel-reducer-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1705
      "integrity": "sha1-ETZbKnha7JsXlyo234fu8kxcwOo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1706
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1707
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1708
    "broccoli-kitchen-sink-helpers": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1709
      "version": "0.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1710
      "resolved": "https://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1711
      "integrity": "sha1-d8fBgZS5ZkFj7E/O4nk0RJJuDAY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1712
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1713
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1714
        "glob": "5.0.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1715
        "mkdirp": "0.5.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1716
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1717
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1718
    "broccoli-lint-eslint": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1719
      "version": "3.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1720
      "resolved": "https://registry.npmjs.org/broccoli-lint-eslint/-/broccoli-lint-eslint-3.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1721
      "integrity": "sha1-NcZ1VGpaetjzMZ7dcy46rYyiQd4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1722
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1723
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1724
        "aot-test-generators": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1725
        "broccoli-concat": "3.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1726
        "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1727
        "eslint": "3.19.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1728
        "json-stable-stringify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1729
        "lodash.defaultsdeep": "4.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1730
        "md5-hex": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1731
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1732
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1733
        "md5-hex": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1734
          "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1735
          "resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1736
          "integrity": "sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1737
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1738
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1739
            "md5-o-matic": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1740
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1741
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1742
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1743
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1744
    "broccoli-merge-trees": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1745
      "version": "1.2.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1746
      "resolved": "https://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-1.2.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1747
      "integrity": "sha1-oAFRm7UGfwZYnZGvopQkRaLQ/bU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1748
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1749
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1750
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1751
        "can-symlink": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1752
        "fast-ordered-set": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1753
        "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1754
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1755
        "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1756
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1757
        "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1758
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1759
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1760
    "broccoli-middleware": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1761
      "version": "1.0.0-beta.8",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1762
      "resolved": "https://registry.npmjs.org/broccoli-middleware/-/broccoli-middleware-1.0.0-beta.8.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1763
      "integrity": "sha1-ictqmVD/DPW9dQcdg9fNb2oRqVs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1764
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1765
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1766
        "handlebars": "4.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1767
        "mime": "1.3.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1768
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1769
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1770
    "broccoli-persistent-filter": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1771
      "version": "1.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1772
      "resolved": "https://registry.npmjs.org/broccoli-persistent-filter/-/broccoli-persistent-filter-1.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1773
      "integrity": "sha1-0CVWoTXHffuFm7p4RLw1Ob5xaOE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1774
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1775
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1776
        "async-disk-cache": "1.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1777
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1778
        "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1779
        "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1780
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1781
        "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1782
        "md5-hex": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1783
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1784
        "promise-map-series": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1785
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1786
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1787
        "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1788
        "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1789
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1790
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1791
    "broccoli-plugin": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1792
      "version": "1.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1793
      "resolved": "https://registry.npmjs.org/broccoli-plugin/-/broccoli-plugin-1.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1794
      "integrity": "sha1-vucEqOQtoIy1jlE6qkNu+38O8e4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1795
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1796
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1797
        "promise-map-series": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1798
        "quick-temp": "0.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1799
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1800
        "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1801
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1802
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1803
    "broccoli-sass-source-maps": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1804
      "version": "1.8.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1805
      "resolved": "https://registry.npmjs.org/broccoli-sass-source-maps/-/broccoli-sass-source-maps-1.8.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1806
      "integrity": "sha1-EV4yviXcXxaGrxyNH6TExidJ8LY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1807
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1808
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1809
        "broccoli-caching-writer": "3.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1810
        "include-path-searcher": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1811
        "mkdirp": "0.3.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1812
        "node-sass": "3.13.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1813
        "object-assign": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1814
        "rsvp": "3.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1815
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1816
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1817
        "broccoli-caching-writer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1818
          "version": "3.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1819
          "resolved": "https://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-3.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1820
          "integrity": "sha1-C9LJapc41qarWQ8HujXFFX19tHY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1821
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1822
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1823
            "broccoli-kitchen-sink-helpers": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1824
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1825
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1826
            "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1827
            "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1828
            "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1829
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1830
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1831
        "mkdirp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1832
          "version": "0.3.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1833
          "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1834
          "integrity": "sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1835
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1836
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1837
        "object-assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1838
          "version": "2.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1839
          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1840
          "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1841
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1842
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1843
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1844
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1845
    "broccoli-slow-trees": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1846
      "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1847
      "resolved": "https://registry.npmjs.org/broccoli-slow-trees/-/broccoli-slow-trees-3.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1848
      "integrity": "sha1-m/Kp4vjrPtOj8qvd6YjaQ3zNybQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1849
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1850
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1851
        "heimdalljs": "0.2.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1852
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1853
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1854
    "broccoli-source": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1855
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1856
      "resolved": "https://registry.npmjs.org/broccoli-source/-/broccoli-source-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1857
      "integrity": "sha1-VPDoLItz9GWAy7xPV48LMvyo+Ak=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1858
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1859
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1860
    "broccoli-sri-hash": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1861
      "version": "2.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1862
      "resolved": "https://registry.npmjs.org/broccoli-sri-hash/-/broccoli-sri-hash-2.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1863
      "integrity": "sha1-vGmQXtejga0yXMDQLe0HEyjr8/M=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1864
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1865
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1866
        "broccoli-caching-writer": "2.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1867
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1868
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1869
        "sri-toolbox": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1870
        "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1871
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1872
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1873
    "broccoli-static-compiler": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1874
      "version": "0.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1875
      "resolved": "https://registry.npmjs.org/broccoli-static-compiler/-/broccoli-static-compiler-0.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1876
      "integrity": "sha1-csSEI9usnkHKVICKsflcWvXUo5s=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1877
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1878
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1879
        "broccoli-kitchen-sink-helpers": "0.2.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1880
        "broccoli-writer": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1881
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1882
        "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1883
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1884
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1885
        "broccoli-kitchen-sink-helpers": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1886
          "version": "0.2.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1887
          "resolved": "https://registry.npmjs.org/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1888
          "integrity": "sha1-peCYbtjXb7WYS2jD8EUNOpbjbsw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1889
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1890
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1891
            "glob": "5.0.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1892
            "mkdirp": "0.5.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1893
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1894
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1895
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1896
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1897
    "broccoli-stew": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1898
      "version": "1.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1899
      "resolved": "https://registry.npmjs.org/broccoli-stew/-/broccoli-stew-1.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1900
      "integrity": "sha1-16+MGFEdzlEOSdMIpi5Zd/RhiDw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1901
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1902
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1903
        "broccoli-debug": "0.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1904
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1905
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1906
        "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1907
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1908
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1909
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1910
        "ensure-posix-path": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1911
        "fs-extra": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1912
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1913
        "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1914
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1915
        "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1916
        "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1917
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1918
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1919
    "broccoli-string-replace": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1920
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1921
      "resolved": "https://registry.npmjs.org/broccoli-string-replace/-/broccoli-string-replace-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1922
      "integrity": "sha1-HtkvhWgK+NUDAjkl51Tk4zZ2uR8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1923
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1924
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1925
        "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1926
        "minimatch": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1927
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1928
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1929
    "broccoli-uglify-sourcemap": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1930
      "version": "1.5.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1931
      "resolved": "https://registry.npmjs.org/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-1.5.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1932
      "integrity": "sha1-BPhKsNtTkDH6hozPpWPJky1Qzts=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1933
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1934
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1935
        "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1936
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1937
        "lodash.merge": "4.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1938
        "matcher-collection": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1939
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1940
        "source-map-url": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1941
        "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1942
        "uglify-js": "2.8.28",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1943
        "walk-sync": "0.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1944
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1945
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1946
        "walk-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1947
          "version": "0.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1948
          "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-0.1.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1949
          "integrity": "sha1-igcmGgC9ps+xviXp8QD61XVG9YM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1950
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1951
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1952
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1953
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1954
    "broccoli-unwatched-tree": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1955
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1956
      "resolved": "https://registry.npmjs.org/broccoli-unwatched-tree/-/broccoli-unwatched-tree-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1957
      "integrity": "sha1-QxL94Eva/megWpZ9csxQsYSp9RQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1958
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1959
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1960
    "broccoli-writer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1961
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1962
      "resolved": "https://registry.npmjs.org/broccoli-writer/-/broccoli-writer-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1963
      "integrity": "sha1-1NcaqPKvvGejhmuRotp5CEuWqy0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1964
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1965
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1966
        "quick-temp": "0.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1967
        "rsvp": "3.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1968
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1969
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1970
    "browserslist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1971
      "version": "2.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1972
      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1973
      "integrity": "sha1-zFJq9KExK30uBWU+VtDIq3DA4FM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1974
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1975
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1976
        "caniuse-lite": "1.0.30000683",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1977
        "electron-to-chromium": "1.3.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1978
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1979
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1980
    "bser": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1981
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1982
      "resolved": "https://registry.npmjs.org/bser/-/bser-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1983
      "integrity": "sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1984
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1985
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1986
        "node-int64": "0.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  1987
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1988
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1989
    "builtin-modules": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1990
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1991
      "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1992
      "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1993
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1994
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1995
    "builtins": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1996
      "version": "1.0.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1997
      "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1998
      "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1999
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2000
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2001
    "bytes": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2002
      "version": "2.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2003
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2004
      "integrity": "sha1-1baAoWW2IBc5rLYRVCqrwtjOsHA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2005
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2006
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2007
    "calculate-cache-key-for-tree": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2008
      "version": "1.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2009
      "resolved": "https://registry.npmjs.org/calculate-cache-key-for-tree/-/calculate-cache-key-for-tree-1.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2010
      "integrity": "sha1-DD5CycE088neU1jA8WeTYn6pdtY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2011
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2012
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2013
        "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2014
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2015
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2016
    "caller-path": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2017
      "version": "0.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2018
      "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2019
      "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2020
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2021
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2022
        "callsites": "0.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2023
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2024
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2025
    "callsite": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2026
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2027
      "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2028
      "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2029
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2030
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2031
    "callsites": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2032
      "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2033
      "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2034
      "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2035
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2036
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2037
    "camelcase": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2038
      "version": "1.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2039
      "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2040
      "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2041
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2042
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2043
    "camelcase-keys": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2044
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2045
      "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2046
      "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2047
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2048
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2049
        "camelcase": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2050
        "map-obj": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2051
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2052
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2053
        "camelcase": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2054
          "version": "2.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2055
          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2056
          "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2057
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2058
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2059
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2060
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2061
    "can-symlink": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2062
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2063
      "resolved": "https://registry.npmjs.org/can-symlink/-/can-symlink-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2064
      "integrity": "sha1-l7YH2KhLtsbiKLkC2GTstZS50hk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2065
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2066
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2067
        "tmp": "0.0.28"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2068
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2069
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2070
    "caniuse-lite": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2071
      "version": "1.0.30000683",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2072
      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000683.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2073
      "integrity": "sha1-p1c3B88qzJIXymSE0d+8nxOJg2Q=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2074
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2075
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2076
    "capture-exit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2077
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2078
      "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2079
      "integrity": "sha1-HF/MSJ/QqwDU8ax64QcuMXP7q28=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2080
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2081
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2082
        "rsvp": "3.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2083
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2084
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2085
    "cardinal": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2086
      "version": "0.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2087
      "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2088
      "integrity": "sha1-ANX2YdvUqr/ffUHOSKWlm8o1opE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2089
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2090
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2091
        "ansicolors": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2092
        "redeyed": "0.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2093
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2094
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2095
    "caseless": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2096
      "version": "0.12.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2097
      "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2098
      "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2099
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2100
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2101
    "center-align": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2102
      "version": "0.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2103
      "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2104
      "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2105
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2106
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2107
        "align-text": "0.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2108
        "lazy-cache": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2109
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2110
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2111
    "chalk": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2112
      "version": "1.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2113
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2114
      "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2115
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2116
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2117
        "ansi-styles": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2118
        "escape-string-regexp": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2119
        "has-ansi": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2120
        "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2121
        "supports-color": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2122
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2123
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2124
    "charm": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2125
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2126
      "resolved": "https://registry.npmjs.org/charm/-/charm-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2127
      "integrity": "sha1-it02cVOm2aWBMxBSxAkJkdqZXjU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2128
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2129
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2130
        "inherits": "2.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2131
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2132
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2133
    "chokidar": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2134
      "version": "1.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2135
      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2136
      "integrity": "sha1-L0RHq16W5Q+z14n9kNTHLg5McMI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2137
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2138
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2139
        "anymatch": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2140
        "async-each": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2141
        "fsevents": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2142
        "glob-parent": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2143
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2144
        "is-binary-path": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2145
        "is-glob": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2146
        "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2147
        "readdirp": "2.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2148
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2149
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2150
    "circular-json": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2151
      "version": "0.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2152
      "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2153
      "integrity": "sha1-vos2rvzN6LPKeqLWr8B6NyQsDS0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2154
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2155
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2156
    "clean-base-url": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2157
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2158
      "resolved": "https://registry.npmjs.org/clean-base-url/-/clean-base-url-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2159
      "integrity": "sha1-yQHPCiC5ckNbDszVLQVoJKQ1G3s=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2160
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2161
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2162
    "clean-css": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2163
      "version": "3.4.27",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2164
      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.27.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2165
      "integrity": "sha1-re91sxwWD/pdcvTeZ5ZuJmDBolU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2166
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2167
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2168
        "commander": "2.8.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2169
        "source-map": "0.4.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2170
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2171
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2172
        "source-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2173
          "version": "0.4.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2174
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2175
          "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2176
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2177
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2178
            "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2179
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2180
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2181
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2182
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2183
    "clean-css-promise": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2184
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2185
      "resolved": "https://registry.npmjs.org/clean-css-promise/-/clean-css-promise-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2186
      "integrity": "sha1-Q/PSyN/LK/BxSBJSzZt2QzwI7ss=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2187
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2188
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2189
        "array-to-error": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2190
        "clean-css": "3.4.27",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2191
        "pinkie-promise": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2192
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2193
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2194
    "cli-cursor": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2195
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2196
      "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2197
      "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2198
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2199
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2200
        "restore-cursor": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2201
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2202
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2203
    "cli-spinners": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2204
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2205
      "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2206
      "integrity": "sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2207
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2208
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2209
    "cli-table": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2210
      "version": "0.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2211
      "resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2212
      "integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2213
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2214
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2215
        "colors": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2216
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2217
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2218
        "colors": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2219
          "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2220
          "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2221
          "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2222
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2223
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2224
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2225
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2226
    "cli-table2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2227
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2228
      "resolved": "https://registry.npmjs.org/cli-table2/-/cli-table2-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2229
      "integrity": "sha1-LR738hig54biFFQFYtS9F3/jLZc=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2230
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2231
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2232
        "colors": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2233
        "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2234
        "string-width": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2235
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2236
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2237
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2238
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2239
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2240
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2241
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2242
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2243
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2244
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2245
    "cli-width": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2246
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2247
      "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2248
      "integrity": "sha1-sjTKIJsp72b8UY2bmNWEewDt8Ao=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2249
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2250
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2251
    "cliui": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2252
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2253
      "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2254
      "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2255
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2256
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2257
        "center-align": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2258
        "right-align": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2259
        "wordwrap": "0.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2260
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2261
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2262
        "wordwrap": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2263
          "version": "0.0.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2264
          "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2265
          "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2266
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2267
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2268
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2269
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2270
    "clone": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2271
      "version": "2.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2272
      "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2273
      "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2274
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2275
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2276
    "co": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2277
      "version": "4.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2278
      "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2279
      "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2280
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2281
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2282
    "code-point-at": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2283
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2284
      "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2285
      "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2286
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2287
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2288
    "colors": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2289
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2290
      "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2291
      "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2292
      "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2293
      "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2294
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2295
    "combined-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2296
      "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2297
      "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2298
      "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2299
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2300
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2301
        "delayed-stream": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2302
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2303
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2304
    "commander": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2305
      "version": "2.8.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2306
      "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2307
      "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2308
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2309
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2310
        "graceful-readlink": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2311
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2312
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2313
    "commoner": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2314
      "version": "0.10.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2315
      "resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2316
      "integrity": "sha1-NPw2cs0kOT6LtH5wyqApOBH08sU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2317
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2318
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2319
        "commander": "2.8.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2320
        "detective": "4.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2321
        "glob": "5.0.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2322
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2323
        "iconv-lite": "0.4.17",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2324
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2325
        "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2326
        "q": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2327
        "recast": "0.11.23"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2328
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2329
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2330
    "component-bind": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2331
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2332
      "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2333
      "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2334
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2335
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2336
    "component-emitter": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2337
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2338
      "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2339
      "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2340
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2341
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2342
    "component-inherit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2343
      "version": "0.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2344
      "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2345
      "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2346
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2347
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2348
    "compressible": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2349
      "version": "2.0.10",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2350
      "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.10.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2351
      "integrity": "sha1-/tocf3YXkScyspv4zyYlKiC57s0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2352
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2353
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2354
        "mime-db": "1.27.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2355
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2356
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2357
    "compression": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2358
      "version": "1.6.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2359
      "resolved": "https://registry.npmjs.org/compression/-/compression-1.6.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2360
      "integrity": "sha1-zOsSHsydCcUtetDDNQ6pPd1AK8M=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2361
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2362
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2363
        "accepts": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2364
        "bytes": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2365
        "compressible": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2366
        "debug": "2.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2367
        "on-headers": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2368
        "vary": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2369
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2370
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2371
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2372
          "version": "2.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2373
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2374
          "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2375
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2376
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2377
            "ms": "0.7.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2378
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2379
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2380
        "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2381
          "version": "0.7.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2382
          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2383
          "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2384
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2385
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2386
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2387
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2388
    "concat-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2389
      "version": "0.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2390
      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2391
      "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2392
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2393
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2394
    "concat-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2395
      "version": "1.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2396
      "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2397
      "integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2398
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2399
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2400
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2401
        "readable-stream": "2.2.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2402
        "typedarray": "0.0.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2403
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2404
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2405
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2406
          "version": "2.2.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2407
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2408
          "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2409
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2410
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2411
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2412
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2413
            "isarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2414
            "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2415
            "safe-buffer": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2416
            "string_decoder": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2417
            "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2418
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2419
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2420
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2421
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2422
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2423
          "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2424
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2425
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2426
            "safe-buffer": "5.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2427
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2428
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2429
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2430
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2431
    "configstore": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2432
      "version": "3.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2433
      "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2434
      "integrity": "sha1-Rd+QcHPibfoc9LLVL1tgVF6qEdE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2435
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2436
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2437
        "dot-prop": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2438
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2439
        "make-dir": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2440
        "unique-string": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2441
        "write-file-atomic": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2442
        "xdg-basedir": "3.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2443
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2444
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2445
    "console-control-strings": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2446
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2447
      "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2448
      "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2449
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2450
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2451
    "console-ui": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2452
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2453
      "resolved": "https://registry.npmjs.org/console-ui/-/console-ui-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2454
      "integrity": "sha1-McUkRhtjQidp+eicFzSV2ROTchw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2455
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2456
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2457
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2458
        "inquirer": "1.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2459
        "ora": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2460
        "through": "2.3.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2461
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2462
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2463
    "consolidate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2464
      "version": "0.14.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2465
      "resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.14.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2466
      "integrity": "sha1-WiUEe8dvcwcmZ8jLUsmJiI9JTGM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2467
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2468
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2469
        "bluebird": "3.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2470
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2471
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2472
    "content-disposition": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2473
      "version": "0.5.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2474
      "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2475
      "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2476
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2477
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2478
    "content-type": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2479
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2480
      "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2481
      "integrity": "sha1-t9ETrueo3Se9IRM8TcJSnfFyHu0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2482
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2483
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2484
    "continuable-cache": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2485
      "version": "0.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2486
      "resolved": "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2487
      "integrity": "sha1-vXJ6f67XfnH/OYWskzUakSczrQ8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2488
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2489
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2490
    "convert-source-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2491
      "version": "1.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2492
      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2493
      "integrity": "sha1-ms1whRxtXf3ZPZKC5e35SgP/RrU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2494
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2495
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2496
    "cookie": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2497
      "version": "0.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2498
      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2499
      "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2500
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2501
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2502
    "cookie-signature": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2503
      "version": "1.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2504
      "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2505
      "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2506
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2507
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2508
    "copy-dereference": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2509
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2510
      "resolved": "https://registry.npmjs.org/copy-dereference/-/copy-dereference-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2511
      "integrity": "sha1-axMYZUIP2BtBO6mUtE02VTERUrY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2512
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2513
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2514
    "core-js": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2515
      "version": "2.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2516
      "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2517
      "integrity": "sha1-TekR5mew6ukSTjQlS1OupvxhjT4=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2518
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2519
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2520
    "core-object": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2521
      "version": "3.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2522
      "resolved": "https://registry.npmjs.org/core-object/-/core-object-3.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2523
      "integrity": "sha1-3zmbMxG9sMkJ6Krokp/DwcSyWIA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2524
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2525
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2526
        "chalk": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2527
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2528
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2529
    "core-util-is": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2530
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2531
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2532
      "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2533
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2534
    },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2535
    "corpus-common-addon": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2536
      "version": "file:../../common/corpus-common-addon",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2537
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2538
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2539
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2540
        "ember-cli-babel": "6.8.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2541
        "ember-cli-htmlbars": "1.3.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2542
      },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2543
      "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2544
        "acorn-jsx": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2545
          "version": "",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2546
          "bundled": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2547
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2548
        "amd-name-resolver": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2549
          "version": "0.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2550
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2551
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2552
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2553
            "ensure-posix-path": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2554
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2555
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2556
        "ansi-regex": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2557
          "version": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2558
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2559
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2560
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2561
        "ansi-styles": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2562
          "version": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2563
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2564
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2565
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2566
        "aot-test-generators": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2567
          "version": "",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2568
          "bundled": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2569
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2570
        "are-we-there-yet": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2571
          "version": "",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2572
          "bundled": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2573
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2574
        "argparse": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2575
          "version": "",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2576
          "bundled": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2577
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2578
        "array-equal": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2579
          "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2580
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2581
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2582
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2583
        "async": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2584
          "version": "2.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2585
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2586
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2587
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2588
            "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2589
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2590
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2591
        "async-disk-cache": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2592
          "version": "",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2593
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2594
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2595
            "heimdalljs": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2596
              "version": "",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2597
              "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2598
              "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2599
                "rsvp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2600
                  "version": "3.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2601
                  "bundled": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2602
                }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2603
              }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2604
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2605
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2606
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2607
        "async-promise-queue": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2608
          "version": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2609
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2610
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2611
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2612
            "async": "2.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2613
            "debug": "2.6.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2614
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2615
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2616
        "babel-code-frame": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2617
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2618
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2619
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2620
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2621
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2622
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2623
            "js-tokens": "3.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2624
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2625
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2626
        "babel-core": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2627
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2628
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2629
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2630
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2631
            "babel-code-frame": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2632
            "babel-generator": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2633
            "babel-helpers": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2634
            "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2635
            "babel-register": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2636
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2637
            "babel-template": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2638
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2639
            "babel-types": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2640
            "babylon": "6.18.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2641
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2642
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2643
            "json5": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2644
            "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2645
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2646
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2647
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2648
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2649
            "source-map": "0.5.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2650
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2651
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2652
        "babel-generator": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2653
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2654
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2655
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2656
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2657
            "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2658
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2659
            "babel-types": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2660
            "detect-indent": "4.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2661
            "jsesc": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2662
            "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2663
            "source-map": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2664
            "trim-right": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2665
          },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2666
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2667
            "jsesc": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2668
              "version": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2669
              "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2670
              "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2671
              "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2672
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2673
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2674
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2675
        "babel-helper-builder-binary-assignment-operator-visitor": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2676
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2677
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2678
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2679
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2680
            "babel-helper-explode-assignable-expression": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2681
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2682
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2683
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2684
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2685
        "babel-helper-call-delegate": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2686
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2687
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2688
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2689
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2690
            "babel-helper-hoist-variables": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2691
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2692
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2693
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2694
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2695
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2696
        "babel-helper-define-map": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2697
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2698
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2699
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2700
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2701
            "babel-helper-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2702
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2703
            "babel-types": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2704
            "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2705
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2706
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2707
        "babel-helper-explode-assignable-expression": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2708
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2709
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2710
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2711
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2712
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2713
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2714
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2715
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2716
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2717
        "babel-helper-function-name": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2718
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2719
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2720
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2721
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2722
            "babel-helper-get-function-arity": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2723
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2724
            "babel-template": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2725
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2726
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2727
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2728
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2729
        "babel-helper-get-function-arity": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2730
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2731
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2732
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2733
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2734
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2735
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2736
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2737
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2738
        "babel-helper-hoist-variables": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2739
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2740
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2741
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2742
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2743
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2744
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2745
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2746
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2747
        "babel-helper-optimise-call-expression": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2748
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2749
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2750
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2751
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2752
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2753
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2754
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2755
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2756
        "babel-helper-regex": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2757
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2758
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2759
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2760
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2761
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2762
            "babel-types": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2763
            "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2764
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2765
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2766
        "babel-helper-remap-async-to-generator": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2767
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2768
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2769
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2770
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2771
            "babel-helper-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2772
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2773
            "babel-template": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2774
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2775
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2776
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2777
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2778
        "babel-helper-replace-supers": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2779
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2780
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2781
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2782
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2783
            "babel-helper-optimise-call-expression": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2784
            "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2785
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2786
            "babel-template": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2787
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2788
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2789
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2790
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2791
        "babel-helpers": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2792
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2793
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2794
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2795
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2796
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2797
            "babel-template": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2798
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2799
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2800
        "babel-messages": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2801
          "version": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2802
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2803
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2804
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2805
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2806
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2807
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2808
        "babel-plugin-check-es2015-constants": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2809
          "version": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2810
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2811
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2812
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2813
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2814
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2815
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2816
        "babel-plugin-debug-macros": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2817
          "version": "0.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2818
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2819
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2820
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2821
            "semver": "5.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2822
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2823
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2824
        "babel-plugin-ember-modules-api-polyfill": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2825
          "version": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2826
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2827
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2828
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2829
            "ember-rfc176-data": "0.2.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2830
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2831
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2832
        "babel-plugin-syntax-async-functions": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2833
          "version": "6.13.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2834
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2835
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2836
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2837
        "babel-plugin-syntax-exponentiation-operator": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2838
          "version": "6.13.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2839
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2840
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2841
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2842
        "babel-plugin-syntax-trailing-function-commas": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2843
          "version": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2844
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2845
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2846
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2847
        "babel-plugin-transform-async-to-generator": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2848
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2849
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2850
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2851
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2852
            "babel-helper-remap-async-to-generator": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2853
            "babel-plugin-syntax-async-functions": "6.13.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2854
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2855
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2856
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2857
        "babel-plugin-transform-es2015-arrow-functions": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2858
          "version": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2859
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2860
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2861
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2862
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2863
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2864
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2865
        "babel-plugin-transform-es2015-block-scoped-functions": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2866
          "version": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2867
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2868
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2869
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2870
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2871
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2872
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2873
        "babel-plugin-transform-es2015-block-scoping": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2874
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2875
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2876
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2877
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2878
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2879
            "babel-template": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2880
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2881
            "babel-types": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2882
            "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2883
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2884
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2885
        "babel-plugin-transform-es2015-classes": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2886
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2887
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2888
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2889
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2890
            "babel-helper-define-map": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2891
            "babel-helper-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2892
            "babel-helper-optimise-call-expression": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2893
            "babel-helper-replace-supers": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2894
            "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2895
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2896
            "babel-template": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2897
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2898
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2899
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2900
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2901
        "babel-plugin-transform-es2015-computed-properties": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2902
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2903
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2904
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2905
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2906
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2907
            "babel-template": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2908
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2909
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2910
        "babel-plugin-transform-es2015-destructuring": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2911
          "version": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2912
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2913
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2914
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2915
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2916
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2917
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2918
        "babel-plugin-transform-es2015-duplicate-keys": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2919
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2920
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2921
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2922
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2923
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2924
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2925
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2926
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2927
        "babel-plugin-transform-es2015-for-of": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2928
          "version": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2929
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2930
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2931
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2932
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2933
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2934
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2935
        "babel-plugin-transform-es2015-function-name": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2936
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2937
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2938
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2939
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2940
            "babel-helper-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2941
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2942
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2943
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2944
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2945
        "babel-plugin-transform-es2015-literals": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2946
          "version": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2947
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2948
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2949
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2950
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2951
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2952
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2953
        "babel-plugin-transform-es2015-modules-amd": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2954
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2955
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2956
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2957
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2958
            "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2959
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2960
            "babel-template": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2961
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2962
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2963
        "babel-plugin-transform-es2015-modules-commonjs": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2964
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2965
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2966
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2967
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2968
            "babel-plugin-transform-strict-mode": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2969
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2970
            "babel-template": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2971
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2972
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2973
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2974
        "babel-plugin-transform-es2015-modules-systemjs": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2975
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2976
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2977
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2978
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2979
            "babel-helper-hoist-variables": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2980
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2981
            "babel-template": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2982
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2983
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2984
        "babel-plugin-transform-es2015-modules-umd": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2985
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2986
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2987
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2988
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2989
            "babel-plugin-transform-es2015-modules-amd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2990
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2991
            "babel-template": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2992
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2993
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2994
        "babel-plugin-transform-es2015-object-super": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2995
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2996
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2997
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2998
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  2999
            "babel-helper-replace-supers": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3000
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3001
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3002
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3003
        "babel-plugin-transform-es2015-parameters": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3004
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3005
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3006
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3007
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3008
            "babel-helper-call-delegate": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3009
            "babel-helper-get-function-arity": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3010
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3011
            "babel-template": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3012
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3013
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3014
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3015
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3016
        "babel-plugin-transform-es2015-shorthand-properties": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3017
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3018
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3019
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3020
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3021
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3022
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3023
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3024
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3025
        "babel-plugin-transform-es2015-spread": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3026
          "version": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3027
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3028
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3029
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3030
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3031
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3032
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3033
        "babel-plugin-transform-es2015-sticky-regex": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3034
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3035
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3036
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3037
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3038
            "babel-helper-regex": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3039
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3040
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3041
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3042
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3043
        "babel-plugin-transform-es2015-template-literals": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3044
          "version": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3045
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3046
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3047
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3048
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3049
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3050
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3051
        "babel-plugin-transform-es2015-typeof-symbol": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3052
          "version": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3053
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3054
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3055
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3056
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3057
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3058
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3059
        "babel-plugin-transform-es2015-unicode-regex": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3060
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3061
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3062
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3063
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3064
            "babel-helper-regex": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3065
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3066
            "regexpu-core": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3067
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3068
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3069
        "babel-plugin-transform-exponentiation-operator": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3070
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3071
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3072
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3073
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3074
            "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3075
            "babel-plugin-syntax-exponentiation-operator": "6.13.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3076
            "babel-runtime": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3077
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3078
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3079
        "babel-plugin-transform-regenerator": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3080
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3081
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3082
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3083
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3084
            "regenerator-transform": "0.10.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3085
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3086
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3087
        "babel-plugin-transform-strict-mode": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3088
          "version": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3089
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3090
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3091
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3092
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3093
            "babel-types": "6.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3094
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3095
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3096
        "babel-polyfill": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3097
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3098
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3099
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3100
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3101
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3102
            "core-js": "2.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3103
            "regenerator-runtime": "0.10.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3104
          },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3105
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3106
            "regenerator-runtime": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3107
              "version": "0.10.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3108
              "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3109
              "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3110
              "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3111
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3112
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3113
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3114
        "babel-preset-env": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3115
          "version": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3116
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3117
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3118
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3119
            "babel-plugin-check-es2015-constants": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3120
            "babel-plugin-syntax-trailing-function-commas": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3121
            "babel-plugin-transform-async-to-generator": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3122
            "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3123
            "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3124
            "babel-plugin-transform-es2015-block-scoping": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3125
            "babel-plugin-transform-es2015-classes": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3126
            "babel-plugin-transform-es2015-computed-properties": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3127
            "babel-plugin-transform-es2015-destructuring": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3128
            "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3129
            "babel-plugin-transform-es2015-for-of": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3130
            "babel-plugin-transform-es2015-function-name": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3131
            "babel-plugin-transform-es2015-literals": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3132
            "babel-plugin-transform-es2015-modules-amd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3133
            "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3134
            "babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3135
            "babel-plugin-transform-es2015-modules-umd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3136
            "babel-plugin-transform-es2015-object-super": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3137
            "babel-plugin-transform-es2015-parameters": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3138
            "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3139
            "babel-plugin-transform-es2015-spread": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3140
            "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3141
            "babel-plugin-transform-es2015-template-literals": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3142
            "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3143
            "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3144
            "babel-plugin-transform-exponentiation-operator": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3145
            "babel-plugin-transform-regenerator": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3146
            "browserslist": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3147
            "invariant": "2.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3148
            "semver": "5.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3149
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3150
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3151
        "babel-register": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3152
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3153
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3154
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3155
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3156
            "babel-core": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3157
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3158
            "core-js": "2.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3159
            "home-or-tmp": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3160
            "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3161
            "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3162
            "source-map-support": "0.4.17"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3163
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3164
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3165
        "babel-runtime": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3166
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3167
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3168
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3169
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3170
            "core-js": "2.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3171
            "regenerator-runtime": "0.11.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3172
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3173
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3174
        "babel-template": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3175
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3176
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3177
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3178
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3179
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3180
            "babel-traverse": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3181
            "babel-types": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3182
            "babylon": "6.18.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3183
            "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3184
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3185
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3186
        "babel-traverse": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3187
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3188
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3189
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3190
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3191
            "babel-code-frame": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3192
            "babel-messages": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3193
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3194
            "babel-types": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3195
            "babylon": "6.18.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3196
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3197
            "globals": "9.18.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3198
            "invariant": "2.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3199
            "lodash": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3200
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3201
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3202
        "babel-types": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3203
          "version": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3204
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3205
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3206
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3207
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3208
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3209
            "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3210
            "to-fast-properties": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3211
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3212
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3213
        "babylon": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3214
          "version": "6.18.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3215
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3216
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3217
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3218
        "balanced-match": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3219
          "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3220
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3221
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3222
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3223
        "binaryextensions": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3224
          "version": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3225
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3226
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3227
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3228
        "blank-object": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3229
          "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3230
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3231
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3232
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3233
        "brace-expansion": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3234
          "version": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3235
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3236
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3237
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3238
            "balanced-match": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3239
            "concat-map": "0.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3240
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3241
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3242
        "broccoli-babel-transpiler": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3243
          "version": "6.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3244
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3245
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3246
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3247
            "babel-core": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3248
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3249
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3250
            "broccoli-persistent-filter": "1.4.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3251
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3252
            "hash-for-dep": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3253
            "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3254
            "json-stable-stringify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3255
            "rsvp": "3.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3256
            "workerpool": "2.2.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3257
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3258
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3259
        "broccoli-debug": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3260
          "version": "0.6.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3261
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3262
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3263
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3264
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3265
            "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3266
            "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3267
            "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3268
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3269
            "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3270
            "tree-sync": "1.2.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3271
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3272
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3273
        "broccoli-funnel": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3274
          "version": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3275
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3276
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3277
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3278
            "array-equal": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3279
            "blank-object": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3280
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3281
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3282
            "exists-sync": "0.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3283
            "fast-ordered-set": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3284
            "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3285
            "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3286
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3287
            "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3288
            "path-posix": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3289
            "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3290
            "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3291
            "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3292
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3293
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3294
        "broccoli-kitchen-sink-helpers": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3295
          "version": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3296
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3297
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3298
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3299
            "glob": "5.0.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3300
            "mkdirp": "0.5.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3301
          },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3302
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3303
            "glob": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3304
              "version": "5.0.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3305
              "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3306
              "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3307
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3308
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3309
                "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3310
                "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3311
                "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3312
                "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3313
                "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3314
              }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3315
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3316
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3317
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3318
        "broccoli-merge-trees": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3319
          "version": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3320
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3321
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3322
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3323
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3324
            "can-symlink": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3325
            "fast-ordered-set": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3326
            "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3327
            "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3328
            "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3329
            "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3330
            "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3331
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3332
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3333
        "broccoli-persistent-filter": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3334
          "version": "1.4.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3335
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3336
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3337
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3338
            "async-disk-cache": "1.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3339
            "async-promise-queue": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3340
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3341
            "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3342
            "hash-for-dep": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3343
            "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3344
            "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3345
            "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3346
            "promise-map-series": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3347
            "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3348
            "rsvp": "3.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3349
            "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3350
            "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3351
          },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3352
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3353
            "async-disk-cache": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3354
              "version": "1.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3355
              "resolved": "https://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.3.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3356
              "integrity": "sha1-rFPWFShD3yAslAbijXdDYmCNdN0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3357
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3358
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3359
                "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3360
                "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3361
                "istextorbinary": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3362
                "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3363
                "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3364
                "rsvp": "3.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3365
                "username-sync": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3366
              }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3367
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3368
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3369
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3370
        "broccoli-plugin": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3371
          "version": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3372
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3373
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3374
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3375
            "promise-map-series": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3376
            "quick-temp": "0.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3377
            "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3378
            "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3379
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3380
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3381
        "broccoli-source": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3382
          "version": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3383
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3384
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3385
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3386
        "browserslist": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3387
          "version": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3388
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3389
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3390
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3391
            "caniuse-lite": "1.0.30000726",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3392
            "electron-to-chromium": "1.3.21"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3393
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3394
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3395
        "can-symlink": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3396
          "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3397
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3398
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3399
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3400
            "tmp": "0.0.28"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3401
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3402
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3403
        "caniuse-lite": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3404
          "version": "1.0.30000726",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3405
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3406
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3407
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3408
        "chalk": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3409
          "version": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3410
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3411
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3412
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3413
            "ansi-styles": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3414
            "escape-string-regexp": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3415
            "has-ansi": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3416
            "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3417
            "supports-color": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3418
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3419
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3420
        "clone": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3421
          "version": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3422
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3423
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3424
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3425
        "concat-map": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3426
          "version": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3427
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3428
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3429
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3430
        "convert-source-map": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3431
          "version": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3432
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3433
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3434
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3435
        "core-js": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3436
          "version": "2.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3437
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3438
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3439
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3440
        "debug": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3441
          "version": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3442
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3443
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3444
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3445
            "ms": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3446
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3447
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3448
        "detect-indent": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3449
          "version": "4.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3450
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3451
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3452
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3453
            "repeating": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3454
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3455
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3456
        "editions": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3457
          "version": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3458
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3459
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3460
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3461
        "electron-to-chromium": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3462
          "version": "1.3.21",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3463
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3464
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3465
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3466
        "ember-cli-babel": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3467
          "version": "6.8.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3468
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3469
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3470
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3471
            "amd-name-resolver": "0.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3472
            "babel-plugin-debug-macros": "0.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3473
            "babel-plugin-ember-modules-api-polyfill": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3474
            "babel-plugin-transform-es2015-modules-amd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3475
            "babel-polyfill": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3476
            "babel-preset-env": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3477
            "broccoli-babel-transpiler": "6.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3478
            "broccoli-debug": "0.6.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3479
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3480
            "broccoli-source": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3481
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3482
            "ember-cli-version-checker": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3483
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3484
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3485
        "ember-cli-htmlbars": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3486
          "version": "1.3.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3487
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3488
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3489
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3490
            "broccoli-persistent-filter": "1.4.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3491
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3492
            "hash-for-dep": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3493
            "json-stable-stringify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3494
            "strip-bom": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3495
          },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3496
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3497
            "ember-cli-version-checker": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3498
              "version": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3499
              "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3500
              "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3501
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3502
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3503
                "semver": "5.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3504
              }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3505
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3506
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3507
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3508
        "ember-cli-version-checker": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3509
          "version": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3510
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3511
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3512
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3513
            "resolve": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3514
            "semver": "5.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3515
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3516
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3517
        "ember-rfc176-data": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3518
          "version": "0.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3519
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3520
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3521
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3522
        "ensure-posix-path": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3523
          "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3524
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3525
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3526
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3527
        "escape-string-regexp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3528
          "version": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3529
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3530
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3531
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3532
        "esutils": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3533
          "version": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3534
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3535
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3536
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3537
        "exists-sync": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3538
          "version": "0.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3539
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3540
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3541
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3542
        "fast-ordered-set": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3543
          "version": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3544
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3545
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3546
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3547
            "blank-object": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3548
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3549
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3550
        "fs-tree-diff": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3551
          "version": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3552
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3553
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3554
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3555
            "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3556
            "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3557
            "path-posix": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3558
            "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3559
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3560
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3561
        "fs.realpath": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3562
          "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3563
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3564
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3565
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3566
        "glob": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3567
          "version": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3568
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3569
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3570
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3571
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3572
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3573
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3574
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3575
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3576
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3577
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3578
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3579
        "globals": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3580
          "version": "9.18.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3581
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3582
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3583
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3584
        "has-ansi": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3585
          "version": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3586
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3587
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3588
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3589
            "ansi-regex": "2.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3590
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3591
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3592
        "hash-for-dep": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3593
          "version": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3594
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3595
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3596
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3597
            "broccoli-kitchen-sink-helpers": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3598
            "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3599
            "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3600
            "resolve": "1.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3601
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3602
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3603
        "heimdalljs": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3604
          "version": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3605
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3606
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3607
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3608
            "rsvp": "3.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3609
          },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3610
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3611
            "rsvp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3612
              "version": "3.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3613
              "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.2.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3614
              "integrity": "sha1-B8tKXfJa3Z6Cbrxn3Mn9idsn2Eo=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3615
              "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3616
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3617
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3618
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3619
        "heimdalljs-logger": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3620
          "version": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3621
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3622
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3623
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3624
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3625
            "heimdalljs": "0.2.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3626
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3627
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3628
        "home-or-tmp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3629
          "version": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3630
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3631
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3632
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3633
            "os-homedir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3634
            "os-tmpdir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3635
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3636
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3637
        "inflight": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3638
          "version": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3639
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3640
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3641
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3642
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3643
            "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3644
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3645
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3646
        "inherits": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3647
          "version": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3648
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3649
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3650
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3651
        "invariant": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3652
          "version": "2.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3653
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3654
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3655
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3656
            "loose-envify": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3657
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3658
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3659
        "is-finite": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3660
          "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3661
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3662
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3663
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3664
            "number-is-nan": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3665
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3666
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3667
        "is-utf8": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3668
          "version": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3669
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3670
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3671
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3672
        "istextorbinary": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3673
          "version": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3674
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3675
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3676
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3677
            "binaryextensions": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3678
            "editions": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3679
            "textextensions": "2.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3680
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3681
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3682
        "js-tokens": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3683
          "version": "3.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3684
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3685
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3686
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3687
        "jsesc": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3688
          "version": "0.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3689
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3690
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3691
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3692
        "json-stable-stringify": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3693
          "version": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3694
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3695
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3696
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3697
            "jsonify": "0.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3698
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3699
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3700
        "json5": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3701
          "version": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3702
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3703
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3704
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3705
        "jsonify": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3706
          "version": "0.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3707
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3708
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3709
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3710
        "lodash": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3711
          "version": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3712
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3713
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3714
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3715
        "loose-envify": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3716
          "version": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3717
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3718
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3719
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3720
            "js-tokens": "3.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3721
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3722
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3723
        "matcher-collection": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3724
          "version": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3725
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3726
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3727
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3728
            "minimatch": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3729
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3730
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3731
        "minimatch": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3732
          "version": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3733
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3734
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3735
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3736
            "brace-expansion": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3737
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3738
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3739
        "minimist": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3740
          "version": "0.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3741
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3742
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3743
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3744
        "mkdirp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3745
          "version": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3746
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3747
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3748
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3749
            "minimist": "0.0.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3750
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3751
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3752
        "mktemp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3753
          "version": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3754
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3755
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3756
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3757
        "ms": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3758
          "version": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3759
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3760
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3761
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3762
        "number-is-nan": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3763
          "version": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3764
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3765
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3766
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3767
        "object-assign": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3768
          "version": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3769
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3770
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3771
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3772
        "once": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3773
          "version": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3774
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3775
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3776
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3777
            "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3778
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3779
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3780
        "os-homedir": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3781
          "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3782
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3783
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3784
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3785
        "os-tmpdir": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3786
          "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3787
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3788
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3789
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3790
        "path-is-absolute": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3791
          "version": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3792
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3793
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3794
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3795
        "path-parse": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3796
          "version": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3797
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3798
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3799
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3800
        "path-posix": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3801
          "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3802
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3803
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3804
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3805
        "private": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3806
          "version": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3807
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3808
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3809
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3810
        "promise-map-series": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3811
          "version": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3812
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3813
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3814
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3815
            "rsvp": "3.6.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3816
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3817
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3818
        "quick-temp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3819
          "version": "0.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3820
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3821
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3822
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3823
            "mktemp": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3824
            "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3825
            "underscore.string": "3.3.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3826
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3827
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3828
        "regenerate": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3829
          "version": "1.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3830
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3831
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3832
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3833
        "regenerator-runtime": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3834
          "version": "0.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3835
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3836
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3837
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3838
        "regenerator-transform": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3839
          "version": "0.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3840
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3841
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3842
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3843
            "babel-runtime": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3844
            "babel-types": "6.26.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3845
            "private": "0.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3846
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3847
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3848
        "regexpu-core": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3849
          "version": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3850
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3851
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3852
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3853
            "regenerate": "1.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3854
            "regjsgen": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3855
            "regjsparser": "0.1.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3856
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3857
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3858
        "regjsgen": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3859
          "version": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3860
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3861
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3862
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3863
        "regjsparser": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3864
          "version": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3865
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3866
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3867
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3868
            "jsesc": "0.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3869
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3870
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3871
        "repeating": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3872
          "version": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3873
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3874
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3875
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3876
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3877
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3878
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3879
        "resolve": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3880
          "version": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3881
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3882
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3883
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3884
            "path-parse": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3885
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3886
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3887
        "rimraf": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3888
          "version": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3889
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3890
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3891
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3892
            "glob": "7.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3893
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3894
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3895
        "rsvp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3896
          "version": "3.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3897
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3898
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3899
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3900
        "semver": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3901
          "version": "5.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3902
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3903
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3904
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3905
        "slash": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3906
          "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3907
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3908
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3909
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3910
        "source-map": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3911
          "version": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3912
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3913
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3914
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3915
        "source-map-support": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3916
          "version": "0.4.17",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3917
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3918
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3919
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3920
            "source-map": "0.5.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3921
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3922
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3923
        "sprintf-js": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3924
          "version": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3925
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3926
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3927
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3928
        "strip-ansi": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3929
          "version": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3930
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3931
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3932
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3933
            "ansi-regex": "2.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3934
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3935
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3936
        "strip-bom": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3937
          "version": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3938
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3939
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3940
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3941
            "is-utf8": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3942
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3943
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3944
        "supports-color": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3945
          "version": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3946
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3947
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3948
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3949
        "symlink-or-copy": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3950
          "version": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3951
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3952
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3953
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3954
        "textextensions": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3955
          "version": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3956
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3957
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3958
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3959
        "tmp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3960
          "version": "0.0.28",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3961
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3962
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3963
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3964
            "os-tmpdir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3965
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3966
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3967
        "to-fast-properties": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3968
          "version": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3969
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3970
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3971
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3972
        "tree-sync": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3973
          "version": "1.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3974
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3975
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3976
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3977
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3978
            "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3979
            "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3980
            "quick-temp": "0.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3981
            "walk-sync": "0.2.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3982
          },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3983
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3984
            "walk-sync": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3985
              "version": "0.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3986
              "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-0.2.7.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3987
              "integrity": "sha1-tJvk7mhnZXrrc2l4tWop0Q+jmWk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3988
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3989
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3990
                "ensure-posix-path": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3991
                "matcher-collection": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3992
              }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3993
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3994
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3995
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3996
        "trim-right": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3997
          "version": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3998
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  3999
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4000
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4001
        "underscore.string": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4002
          "version": "3.3.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4003
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4004
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4005
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4006
            "sprintf-js": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4007
            "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4008
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4009
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4010
        "username-sync": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4011
          "version": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4012
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4013
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4014
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4015
        "util-deprecate": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4016
          "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4017
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4018
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4019
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4020
        "walk-sync": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4021
          "version": "0.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4022
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4023
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4024
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4025
            "ensure-posix-path": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4026
            "matcher-collection": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4027
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4028
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4029
        "workerpool": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4030
          "version": "2.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4031
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4032
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4033
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4034
            "object-assign": "4.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4035
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4036
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4037
        "wrappy": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4038
          "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4039
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4040
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4041
        }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4042
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4043
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4044
    "cross-spawn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4045
      "version": "5.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4046
      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4047
      "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4048
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4049
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4050
        "lru-cache": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4051
        "shebang-command": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4052
        "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4053
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4054
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4055
    "cryptiles": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4056
      "version": "2.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4057
      "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4058
      "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4059
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4060
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4061
        "boom": "2.10.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4062
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4063
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4064
    "crypto-random-string": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4065
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4066
      "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4067
      "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4068
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4069
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4070
    "currently-unhandled": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4071
      "version": "0.4.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4072
      "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4073
      "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4074
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4075
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4076
        "array-find-index": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4077
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4078
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4079
    "d": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4080
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4081
      "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4082
      "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4083
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4084
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4085
        "es5-ext": "0.10.23"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4086
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4087
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4088
    "d3": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4089
      "version": "4.9.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4090
      "resolved": "https://registry.npmjs.org/d3/-/d3-4.9.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4091
      "integrity": "sha1-+GC+klImGjwU7qZLHSWQ0U9NuDg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4092
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4093
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4094
        "d3-array": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4095
        "d3-axis": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4096
        "d3-brush": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4097
        "d3-chord": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4098
        "d3-collection": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4099
        "d3-color": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4100
        "d3-dispatch": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4101
        "d3-drag": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4102
        "d3-dsv": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4103
        "d3-ease": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4104
        "d3-force": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4105
        "d3-format": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4106
        "d3-geo": "1.6.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4107
        "d3-hierarchy": "1.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4108
        "d3-interpolate": "1.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4109
        "d3-path": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4110
        "d3-polygon": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4111
        "d3-quadtree": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4112
        "d3-queue": "3.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4113
        "d3-random": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4114
        "d3-request": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4115
        "d3-scale": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4116
        "d3-selection": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4117
        "d3-shape": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4118
        "d3-time": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4119
        "d3-time-format": "2.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4120
        "d3-timer": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4121
        "d3-transition": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4122
        "d3-voronoi": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4123
        "d3-zoom": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4124
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4125
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4126
    "d3-array": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4127
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4128
      "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4129
      "integrity": "sha1-FH0mlyDhdMQFen9CvosPPyulMQg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4130
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4131
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4132
    "d3-axis": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4133
      "version": "1.0.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4134
      "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4135
      "integrity": "sha1-BIQz0wcGH2LR0kjikwwB17ZzjNg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4136
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4137
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4138
    "d3-brush": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4139
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4140
      "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4141
      "integrity": "sha1-AMLyOAGfJPbAoZSibUGhUw/+e8Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4142
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4143
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4144
        "d3-dispatch": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4145
        "d3-drag": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4146
        "d3-interpolate": "1.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4147
        "d3-selection": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4148
        "d3-transition": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4149
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4150
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4151
    "d3-chord": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4152
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4153
      "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4154
      "integrity": "sha1-fexPC6iG9xP+ERxF92NBT290yiw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4155
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4156
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4157
        "d3-array": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4158
        "d3-path": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4159
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4160
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4161
    "d3-collection": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4162
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4163
      "resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4164
      "integrity": "sha1-AL3qlPvBYo1DWruuL03CFk433TQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4165
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4166
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4167
    "d3-color": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4168
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4169
      "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4170
      "integrity": "sha1-vHZD/KjlOoNH4vva/6I2eWtYUJs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4171
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4172
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4173
    "d3-dispatch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4174
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4175
      "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4176
      "integrity": "sha1-RuFJHqqbWMNY/OW+TovtYm54cfg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4177
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4178
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4179
    "d3-drag": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4180
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4181
      "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4182
      "integrity": "sha1-Skm013pC6ePVoO87SSsUqqLlpzM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4183
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4184
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4185
        "d3-dispatch": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4186
        "d3-selection": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4187
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4188
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4189
    "d3-dsv": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4190
      "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4191
      "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4192
      "integrity": "sha1-QZ99tH9ih4n8P9tjbmeESdCCETY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4193
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4194
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4195
        "commander": "2.8.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4196
        "iconv-lite": "0.4.17",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4197
        "rw": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4198
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4199
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4200
    "d3-ease": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4201
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4202
      "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4203
      "integrity": "sha1-aL+8NJM4o4DETYrMT7wzBKotjA4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4204
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4205
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4206
    "d3-force": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4207
      "version": "1.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4208
      "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4209
      "integrity": "sha1-6n4bdzDiZkzTFPWU1nGMV8wTK3k=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4210
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4211
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4212
        "d3-collection": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4213
        "d3-dispatch": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4214
        "d3-quadtree": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4215
        "d3-timer": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4216
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4217
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4218
    "d3-format": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4219
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4220
      "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4221
      "integrity": "sha1-a0gLqohohdRlHcJIqPSsnaFtsHo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4222
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4223
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4224
    "d3-geo": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4225
      "version": "1.6.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4226
      "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.6.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4227
      "integrity": "sha1-8g4eRhyxhF9ai+Vatvh2VCp+MZk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4228
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4229
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4230
        "d3-array": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4231
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4232
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4233
    "d3-hierarchy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4234
      "version": "1.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4235
      "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4236
      "integrity": "sha1-lsOULz8hz5l6EbTt8A3eKne0xtA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4237
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4238
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4239
    "d3-interpolate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4240
      "version": "1.1.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4241
      "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.1.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4242
      "integrity": "sha1-aeCZ/zkhRxblY8muw+qdHqS4p58=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4243
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4244
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4245
        "d3-color": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4246
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4247
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4248
    "d3-path": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4249
      "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4250
      "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4251
      "integrity": "sha1-JB6xhJvZ6egCHA0KeZ+KDo5EF2Q=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4252
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4253
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4254
    "d3-polygon": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4255
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4256
      "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4257
      "integrity": "sha1-FoiOkCZGCTPysXllKtN4Ik04LGI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4258
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4259
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4260
    "d3-quadtree": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4261
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4262
      "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4263
      "integrity": "sha1-rHmH4+I/6AWpkPKOG1DTj8uCJDg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4264
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4265
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4266
    "d3-queue": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4267
      "version": "3.0.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4268
      "resolved": "https://registry.npmjs.org/d3-queue/-/d3-queue-3.0.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4269
      "integrity": "sha1-yTouVLQXwJWRKdfXP2z31Ckudhg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4270
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4271
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4272
    "d3-random": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4273
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4274
      "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4275
      "integrity": "sha1-ZkLlBsb6OmSFldKyRpeIqNElKdM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4276
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4277
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4278
    "d3-request": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4279
      "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4280
      "resolved": "https://registry.npmjs.org/d3-request/-/d3-request-1.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4281
      "integrity": "sha1-TarpRtHdDVff4B8CKVY1SVjVHyM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4282
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4283
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4284
        "d3-collection": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4285
        "d3-dispatch": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4286
        "d3-dsv": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4287
        "xmlhttprequest": "1.8.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4288
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4289
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4290
    "d3-scale": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4291
      "version": "1.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4292
      "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4293
      "integrity": "sha1-vOGdqA06DPQiyVQ64zIghiILNO0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4294
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4295
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4296
        "d3-array": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4297
        "d3-collection": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4298
        "d3-color": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4299
        "d3-format": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4300
        "d3-interpolate": "1.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4301
        "d3-time": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4302
        "d3-time-format": "2.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4303
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4304
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4305
    "d3-selection": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4306
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4307
      "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4308
      "integrity": "sha1-GZhoSJZIj4OcoDchI9o08dMYgJw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4309
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4310
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4311
    "d3-shape": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4312
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4313
      "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4314
      "integrity": "sha1-UKEDfkinn1uP2dWM3lJ5musfdyM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4315
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4316
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4317
        "d3-path": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4318
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4319
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4320
    "d3-time": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4321
      "version": "1.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4322
      "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4323
      "integrity": "sha1-pVsT19FdOhYK6RcIIy4INfHV6UU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4324
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4325
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4326
    "d3-time-format": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4327
      "version": "2.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4328
      "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4329
      "integrity": "sha1-nXeAIE98kRnJFwsaVttN6aivly4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4330
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4331
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4332
        "d3-time": "1.0.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4333
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4334
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4335
    "d3-timer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4336
      "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4337
      "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4338
      "integrity": "sha1-smbUdscbDSaeesXzUrQQo7b+bvA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4339
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4340
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4341
    "d3-transition": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4342
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4343
      "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4344
      "integrity": "sha1-z8hcdOUjkyQpBUZiNXKZBWDDlm8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4345
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4346
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4347
        "d3-color": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4348
        "d3-dispatch": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4349
        "d3-ease": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4350
        "d3-interpolate": "1.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4351
        "d3-selection": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4352
        "d3-timer": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4353
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4354
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4355
    "d3-voronoi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4356
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4357
      "resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4358
      "integrity": "sha1-Fodmfo8TotFYyAwUgMWinLDYlzw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4359
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4360
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4361
    "d3-zoom": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4362
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4363
      "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4364
      "integrity": "sha1-syMfT5OGJBR13v4cVXv9P94QZfs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4365
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4366
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4367
        "d3-dispatch": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4368
        "d3-drag": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4369
        "d3-interpolate": "1.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4370
        "d3-selection": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4371
        "d3-transition": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4372
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4373
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4374
    "dashdash": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4375
      "version": "1.14.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4376
      "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4377
      "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4378
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4379
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4380
        "assert-plus": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4381
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4382
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4383
        "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4384
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4385
          "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4386
          "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4387
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4388
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4389
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4390
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4391
    "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4392
      "version": "2.6.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4393
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4394
      "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4395
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4396
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4397
        "ms": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4398
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4399
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4400
    "decamelize": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4401
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4402
      "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4403
      "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4404
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4405
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4406
    "deep-is": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4407
      "version": "0.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4408
      "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4409
      "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4410
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4411
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4412
    "defined": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4413
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4414
      "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4415
      "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4416
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4417
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4418
    "defs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4419
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4420
      "resolved": "https://registry.npmjs.org/defs/-/defs-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4421
      "integrity": "sha1-siYJ8sehG6ej2xFoBcE5scr/qdI=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4422
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4423
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4424
        "alter": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4425
        "ast-traverse": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4426
        "breakable": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4427
        "esprima-fb": "15001.1001.0-dev-harmony-fb",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4428
        "simple-fmt": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4429
        "simple-is": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4430
        "stringmap": "0.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4431
        "stringset": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4432
        "tryor": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4433
        "yargs": "3.27.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4434
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4435
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4436
        "esprima-fb": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4437
          "version": "15001.1001.0-dev-harmony-fb",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4438
          "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4439
          "integrity": "sha1-Q761fsJujPI3092LM+QlM1d/Jlk=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4440
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4441
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4442
        "window-size": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4443
          "version": "0.1.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4444
          "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4445
          "integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4446
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4447
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4448
        "yargs": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4449
          "version": "3.27.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4450
          "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4451
          "integrity": "sha1-ISBUaTFuk5Ex1Z8toMbX+YIh6kA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4452
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4453
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4454
            "camelcase": "1.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4455
            "cliui": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4456
            "decamelize": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4457
            "os-locale": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4458
            "window-size": "0.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4459
            "y18n": "3.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4460
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4461
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4462
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4463
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4464
    "del": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4465
      "version": "2.2.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4466
      "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4467
      "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4468
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4469
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4470
        "globby": "5.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4471
        "is-path-cwd": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4472
        "is-path-in-cwd": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4473
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4474
        "pify": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4475
        "pinkie-promise": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4476
        "rimraf": "2.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4477
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4478
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4479
    "delayed-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4480
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4481
      "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4482
      "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4483
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4484
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4485
    "delegates": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4486
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4487
      "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4488
      "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4489
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4490
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4491
    "depd": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4492
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4493
      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4494
      "integrity": "sha1-4b2Cxqq2ztlluXuIsX7T5SjKGMM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4495
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4496
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4497
    "destroy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4498
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4499
      "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4500
      "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4501
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4502
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4503
    "detect-file": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4504
      "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4505
      "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4506
      "integrity": "sha1-STXe39lIhkjgBrASlWbpOGcR6mM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4507
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4508
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4509
        "fs-exists-sync": "0.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4510
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4511
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4512
    "detect-indent": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4513
      "version": "4.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4514
      "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4515
      "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4516
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4517
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4518
        "repeating": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4519
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4520
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4521
    "detective": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4522
      "version": "4.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4523
      "resolved": "https://registry.npmjs.org/detective/-/detective-4.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4524
      "integrity": "sha1-blqMaybmx6JUsca210kNmOyR7dE=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4525
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4526
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4527
        "acorn": "4.0.13",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4528
        "defined": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4529
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4530
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4531
        "acorn": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4532
          "version": "4.0.13",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4533
          "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4534
          "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4535
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4536
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4537
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4538
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4539
    "diff": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4540
      "version": "3.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4541
      "resolved": "https://registry.npmjs.org/diff/-/diff-3.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4542
      "integrity": "sha1-yc45Okt8vQsFinJck98pkCeGj/k=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4543
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4544
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4545
    "doctrine": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4546
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4547
      "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4548
      "integrity": "sha1-xz2NKQnSIpHhoAejlYBNqLZl/mM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4549
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4550
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4551
        "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4552
        "isarray": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4553
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4554
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4555
    "dot-prop": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4556
      "version": "4.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4557
      "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4558
      "integrity": "sha1-qEk/C3te7sglJbXHWH+n3nyoWcE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4559
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4560
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4561
        "is-obj": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4562
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4563
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4564
    "ecc-jsbn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4565
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4566
      "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4567
      "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4568
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4569
      "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4570
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4571
        "jsbn": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4572
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4573
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4574
    "editions": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4575
      "version": "1.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4576
      "resolved": "https://registry.npmjs.org/editions/-/editions-1.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4577
      "integrity": "sha1-CQcQG92iD6w8vjNMJ8vQaI3Jmls=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4578
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4579
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4580
    "ee-first": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4581
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4582
      "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4583
      "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4584
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4585
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4586
    "electron-to-chromium": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4587
      "version": "1.3.14",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4588
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.14.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4589
      "integrity": "sha1-ZK8Pnv08PGrNV9cfg7Scp+6cS0M=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4590
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4591
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4592
    "ember-ajax": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4593
      "version": "3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4594
      "resolved": "https://registry.npmjs.org/ember-ajax/-/ember-ajax-3.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4595
      "integrity": "sha1-jyHp2gwdQzz4eaqFX85GTVF+mrU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4596
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4597
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4598
        "ember-cli-babel": "6.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4599
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4600
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4601
    "ember-cli": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4602
      "version": "2.13.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4603
      "resolved": "https://registry.npmjs.org/ember-cli/-/ember-cli-2.13.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4604
      "integrity": "sha1-pWHwjmmxhPoxdfcGzO0pnA0WhOU=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4605
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4606
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4607
        "amd-name-resolver": "0.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4608
        "babel-plugin-transform-es2015-modules-amd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4609
        "bower-config": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4610
        "bower-endpoint-parser": "0.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4611
        "broccoli-babel-transpiler": "6.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4612
        "broccoli-brocfile-loader": "0.18.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4613
        "broccoli-builder": "0.18.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4614
        "broccoli-concat": "3.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4615
        "broccoli-config-loader": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4616
        "broccoli-config-replace": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4617
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4618
        "broccoli-funnel-reducer": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4619
        "broccoli-merge-trees": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4620
        "broccoli-middleware": "1.0.0-beta.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4621
        "broccoli-source": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4622
        "broccoli-stew": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4623
        "calculate-cache-key-for-tree": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4624
        "capture-exit": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4625
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4626
        "clean-base-url": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4627
        "compression": "1.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4628
        "configstore": "3.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4629
        "console-ui": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4630
        "core-object": "3.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4631
        "diff": "3.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4632
        "ember-cli-broccoli-sane-watcher": "2.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4633
        "ember-cli-get-component-path-option": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4634
        "ember-cli-is-package-missing": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4635
        "ember-cli-legacy-blueprints": "0.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4636
        "ember-cli-lodash-subset": "1.0.12",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4637
        "ember-cli-normalize-entity-name": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4638
        "ember-cli-preprocess-registry": "3.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4639
        "ember-cli-string-utils": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4640
        "ember-try": "0.2.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4641
        "ensure-posix-path": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4642
        "escape-string-regexp": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4643
        "execa": "0.6.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4644
        "exists-sync": "0.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4645
        "exit": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4646
        "express": "4.15.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4647
        "filesize": "3.5.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4648
        "find-up": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4649
        "fs-extra": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4650
        "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4651
        "get-caller-file": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4652
        "git-repo-info": "1.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4653
        "glob": "7.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4654
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4655
        "heimdalljs-fs-monitor": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4656
        "heimdalljs-graph": "0.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4657
        "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4658
        "http-proxy": "1.16.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4659
        "inflection": "1.12.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4660
        "is-git-url": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4661
        "isbinaryfile": "3.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4662
        "js-yaml": "3.8.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4663
        "json-stable-stringify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4664
        "leek": "0.0.24",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4665
        "lodash.template": "4.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4666
        "markdown-it": "8.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4667
        "markdown-it-terminal": "0.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4668
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4669
        "morgan": "1.8.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4670
        "node-modules-path": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4671
        "nopt": "3.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4672
        "npm-package-arg": "4.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4673
        "portfinder": "1.0.13",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4674
        "promise-map-series": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4675
        "quick-temp": "0.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4676
        "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4677
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4678
        "sane": "1.7.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4679
        "semver": "5.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4680
        "silent-error": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4681
        "sort-package-json": "1.7.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4682
        "symlink-or-copy": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4683
        "temp": "0.8.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4684
        "testem": "1.16.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4685
        "tiny-lr": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4686
        "tree-sync": "1.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4687
        "uuid": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4688
        "validate-npm-package-name": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4689
        "walk-sync": "0.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4690
        "yam": "0.0.22"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4691
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4692
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4693
        "broccoli-merge-trees": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4694
          "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4695
          "resolved": "https://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4696
          "integrity": "sha1-EK6kbdXOvMi499WlTwqEpPC7kLk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4697
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4698
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4699
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4700
            "merge-trees": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4701
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4702
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4703
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4704
          "version": "7.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4705
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4706
          "integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4707
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4708
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4709
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4710
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4711
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4712
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4713
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4714
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4715
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4716
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4717
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4718
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4719
    "ember-cli-app-version": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4720
      "version": "3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4721
      "resolved": "https://registry.npmjs.org/ember-cli-app-version/-/ember-cli-app-version-3.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4722
      "integrity": "sha1-1nozrux70DGH++csVmPa3sTDNoo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4723
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4724
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4725
        "ember-cli-babel": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4726
        "ember-cli-htmlbars": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4727
        "git-repo-version": "0.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4728
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4729
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4730
    "ember-cli-babel": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4731
      "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4732
      "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4733
      "integrity": "sha1-eFocJP4yUOsHdrGrPO6FeGO0RUI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4734
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4735
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4736
        "amd-name-resolver": "0.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4737
        "babel-plugin-debug-macros": "0.1.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4738
        "babel-plugin-transform-es2015-modules-amd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4739
        "babel-polyfill": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4740
        "babel-preset-env": "1.5.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4741
        "broccoli-babel-transpiler": "6.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4742
        "broccoli-debug": "0.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4743
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4744
        "broccoli-source": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4745
        "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4746
        "ember-cli-version-checker": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4747
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4748
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4749
    "ember-cli-broccoli-sane-watcher": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4750
      "version": "2.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4751
      "resolved": "https://registry.npmjs.org/ember-cli-broccoli-sane-watcher/-/ember-cli-broccoli-sane-watcher-2.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4752
      "integrity": "sha1-9D9C91t1CcIS+5Js2a6oauGSZMY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4753
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4754
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4755
        "broccoli-slow-trees": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4756
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4757
        "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4758
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4759
        "sane": "1.7.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4760
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4761
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4762
    "ember-cli-dependency-checker": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4763
      "version": "1.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4764
      "resolved": "https://registry.npmjs.org/ember-cli-dependency-checker/-/ember-cli-dependency-checker-1.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4765
      "integrity": "sha1-KxP5d+HuqEP8GiGgAb5spdTvGUI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4766
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4767
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4768
        "chalk": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4769
        "is-git-url": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4770
        "semver": "4.3.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4771
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4772
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4773
        "ansi-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4774
          "version": "0.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4775
          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4776
          "integrity": "sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4777
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4778
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4779
        "ansi-styles": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4780
          "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4781
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4782
          "integrity": "sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4783
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4784
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4785
        "chalk": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4786
          "version": "0.5.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4787
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4788
          "integrity": "sha1-Zjs6ZItotV0EaQ1JFnqoN4WPIXQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4789
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4790
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4791
            "ansi-styles": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4792
            "escape-string-regexp": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4793
            "has-ansi": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4794
            "strip-ansi": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4795
            "supports-color": "0.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4796
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4797
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4798
        "has-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4799
          "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4800
          "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4801
          "integrity": "sha1-hPJlqujA5qiKEtcCKJS3VoiUxi4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4802
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4803
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4804
            "ansi-regex": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4805
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4806
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4807
        "semver": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4808
          "version": "4.3.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4809
          "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4810
          "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4811
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4812
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4813
        "strip-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4814
          "version": "0.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4815
          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4816
          "integrity": "sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4817
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4818
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4819
            "ansi-regex": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4820
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4821
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4822
        "supports-color": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4823
          "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4824
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4825
          "integrity": "sha1-2S3iaU6z9nMjlz1649i1W0wiGQo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4826
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4827
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4828
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4829
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4830
    "ember-cli-eslint": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4831
      "version": "3.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4832
      "resolved": "https://registry.npmjs.org/ember-cli-eslint/-/ember-cli-eslint-3.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4833
      "integrity": "sha1-jZ4qhnZUg1rBskhY2RF+FD+lS9Q=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4834
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4835
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4836
        "broccoli-lint-eslint": "3.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4837
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4838
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4839
        "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4840
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4841
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4842
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4843
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4844
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4845
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4846
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4847
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4848
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4849
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4850
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4851
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4852
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4853
    "ember-cli-get-component-path-option": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4854
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4855
      "resolved": "https://registry.npmjs.org/ember-cli-get-component-path-option/-/ember-cli-get-component-path-option-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4856
      "integrity": "sha1-DXtZVVni+QUKvtgE8djv8bCLx3E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4857
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4858
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4859
    "ember-cli-get-dependency-depth": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4860
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4861
      "resolved": "https://registry.npmjs.org/ember-cli-get-dependency-depth/-/ember-cli-get-dependency-depth-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4862
      "integrity": "sha1-4K/s+CotUvAPKKtGgpUoGuw2jRE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4863
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4864
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4865
    "ember-cli-htmlbars": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4866
      "version": "1.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4867
      "resolved": "https://registry.npmjs.org/ember-cli-htmlbars/-/ember-cli-htmlbars-1.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4868
      "integrity": "sha1-BoFSYsFXdzYjW9Qs6Z21Wc5ev9E=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4869
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4870
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4871
        "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4872
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4873
        "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4874
        "json-stable-stringify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4875
        "strip-bom": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4876
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4877
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4878
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4879
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4880
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4881
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4882
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4883
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4884
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4885
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4886
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4887
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4888
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4889
    "ember-cli-htmlbars-inline-precompile": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4890
      "version": "0.4.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4891
      "resolved": "https://registry.npmjs.org/ember-cli-htmlbars-inline-precompile/-/ember-cli-htmlbars-inline-precompile-0.4.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4892
      "integrity": "sha1-QSP1B/6mxZukwnLvfnE6bVW6Bsk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4893
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4894
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4895
        "babel-plugin-htmlbars-inline-precompile": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4896
        "ember-cli-version-checker": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4897
        "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4898
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4899
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4900
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4901
    "ember-cli-inject-live-reload": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4902
      "version": "1.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4903
      "resolved": "https://registry.npmjs.org/ember-cli-inject-live-reload/-/ember-cli-inject-live-reload-1.6.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4904
      "integrity": "sha1-grj1vkVIFadef21Cyc4LyIOpFKM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4905
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4906
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4907
    "ember-cli-is-package-missing": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4908
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4909
      "resolved": "https://registry.npmjs.org/ember-cli-is-package-missing/-/ember-cli-is-package-missing-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4910
      "integrity": "sha1-bmGEyvuSY13ZPKbJRrEEKS1OM5A=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4911
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4912
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4913
    "ember-cli-legacy-blueprints": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4914
      "version": "0.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4915
      "resolved": "https://registry.npmjs.org/ember-cli-legacy-blueprints/-/ember-cli-legacy-blueprints-0.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4916
      "integrity": "sha1-g9bABawOOXUP+d1FzRt4z2lxUMY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4917
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4918
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4919
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4920
        "ember-cli-get-component-path-option": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4921
        "ember-cli-get-dependency-depth": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4922
        "ember-cli-is-package-missing": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4923
        "ember-cli-lodash-subset": "1.0.12",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4924
        "ember-cli-normalize-entity-name": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4925
        "ember-cli-path-utils": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4926
        "ember-cli-string-utils": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4927
        "ember-cli-test-info": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4928
        "ember-cli-valid-component-name": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4929
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4930
        "ember-router-generator": "1.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4931
        "exists-sync": "0.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4932
        "fs-extra": "0.24.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4933
        "inflection": "1.12.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4934
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4935
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4936
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4937
      "dependencies": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4938
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4939
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4940
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4941
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4942
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4943
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4944
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4945
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4946
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4947
        "exists-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4948
          "version": "0.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4949
          "resolved": "https://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4950
          "integrity": "sha1-uRAAC+27ETs3i4L19adjgQdiLc8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4951
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4952
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4953
        "fs-extra": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4954
          "version": "0.24.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4955
          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4956
          "integrity": "sha1-1OQ0KpZnXLeEZjOmCZJJMytTmVI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4957
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4958
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4959
            "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4960
            "jsonfile": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4961
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4962
            "rimraf": "2.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4963
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4964
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4965
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4966
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4967
    "ember-cli-lodash-subset": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4968
      "version": "1.0.12",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4969
      "resolved": "https://registry.npmjs.org/ember-cli-lodash-subset/-/ember-cli-lodash-subset-1.0.12.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4970
      "integrity": "sha1-ry5366XcsNd/MwjTpv19NFD25Tc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4971
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4972
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4973
    "ember-cli-mirage": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4974
      "version": "0.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4975
      "resolved": "https://registry.npmjs.org/ember-cli-mirage/-/ember-cli-mirage-0.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4976
      "integrity": "sha1-Qrh3nYV4WTQcuyGQUOov7E1y6og=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4977
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4978
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4979
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4980
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4981
        "broccoli-unwatched-tree": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4982
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4983
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4984
        "ember-cli-node-assets": "0.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4985
        "ember-get-config": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4986
        "ember-inflector": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4987
        "ember-lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4988
        "exists-sync": "0.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4989
        "fake-xml-http-request": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4990
        "faker": "3.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4991
        "pretender": "1.4.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4992
        "route-recognizer": "0.2.10"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4993
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4994
      "dependencies": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4995
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4996
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4997
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4998
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  4999
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5000
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5001
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5002
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5003
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5004
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5005
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5006
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5007
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5008
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5009
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5010
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5011
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5012
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5013
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5014
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5015
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5016
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5017
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5018
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5019
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5020
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5021
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5022
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5023
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5024
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5025
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5026
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5027
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5028
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5029
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5030
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5031
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5032
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5033
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5034
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5035
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5036
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5037
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5038
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5039
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5040
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5041
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5042
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5043
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5044
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5045
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5046
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5047
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5048
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5049
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5050
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5051
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5052
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5053
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5054
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5055
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5056
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5057
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5058
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5059
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5060
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5061
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5062
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5063
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5064
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5065
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5066
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5067
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5068
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5069
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5070
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5071
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5072
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5073
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5074
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5075
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5076
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5077
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5078
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5079
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5080
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5081
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5082
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5083
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5084
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5085
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5086
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5087
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5088
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5089
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5090
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5091
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5092
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5093
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5094
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5095
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5096
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5097
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5098
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5099
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5100
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5101
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5102
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5103
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5104
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5105
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5106
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5107
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5108
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5109
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5110
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5111
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5112
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5113
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5114
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5115
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5116
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5117
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5118
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5119
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5120
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5121
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5122
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5123
        "exists-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5124
          "version": "0.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5125
          "resolved": "https://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5126
          "integrity": "sha1-uRAAC+27ETs3i4L19adjgQdiLc8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5127
          "dev": true
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5128
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5129
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5130
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5131
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5132
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5133
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5134
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5135
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5136
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5137
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5138
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5139
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5140
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5141
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5142
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5143
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5144
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5145
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5146
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5147
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5148
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5149
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5150
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5151
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5152
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5153
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5154
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5155
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5156
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5157
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5158
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5159
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5160
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5161
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5162
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5163
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5164
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5165
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5166
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5167
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5168
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5169
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5170
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5171
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5172
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5173
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5174
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5175
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5176
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5177
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5178
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5179
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5180
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5181
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5182
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5183
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5184
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5185
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5186
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5187
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5188
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5189
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5190
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5191
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5192
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5193
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5194
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5195
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5196
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5197
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5198
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5199
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5200
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5201
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5202
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5203
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5204
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5205
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5206
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5207
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5208
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5209
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5210
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5211
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5212
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5213
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5214
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5215
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5216
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5217
          "dev": true
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5218
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5219
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5220
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5221
    "ember-cli-node-assets": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5222
      "version": "0.1.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5223
      "resolved": "https://registry.npmjs.org/ember-cli-node-assets/-/ember-cli-node-assets-0.1.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5224
      "integrity": "sha1-ZIiilJBIyAGtbZ4zdTx7zjL8EUY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5225
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5226
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5227
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5228
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5229
        "broccoli-unwatched-tree": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5230
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5231
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5232
        "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5233
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5234
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5235
    "ember-cli-normalize-entity-name": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5236
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5237
      "resolved": "https://registry.npmjs.org/ember-cli-normalize-entity-name/-/ember-cli-normalize-entity-name-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5238
      "integrity": "sha1-CxT3vLxZmqEXtf3cgeT9A8S61bc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5239
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5240
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5241
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5242
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5243
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5244
    "ember-cli-path-utils": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5245
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5246
      "resolved": "https://registry.npmjs.org/ember-cli-path-utils/-/ember-cli-path-utils-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5247
      "integrity": "sha1-Tjmvi1UwHN3FAXc5t3qAT7ogce0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5248
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5249
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5250
    "ember-cli-preprocess-registry": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5251
      "version": "3.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5252
      "resolved": "https://registry.npmjs.org/ember-cli-preprocess-registry/-/ember-cli-preprocess-registry-3.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5253
      "integrity": "sha1-OEVsIcTStklFhQz57Gjba6dpKIo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5254
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5255
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5256
        "broccoli-clean-css": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5257
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5258
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5259
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5260
        "ember-cli-lodash-subset": "1.0.12",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5261
        "exists-sync": "0.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5262
        "process-relative-require": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5263
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5264
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5265
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5266
        "exists-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5267
          "version": "0.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5268
          "resolved": "https://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5269
          "integrity": "sha1-uRAAC+27ETs3i4L19adjgQdiLc8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5270
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5271
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5272
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5273
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5274
    "ember-cli-qunit": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5275
      "version": "4.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5276
      "resolved": "https://registry.npmjs.org/ember-cli-qunit/-/ember-cli-qunit-4.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5277
      "integrity": "sha1-HwAiRppb1k9ie4ECiAol6U5TOjs=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5278
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5279
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5280
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5281
        "broccoli-merge-trees": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5282
        "ember-cli-babel": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5283
        "ember-cli-test-loader": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5284
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5285
        "ember-qunit": "2.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5286
        "qunit-notifications": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5287
        "qunitjs": "2.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5288
        "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5289
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5290
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5291
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5292
        "broccoli-merge-trees": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5293
          "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5294
          "resolved": "https://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5295
          "integrity": "sha1-EK6kbdXOvMi499WlTwqEpPC7kLk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5296
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5297
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5298
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5299
            "merge-trees": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5300
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5301
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5302
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5303
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5304
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5305
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5306
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5307
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5308
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5309
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5310
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5311
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5312
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5313
    "ember-cli-release": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5314
      "version": "0.2.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5315
      "resolved": "https://registry.npmjs.org/ember-cli-release/-/ember-cli-release-0.2.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5316
      "integrity": "sha1-Xo3j0DTGVZeTN0gCMFhHDsEjGts=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5317
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5318
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5319
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5320
        "git-tools": "0.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5321
        "make-array": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5322
        "merge": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5323
        "moment-timezone": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5324
        "nopt": "3.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5325
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5326
        "semver": "4.3.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5327
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5328
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5329
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5330
        "semver": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5331
          "version": "4.3.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5332
          "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5333
          "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5334
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5335
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5336
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5337
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5338
    "ember-cli-sass": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5339
      "version": "5.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5340
      "resolved": "https://registry.npmjs.org/ember-cli-sass/-/ember-cli-sass-5.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5341
      "integrity": "sha1-+UYq7PlFmqdjEG9knDsPsqscGmk=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5342
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5343
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5344
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5345
        "broccoli-sass-source-maps": "1.8.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5346
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5347
        "merge": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5348
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5349
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5350
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5351
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5352
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5353
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5354
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5355
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5356
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5357
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5358
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5359
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5360
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5361
    "ember-cli-shims": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5362
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5363
      "resolved": "https://registry.npmjs.org/ember-cli-shims/-/ember-cli-shims-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5364
      "integrity": "sha1-DjuKBIvoZbT4HMgdOX/x7rE/dbY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5365
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5366
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5367
        "ember-cli-babel": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5368
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5369
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5370
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5371
      "dependencies": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5372
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5373
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5374
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5375
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5376
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5377
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5378
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5379
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5380
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5381
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5382
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5383
    "ember-cli-sri": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5384
      "version": "2.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5385
      "resolved": "https://registry.npmjs.org/ember-cli-sri/-/ember-cli-sri-2.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5386
      "integrity": "sha1-lxYgk0pLkYPPeSPMA+F4uDqpB/0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5387
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5388
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5389
        "broccoli-sri-hash": "2.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5390
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5391
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5392
    "ember-cli-string-utils": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5393
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5394
      "resolved": "https://registry.npmjs.org/ember-cli-string-utils/-/ember-cli-string-utils-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5395
      "integrity": "sha1-ObZ3/CgF9VFzc1N2/O8njqpEUqE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5396
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5397
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5398
    "ember-cli-test-info": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5399
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5400
      "resolved": "https://registry.npmjs.org/ember-cli-test-info/-/ember-cli-test-info-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5401
      "integrity": "sha1-7U6WDySel1I8+JHkrtIHLOhFd7Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5402
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5403
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5404
        "ember-cli-string-utils": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5405
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5406
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5407
    "ember-cli-test-loader": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5408
      "version": "2.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5409
      "resolved": "https://registry.npmjs.org/ember-cli-test-loader/-/ember-cli-test-loader-2.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5410
      "integrity": "sha1-FhY7rgrDLK0a8TxO2UxsaYtU1DE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5411
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5412
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5413
        "ember-cli-babel": "6.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5414
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5415
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5416
    "ember-cli-uglify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5417
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5418
      "resolved": "https://registry.npmjs.org/ember-cli-uglify/-/ember-cli-uglify-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5419
      "integrity": "sha1-MgjDK1S8J4MFbouw1c/pu68X/7I=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5420
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5421
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5422
        "broccoli-uglify-sourcemap": "1.5.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5423
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5424
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5425
    "ember-cli-valid-component-name": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5426
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5427
      "resolved": "https://registry.npmjs.org/ember-cli-valid-component-name/-/ember-cli-valid-component-name-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5428
      "integrity": "sha1-cVUM44fgIzBl8wswsVEKot++h+8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5429
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5430
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5431
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5432
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5433
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5434
    "ember-cli-version-checker": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5435
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5436
      "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5437
      "integrity": "sha1-4ffY5M3NdSrDXxYR5Nqog220xMc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5438
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5439
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5440
        "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5441
        "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5442
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5443
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5444
    "ember-composability-tools": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5445
      "version": "0.0.8",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5446
      "resolved": "https://registry.npmjs.org/ember-composability-tools/-/ember-composability-tools-0.0.8.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5447
      "integrity": "sha1-kSLnQ8Cu11nafyDz1alxGlG6xhk=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5448
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5449
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5450
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5451
        "ember-cli-htmlbars": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5452
        "ember-getowner-polyfill": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5453
        "ember-wormhole": "0.5.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5454
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5455
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5456
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5457
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5458
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5459
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5460
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5461
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5462
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5463
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5464
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5465
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5466
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5467
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5468
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5469
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5470
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5471
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5472
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5473
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5474
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5475
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5476
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5477
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5478
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5479
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5480
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5481
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5482
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5483
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5484
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5485
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5486
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5487
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5488
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5489
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5490
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5491
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5492
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5493
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5494
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5495
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5496
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5497
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5498
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5499
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5500
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5501
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5502
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5503
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5504
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5505
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5506
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5507
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5508
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5509
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5510
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5511
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5512
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5513
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5514
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5515
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5516
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5517
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5518
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5519
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5520
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5521
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5522
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5523
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5524
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5525
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5526
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5527
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5528
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5529
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5530
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5531
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5532
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5533
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5534
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5535
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5536
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5537
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5538
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5539
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5540
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5541
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5542
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5543
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5544
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5545
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5546
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5547
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5548
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5549
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5550
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5551
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5552
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5553
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5554
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5555
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5556
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5557
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5558
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5559
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5560
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5561
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5562
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5563
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5564
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5565
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5566
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5567
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5568
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5569
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5570
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5571
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5572
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5573
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5574
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5575
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5576
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5577
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5578
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5579
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5580
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5581
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5582
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5583
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5584
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5585
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5586
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5587
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5588
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5589
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5590
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5591
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5592
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5593
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5594
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5595
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5596
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5597
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5598
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5599
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5600
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5601
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5602
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5603
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5604
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5605
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5606
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5607
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5608
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5609
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5610
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5611
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5612
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5613
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5614
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5615
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5616
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5617
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5618
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5619
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5620
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5621
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5622
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5623
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5624
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5625
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5626
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5627
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5628
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5629
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5630
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5631
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5632
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5633
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5634
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5635
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5636
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5637
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5638
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5639
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5640
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5641
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5642
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5643
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5644
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5645
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5646
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5647
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5648
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5649
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5650
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5651
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5652
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5653
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5654
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5655
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5656
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5657
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5658
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5659
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5660
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5661
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5662
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5663
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5664
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5665
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5666
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5667
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5668
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5669
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5670
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5671
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5672
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5673
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5674
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5675
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5676
    "ember-d3": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5677
      "version": "0.3.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5678
      "resolved": "https://registry.npmjs.org/ember-d3/-/ember-d3-0.3.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5679
      "integrity": "sha1-3bxEnGPw72+3oivU4JqcZ1Uzf/8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5680
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5681
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5682
        "broccoli-filter": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5683
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5684
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5685
        "broccoli-stew": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5686
        "d3": "4.9.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5687
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5688
        "recast": "0.11.23"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5689
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5690
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5691
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5692
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5693
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5694
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5695
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5696
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5697
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5698
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5699
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5700
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5701
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5702
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5703
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5704
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5705
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5706
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5707
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5708
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5709
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5710
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5711
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5712
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5713
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5714
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5715
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5716
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5717
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5718
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5719
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5720
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5721
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5722
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5723
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5724
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5725
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5726
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5727
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5728
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5729
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5730
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5731
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5732
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5733
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5734
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5735
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5736
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5737
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5738
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5739
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5740
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5741
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5742
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5743
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5744
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5745
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5746
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5747
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5748
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5749
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5750
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5751
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5752
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5753
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5754
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5755
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5756
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5757
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5758
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5759
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5760
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5761
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5762
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5763
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5764
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5765
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5766
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5767
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5768
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5769
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5770
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5771
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5772
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5773
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5774
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5775
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5776
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5777
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5778
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5779
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5780
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5781
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5782
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5783
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5784
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5785
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5786
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5787
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5788
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5789
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5790
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5791
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5792
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5793
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5794
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5795
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5796
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5797
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5798
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5799
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5800
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5801
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5802
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5803
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5804
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5805
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5806
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5807
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5808
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5809
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5810
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5811
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5812
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5813
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5814
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5815
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5816
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5817
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5818
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5819
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5820
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5821
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5822
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5823
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5824
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5825
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5826
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5827
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5828
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5829
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5830
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5831
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5832
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5833
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5834
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5835
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5836
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5837
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5838
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5839
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5840
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5841
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5842
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5843
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5844
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5845
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5846
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5847
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5848
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5849
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5850
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5851
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5852
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5853
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5854
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5855
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5856
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5857
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5858
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5859
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5860
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5861
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5862
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5863
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5864
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5865
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5866
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5867
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5868
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5869
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5870
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5871
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5872
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5873
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5874
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5875
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5876
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5877
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5878
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5879
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5880
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5881
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5882
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5883
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5884
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5885
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5886
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5887
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5888
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5889
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5890
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5891
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5892
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5893
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5894
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5895
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5896
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5897
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5898
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5899
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5900
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5901
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5902
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5903
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5904
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5905
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5906
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5907
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5908
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5909
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5910
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5911
    "ember-data": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5912
      "version": "2.13.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5913
      "resolved": "https://registry.npmjs.org/ember-data/-/ember-data-2.13.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5914
      "integrity": "sha1-/YXa88THv+agwuQs7fcgSJeflK4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5915
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5916
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5917
        "amd-name-resolver": "0.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5918
        "babel-plugin-feature-flags": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5919
        "babel-plugin-filter-imports": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5920
        "babel6-plugin-strip-class-callcheck": "6.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5921
        "babel6-plugin-strip-heimdall": "6.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5922
        "broccoli-babel-transpiler": "6.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5923
        "broccoli-file-creator": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5924
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5925
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5926
        "ember-cli-babel": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5927
        "ember-cli-path-utils": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5928
        "ember-cli-string-utils": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5929
        "ember-cli-test-info": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5930
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5931
        "ember-inflector": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5932
        "ember-runtime-enumerable-includes-polyfill": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5933
        "exists-sync": "0.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5934
        "git-repo-info": "1.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5935
        "heimdalljs": "0.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5936
        "inflection": "1.12.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5937
        "npm-git-info": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5938
        "semver": "5.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5939
        "silent-error": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5940
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5941
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5942
        "amd-name-resolver": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5943
          "version": "0.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5944
          "resolved": "https://registry.npmjs.org/amd-name-resolver/-/amd-name-resolver-0.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5945
          "integrity": "sha1-dpYtrIdu0zEbBdKcaljBTh7zMEs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5946
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5947
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5948
            "ensure-posix-path": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5949
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5950
        },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5951
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5952
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5953
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5954
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5955
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5956
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5957
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5958
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5959
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5960
        "exists-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5961
          "version": "0.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5962
          "resolved": "https://registry.npmjs.org/exists-sync/-/exists-sync-0.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5963
          "integrity": "sha1-uRAAC+27ETs3i4L19adjgQdiLc8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5964
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5965
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5966
        "heimdalljs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5967
          "version": "0.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5968
          "resolved": "https://registry.npmjs.org/heimdalljs/-/heimdalljs-0.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5969
          "integrity": "sha1-6S0sb3f9RtW/ULYQ0orTF1UFTQs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5970
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5971
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5972
            "rsvp": "3.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5973
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5974
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5975
        "rsvp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5976
          "version": "3.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5977
          "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5978
          "integrity": "sha1-B8tKXfJa3Z6Cbrxn3Mn9idsn2Eo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5979
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5980
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5981
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5982
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5983
    "ember-disable-proxy-controllers": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5984
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5985
      "resolved": "https://registry.npmjs.org/ember-disable-proxy-controllers/-/ember-disable-proxy-controllers-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  5986
      "integrity": "sha1-ElTu7AugJcJOuejaYRr6ezh1QoE=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5987
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5988
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5989
        "ember-cli-babel": "5.2.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5990
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5991
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5992
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5993
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5994
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  5995
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5996
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5997
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5998
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  5999
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6000
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6001
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6002
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6003
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6004
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6005
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6006
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6007
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6008
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6009
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6010
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6011
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6012
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6013
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6014
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6015
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6016
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6017
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6018
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6019
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6020
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6021
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6022
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6023
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6024
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6025
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6026
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6027
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6028
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6029
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6030
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6031
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6032
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6033
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6034
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6035
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6036
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6037
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6038
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6039
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6040
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6041
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6042
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6043
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6044
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6045
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6046
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6047
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6048
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6049
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6050
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6051
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6052
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6053
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6054
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6055
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6056
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6057
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6058
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6059
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6060
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6061
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6062
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6063
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6064
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6065
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6066
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6067
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6068
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6069
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6070
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6071
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6072
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6073
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6074
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6075
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6076
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6077
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6078
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6079
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6080
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6081
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6082
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6083
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6084
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6085
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6086
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6087
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6088
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6089
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6090
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6091
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6092
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6093
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6094
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6095
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6096
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6097
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6098
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6099
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6100
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6101
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6102
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6103
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6104
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6105
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6106
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6107
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6108
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6109
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6110
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6111
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6112
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6113
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6114
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6115
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6116
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6117
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6118
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6119
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6120
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6121
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6122
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6123
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6124
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6125
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6126
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6127
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6128
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6129
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6130
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6131
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6132
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6133
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6134
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6135
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6136
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6137
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6138
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6139
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6140
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6141
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6142
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6143
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6144
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6145
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6146
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6147
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6148
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6149
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6150
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6151
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6152
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6153
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6154
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6155
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6156
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6157
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6158
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6159
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6160
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6161
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6162
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6163
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6164
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6165
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6166
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6167
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6168
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6169
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6170
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6171
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6172
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6173
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6174
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6175
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6176
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6177
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6178
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6179
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6180
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6181
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6182
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6183
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6184
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6185
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6186
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6187
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6188
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6189
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6190
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6191
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6192
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6193
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6194
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6195
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6196
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6197
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6198
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6199
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6200
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6201
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6202
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6203
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6204
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6205
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6206
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6207
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6208
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6209
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6210
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6211
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6212
    "ember-export-application-global": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6213
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6214
      "resolved": "https://registry.npmjs.org/ember-export-application-global/-/ember-export-application-global-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6215
      "integrity": "sha1-jW12GayKGj+MQwA1Sesh6+1oW9I=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6216
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6217
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6218
        "ember-cli-babel": "6.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6219
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6220
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6221
    "ember-font-awesome": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6222
      "version": "3.0.5",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6223
      "resolved": "https://registry.npmjs.org/ember-font-awesome/-/ember-font-awesome-3.0.5.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6224
      "integrity": "sha1-4ac3DmiyAb3zsiLGgKLLzRhBB8s=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6225
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6226
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6227
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6228
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6229
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6230
        "ember-cli-htmlbars": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6231
        "font-awesome": "4.7.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6232
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6233
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6234
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6235
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6236
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6237
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6238
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6239
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6240
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6241
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6242
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6243
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6244
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6245
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6246
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6247
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6248
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6249
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6250
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6251
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6252
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6253
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6254
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6255
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6256
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6257
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6258
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6259
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6260
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6261
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6262
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6263
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6264
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6265
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6266
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6267
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6268
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6269
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6270
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6271
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6272
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6273
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6274
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6275
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6276
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6277
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6278
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6279
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6280
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6281
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6282
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6283
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6284
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6285
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6286
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6287
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6288
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6289
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6290
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6291
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6292
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6293
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6294
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6295
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6296
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6297
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6298
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6299
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6300
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6301
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6302
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6303
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6304
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6305
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6306
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6307
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6308
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6309
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6310
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6311
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6312
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6313
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6314
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6315
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6316
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6317
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6318
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6319
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6320
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6321
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6322
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6323
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6324
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6325
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6326
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6327
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6328
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6329
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6330
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6331
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6332
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6333
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6334
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6335
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6336
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6337
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6338
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6339
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6340
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6341
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6342
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6343
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6344
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6345
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6346
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6347
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6348
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6349
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6350
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6351
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6352
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6353
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6354
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6355
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6356
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6357
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6358
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6359
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6360
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6361
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6362
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6363
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6364
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6365
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6366
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6367
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6368
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6369
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6370
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6371
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6372
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6373
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6374
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6375
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6376
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6377
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6378
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6379
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6380
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6381
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6382
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6383
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6384
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6385
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6386
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6387
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6388
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6389
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6390
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6391
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6392
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6393
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6394
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6395
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6396
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6397
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6398
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6399
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6400
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6401
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6402
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6403
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6404
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6405
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6406
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6407
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6408
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6409
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6410
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6411
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6412
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6413
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6414
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6415
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6416
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6417
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6418
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6419
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6420
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6421
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6422
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6423
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6424
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6425
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6426
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6427
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6428
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6429
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6430
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6431
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6432
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6433
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6434
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6435
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6436
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6437
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6438
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6439
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6440
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6441
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6442
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6443
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6444
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6445
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6446
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6447
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6448
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6449
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6450
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6451
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6452
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6453
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6454
    "ember-get-config": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6455
      "version": "0.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6456
      "resolved": "https://registry.npmjs.org/ember-get-config/-/ember-get-config-0.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6457
      "integrity": "sha1-oTJczu/LRTTHj8bMsr6Ho/7aaBc=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6458
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6459
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6460
        "broccoli-file-creator": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6461
        "ember-cli-babel": "5.2.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6462
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6463
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6464
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6465
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6466
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6467
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6468
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6469
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6470
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6471
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6472
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6473
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6474
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6475
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6476
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6477
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6478
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6479
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6480
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6481
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6482
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6483
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6484
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6485
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6486
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6487
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6488
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6489
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6490
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6491
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6492
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6493
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6494
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6495
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6496
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6497
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6498
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6499
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6500
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6501
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6502
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6503
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6504
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6505
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6506
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6507
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6508
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6509
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6510
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6511
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6512
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6513
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6514
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6515
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6516
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6517
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6518
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6519
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6520
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6521
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6522
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6523
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6524
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6525
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6526
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6527
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6528
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6529
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6530
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6531
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6532
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6533
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6534
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6535
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6536
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6537
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6538
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6539
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6540
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6541
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6542
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6543
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6544
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6545
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6546
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6547
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6548
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6549
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6550
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6551
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6552
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6553
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6554
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6555
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6556
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6557
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6558
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6559
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6560
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6561
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6562
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6563
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6564
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6565
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6566
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6567
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6568
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6569
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6570
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6571
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6572
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6573
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6574
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6575
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6576
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6577
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6578
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6579
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6580
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6581
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6582
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6583
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6584
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6585
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6586
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6587
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6588
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6589
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6590
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6591
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6592
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6593
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6594
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6595
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6596
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6597
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6598
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6599
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6600
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6601
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6602
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6603
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6604
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6605
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6606
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6607
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6608
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6609
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6610
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6611
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6612
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6613
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6614
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6615
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6616
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6617
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6618
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6619
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6620
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6621
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6622
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6623
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6624
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6625
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6626
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6627
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6628
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6629
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6630
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6631
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6632
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6633
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6634
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6635
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6636
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6637
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6638
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6639
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6640
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6641
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6642
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6643
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6644
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6645
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6646
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6647
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6648
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6649
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6650
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6651
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6652
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6653
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6654
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6655
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6656
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6657
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6658
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6659
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6660
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6661
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6662
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6663
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6664
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6665
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6666
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6667
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6668
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6669
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6670
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6671
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6672
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6673
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6674
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6675
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6676
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6677
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6678
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6679
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6680
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6681
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6682
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6683
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6684
    "ember-getowner-polyfill": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6685
      "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6686
      "resolved": "https://registry.npmjs.org/ember-getowner-polyfill/-/ember-getowner-polyfill-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6687
      "integrity": "sha1-a7ZgOCfdL48zviQ0VwqGzJ5Sc/8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6688
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6689
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6690
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6691
        "ember-cli-version-checker": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6692
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6693
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6694
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6695
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6696
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6697
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6698
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6699
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6700
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6701
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6702
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6703
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6704
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6705
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6706
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6707
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6708
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6709
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6710
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6711
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6712
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6713
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6714
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6715
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6716
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6717
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6718
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6719
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6720
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6721
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6722
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6723
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6724
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6725
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6726
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6727
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6728
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6729
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6730
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6731
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6732
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6733
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6734
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6735
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6736
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6737
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6738
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6739
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6740
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6741
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6742
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6743
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6744
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6745
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6746
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6747
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6748
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6749
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6750
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6751
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6752
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6753
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6754
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6755
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6756
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6757
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6758
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6759
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6760
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6761
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6762
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6763
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6764
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6765
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6766
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6767
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6768
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6769
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6770
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6771
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6772
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6773
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6774
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6775
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6776
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6777
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6778
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6779
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6780
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6781
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6782
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6783
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6784
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6785
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6786
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6787
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6788
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6789
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6790
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6791
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6792
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6793
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6794
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6795
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6796
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6797
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6798
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6799
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6800
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6801
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6802
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6803
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6804
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6805
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6806
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6807
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6808
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6809
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6810
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6811
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6812
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6813
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6814
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6815
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6816
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6817
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6818
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6819
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6820
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6821
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6822
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6823
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6824
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6825
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6826
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6827
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6828
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6829
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6830
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6831
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6832
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6833
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6834
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6835
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6836
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6837
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6838
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6839
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6840
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6841
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6842
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6843
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6844
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6845
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6846
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6847
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6848
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6849
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6850
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6851
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6852
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6853
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6854
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6855
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6856
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6857
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6858
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6859
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6860
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6861
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6862
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6863
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6864
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6865
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6866
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6867
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6868
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6869
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6870
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6871
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6872
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6873
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6874
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6875
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6876
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6877
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6878
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6879
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6880
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6881
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6882
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6883
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6884
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6885
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6886
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6887
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6888
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6889
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6890
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6891
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6892
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6893
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6894
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6895
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6896
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6897
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6898
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6899
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6900
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6901
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6902
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6903
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6904
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6905
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6906
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6907
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6908
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6909
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6910
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6911
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6912
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6913
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6914
    "ember-hash-helper-polyfill": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6915
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6916
      "resolved": "https://registry.npmjs.org/ember-hash-helper-polyfill/-/ember-hash-helper-polyfill-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  6917
      "integrity": "sha1-vI7m+lnpVB/OB9LPTyY894Xp4ds=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6918
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6919
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6920
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6921
        "ember-cli-version-checker": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6922
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6923
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6924
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6925
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6926
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6927
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6928
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6929
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6930
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6931
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6932
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6933
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6934
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6935
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6936
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6937
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6938
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6939
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6940
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6941
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6942
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6943
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6944
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6945
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6946
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6947
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6948
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6949
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6950
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6951
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6952
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6953
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6954
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6955
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6956
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6957
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6958
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6959
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6960
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6961
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6962
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6963
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6964
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6965
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6966
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6967
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6968
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6969
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6970
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6971
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6972
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6973
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6974
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6975
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6976
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6977
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6978
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6979
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6980
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6981
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6982
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6983
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6984
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6985
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6986
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6987
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6988
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6989
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6990
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6991
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6992
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6993
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  6994
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6995
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6996
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6997
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6998
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  6999
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7000
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7001
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7002
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7003
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7004
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7005
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7006
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7007
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7008
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7009
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7010
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7011
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7012
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7013
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7014
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7015
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7016
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7017
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7018
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7019
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7020
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7021
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7022
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7023
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7024
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7025
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7026
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7027
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7028
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7029
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7030
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7031
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7032
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7033
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7034
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7035
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7036
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7037
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7038
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7039
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7040
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7041
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7042
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7043
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7044
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7045
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7046
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7047
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7048
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7049
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7050
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7051
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7052
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7053
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7054
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7055
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7056
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7057
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7058
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7059
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7060
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7061
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7062
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7063
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7064
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7065
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7066
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7067
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7068
        "js-tokens": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7069
          "version": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7070
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7071
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7072
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7073
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7074
        "json5": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7075
          "version": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7076
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7077
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7078
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7079
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7080
        "lodash": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7081
          "version": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7082
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7083
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7084
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7085
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7086
        "minimatch": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7087
          "version": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7088
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7089
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7090
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7091
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7092
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7093
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7094
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7095
        "minimist": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7096
          "version": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7097
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7098
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7099
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7100
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7101
        "path-exists": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7102
          "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7103
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7104
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7105
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7106
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7107
        "repeating": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7108
          "version": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7109
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7110
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7111
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7112
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7113
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7114
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7115
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7116
        "source-map-support": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7117
          "version": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7118
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7119
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7120
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7121
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7122
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7123
          },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7124
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7125
            "source-map": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7126
              "version": "0.1.32",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7127
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7128
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7129
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7130
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7131
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7132
              }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7133
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7134
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7135
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7136
        "user-home": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7137
          "version": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7138
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7139
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7140
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7141
        }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7142
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7143
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7144
    "ember-inflector": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7145
      "version": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7146
      "resolved": "https://registry.npmjs.org/ember-inflector/-/ember-inflector-2.0.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7147
      "integrity": "sha512-CFiWADOwuyRJwlOm2/8qvCRPLPylowvew+2vgFUFjd6UDvunwQfOJ/LS06PqnNcTfKN5Wu3Rcvj81NzIVkJmSg==",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7148
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7149
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7150
        "ember-cli-babel": "6.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7151
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7152
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7153
    "ember-invoke-action": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7154
      "version": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7155
      "resolved": "https://registry.npmjs.org/ember-invoke-action/-/ember-invoke-action-1.4.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7156
      "integrity": "sha1-KJmFS9dV+TMcqGyQK/bU2/i9/LM=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7157
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7158
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7159
        "ember-cli-babel": "5.2.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7160
      },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7161
      "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7162
        "babel-core": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7163
          "version": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7164
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7165
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7166
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7167
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7168
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7169
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7170
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7171
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7172
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7173
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7174
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7175
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7176
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7177
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7178
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7179
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7180
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7181
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7182
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7183
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7184
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7185
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7186
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7187
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7188
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7189
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7190
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7191
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7192
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7193
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7194
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7195
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7196
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7197
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7198
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7199
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7200
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7201
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7202
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7203
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7204
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7205
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7206
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7207
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7208
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7209
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7210
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7211
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7212
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7213
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7214
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7215
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7216
        "babylon": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7217
          "version": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7218
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7219
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7220
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7221
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7222
        "bluebird": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7223
          "version": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7224
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7225
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7226
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7227
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7228
        "broccoli-babel-transpiler": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7229
          "version": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7230
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7231
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7232
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7233
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7234
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7235
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7236
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7237
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7238
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7239
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7240
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7241
          },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7242
          "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7243
            "clone": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7244
              "version": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7245
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7246
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7247
              "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7248
            }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7249
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7250
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7251
        "core-js": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7252
          "version": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7253
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7254
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7255
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7256
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7257
        "detect-indent": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7258
          "version": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7259
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7260
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7261
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7262
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7263
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7264
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7265
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7266
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7267
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7268
        "ember-cli-babel": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7269
          "version": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7270
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7271
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7272
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7273
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7274
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7275
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7276
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7277
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7278
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7279
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7280
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7281
        "ember-cli-version-checker": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7282
          "version": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7283
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7284
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7285
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7286
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7287
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7288
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7289
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7290
        "globals": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7291
          "version": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7292
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7293
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7294
          "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7295
        },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7296
        "home-or-tmp": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7297
          "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7298
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7299
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7300
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7301
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7302
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7303
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7304
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7305
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7306
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7307
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7308
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7309
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7310
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7311
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7312
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7313
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7314
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7315
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7316
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7317
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7318
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7319
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7320
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7321
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7322
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7323
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7324
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7325
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7326
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7327
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7328
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7329
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7330
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7331
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7332
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7333
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7334
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7335
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7336
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7337
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7338
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7339
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7340
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7341
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7342
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7343
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7344
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7345
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7346
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7347
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7348
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7349
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7350
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7351
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7352
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7353
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7354
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7355
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7356
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7357
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7358
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7359
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7360
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7361
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7362
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7363
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7364
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7365
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7366
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7367
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7368
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7369
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7370
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7371
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7372
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7373
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7374
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7375
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7376
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7377
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7378
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7379
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7380
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7381
    },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7382
    "ember-leaflet": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7383
      "version": "3.0.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7384
      "resolved": "https://registry.npmjs.org/ember-leaflet/-/ember-leaflet-3.0.11.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7385
      "integrity": "sha1-zyMfamqh//QKVCShUdBaRSYTucs=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7386
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7387
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7388
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7389
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7390
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7391
        "ember-cli-htmlbars": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7392
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7393
        "ember-composability-tools": "0.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7394
        "ember-get-config": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7395
        "ember-invoke-action": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7396
        "ember-wormhole": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7397
        "fastboot-filter-initializers": "0.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7398
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7399
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7400
        "babel-core": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7401
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7402
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7403
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7404
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7405
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7406
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7407
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7408
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7409
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7410
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7411
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7412
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7413
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7414
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7415
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7416
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7417
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7418
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7419
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7420
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7421
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7422
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7423
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7424
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7425
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7426
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7427
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7428
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7429
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7430
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7431
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7432
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7433
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7434
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7435
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7436
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7437
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7438
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7439
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7440
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7441
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7442
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7443
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7444
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7445
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7446
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7447
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7448
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7449
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7450
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7451
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7452
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7453
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7454
        "babylon": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7455
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7456
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7457
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7458
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7459
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7460
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7461
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7462
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7463
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7464
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7465
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7466
        "broccoli-babel-transpiler": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7467
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7468
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7469
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7470
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7471
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7472
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7473
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7474
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7475
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7476
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7477
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7478
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7479
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7480
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7481
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7482
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7483
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7484
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7485
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7486
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7487
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7488
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7489
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7490
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7491
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7492
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7493
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7494
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7495
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7496
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7497
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7498
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7499
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7500
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7501
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7502
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7503
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7504
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7505
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7506
        "ember-cli-babel": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7507
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7508
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7509
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7510
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7511
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7512
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7513
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7514
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7515
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7516
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7517
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7518
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7519
        "ember-cli-version-checker": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7520
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7521
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7522
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7523
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7524
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7525
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7526
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7527
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7528
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7529
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7530
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7531
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7532
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7533
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7534
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7535
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7536
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7537
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7538
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7539
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7540
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7541
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7542
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7543
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7544
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7545
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7546
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7547
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7548
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7549
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7550
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7551
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7552
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7553
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7554
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7555
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7556
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7557
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7558
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7559
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7560
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7561
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7562
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7563
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7564
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7565
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7566
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7567
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7568
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7569
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7570
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7571
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7572
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7573
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7574
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7575
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7576
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7577
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7578
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7579
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7580
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7581
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7582
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7583
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7584
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7585
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7586
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7587
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7588
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7589
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7590
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7591
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7592
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7593
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7594
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7595
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7596
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7597
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7598
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7599
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7600
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7601
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7602
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7603
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7604
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7605
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7606
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7607
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7608
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7609
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7610
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7611
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7612
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7613
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7614
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7615
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7616
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7617
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7618
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7619
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7620
    "ember-load-initializers": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7621
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7622
      "resolved": "https://registry.npmjs.org/ember-load-initializers/-/ember-load-initializers-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7623
      "integrity": "sha1-SRnq8G9t/sp+E0Yz2MBabJkh5uc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7624
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7625
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7626
        "ember-cli-babel": "6.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7627
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7628
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7629
    "ember-lodash": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7630
      "version": "4.17.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7631
      "resolved": "https://registry.npmjs.org/ember-lodash/-/ember-lodash-4.17.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7632
      "integrity": "sha1-YqduMi4UAoHDFAa23VoRzzGMRS0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7633
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7634
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7635
        "broccoli-debug": "0.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7636
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7637
        "broccoli-merge-trees": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7638
        "broccoli-string-replace": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7639
        "ember-cli-babel": "6.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7640
        "lodash-es": "4.17.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7641
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7642
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7643
        "broccoli-merge-trees": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7644
          "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7645
          "resolved": "https://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7646
          "integrity": "sha1-EK6kbdXOvMi499WlTwqEpPC7kLk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7647
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7648
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7649
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7650
            "merge-trees": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7651
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7652
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7653
        "ember-cli-babel": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7654
          "version": "6.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7655
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-6.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7656
          "integrity": "sha1-2cg6fQxnzIo8y5vQgpccNZPlT60=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7657
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7658
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7659
            "amd-name-resolver": "0.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7660
            "babel-plugin-debug-macros": "0.1.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7661
            "babel-plugin-transform-es2015-modules-amd": "6.24.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7662
            "babel-polyfill": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7663
            "babel-preset-env": "1.5.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7664
            "broccoli-babel-transpiler": "6.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7665
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7666
            "broccoli-source": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7667
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7668
            "ember-cli-version-checker": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7669
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7670
        },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7671
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7672
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7673
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7674
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7675
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7676
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7677
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7678
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7679
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7680
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7681
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7682
    "ember-qunit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7683
      "version": "2.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7684
      "resolved": "https://registry.npmjs.org/ember-qunit/-/ember-qunit-2.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7685
      "integrity": "sha512-Ee7LC9/7eJv1vvIBSo+xcBUbJ7HUijuBsLLFeAEJLEALmd4iTk+B4wbncXnArJkncsbL4F86M/MoRbCnxd0sdA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7686
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7687
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7688
        "ember-test-helpers": "0.6.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7689
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7690
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7691
    "ember-resolver": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7692
      "version": "4.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7693
      "resolved": "https://registry.npmjs.org/ember-resolver/-/ember-resolver-4.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7694
      "integrity": "sha1-8CrrLx8ulE7UfghUEqe4T3WdEd8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7695
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7696
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7697
        "@glimmer/resolver": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7698
        "babel-plugin-debug-macros": "0.1.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7699
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7700
        "broccoli-merge-trees": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7701
        "ember-cli-babel": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7702
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7703
        "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7704
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7705
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7706
        "broccoli-merge-trees": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7707
          "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7708
          "resolved": "https://registry.npmjs.org/broccoli-merge-trees/-/broccoli-merge-trees-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7709
          "integrity": "sha1-EK6kbdXOvMi499WlTwqEpPC7kLk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7710
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7711
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7712
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7713
            "merge-trees": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7714
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7715
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7716
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7717
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7718
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7719
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7720
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7721
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7722
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7723
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7724
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7725
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7726
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7727
    "ember-router-generator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7728
      "version": "1.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7729
      "resolved": "https://registry.npmjs.org/ember-router-generator/-/ember-router-generator-1.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7730
      "integrity": "sha1-jtLKhv8yM2MSD8FCeBkeno8TFe4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7731
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7732
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7733
        "recast": "0.11.23"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7734
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7735
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7736
    "ember-runtime-enumerable-includes-polyfill": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7737
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7738
      "resolved": "https://registry.npmjs.org/ember-runtime-enumerable-includes-polyfill/-/ember-runtime-enumerable-includes-polyfill-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7739
      "integrity": "sha1-bpuhGLyQnR13Yt4bA6VQ2JVTCKk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7740
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7741
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7742
        "ember-cli-babel": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7743
        "ember-cli-version-checker": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7744
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7745
      "dependencies": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7746
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7747
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7748
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7749
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7750
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7751
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7752
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7753
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7754
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7755
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7756
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7757
    "ember-source": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7758
      "version": "2.13.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7759
      "resolved": "https://registry.npmjs.org/ember-source/-/ember-source-2.13.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7760
      "integrity": "sha1-f79BPM7dtx0mdQLVkWKtLfbp/xE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7761
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7762
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7763
        "@glimmer/compiler": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7764
        "@glimmer/di": "0.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7765
        "@glimmer/node": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7766
        "@glimmer/reference": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7767
        "@glimmer/runtime": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7768
        "@glimmer/util": "0.22.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7769
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7770
        "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7771
        "ember-cli-get-component-path-option": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7772
        "ember-cli-normalize-entity-name": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7773
        "ember-cli-path-utils": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7774
        "ember-cli-string-utils": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7775
        "ember-cli-test-info": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7776
        "ember-cli-valid-component-name": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7777
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7778
        "handlebars": "4.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7779
        "jquery": "3.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7780
        "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7781
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7782
        "simple-dom": "0.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7783
        "simple-html-tokenizer": "0.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7784
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7785
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7786
        "@glimmer/di": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7787
          "version": "0.1.11",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7788
          "resolved": "https://registry.npmjs.org/@glimmer/di/-/di-0.1.11.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7789
          "integrity": "sha1-poeMB6E6LCx2/N5ZilyXY3v8QoA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7790
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7791
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7792
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7793
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7794
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7795
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7796
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7797
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7798
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7799
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7800
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7801
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7802
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7803
    "ember-test-helpers": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7804
      "version": "0.6.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7805
      "resolved": "https://registry.npmjs.org/ember-test-helpers/-/ember-test-helpers-0.6.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7806
      "integrity": "sha1-+GTN9vTnXz+HaNZTd4W1q26C2Qc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7807
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7808
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  7809
    "ember-tether": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7810
      "version": "0.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7811
      "resolved": "https://registry.npmjs.org/ember-tether/-/ember-tether-0.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7812
      "integrity": "sha1-s/o5ELtMQw4UAH4BZ3T3jO1HjPc=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7813
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7814
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7815
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7816
        "ember-cli-node-assets": "0.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7817
        "tether": "1.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7818
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7819
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7820
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7821
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7822
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7823
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7824
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7825
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7826
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7827
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7828
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7829
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7830
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7831
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7832
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7833
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7834
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7835
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7836
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7837
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7838
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7839
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7840
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7841
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7842
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7843
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7844
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7845
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7846
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7847
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7848
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7849
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7850
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7851
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7852
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7853
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7854
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7855
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7856
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7857
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7858
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7859
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7860
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7861
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7862
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7863
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7864
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7865
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7866
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7867
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7868
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7869
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7870
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7871
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7872
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7873
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7874
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7875
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7876
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7877
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7878
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7879
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7880
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7881
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7882
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7883
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7884
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7885
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7886
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7887
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7888
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7889
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7890
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7891
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7892
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7893
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7894
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7895
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7896
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7897
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7898
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7899
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7900
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7901
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7902
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7903
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7904
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7905
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7906
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7907
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7908
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7909
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7910
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7911
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7912
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7913
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7914
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7915
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7916
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7917
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7918
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7919
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7920
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7921
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7922
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7923
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7924
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7925
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7926
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7927
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7928
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7929
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7930
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7931
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7932
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7933
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7934
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7935
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7936
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7937
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7938
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7939
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7940
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7941
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7942
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7943
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7944
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7945
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7946
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7947
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7948
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7949
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7950
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7951
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7952
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7953
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7954
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7955
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7956
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7957
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7958
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7959
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7960
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7961
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7962
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7963
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7964
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7965
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7966
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7967
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7968
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7969
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7970
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7971
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7972
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7973
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7974
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7975
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7976
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7977
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7978
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7979
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7980
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7981
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7982
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7983
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7984
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7985
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7986
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7987
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7988
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  7989
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7990
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7991
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7992
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7993
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7994
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7995
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7996
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7997
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7998
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  7999
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8000
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8001
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8002
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8003
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8004
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8005
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8006
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8007
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8008
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8009
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8010
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8011
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8012
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8013
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8014
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8015
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8016
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8017
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8018
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8019
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8020
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8021
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8022
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8023
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8024
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8025
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8026
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8027
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8028
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8029
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8030
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8031
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8032
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8033
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8034
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8035
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8036
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8037
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8038
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8039
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8040
    "ember-tooltips": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8041
      "version": "2.8.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8042
      "resolved": "https://registry.npmjs.org/ember-tooltips/-/ember-tooltips-2.8.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8043
      "integrity": "sha1-GxBSaeRdLfISdbsfB5KXotiXDv8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8044
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8045
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8046
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8047
        "ember-cli-htmlbars": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8048
        "ember-cli-sass": "6.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8049
        "ember-hash-helper-polyfill": "0.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8050
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8051
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8052
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8053
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8054
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8055
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8056
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8057
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8058
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8059
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8060
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8061
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8062
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8063
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8064
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8065
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8066
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8067
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8068
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8069
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8070
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8071
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8072
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8073
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8074
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8075
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8076
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8077
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8078
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8079
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8080
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8081
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8082
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8083
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8084
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8085
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8086
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8087
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8088
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8089
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8090
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8091
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8092
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8093
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8094
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8095
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8096
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8097
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8098
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8099
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8100
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8101
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8102
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8103
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8104
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8105
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8106
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8107
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8108
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8109
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8110
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8111
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8112
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8113
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8114
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8115
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8116
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8117
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8118
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8119
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8120
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8121
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8122
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8123
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8124
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8125
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8126
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8127
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8128
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8129
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8130
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8131
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8132
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8133
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8134
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8135
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8136
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8137
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8138
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8139
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8140
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8141
        "broccoli-caching-writer": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8142
          "version": "3.0.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8143
          "resolved": "https://registry.npmjs.org/broccoli-caching-writer/-/broccoli-caching-writer-3.0.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8144
          "integrity": "sha1-C9LJapc41qarWQ8HujXFFX19tHY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8145
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8146
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8147
            "broccoli-kitchen-sink-helpers": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8148
            "broccoli-plugin": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8149
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8150
            "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8151
            "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8152
            "walk-sync": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8153
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8154
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8155
        "broccoli-sass-source-maps": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8156
          "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8157
          "resolved": "https://registry.npmjs.org/broccoli-sass-source-maps/-/broccoli-sass-source-maps-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8158
          "integrity": "sha1-fyX59LKWkYzsbgBnLGPnWrzjPUU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8159
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8160
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8161
            "broccoli-caching-writer": "3.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8162
            "include-path-searcher": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8163
            "mkdirp": "0.3.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8164
            "node-sass": "4.5.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8165
            "object-assign": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8166
            "rsvp": "3.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8167
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8168
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8169
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8170
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8171
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8172
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8173
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8174
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8175
        "cross-spawn": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8176
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8177
          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8178
          "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8179
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8180
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8181
            "lru-cache": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8182
            "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8183
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8184
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8185
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8186
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8187
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8188
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8189
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8190
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8191
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8192
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8193
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8194
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8195
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8196
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8197
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8198
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8199
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8200
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8201
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8202
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8203
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8204
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8205
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8206
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8207
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8208
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8209
        "ember-cli-sass": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8210
          "version": "6.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8211
          "resolved": "https://registry.npmjs.org/ember-cli-sass/-/ember-cli-sass-6.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8212
          "integrity": "sha1-McnI+nicDSWq+OMVQxt6PsS6AXU=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8213
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8214
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8215
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8216
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8217
            "broccoli-sass-source-maps": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8218
            "ember-cli-babel": "5.1.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8219
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8220
            "merge": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8221
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8222
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8223
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8224
              "version": "1.0.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8225
              "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8226
              "integrity": "sha1-Jgt6meux7f4kdTgXX3gyQ8sZ0Uk=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8227
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8228
            },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8229
            "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8230
              "version": "5.1.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8231
              "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.1.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8232
              "integrity": "sha1-1APxeKq2AuEzfEA8WljAIAqJaao=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8233
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8234
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8235
                "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8236
                "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8237
                "clone": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8238
                "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8239
                "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8240
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8241
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8242
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8243
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8244
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8245
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8246
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8247
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8248
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8249
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8250
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8251
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8252
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8253
        "glob": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8254
          "version": "7.1.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8255
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8256
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8257
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8258
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8259
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8260
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8261
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8262
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8263
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8264
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8265
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8266
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8267
            "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8268
              "version": "3.0.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8269
              "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8270
              "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8271
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8272
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8273
                "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8274
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8275
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8276
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8277
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8278
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8279
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8280
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8281
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8282
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8283
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8284
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8285
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8286
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8287
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8288
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8289
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8290
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8291
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8292
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8293
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8294
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8295
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8296
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8297
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8298
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8299
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8300
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8301
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8302
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8303
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8304
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8305
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8306
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8307
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8308
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8309
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8310
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8311
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8312
        "lodash.assign": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8313
          "version": "4.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8314
          "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8315
          "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8316
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8317
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8318
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8319
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8320
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8321
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8322
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8323
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8324
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8325
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8326
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8327
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8328
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8329
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8330
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8331
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8332
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8333
        "mkdirp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8334
          "version": "0.3.5",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8335
          "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8336
          "integrity": "sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8337
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8338
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8339
        "node-sass": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8340
          "version": "4.5.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8341
          "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.5.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8342
          "integrity": "sha1-0JydEXlkEjnRuX/8YjH9zsU+FWg=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8343
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8344
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8345
            "async-foreach": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8346
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8347
            "cross-spawn": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8348
            "gaze": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8349
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8350
            "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8351
            "in-publish": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8352
            "lodash.assign": "4.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8353
            "lodash.clonedeep": "4.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8354
            "lodash.mergewith": "4.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8355
            "meow": "3.7.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8356
            "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8357
            "nan": "2.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8358
            "node-gyp": "3.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8359
            "npmlog": "4.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8360
            "request": "2.81.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8361
            "sass-graph": "2.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8362
            "stdout-stream": "1.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8363
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8364
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8365
            "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8366
              "version": "0.0.8",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8367
              "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8368
              "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8369
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8370
            },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8371
            "mkdirp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8372
              "version": "0.5.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8373
              "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8374
              "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8375
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8376
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8377
                "minimist": "0.0.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8378
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8379
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8380
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8381
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8382
        "object-assign": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8383
          "version": "2.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8384
          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8385
          "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8386
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8387
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8388
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8389
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8390
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8391
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8392
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8393
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8394
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8395
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8396
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8397
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8398
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8399
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8400
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8401
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8402
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8403
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8404
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8405
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8406
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8407
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8408
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8409
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8410
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8411
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8412
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8413
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8414
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8415
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8416
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8417
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8418
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8419
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8420
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8421
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8422
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8423
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8424
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8425
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8426
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8427
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8428
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8429
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8430
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8431
    "ember-truth-helpers": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8432
      "version": "1.3.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8433
      "resolved": "https://registry.npmjs.org/ember-truth-helpers/-/ember-truth-helpers-1.3.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8434
      "integrity": "sha1-btn4POmkn1K7QW1V4idCYzmmTGA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8435
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8436
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8437
        "ember-cli-babel": "5.2.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8438
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8439
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8440
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8441
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8442
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8443
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8444
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8445
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8446
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8447
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8448
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8449
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8450
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8451
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8452
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8453
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8454
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8455
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8456
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8457
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8458
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8459
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8460
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8461
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8462
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8463
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8464
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8465
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8466
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8467
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8468
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8469
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8470
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8471
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8472
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8473
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8474
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8475
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8476
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8477
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8478
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8479
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8480
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8481
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8482
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8483
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8484
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8485
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8486
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8487
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8488
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8489
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8490
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8491
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8492
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8493
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8494
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8495
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8496
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8497
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8498
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8499
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8500
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8501
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8502
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8503
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8504
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8505
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8506
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8507
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8508
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8509
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8510
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8511
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8512
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8513
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8514
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8515
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8516
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8517
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8518
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8519
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8520
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8521
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8522
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8523
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8524
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8525
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8526
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8527
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8528
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8529
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8530
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8531
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8532
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8533
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8534
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8535
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8536
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8537
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8538
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8539
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8540
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8541
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8542
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8543
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8544
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8545
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8546
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8547
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8548
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8549
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8550
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8551
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8552
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8553
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8554
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8555
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8556
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8557
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8558
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8559
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8560
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8561
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8562
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8563
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8564
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8565
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8566
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8567
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8568
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8569
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8570
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8571
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8572
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8573
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8574
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8575
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8576
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8577
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8578
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8579
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8580
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8581
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8582
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8583
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8584
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8585
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8586
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8587
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8588
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8589
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8590
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8591
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8592
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8593
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8594
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8595
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8596
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8597
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8598
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8599
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8600
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8601
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8602
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8603
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8604
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8605
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8606
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8607
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8608
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8609
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8610
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8611
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8612
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8613
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8614
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8615
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8616
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8617
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8618
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8619
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8620
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8621
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8622
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8623
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8624
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8625
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8626
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8627
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8628
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8629
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8630
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8631
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8632
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8633
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8634
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8635
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8636
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8637
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8638
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8639
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8640
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8641
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8642
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8643
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8644
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8645
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8646
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8647
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8648
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8649
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8650
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8651
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8652
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8653
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8654
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8655
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8656
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8657
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8658
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8659
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8660
    "ember-try": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8661
      "version": "0.2.15",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8662
      "resolved": "https://registry.npmjs.org/ember-try/-/ember-try-0.2.15.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8663
      "integrity": "sha1-VZx1YFhxdZW6vnAGjlQWJb1eIQo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8664
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8665
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8666
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8667
        "cli-table2": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8668
        "core-object": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8669
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8670
        "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8671
        "ember-try-config": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8672
        "extend": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8673
        "fs-extra": "0.26.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8674
        "promise-map-series": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8675
        "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8676
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8677
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8678
        "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8679
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8680
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8681
        "core-object": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8682
          "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8683
          "resolved": "https://registry.npmjs.org/core-object/-/core-object-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8684
          "integrity": "sha1-htY5GHM8+doaWq5ynmLAqI5mrQo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8685
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8686
        },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8687
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8688
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8689
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8690
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8691
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8692
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8693
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8694
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8695
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8696
        "fs-extra": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8697
          "version": "0.26.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8698
          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8699
          "integrity": "sha1-muH92UiXeY7at20JGM9C0MMYT6k=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8700
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8701
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8702
            "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8703
            "jsonfile": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8704
            "klaw": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8705
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8706
            "rimraf": "2.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8707
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8708
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8709
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8710
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8711
    "ember-try-config": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8712
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8713
      "resolved": "https://registry.npmjs.org/ember-try-config/-/ember-try-config-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8714
      "integrity": "sha1-4OFWIppUI0aljub2rWBRBMmO3+A=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8715
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8716
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8717
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8718
        "node-fetch": "1.7.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8719
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8720
        "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8721
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8722
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8723
    "ember-welcome-page": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8724
      "version": "3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8725
      "resolved": "https://registry.npmjs.org/ember-welcome-page/-/ember-welcome-page-3.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8726
      "integrity": "sha1-h+uNw3QnpexjYTLeCO9H75HjCgw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8727
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8728
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8729
        "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8730
        "ember-cli-babel": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8731
        "ember-cli-htmlbars": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8732
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8733
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8734
    "ember-wormhole": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8735
      "version": "0.5.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8736
      "resolved": "https://registry.npmjs.org/ember-wormhole/-/ember-wormhole-0.5.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8737
      "integrity": "sha1-8qb/8TscA3/6g7LJKR2LWXiHjls=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8738
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8739
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8740
        "ember-cli-babel": "5.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8741
        "ember-cli-htmlbars": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8742
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8743
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8744
        "babel-core": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8745
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8746
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8747
          "integrity": "sha1-H8ruedfmG3ULALjlT238nQr4ZVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8748
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8749
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8750
            "babel-plugin-constant-folding": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8751
            "babel-plugin-dead-code-elimination": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8752
            "babel-plugin-eval": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8753
            "babel-plugin-inline-environment-variables": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8754
            "babel-plugin-jscript": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8755
            "babel-plugin-member-expression-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8756
            "babel-plugin-property-literals": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8757
            "babel-plugin-proto-to-assign": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8758
            "babel-plugin-react-constant-elements": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8759
            "babel-plugin-react-display-name": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8760
            "babel-plugin-remove-console": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8761
            "babel-plugin-remove-debugger": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8762
            "babel-plugin-runtime": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8763
            "babel-plugin-undeclared-variables-check": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8764
            "babel-plugin-undefined-to-void": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8765
            "babylon": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8766
            "bluebird": "2.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8767
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8768
            "convert-source-map": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8769
            "core-js": "1.2.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8770
            "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8771
            "detect-indent": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8772
            "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8773
            "fs-readdir-recursive": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8774
            "globals": "6.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8775
            "home-or-tmp": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8776
            "is-integer": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8777
            "js-tokens": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8778
            "json5": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8779
            "lodash": "3.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8780
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8781
            "output-file-sync": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8782
            "path-exists": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8783
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8784
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8785
            "regenerator": "0.8.40",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8786
            "regexpu": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8787
            "repeating": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8788
            "resolve": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8789
            "shebang-regex": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8790
            "slash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8791
            "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8792
            "source-map-support": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8793
            "to-fast-properties": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8794
            "trim-right": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8795
            "try-resolve": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8796
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8797
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8798
        "babylon": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8799
          "version": "5.8.38",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8800
          "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8801
          "integrity": "sha1-7JsSCxG/bM1Bc6GL8hfmC3mFn/0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8802
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8803
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8804
        "bluebird": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8805
          "version": "2.11.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8806
          "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8807
          "integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8808
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8809
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8810
        "broccoli-babel-transpiler": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8811
          "version": "5.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8812
          "resolved": "https://registry.npmjs.org/broccoli-babel-transpiler/-/broccoli-babel-transpiler-5.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8813
          "integrity": "sha1-lYxy5DV1svCoYqUJbboc4evH100=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8814
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8815
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8816
            "babel-core": "5.8.38",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8817
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8818
            "broccoli-merge-trees": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8819
            "broccoli-persistent-filter": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8820
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8821
            "hash-for-dep": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8822
            "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8823
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8824
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8825
            "clone": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8826
              "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8827
              "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8828
              "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8829
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8830
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8831
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8832
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8833
        "core-js": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8834
          "version": "1.2.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8835
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8836
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8837
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8838
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8839
        "detect-indent": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8840
          "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8841
          "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8842
          "integrity": "sha1-ncXl3bzu+DJXZLlFGwK8bVQIT3U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8843
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8844
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8845
            "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8846
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8847
            "repeating": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8848
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8849
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8850
        "ember-cli-babel": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8851
          "version": "5.2.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8852
          "resolved": "https://registry.npmjs.org/ember-cli-babel/-/ember-cli-babel-5.2.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8853
          "integrity": "sha1-XOT0awjtb20h6Hhhn7aJcZ1ujhM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8854
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8855
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8856
            "broccoli-babel-transpiler": "5.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8857
            "broccoli-funnel": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8858
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8859
            "ember-cli-version-checker": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8860
            "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8861
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8862
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8863
        "ember-cli-version-checker": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8864
          "version": "1.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8865
          "resolved": "https://registry.npmjs.org/ember-cli-version-checker/-/ember-cli-version-checker-1.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8866
          "integrity": "sha1-C8LRNMgwFC2mS/lieg7e0QthrnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8867
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8868
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8869
            "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8870
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8871
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8872
        "globals": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8873
          "version": "6.4.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8874
          "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8875
          "integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8876
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8877
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8878
        "home-or-tmp": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8879
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8880
          "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8881
          "integrity": "sha1-S58eQIAMPlDGwn94FnavzOcfOYU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8882
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8883
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8884
            "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8885
            "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8886
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8887
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8888
        "js-tokens": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8889
          "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8890
          "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8891
          "integrity": "sha1-zENaXIuUrRWst5gxQPyAGCyJrq4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8892
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8893
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8894
        "json5": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8895
          "version": "0.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8896
          "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8897
          "integrity": "sha1-BUNS5MTIDIbAkjh31EneF2pzLI0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8898
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8899
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8900
        "lodash": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8901
          "version": "3.10.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8902
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8903
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8904
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8905
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8906
        "minimatch": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8907
          "version": "2.0.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8908
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8909
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8910
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8911
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8912
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8913
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8914
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8915
        "minimist": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8916
          "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8917
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8918
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8919
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8920
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8921
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8922
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8923
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8924
          "integrity": "sha1-1aiZjrce83p0w06w2eum6HjuoIE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8925
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8926
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8927
        "repeating": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8928
          "version": "1.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8929
          "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8930
          "integrity": "sha1-PUEUIYh3U3SU+X93+Xhfq4EPpKw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8931
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8932
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8933
            "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8934
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8935
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8936
        "source-map-support": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8937
          "version": "0.2.10",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8938
          "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8939
          "integrity": "sha1-6lo5AKHByyUJagrozFwrSxDe09w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8940
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8941
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8942
            "source-map": "0.1.32"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8943
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8944
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8945
            "source-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8946
              "version": "0.1.32",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8947
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8948
              "integrity": "sha1-yLbBZ3l7pHQKjqMyUhYv8IWRsmY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8949
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8950
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8951
                "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8952
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8953
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8954
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8955
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8956
        "user-home": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8957
          "version": "1.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8958
          "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8959
          "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8960
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8961
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  8962
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8963
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8964
    "encodeurl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8965
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8966
      "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8967
      "integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8968
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8969
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8970
    "encoding": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8971
      "version": "0.1.12",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8972
      "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8973
      "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8974
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8975
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8976
        "iconv-lite": "0.4.17"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8977
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8978
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8979
    "engine.io": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8980
      "version": "1.8.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8981
      "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8982
      "integrity": "sha1-PutfJky3XbvsG6rqJtYfWk6s4qo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8983
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8984
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8985
        "accepts": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8986
        "base64id": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8987
        "cookie": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8988
        "debug": "2.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8989
        "engine.io-parser": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8990
        "ws": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8991
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8992
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8993
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8994
          "version": "2.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8995
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  8996
          "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8997
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8998
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  8999
            "ms": "0.7.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9000
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9001
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9002
        "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9003
          "version": "0.7.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9004
          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9005
          "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9006
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9007
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9008
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9009
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9010
    "engine.io-client": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9011
      "version": "1.8.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9012
      "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9013
      "integrity": "sha1-e3MOQSdBQIdZbZvjyI0rxf22z1w=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9014
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9015
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9016
        "component-emitter": "1.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9017
        "component-inherit": "0.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9018
        "debug": "2.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9019
        "engine.io-parser": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9020
        "has-cors": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9021
        "indexof": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9022
        "parsejson": "0.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9023
        "parseqs": "0.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9024
        "parseuri": "0.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9025
        "ws": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9026
        "xmlhttprequest-ssl": "1.5.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9027
        "yeast": "0.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9028
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9029
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9030
        "component-emitter": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9031
          "version": "1.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9032
          "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9033
          "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9034
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9035
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9036
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9037
          "version": "2.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9038
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9039
          "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9040
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9041
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9042
            "ms": "0.7.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9043
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9044
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9045
        "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9046
          "version": "0.7.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9047
          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9048
          "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9049
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9050
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9051
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9052
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9053
    "engine.io-parser": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9054
      "version": "1.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9055
      "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9056
      "integrity": "sha1-lVTxrjMQfW+9FwylRm0vgz9qB88=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9057
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9058
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9059
        "after": "0.8.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9060
        "arraybuffer.slice": "0.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9061
        "base64-arraybuffer": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9062
        "blob": "0.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9063
        "has-binary": "0.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9064
        "wtf-8": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9065
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9066
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9067
        "has-binary": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9068
          "version": "0.1.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9069
          "resolved": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9070
          "integrity": "sha1-JTJvOc+k9hath4eJTjryz7x7bhA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9071
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9072
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9073
            "isarray": "0.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9074
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9075
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9076
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9077
          "version": "0.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9078
          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9079
          "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9080
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9081
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9082
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9083
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9084
    "ensure-posix-path": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9085
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9086
      "resolved": "https://registry.npmjs.org/ensure-posix-path/-/ensure-posix-path-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9087
      "integrity": "sha1-pls+QtC3HPxYXrd0+ZQ8jZuRsMI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9088
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9089
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9090
    "entities": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9091
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9092
      "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9093
      "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9094
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9095
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9096
    "error": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9097
      "version": "7.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9098
      "resolved": "https://registry.npmjs.org/error/-/error-7.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9099
      "integrity": "sha1-pfdf/02ZJhJt2sDqXcOOaJFTywI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9100
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9101
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9102
        "string-template": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9103
        "xtend": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9104
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9105
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9106
    "error-ex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9107
      "version": "1.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9108
      "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9109
      "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9110
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9111
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9112
        "is-arrayish": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9113
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9114
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9115
    "es5-ext": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9116
      "version": "0.10.23",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9117
      "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.23.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9118
      "integrity": "sha1-dXi1G+l0IHpUh4IbVlOMIk5Oezg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9119
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9120
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9121
        "es6-iterator": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9122
        "es6-symbol": "3.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9123
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9124
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9125
    "es6-iterator": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9126
      "version": "2.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9127
      "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9128
      "integrity": "sha1-jjGcnwRTv1ddN0lAplWSDlnKVRI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9129
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9130
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9131
        "d": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9132
        "es5-ext": "0.10.23",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9133
        "es6-symbol": "3.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9134
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9135
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9136
    "es6-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9137
      "version": "0.1.5",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9138
      "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9139
      "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9140
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9141
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9142
        "d": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9143
        "es5-ext": "0.10.23",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9144
        "es6-iterator": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9145
        "es6-set": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9146
        "es6-symbol": "3.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9147
        "event-emitter": "0.3.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9148
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9149
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9150
    "es6-set": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9151
      "version": "0.1.5",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9152
      "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9153
      "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9154
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9155
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9156
        "d": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9157
        "es5-ext": "0.10.23",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9158
        "es6-iterator": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9159
        "es6-symbol": "3.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9160
        "event-emitter": "0.3.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9161
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9162
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9163
    "es6-symbol": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9164
      "version": "3.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9165
      "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9166
      "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9167
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9168
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9169
        "d": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9170
        "es5-ext": "0.10.23"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9171
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9172
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9173
    "es6-weak-map": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9174
      "version": "2.0.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9175
      "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9176
      "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9177
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9178
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9179
        "d": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9180
        "es5-ext": "0.10.23",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9181
        "es6-iterator": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9182
        "es6-symbol": "3.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9183
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9184
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9185
    "escape-html": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9186
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9187
      "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9188
      "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9189
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9190
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9191
    "escape-string-regexp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9192
      "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9193
      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9194
      "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9195
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9196
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9197
    "escope": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9198
      "version": "3.6.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9199
      "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9200
      "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9201
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9202
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9203
        "es6-map": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9204
        "es6-weak-map": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9205
        "esrecurse": "4.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9206
        "estraverse": "4.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9207
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9208
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9209
    "eslint": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9210
      "version": "3.19.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9211
      "resolved": "https://registry.npmjs.org/eslint/-/eslint-3.19.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9212
      "integrity": "sha1-yPxiAcf0DdCJQbh8CFdnOGpnmsw=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9213
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9214
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9215
        "babel-code-frame": "6.22.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9216
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9217
        "concat-stream": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9218
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9219
        "doctrine": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9220
        "escope": "3.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9221
        "espree": "3.4.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9222
        "esquery": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9223
        "estraverse": "4.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9224
        "esutils": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9225
        "file-entry-cache": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9226
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9227
        "globals": "9.18.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9228
        "ignore": "3.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9229
        "imurmurhash": "0.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9230
        "inquirer": "0.12.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9231
        "is-my-json-valid": "2.16.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9232
        "is-resolvable": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9233
        "js-yaml": "3.8.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9234
        "json-stable-stringify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9235
        "levn": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9236
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9237
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9238
        "natural-compare": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9239
        "optionator": "0.8.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9240
        "path-is-inside": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9241
        "pluralize": "1.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9242
        "progress": "1.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9243
        "require-uncached": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9244
        "shelljs": "0.7.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9245
        "strip-bom": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9246
        "strip-json-comments": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9247
        "table": "3.8.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9248
        "text-table": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9249
        "user-home": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9250
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9251
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9252
        "glob": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9253
          "version": "7.1.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9254
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9255
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9256
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9257
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9258
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9259
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9260
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9261
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9262
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9263
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9264
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9265
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9266
        "inquirer": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9267
          "version": "0.12.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9268
          "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9269
          "integrity": "sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9270
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9271
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9272
            "ansi-escapes": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9273
            "ansi-regex": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9274
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9275
            "cli-cursor": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9276
            "cli-width": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9277
            "figures": "1.7.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9278
            "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9279
            "readline2": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9280
            "run-async": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9281
            "rx-lite": "3.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9282
            "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9283
            "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9284
            "through": "2.3.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9285
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9286
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9287
        "run-async": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9288
          "version": "0.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9289
          "resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9290
          "integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9291
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9292
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9293
            "once": "1.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9294
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9295
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9296
        "strip-bom": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9297
          "version": "3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9298
          "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9299
          "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9300
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9301
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9302
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9303
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9304
    "eslint-config-ember": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9305
      "version": "0.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9306
      "resolved": "https://registry.npmjs.org/eslint-config-ember/-/eslint-config-ember-0.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9307
      "integrity": "sha1-xl+w2g9HJhyjpafmA6k2Pl6a/YI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9308
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9309
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9310
        "eslint-config-nightmare-mode": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9311
        "object-assign": "4.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9312
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9313
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9314
    "eslint-config-nightmare-mode": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9315
      "version": "2.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9316
      "resolved": "https://registry.npmjs.org/eslint-config-nightmare-mode/-/eslint-config-nightmare-mode-2.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9317
      "integrity": "sha1-1yXxhlPEV1aNuNkNm3DPE70IYqs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9318
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9319
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9320
        "object-assign": "2.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9321
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9322
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9323
        "object-assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9324
          "version": "2.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9325
          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9326
          "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9327
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9328
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9329
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9330
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9331
    "espree": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9332
      "version": "3.4.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9333
      "resolved": "https://registry.npmjs.org/espree/-/espree-3.4.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9334
      "integrity": "sha1-KRC1zNSc6JPC//+qtP2LOjG4I3Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9335
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9336
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9337
        "acorn": "5.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9338
        "acorn-jsx": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9339
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9340
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9341
    "esprima": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9342
      "version": "3.1.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9343
      "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9344
      "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9345
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9346
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9347
    "esquery": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9348
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9349
      "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9350
      "integrity": "sha1-z7qLV9f7qT8XKYqKAGoEzaE9gPo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9351
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9352
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9353
        "estraverse": "4.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9354
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9355
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9356
    "esrecurse": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9357
      "version": "4.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9358
      "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9359
      "integrity": "sha1-RxO2U2rffyrE8yfVWed1a/9kgiA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9360
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9361
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9362
        "estraverse": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9363
        "object-assign": "4.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9364
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9365
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9366
        "estraverse": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9367
          "version": "4.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9368
          "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9369
          "integrity": "sha1-9srKcokzqFDvkGYdDheYK6RxEaI=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9370
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9371
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9372
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9373
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9374
    "estraverse": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9375
      "version": "4.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9376
      "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9377
      "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9378
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9379
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9380
    "esutils": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9381
      "version": "2.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9382
      "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9383
      "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9384
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9385
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9386
    "etag": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9387
      "version": "1.8.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9388
      "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9389
      "integrity": "sha1-b2Ma7zNtbEY2K1F2QETOIWvjwFE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9390
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9391
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9392
    "event-emitter": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9393
      "version": "0.3.5",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9394
      "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9395
      "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9396
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9397
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9398
        "d": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9399
        "es5-ext": "0.10.23"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9400
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9401
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9402
    "eventemitter3": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9403
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9404
      "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9405
      "integrity": "sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9406
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9407
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9408
    "events-to-array": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9409
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9410
      "resolved": "https://registry.npmjs.org/events-to-array/-/events-to-array-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9411
      "integrity": "sha1-LUH1Y+H+QA7Uli/hpNXGp1Od9/Y=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9412
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9413
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9414
    "exec-sh": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9415
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9416
      "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9417
      "integrity": "sha1-FPdd4/INKG75MwmbLOUKkDWc7xA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9418
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9419
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9420
        "merge": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9421
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9422
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9423
    "execa": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9424
      "version": "0.6.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9425
      "resolved": "https://registry.npmjs.org/execa/-/execa-0.6.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9426
      "integrity": "sha1-V7aaWU8IF1nGnlNw8NF7nLEWWP4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9427
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9428
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9429
        "cross-spawn": "5.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9430
        "get-stream": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9431
        "is-stream": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9432
        "npm-run-path": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9433
        "p-finally": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9434
        "signal-exit": "3.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9435
        "strip-eof": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9436
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9437
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9438
    "exists-stat": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9439
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9440
      "resolved": "https://registry.npmjs.org/exists-stat/-/exists-stat-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9441
      "integrity": "sha1-BmDjUlouidnkRhKUQMJy7foktSk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9442
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9443
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9444
    "exists-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9445
      "version": "0.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9446
      "resolved": "https://registry.npmjs.org/exists-sync/-/exists-sync-0.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9447
      "integrity": "sha1-l0TCxCjMA7AQYNtFTUsS8O88iHk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9448
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9449
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9450
    "exit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9451
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9452
      "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9453
      "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9454
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9455
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9456
    "exit-hook": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9457
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9458
      "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9459
      "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9460
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9461
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9462
    "expand-brackets": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9463
      "version": "0.1.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9464
      "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9465
      "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9466
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9467
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9468
        "is-posix-bracket": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9469
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9470
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9471
    "expand-range": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9472
      "version": "1.8.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9473
      "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9474
      "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9475
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9476
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9477
        "fill-range": "2.2.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9478
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9479
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9480
    "expand-tilde": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9481
      "version": "1.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9482
      "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9483
      "integrity": "sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9484
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9485
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9486
        "os-homedir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9487
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9488
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9489
    "express": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9490
      "version": "4.15.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9491
      "resolved": "https://registry.npmjs.org/express/-/express-4.15.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9492
      "integrity": "sha1-urZdDwOqgMNYQIly/HAPkWlEtmI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9493
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9494
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9495
        "accepts": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9496
        "array-flatten": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9497
        "content-disposition": "0.5.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9498
        "content-type": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9499
        "cookie": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9500
        "cookie-signature": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9501
        "debug": "2.6.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9502
        "depd": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9503
        "encodeurl": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9504
        "escape-html": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9505
        "etag": "1.8.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9506
        "finalhandler": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9507
        "fresh": "0.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9508
        "merge-descriptors": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9509
        "methods": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9510
        "on-finished": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9511
        "parseurl": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9512
        "path-to-regexp": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9513
        "proxy-addr": "1.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9514
        "qs": "6.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9515
        "range-parser": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9516
        "send": "0.15.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9517
        "serve-static": "1.12.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9518
        "setprototypeof": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9519
        "statuses": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9520
        "type-is": "1.6.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9521
        "utils-merge": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9522
        "vary": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9523
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9524
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9525
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9526
          "version": "2.6.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9527
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9528
          "integrity": "sha1-krrR9tBbu2u6Isyoi80OyJTChh4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9529
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9530
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9531
            "ms": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9532
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9533
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9534
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9535
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9536
    "extend": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9537
      "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9538
      "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9539
      "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9540
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9541
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9542
    "external-editor": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9543
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9544
      "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9545
      "integrity": "sha1-Etew24UPf/fnCBuvQAVwAGDEYAs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9546
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9547
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9548
        "extend": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9549
        "spawn-sync": "1.0.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9550
        "tmp": "0.0.29"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9551
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9552
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9553
        "tmp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9554
          "version": "0.0.29",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9555
          "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.29.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9556
          "integrity": "sha1-8lEl/w3Z2jzLDC3Tce4SiLuRKMA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9557
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9558
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9559
            "os-tmpdir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9560
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9561
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9562
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9563
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9564
    "extglob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9565
      "version": "0.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9566
      "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9567
      "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9568
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9569
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9570
        "is-extglob": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9571
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9572
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9573
    "extsprintf": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9574
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9575
      "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9576
      "integrity": "sha1-4QgOBljjALBilJkMxw4VAiNf1VA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9577
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9578
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9579
    "fake-xml-http-request": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9580
      "version": "1.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9581
      "resolved": "https://registry.npmjs.org/fake-xml-http-request/-/fake-xml-http-request-1.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9582
      "integrity": "sha1-15YCqXBD1Nj+pnHV2QSvOIR7RR0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9583
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9584
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9585
    "faker": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9586
      "version": "3.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9587
      "resolved": "https://registry.npmjs.org/faker/-/faker-3.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9588
      "integrity": "sha1-D5CPr05uwCUk5UpX5DLFwBPgjJ8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9589
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9590
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9591
    "fast-levenshtein": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9592
      "version": "2.0.6",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9593
      "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9594
      "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9595
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9596
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9597
    "fast-ordered-set": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9598
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9599
      "resolved": "https://registry.npmjs.org/fast-ordered-set/-/fast-ordered-set-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9600
      "integrity": "sha1-P7s2Y097555PftvbSjV97iXRhOs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9601
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9602
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9603
        "blank-object": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9604
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9605
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9606
    "fast-sourcemap-concat": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9607
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9608
      "resolved": "https://registry.npmjs.org/fast-sourcemap-concat/-/fast-sourcemap-concat-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9609
      "integrity": "sha1-qAB2er7V7aAuZyOOwGOnCb5h+dQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9610
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9611
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9612
        "chalk": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9613
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9614
        "fs-extra": "0.30.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9615
        "memory-streams": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9616
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9617
        "rsvp": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9618
        "source-map": "0.4.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9619
        "source-map-url": "0.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9620
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9621
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9622
        "ansi-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9623
          "version": "0.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9624
          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9625
          "integrity": "sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9626
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9627
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9628
        "ansi-styles": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9629
          "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9630
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9631
          "integrity": "sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9632
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9633
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9634
        "chalk": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9635
          "version": "0.5.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9636
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9637
          "integrity": "sha1-Zjs6ZItotV0EaQ1JFnqoN4WPIXQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9638
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9639
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9640
            "ansi-styles": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9641
            "escape-string-regexp": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9642
            "has-ansi": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9643
            "strip-ansi": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9644
            "supports-color": "0.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9645
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9646
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9647
        "fs-extra": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9648
          "version": "0.30.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9649
          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9650
          "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9651
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9652
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9653
            "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9654
            "jsonfile": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9655
            "klaw": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9656
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9657
            "rimraf": "2.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9658
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9659
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9660
        "has-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9661
          "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9662
          "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9663
          "integrity": "sha1-hPJlqujA5qiKEtcCKJS3VoiUxi4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9664
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9665
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9666
            "ansi-regex": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9667
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9668
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9669
        "source-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9670
          "version": "0.4.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9671
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9672
          "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9673
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9674
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9675
            "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9676
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9677
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9678
        "strip-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9679
          "version": "0.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9680
          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9681
          "integrity": "sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9682
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9683
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9684
            "ansi-regex": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9685
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9686
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9687
        "supports-color": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9688
          "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9689
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9690
          "integrity": "sha1-2S3iaU6z9nMjlz1649i1W0wiGQo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9691
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9692
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9693
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9694
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9695
    "fastboot-filter-initializers": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9696
      "version": "0.0.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9697
      "resolved": "https://registry.npmjs.org/fastboot-filter-initializers/-/fastboot-filter-initializers-0.0.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9698
      "integrity": "sha1-Z6qeiyLKSw5qJE8kUP0cxr76Rec=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9699
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9700
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9701
        "broccoli-funnel": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9702
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9703
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9704
    "faye-websocket": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9705
      "version": "0.10.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9706
      "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9707
      "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9708
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9709
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9710
        "websocket-driver": "0.6.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9711
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9712
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9713
    "fb-watchman": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9714
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9715
      "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9716
      "integrity": "sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9717
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9718
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9719
        "bser": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9720
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9721
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9722
    "figures": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9723
      "version": "1.7.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9724
      "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9725
      "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9726
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9727
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9728
        "escape-string-regexp": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9729
        "object-assign": "4.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9730
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9731
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9732
    "file-entry-cache": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9733
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9734
      "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9735
      "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9736
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9737
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9738
        "flat-cache": "1.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9739
        "object-assign": "4.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9740
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9741
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9742
    "filename-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9743
      "version": "2.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9744
      "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9745
      "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9746
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9747
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9748
    "filesize": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9749
      "version": "3.5.10",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9750
      "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.5.10.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9751
      "integrity": "sha1-/I+iPdtO+eXgq24eZPZ5okpWdh8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9752
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9753
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9754
    "fill-range": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9755
      "version": "2.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9756
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9757
      "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9758
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9759
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9760
        "is-number": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9761
        "isobject": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9762
        "randomatic": "1.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9763
        "repeat-element": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9764
        "repeat-string": "1.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9765
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9766
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9767
    "finalhandler": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9768
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9769
      "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9770
      "integrity": "sha1-70fneVDpmXgOhgIqVg4yF+DQzIk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9771
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9772
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9773
        "debug": "2.6.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9774
        "encodeurl": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9775
        "escape-html": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9776
        "on-finished": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9777
        "parseurl": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9778
        "statuses": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9779
        "unpipe": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9780
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9781
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9782
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9783
          "version": "2.6.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9784
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9785
          "integrity": "sha1-krrR9tBbu2u6Isyoi80OyJTChh4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9786
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9787
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9788
            "ms": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9789
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9790
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9791
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9792
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9793
    "find-index": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9794
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9795
      "resolved": "https://registry.npmjs.org/find-index/-/find-index-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9796
      "integrity": "sha1-UwB8ec0wBA1oFteUWOiDfVxXBe8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9797
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9798
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9799
    "find-up": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9800
      "version": "2.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9801
      "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9802
      "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9803
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9804
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9805
        "locate-path": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9806
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9807
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9808
    "findup-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9809
      "version": "0.4.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9810
      "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9811
      "integrity": "sha1-QAQ5Kee8YK3wt/SCfExudaDeyhI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9812
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9813
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9814
        "detect-file": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9815
        "is-glob": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9816
        "micromatch": "2.3.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9817
        "resolve-dir": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9818
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9819
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9820
    "fireworm": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9821
      "version": "0.7.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9822
      "resolved": "https://registry.npmjs.org/fireworm/-/fireworm-0.7.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9823
      "integrity": "sha1-zPIPeUHxCIg/zduZOD2+bhhhx1g=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9824
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9825
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9826
        "async": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9827
        "is-type": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9828
        "lodash.debounce": "3.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9829
        "lodash.flatten": "3.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9830
        "minimatch": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9831
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9832
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9833
        "async": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9834
          "version": "0.2.10",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9835
          "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9836
          "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9837
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9838
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9839
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9840
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9841
    "flat-cache": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9842
      "version": "1.2.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9843
      "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.2.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9844
      "integrity": "sha1-+oZxTnLCHbiGAXYezy9VXRq8a5Y=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9845
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9846
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9847
        "circular-json": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9848
        "del": "2.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9849
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9850
        "write": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9851
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9852
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9853
    "font-awesome": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9854
      "version": "4.7.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9855
      "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9856
      "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9857
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9858
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9859
    "for-in": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9860
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9861
      "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9862
      "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9863
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9864
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9865
    "for-own": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9866
      "version": "0.1.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9867
      "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9868
      "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9869
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9870
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9871
        "for-in": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9872
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9873
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9874
    "forever-agent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9875
      "version": "0.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9876
      "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9877
      "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9878
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9879
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9880
    "form-data": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9881
      "version": "2.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9882
      "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9883
      "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9884
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9885
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9886
        "asynckit": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9887
        "combined-stream": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9888
        "mime-types": "2.1.15"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9889
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9890
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9891
    "forwarded": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9892
      "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9893
      "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9894
      "integrity": "sha1-Ge+YdMSuHCl7zweP3mOgm2aoQ2M=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9895
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9896
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9897
    "fresh": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9898
      "version": "0.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9899
      "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9900
      "integrity": "sha1-9HTKXmqSRtb9jglTz6m5yAWvp44=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9901
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9902
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9903
    "fs-exists-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9904
      "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9905
      "resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9906
      "integrity": "sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9907
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9908
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9909
    "fs-extra": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9910
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9911
      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  9912
      "integrity": "sha1-M3NSve1KC3FPPrhN6M6nZenTdgA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9913
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9914
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9915
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9916
        "jsonfile": "2.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9917
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9918
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9919
    "fs-readdir-recursive": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9920
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9921
      "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9922
      "integrity": "sha1-MVtPuMHKW4xH3v7zGdBz2tNWgFk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9923
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9924
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9925
    "fs-tree-diff": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9926
      "version": "0.5.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9927
      "resolved": "https://registry.npmjs.org/fs-tree-diff/-/fs-tree-diff-0.5.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9928
      "integrity": "sha1-NCZldJ6NykBoALZyJoyPUHPz5iM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9929
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9930
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9931
        "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9932
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9933
        "path-posix": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9934
        "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9935
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9936
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9937
    "fs.realpath": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9938
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9939
      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9940
      "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9941
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9942
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9943
    "fsevents": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9944
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9945
      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9946
      "integrity": "sha1-8Z/Sj0Pur3YWgOUZogPE0LPTGv8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9947
      "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9948
      "optional": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9949
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9950
        "nan": "2.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9951
        "node-pre-gyp": "0.6.33"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9952
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9953
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9954
        "abbrev": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9955
          "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9956
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9957
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9958
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9959
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9960
        "ansi-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9961
          "version": "2.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9962
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9963
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9964
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9965
        "ansi-styles": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9966
          "version": "2.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9967
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9968
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9969
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9970
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9971
        "aproba": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9972
          "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9973
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9974
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9975
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9976
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9977
        "are-we-there-yet": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9978
          "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9979
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9980
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9981
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9982
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9983
            "delegates": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9984
            "readable-stream": "2.2.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
  9985
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9986
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9987
        "asn1": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9988
          "version": "0.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9989
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9990
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9991
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9992
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9993
        "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9994
          "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9995
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9996
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9997
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9998
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  9999
        "asynckit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10000
          "version": "0.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10001
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10002
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10003
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10004
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10005
        "aws-sign2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10006
          "version": "0.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10007
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10008
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10009
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10010
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10011
        "aws4": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10012
          "version": "1.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10013
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10014
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10015
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10016
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10017
        "balanced-match": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10018
          "version": "0.4.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10019
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10020
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10021
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10022
        "bcrypt-pbkdf": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10023
          "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10024
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10025
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10026
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10027
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10028
            "tweetnacl": "0.14.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10029
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10030
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10031
        "block-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10032
          "version": "0.0.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10033
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10034
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10035
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10036
            "inherits": "2.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10037
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10038
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10039
        "boom": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10040
          "version": "2.10.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10041
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10042
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10043
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10044
            "hoek": "2.16.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10045
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10046
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10047
        "brace-expansion": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10048
          "version": "1.1.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10049
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10050
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10051
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10052
            "balanced-match": "0.4.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10053
            "concat-map": "0.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10054
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10055
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10056
        "buffer-shims": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10057
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10058
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10059
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10060
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10061
        "caseless": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10062
          "version": "0.11.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10063
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10064
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10065
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10066
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10067
        "chalk": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10068
          "version": "1.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10069
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10070
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10071
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10072
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10073
            "ansi-styles": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10074
            "escape-string-regexp": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10075
            "has-ansi": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10076
            "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10077
            "supports-color": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10078
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10079
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10080
        "code-point-at": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10081
          "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10082
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10083
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10084
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10085
        "combined-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10086
          "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10087
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10088
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10089
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10090
            "delayed-stream": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10091
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10092
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10093
        "commander": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10094
          "version": "2.9.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10095
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10096
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10097
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10098
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10099
            "graceful-readlink": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10100
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10101
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10102
        "concat-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10103
          "version": "0.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10104
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10105
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10106
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10107
        "console-control-strings": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10108
          "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10109
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10110
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10111
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10112
        "core-util-is": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10113
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10114
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10115
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10116
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10117
        "cryptiles": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10118
          "version": "2.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10119
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10120
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10121
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10122
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10123
            "boom": "2.10.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10124
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10125
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10126
        "dashdash": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10127
          "version": "1.14.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10128
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10129
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10130
          "optional": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10131
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10132
            "assert-plus": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10133
          },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10134
          "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10135
            "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10136
              "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10137
              "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10138
              "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10139
              "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10140
            }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10141
          }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10142
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10143
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10144
          "version": "2.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10145
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10146
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10147
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10148
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10149
            "ms": "0.7.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10150
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10151
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10152
        "deep-extend": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10153
          "version": "0.4.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10154
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10155
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10156
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10157
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10158
        "delayed-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10159
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10160
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10161
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10162
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10163
        "delegates": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10164
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10165
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10166
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10167
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10168
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10169
        "ecc-jsbn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10170
          "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10171
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10172
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10173
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10174
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10175
            "jsbn": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10176
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10177
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10178
        "escape-string-regexp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10179
          "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10180
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10181
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10182
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10183
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10184
        "extend": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10185
          "version": "3.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10186
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10187
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10188
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10189
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10190
        "extsprintf": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10191
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10192
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10193
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10194
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10195
        "forever-agent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10196
          "version": "0.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10197
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10198
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10199
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10200
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10201
        "form-data": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10202
          "version": "2.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10203
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10204
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10205
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10206
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10207
            "asynckit": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10208
            "combined-stream": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10209
            "mime-types": "2.1.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10210
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10211
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10212
        "fs.realpath": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10213
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10214
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10215
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10216
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10217
        "fstream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10218
          "version": "1.0.10",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10219
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10220
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10221
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10222
            "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10223
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10224
            "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10225
            "rimraf": "2.5.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10226
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10227
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10228
        "fstream-ignore": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10229
          "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10230
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10231
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10232
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10233
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10234
            "fstream": "1.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10235
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10236
            "minimatch": "3.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10237
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10238
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10239
        "gauge": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10240
          "version": "2.7.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10241
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10242
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10243
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10244
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10245
            "aproba": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10246
            "console-control-strings": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10247
            "has-unicode": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10248
            "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10249
            "signal-exit": "3.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10250
            "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10251
            "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10252
            "wide-align": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10253
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10254
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10255
        "generate-function": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10256
          "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10257
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10258
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10259
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10260
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10261
        "generate-object-property": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10262
          "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10263
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10264
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10265
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10266
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10267
            "is-property": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10268
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10269
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10270
        "getpass": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10271
          "version": "0.1.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10272
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10273
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10274
          "optional": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10275
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10276
            "assert-plus": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10277
          },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10278
          "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10279
            "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10280
              "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10281
              "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10282
              "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10283
              "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10284
            }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10285
          }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10286
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10287
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10288
          "version": "7.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10289
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10290
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10291
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10292
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10293
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10294
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10295
            "minimatch": "3.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10296
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10297
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10298
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10299
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10300
        "graceful-fs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10301
          "version": "4.1.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10302
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10303
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10304
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10305
        "graceful-readlink": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10306
          "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10307
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10308
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10309
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10310
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10311
        "har-validator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10312
          "version": "2.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10313
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10314
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10315
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10316
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10317
            "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10318
            "commander": "2.9.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10319
            "is-my-json-valid": "2.15.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10320
            "pinkie-promise": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10321
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10322
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10323
        "has-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10324
          "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10325
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10326
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10327
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10328
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10329
            "ansi-regex": "2.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10330
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10331
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10332
        "has-unicode": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10333
          "version": "2.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10334
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10335
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10336
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10337
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10338
        "hawk": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10339
          "version": "3.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10340
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10341
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10342
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10343
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10344
            "boom": "2.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10345
            "cryptiles": "2.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10346
            "hoek": "2.16.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10347
            "sntp": "1.0.9"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10348
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10349
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10350
        "hoek": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10351
          "version": "2.16.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10352
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10353
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10354
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10355
        "http-signature": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10356
          "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10357
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10358
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10359
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10360
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10361
            "assert-plus": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10362
            "jsprim": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10363
            "sshpk": "1.10.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10364
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10365
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10366
        "inflight": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10367
          "version": "1.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10368
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10369
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10370
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10371
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10372
            "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10373
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10374
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10375
        "inherits": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10376
          "version": "2.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10377
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10378
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10379
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10380
        "ini": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10381
          "version": "1.3.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10382
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10383
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10384
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10385
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10386
        "is-fullwidth-code-point": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10387
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10388
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10389
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10390
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10391
            "number-is-nan": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10392
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10393
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10394
        "is-my-json-valid": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10395
          "version": "2.15.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10396
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10397
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10398
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10399
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10400
            "generate-function": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10401
            "generate-object-property": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10402
            "jsonpointer": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10403
            "xtend": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10404
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10405
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10406
        "is-property": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10407
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10408
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10409
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10410
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10411
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10412
        "is-typedarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10413
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10414
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10415
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10416
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10417
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10418
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10419
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10420
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10421
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10422
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10423
        "isstream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10424
          "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10425
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10426
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10427
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10428
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10429
        "jodid25519": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10430
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10431
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10432
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10433
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10434
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10435
            "jsbn": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10436
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10437
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10438
        "jsbn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10439
          "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10440
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10441
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10442
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10443
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10444
        "json-schema": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10445
          "version": "0.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10446
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10447
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10448
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10449
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10450
        "json-stringify-safe": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10451
          "version": "5.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10452
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10453
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10454
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10455
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10456
        "jsonpointer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10457
          "version": "4.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10458
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10459
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10460
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10461
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10462
        "jsprim": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10463
          "version": "1.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10464
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10465
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10466
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10467
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10468
            "extsprintf": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10469
            "json-schema": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10470
            "verror": "1.3.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10471
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10472
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10473
        "mime-db": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10474
          "version": "1.26.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10475
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10476
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10477
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10478
        "mime-types": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10479
          "version": "2.1.14",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10480
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10481
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10482
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10483
            "mime-db": "1.26.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10484
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10485
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10486
        "minimatch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10487
          "version": "3.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10488
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10489
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10490
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10491
            "brace-expansion": "1.1.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10492
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10493
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10494
        "minimist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10495
          "version": "0.0.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10496
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10497
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10498
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10499
        "mkdirp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10500
          "version": "0.5.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10501
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10502
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10503
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10504
            "minimist": "0.0.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10505
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10506
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10507
        "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10508
          "version": "0.7.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10509
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10510
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10511
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10512
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10513
        "node-pre-gyp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10514
          "version": "0.6.33",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10515
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10516
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10517
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10518
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10519
            "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10520
            "nopt": "3.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10521
            "npmlog": "4.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10522
            "rc": "1.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10523
            "request": "2.79.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10524
            "rimraf": "2.5.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10525
            "semver": "5.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10526
            "tar": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10527
            "tar-pack": "3.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10528
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10529
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10530
        "nopt": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10531
          "version": "3.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10532
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10533
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10534
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10535
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10536
            "abbrev": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10537
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10538
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10539
        "npmlog": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10540
          "version": "4.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10541
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10542
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10543
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10544
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10545
            "are-we-there-yet": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10546
            "console-control-strings": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10547
            "gauge": "2.7.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10548
            "set-blocking": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10549
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10550
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10551
        "number-is-nan": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10552
          "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10553
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10554
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10555
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10556
        "oauth-sign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10557
          "version": "0.8.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10558
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10559
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10560
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10561
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10562
        "object-assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10563
          "version": "4.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10564
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10565
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10566
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10567
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10568
        "once": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10569
          "version": "1.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10570
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10571
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10572
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10573
            "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10574
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10575
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10576
        "path-is-absolute": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10577
          "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10578
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10579
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10580
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10581
        "pinkie": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10582
          "version": "2.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10583
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10584
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10585
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10586
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10587
        "pinkie-promise": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10588
          "version": "2.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10589
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10590
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10591
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10592
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10593
            "pinkie": "2.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10594
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10595
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10596
        "process-nextick-args": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10597
          "version": "1.0.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10598
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10599
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10600
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10601
        "punycode": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10602
          "version": "1.4.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10603
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10604
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10605
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10606
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10607
        "qs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10608
          "version": "6.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10609
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10610
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10611
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10612
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10613
        "rc": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10614
          "version": "1.1.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10615
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10616
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10617
          "optional": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10618
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10619
            "deep-extend": "0.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10620
            "ini": "1.3.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10621
            "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10622
            "strip-json-comments": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10623
          },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10624
          "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10625
            "minimist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10626
              "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10627
              "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10628
              "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10629
              "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10630
            }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10631
          }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10632
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10633
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10634
          "version": "2.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10635
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10636
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10637
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10638
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10639
            "buffer-shims": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10640
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10641
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10642
            "isarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10643
            "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10644
            "string_decoder": "0.10.31",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10645
            "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10646
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10647
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10648
        "request": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10649
          "version": "2.79.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10650
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10651
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10652
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10653
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10654
            "aws-sign2": "0.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10655
            "aws4": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10656
            "caseless": "0.11.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10657
            "combined-stream": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10658
            "extend": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10659
            "forever-agent": "0.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10660
            "form-data": "2.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10661
            "har-validator": "2.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10662
            "hawk": "3.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10663
            "http-signature": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10664
            "is-typedarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10665
            "isstream": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10666
            "json-stringify-safe": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10667
            "mime-types": "2.1.14",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10668
            "oauth-sign": "0.8.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10669
            "qs": "6.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10670
            "stringstream": "0.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10671
            "tough-cookie": "2.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10672
            "tunnel-agent": "0.4.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10673
            "uuid": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10674
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10675
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10676
        "rimraf": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10677
          "version": "2.5.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10678
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10679
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10680
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10681
            "glob": "7.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10682
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10683
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10684
        "semver": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10685
          "version": "5.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10686
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10687
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10688
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10689
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10690
        "set-blocking": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10691
          "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10692
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10693
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10694
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10695
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10696
        "signal-exit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10697
          "version": "3.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10698
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10699
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10700
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10701
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10702
        "sntp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10703
          "version": "1.0.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10704
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10705
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10706
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10707
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10708
            "hoek": "2.16.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10709
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10710
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10711
        "sshpk": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10712
          "version": "1.10.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10713
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10714
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10715
          "optional": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10716
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10717
            "asn1": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10718
            "assert-plus": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10719
            "bcrypt-pbkdf": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10720
            "dashdash": "1.14.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10721
            "ecc-jsbn": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10722
            "getpass": "0.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10723
            "jodid25519": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10724
            "jsbn": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10725
            "tweetnacl": "0.14.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10726
          },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10727
          "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10728
            "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10729
              "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10730
              "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10731
              "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10732
              "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10733
            }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10734
          }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10735
        },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10736
        "string-width": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10737
          "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10738
          "bundled": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10739
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10740
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10741
            "code-point-at": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10742
            "is-fullwidth-code-point": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10743
            "strip-ansi": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10744
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10745
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10746
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10747
          "version": "0.10.31",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10748
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10749
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10750
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10751
        "stringstream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10752
          "version": "0.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10753
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10754
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10755
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10756
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10757
        "strip-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10758
          "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10759
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10760
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10761
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10762
            "ansi-regex": "2.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10763
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10764
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10765
        "strip-json-comments": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10766
          "version": "2.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10767
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10768
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10769
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10770
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10771
        "supports-color": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10772
          "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10773
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10774
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10775
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10776
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10777
        "tar": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10778
          "version": "2.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10779
          "bundled": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10780
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10781
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10782
            "block-stream": "0.0.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10783
            "fstream": "1.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10784
            "inherits": "2.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10785
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10786
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10787
        "tar-pack": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10788
          "version": "3.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10789
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10790
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10791
          "optional": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10792
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10793
            "debug": "2.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10794
            "fstream": "1.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10795
            "fstream-ignore": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10796
            "once": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10797
            "readable-stream": "2.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10798
            "rimraf": "2.5.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10799
            "tar": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10800
            "uid-number": "0.0.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10801
          },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10802
          "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10803
            "once": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10804
              "version": "1.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10805
              "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10806
              "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10807
              "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10808
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10809
                "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10810
              }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10811
            },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10812
            "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10813
              "version": "2.1.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10814
              "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10815
              "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10816
              "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10817
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10818
                "buffer-shims": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10819
                "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10820
                "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10821
                "isarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10822
                "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10823
                "string_decoder": "0.10.31",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10824
                "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10825
              }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10826
            }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10827
          }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10828
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10829
        "tough-cookie": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10830
          "version": "2.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10831
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10832
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10833
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10834
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10835
            "punycode": "1.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10836
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10837
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10838
        "tunnel-agent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10839
          "version": "0.4.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10840
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10841
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10842
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10843
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10844
        "tweetnacl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10845
          "version": "0.14.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10846
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10847
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10848
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10849
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10850
        "uid-number": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10851
          "version": "0.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10852
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10853
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10854
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10855
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10856
        "util-deprecate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10857
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10858
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10859
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10860
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10861
        "uuid": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10862
          "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10863
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10864
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10865
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10866
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10867
        "verror": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10868
          "version": "1.3.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10869
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10870
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10871
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10872
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10873
            "extsprintf": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10874
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10875
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10876
        "wide-align": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10877
          "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10878
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10879
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10880
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10881
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10882
            "string-width": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10883
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10884
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10885
        "wrappy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10886
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10887
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10888
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10889
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10890
        "xtend": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10891
          "version": "4.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10892
          "bundled": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10893
          "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10894
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10895
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10896
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10897
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10898
    "fstream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10899
      "version": "1.0.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10900
      "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10901
      "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10902
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10903
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10904
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10905
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10906
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10907
        "rimraf": "2.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10908
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10909
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10910
    "gauge": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10911
      "version": "2.7.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10912
      "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10913
      "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10914
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10915
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10916
        "aproba": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10917
        "console-control-strings": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10918
        "has-unicode": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10919
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10920
        "signal-exit": "3.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10921
        "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10922
        "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10923
        "wide-align": "1.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10924
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10925
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10926
    "gaze": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10927
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10928
      "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10929
      "integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10930
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10931
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10932
        "globule": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10933
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10934
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10935
    "generate-function": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10936
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10937
      "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10938
      "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10939
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10940
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10941
    "generate-object-property": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10942
      "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10943
      "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10944
      "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10945
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10946
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10947
        "is-property": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10948
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10949
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10950
    "get-caller-file": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10951
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10952
      "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10953
      "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10954
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10955
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10956
    "get-stdin": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10957
      "version": "4.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10958
      "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10959
      "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10960
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10961
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10962
    "get-stream": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10963
      "version": "3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10964
      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10965
      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10966
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 10967
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10968
    "getpass": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10969
      "version": "0.1.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10970
      "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10971
      "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10972
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10973
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10974
        "assert-plus": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10975
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10976
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10977
        "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10978
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10979
          "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10980
          "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10981
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10982
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10983
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10984
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10985
    "git-repo-info": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10986
      "version": "1.4.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10987
      "resolved": "https://registry.npmjs.org/git-repo-info/-/git-repo-info-1.4.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10988
      "integrity": "sha1-KgcoIyVKr2L88HZgB9e2ZRvUGUM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10989
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10990
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10991
    "git-repo-version": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10992
      "version": "0.4.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10993
      "resolved": "https://registry.npmjs.org/git-repo-version/-/git-repo-version-0.4.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10994
      "integrity": "sha1-dfq5oKTshHB1Ww7qf9qm+dQUU78=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10995
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10996
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10997
        "git-repo-info": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 10998
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 10999
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11000
        "git-repo-info": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11001
          "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11002
          "resolved": "https://registry.npmjs.org/git-repo-info/-/git-repo-info-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11003
          "integrity": "sha1-Q9hRPgSiTdRBMwovfGZVpwn9uvI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11004
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11005
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11006
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11007
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11008
    "git-tools": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11009
      "version": "0.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11010
      "resolved": "https://registry.npmjs.org/git-tools/-/git-tools-0.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11011
      "integrity": "sha1-XkPllEO4pd7bOdumY9pJ55+UOXg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11012
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11013
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11014
        "spawnback": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11015
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11016
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11017
    "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11018
      "version": "5.0.15",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11019
      "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11020
      "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11021
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11022
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11023
        "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11024
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11025
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11026
        "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11027
        "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11028
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11029
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11030
    "glob-base": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11031
      "version": "0.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11032
      "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11033
      "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11034
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11035
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11036
        "glob-parent": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11037
        "is-glob": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11038
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11039
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11040
    "glob-parent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11041
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11042
      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11043
      "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11044
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11045
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11046
        "is-glob": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11047
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11048
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11049
    "global-modules": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11050
      "version": "0.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11051
      "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11052
      "integrity": "sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11053
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11054
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11055
        "global-prefix": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11056
        "is-windows": "0.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11057
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11058
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11059
    "global-prefix": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11060
      "version": "0.1.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11061
      "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11062
      "integrity": "sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11063
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11064
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11065
        "homedir-polyfill": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11066
        "ini": "1.3.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11067
        "is-windows": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11068
        "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11069
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11070
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11071
    "globals": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11072
      "version": "9.18.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11073
      "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11074
      "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11075
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11076
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11077
    "globby": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11078
      "version": "5.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11079
      "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11080
      "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11081
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11082
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11083
        "array-union": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11084
        "arrify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11085
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11086
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11087
        "pify": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11088
        "pinkie-promise": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11089
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11090
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11091
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11092
          "version": "7.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11093
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11094
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11095
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11096
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11097
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11098
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11099
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11100
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11101
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11102
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11103
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11104
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11105
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11106
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11107
    "globule": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11108
      "version": "1.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11109
      "resolved": "https://registry.npmjs.org/globule/-/globule-1.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11110
      "integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11111
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11112
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11113
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11114
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11115
        "minimatch": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11116
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11117
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11118
        "glob": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11119
          "version": "7.1.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11120
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11121
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11122
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11123
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11124
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11125
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11126
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11127
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11128
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11129
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11130
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11131
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11132
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11133
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11134
    "graceful-fs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11135
      "version": "4.1.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11136
      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11137
      "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11138
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11139
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11140
    "graceful-readlink": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11141
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11142
      "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11143
      "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11144
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11145
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11146
    "growly": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11147
      "version": "1.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11148
      "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11149
      "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11150
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11151
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11152
    "handlebars": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11153
      "version": "4.0.10",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11154
      "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11155
      "integrity": "sha1-PTDHGLCaPZbyPqTMH0A8TTup/08=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11156
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11157
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11158
        "async": "1.5.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11159
        "optimist": "0.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11160
        "source-map": "0.4.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11161
        "uglify-js": "2.8.28"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11162
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11163
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11164
        "source-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11165
          "version": "0.4.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11166
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11167
          "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11168
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11169
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11170
            "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11171
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11172
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11173
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11174
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11175
    "har-schema": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11176
      "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11177
      "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11178
      "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11179
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11180
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11181
    "har-validator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11182
      "version": "4.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11183
      "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11184
      "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11185
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11186
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11187
        "ajv": "4.11.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11188
        "har-schema": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11189
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11190
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11191
    "has-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11192
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11193
      "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11194
      "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11195
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11196
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11197
        "ansi-regex": "2.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11198
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11199
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11200
    "has-binary": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11201
      "version": "0.1.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11202
      "resolved": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11203
      "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11204
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11205
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11206
        "isarray": "0.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11207
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11208
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11209
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11210
          "version": "0.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11211
          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11212
          "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11213
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11214
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11215
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11216
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11217
    "has-cors": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11218
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11219
      "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11220
      "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11221
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11222
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11223
    "has-unicode": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11224
      "version": "2.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11225
      "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11226
      "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11227
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11228
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11229
    "hash-for-dep": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11230
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11231
      "resolved": "https://registry.npmjs.org/hash-for-dep/-/hash-for-dep-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11232
      "integrity": "sha1-4zR+2Slg6wu1OixsK3DjbXW3zQw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11233
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11234
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11235
        "broccoli-kitchen-sink-helpers": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11236
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11237
        "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11238
        "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11239
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11240
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11241
    "hawk": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11242
      "version": "3.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11243
      "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11244
      "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11245
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11246
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11247
        "boom": "2.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11248
        "cryptiles": "2.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11249
        "hoek": "2.16.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11250
        "sntp": "1.0.9"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11251
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11252
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11253
    "heimdalljs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11254
      "version": "0.2.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11255
      "resolved": "https://registry.npmjs.org/heimdalljs/-/heimdalljs-0.2.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11256
      "integrity": "sha1-aqVDCO7nk7ZCz/nPlHgURfN3MKw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11257
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11258
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11259
        "rsvp": "3.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11260
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11261
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11262
        "rsvp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11263
          "version": "3.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11264
          "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11265
          "integrity": "sha1-B8tKXfJa3Z6Cbrxn3Mn9idsn2Eo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11266
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11267
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11268
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11269
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11270
    "heimdalljs-fs-monitor": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11271
      "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11272
      "resolved": "https://registry.npmjs.org/heimdalljs-fs-monitor/-/heimdalljs-fs-monitor-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11273
      "integrity": "sha1-1ASmVojGcUxIVGntNJXaSFNEAnI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11274
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11275
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11276
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11277
        "heimdalljs-logger": "0.1.9"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11278
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11279
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11280
    "heimdalljs-graph": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11281
      "version": "0.3.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11282
      "resolved": "https://registry.npmjs.org/heimdalljs-graph/-/heimdalljs-graph-0.3.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11283
      "integrity": "sha1-6oAdu6ZZyNUi/hy4Oy1gVybkkY8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11284
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11285
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11286
    "heimdalljs-logger": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11287
      "version": "0.1.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11288
      "resolved": "https://registry.npmjs.org/heimdalljs-logger/-/heimdalljs-logger-0.1.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11289
      "integrity": "sha1-12raTkW3u294b8nAEKaOsuL68XY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11290
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11291
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11292
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11293
        "heimdalljs": "0.2.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11294
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11295
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11296
    "hoek": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11297
      "version": "2.16.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11298
      "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11299
      "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11300
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11301
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11302
    "home-or-tmp": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11303
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11304
      "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11305
      "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11306
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11307
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11308
        "os-homedir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11309
        "os-tmpdir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11310
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11311
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11312
    "homedir-polyfill": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11313
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11314
      "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11315
      "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11316
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11317
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11318
        "parse-passwd": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11319
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11320
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11321
    "hosted-git-info": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11322
      "version": "2.4.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11323
      "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.4.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11324
      "integrity": "sha1-AHa59GonBQbduq6lZJaJdGBhKmc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11325
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11326
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11327
    "http-errors": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11328
      "version": "1.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11329
      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11330
      "integrity": "sha1-X4uO2YrKVFZWv1cplzh/kEpyIlc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11331
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11332
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11333
        "depd": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11334
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11335
        "setprototypeof": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11336
        "statuses": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11337
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11338
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11339
    "http-proxy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11340
      "version": "1.16.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11341
      "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11342
      "integrity": "sha1-Bt/ykpUr9k2+hHH6nfcwZtTzd0I=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11343
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11344
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11345
        "eventemitter3": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11346
        "requires-port": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11347
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11348
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11349
    "http-signature": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11350
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11351
      "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11352
      "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11353
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11354
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11355
        "assert-plus": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11356
        "jsprim": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11357
        "sshpk": "1.13.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11358
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11359
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11360
    "iconv-lite": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11361
      "version": "0.4.17",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11362
      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.17.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11363
      "integrity": "sha1-T9qjs4rLwsAxsEXQ7c3+HsqxjI0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11364
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11365
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11366
    "ignore": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11367
      "version": "3.3.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11368
      "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11369
      "integrity": "sha1-QyNS5XrM2HqzEQ6C0/6g5HgSFW0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11370
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11371
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11372
    "imurmurhash": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11373
      "version": "0.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11374
      "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11375
      "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11376
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11377
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11378
    "in-publish": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11379
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11380
      "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11381
      "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11382
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11383
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11384
    "include-path-searcher": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11385
      "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11386
      "resolved": "https://registry.npmjs.org/include-path-searcher/-/include-path-searcher-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11387
      "integrity": "sha1-wM8t36Fk+y6uB7x8pDp/GRy0170=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11388
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11389
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11390
    "indent-string": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11391
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11392
      "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11393
      "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11394
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11395
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11396
        "repeating": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11397
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11398
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11399
    "indexof": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11400
      "version": "0.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11401
      "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11402
      "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11403
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11404
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11405
    "inflection": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11406
      "version": "1.12.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11407
      "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.12.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11408
      "integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11409
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11410
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11411
    "inflight": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11412
      "version": "1.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11413
      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11414
      "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11415
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11416
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11417
        "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11418
        "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11419
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11420
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11421
    "inherits": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11422
      "version": "2.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11423
      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11424
      "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11425
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11426
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11427
    "ini": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11428
      "version": "1.3.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11429
      "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11430
      "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11431
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11432
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11433
    "inline-source-map-comment": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11434
      "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11435
      "resolved": "https://registry.npmjs.org/inline-source-map-comment/-/inline-source-map-comment-1.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11436
      "integrity": "sha1-UKikTCp5DfrEQbXJTszVRiY1+vY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11437
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11438
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11439
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11440
        "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11441
        "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11442
        "sum-up": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11443
        "xtend": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11444
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11445
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11446
        "minimist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11447
          "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11448
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11449
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11450
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11451
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11452
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11453
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11454
    "inquirer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11455
      "version": "1.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11456
      "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-1.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11457
      "integrity": "sha1-TexvMvN+97sLLtPx0aXD9UUHSRg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11458
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11459
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11460
        "ansi-escapes": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11461
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11462
        "cli-cursor": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11463
        "cli-width": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11464
        "external-editor": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11465
        "figures": "1.7.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11466
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11467
        "mute-stream": "0.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11468
        "pinkie-promise": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11469
        "run-async": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11470
        "rx": "4.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11471
        "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11472
        "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11473
        "through": "2.3.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11474
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11475
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11476
    "interpret": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11477
      "version": "1.0.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11478
      "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11479
      "integrity": "sha1-y8NcYu7uc/Gat7EKgBURQBr8D5A=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11480
      "dev": true
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11481
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11482
    "invariant": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11483
      "version": "2.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11484
      "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11485
      "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11486
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11487
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11488
        "loose-envify": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11489
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11490
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11491
    "invert-kv": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11492
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11493
      "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11494
      "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11495
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11496
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11497
    "ipaddr.js": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11498
      "version": "1.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11499
      "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11500
      "integrity": "sha1-HgOlL9rYOou7KyXL9JmLTP/NPew=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11501
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11502
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11503
    "is-arrayish": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11504
      "version": "0.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11505
      "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11506
      "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11507
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11508
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11509
    "is-binary-path": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11510
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11511
      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11512
      "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11513
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11514
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11515
        "binary-extensions": "1.8.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11516
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11517
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11518
    "is-buffer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11519
      "version": "1.1.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11520
      "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11521
      "integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11522
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11523
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11524
    "is-builtin-module": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11525
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11526
      "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11527
      "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11528
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11529
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11530
        "builtin-modules": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11531
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11532
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11533
    "is-dotfile": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11534
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11535
      "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11536
      "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11537
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11538
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11539
    "is-equal-shallow": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11540
      "version": "0.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11541
      "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11542
      "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11543
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11544
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11545
        "is-primitive": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11546
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11547
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11548
    "is-extendable": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11549
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11550
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11551
      "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11552
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11553
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11554
    "is-extglob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11555
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11556
      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11557
      "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11558
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11559
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11560
    "is-finite": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11561
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11562
      "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11563
      "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11564
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11565
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11566
        "number-is-nan": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11567
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11568
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11569
    "is-fullwidth-code-point": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11570
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11571
      "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11572
      "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11573
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11574
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11575
        "number-is-nan": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11576
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11577
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11578
    "is-git-url": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11579
      "version": "0.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11580
      "resolved": "https://registry.npmjs.org/is-git-url/-/is-git-url-0.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11581
      "integrity": "sha1-RFIA1vvW2gKPteAUQNmvyT88y2Q=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11582
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11583
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11584
    "is-glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11585
      "version": "2.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11586
      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11587
      "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11588
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11589
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11590
        "is-extglob": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11591
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11592
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11593
    "is-integer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11594
      "version": "1.0.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11595
      "resolved": "https://registry.npmjs.org/is-integer/-/is-integer-1.0.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11596
      "integrity": "sha1-a96Bqs3feLZZtmKdYpytxRqIbVw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11597
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11598
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11599
        "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11600
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11601
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11602
    "is-my-json-valid": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11603
      "version": "2.16.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11604
      "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11605
      "integrity": "sha1-8Hndm/2uZe4gOKrorLyGqxCeNpM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11606
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11607
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11608
        "generate-function": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11609
        "generate-object-property": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11610
        "jsonpointer": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11611
        "xtend": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11612
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11613
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11614
    "is-number": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11615
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11616
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11617
      "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11618
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11619
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11620
        "kind-of": "3.2.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11621
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11622
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11623
    "is-obj": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11624
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11625
      "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11626
      "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11627
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11628
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11629
    "is-path-cwd": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11630
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11631
      "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11632
      "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11633
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11634
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11635
    "is-path-in-cwd": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11636
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11637
      "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11638
      "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11639
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11640
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11641
        "is-path-inside": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11642
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11643
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11644
    "is-path-inside": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11645
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11646
      "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11647
      "integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11648
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11649
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11650
        "path-is-inside": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11651
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11652
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11653
    "is-posix-bracket": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11654
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11655
      "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11656
      "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11657
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11658
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11659
    "is-primitive": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11660
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11661
      "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11662
      "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11663
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11664
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11665
    "is-promise": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11666
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11667
      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11668
      "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11669
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11670
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11671
    "is-property": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11672
      "version": "1.0.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11673
      "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11674
      "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11675
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11676
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11677
    "is-resolvable": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11678
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11679
      "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11680
      "integrity": "sha1-jfV8YeouPFAUCNEA+wE8+NbgzGI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11681
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11682
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11683
        "tryit": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11684
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11685
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11686
    "is-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11687
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11688
      "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11689
      "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11690
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11691
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11692
    "is-type": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11693
      "version": "0.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11694
      "resolved": "https://registry.npmjs.org/is-type/-/is-type-0.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11695
      "integrity": "sha1-9lHYXDZdRJVdFKUdjXBh8/a0d5w=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11696
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11697
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11698
        "core-util-is": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11699
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11700
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11701
    "is-typedarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11702
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11703
      "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11704
      "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11705
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11706
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11707
    "is-utf8": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11708
      "version": "0.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11709
      "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11710
      "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11711
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11712
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11713
    "is-windows": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11714
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11715
      "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11716
      "integrity": "sha1-3hqm1j6indJIc3tp8f+LgALSEIw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11717
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11718
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11719
    "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11720
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11721
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11722
      "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11723
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11724
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11725
    "isbinaryfile": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11726
      "version": "3.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11727
      "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11728
      "integrity": "sha1-Sj6XTsDLqQBNP8bN5yCeppNopiE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11729
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11730
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11731
    "isexe": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11732
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11733
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11734
      "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11735
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11736
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11737
    "isobject": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11738
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11739
      "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11740
      "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11741
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11742
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11743
        "isarray": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11744
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11745
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11746
    "isstream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11747
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11748
      "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11749
      "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11750
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11751
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11752
    "istextorbinary": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11753
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11754
      "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11755
      "integrity": "sha1-2+0qb1G+L3R1to+JRlgRFBt1iHQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11756
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11757
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11758
        "binaryextensions": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11759
        "editions": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11760
        "textextensions": "2.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11761
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11762
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11763
    "jquery": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11764
      "version": "3.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11765
      "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11766
      "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11767
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11768
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11769
    "js-base64": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11770
      "version": "2.1.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11771
      "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11772
      "integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11773
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11774
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11775
    "js-reporters": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11776
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11777
      "resolved": "https://registry.npmjs.org/js-reporters/-/js-reporters-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11778
      "integrity": "sha1-fPLLaYGWaEeQNQ0MTKB/Su2ewX4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11779
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11780
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11781
    "js-tokens": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11782
      "version": "3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11783
      "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11784
      "integrity": "sha1-COnxMkhKLEWjCQfp3E1VZ7fxFNc=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11785
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11786
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11787
    "js-yaml": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11788
      "version": "3.8.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11789
      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11790
      "integrity": "sha1-UgtFZPhlc7qWZir4Woyvp7S1pvY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11791
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11792
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11793
        "argparse": "1.0.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11794
        "esprima": "3.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11795
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11796
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11797
    "jsbn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11798
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11799
      "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11800
      "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11801
      "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11802
      "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11803
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11804
    "jsesc": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11805
      "version": "0.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11806
      "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11807
      "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11808
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11809
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11810
    "json-schema": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11811
      "version": "0.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11812
      "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11813
      "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11814
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11815
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11816
    "json-stable-stringify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11817
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11818
      "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11819
      "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11820
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11821
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11822
        "jsonify": "0.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11823
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11824
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11825
    "json-stringify-safe": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11826
      "version": "5.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11827
      "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11828
      "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11829
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11830
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11831
    "json3": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11832
      "version": "3.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11833
      "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11834
      "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11835
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11836
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11837
    "json5": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11838
      "version": "0.5.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11839
      "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11840
      "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11841
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11842
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11843
    "jsonfile": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11844
      "version": "2.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11845
      "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11846
      "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11847
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11848
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11849
        "graceful-fs": "4.1.11"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11850
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11851
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11852
    "jsonify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11853
      "version": "0.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11854
      "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11855
      "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11856
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11857
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11858
    "jsonpointer": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11859
      "version": "4.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11860
      "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11861
      "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11862
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11863
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11864
    "jsprim": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11865
      "version": "1.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11866
      "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11867
      "integrity": "sha1-o7h+QCmNjDgFUtjMdiigu5WiKRg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11868
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11869
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11870
        "assert-plus": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11871
        "extsprintf": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11872
        "json-schema": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11873
        "verror": "1.3.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11874
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11875
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11876
        "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11877
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11878
          "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11879
          "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11880
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11881
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11882
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11883
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11884
    "kind-of": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11885
      "version": "3.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11886
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11887
      "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11888
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11889
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11890
        "is-buffer": "1.1.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11891
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11892
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11893
    "klaw": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11894
      "version": "1.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11895
      "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11896
      "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11897
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11898
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11899
        "graceful-fs": "4.1.11"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11900
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11901
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11902
    "lazy-cache": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11903
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11904
      "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11905
      "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11906
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11907
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11908
    "lcid": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11909
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11910
      "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11911
      "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11912
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11913
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11914
        "invert-kv": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11915
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11916
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11917
    "leaflet": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11918
      "version": "1.0.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11919
      "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.0.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11920
      "integrity": "sha1-H0AbmLRcgZITTGyNaWhiU4BQB8g=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11921
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11922
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11923
    "leek": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11924
      "version": "0.0.24",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11925
      "resolved": "https://registry.npmjs.org/leek/-/leek-0.0.24.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11926
      "integrity": "sha1-5ADlfw5g2O8r1NBo3EKKVDRdvNo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11927
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11928
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11929
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11930
        "lodash.assign": "3.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11931
        "rsvp": "3.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11932
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11933
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11934
    "leven": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11935
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11936
      "resolved": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11937
      "integrity": "sha1-kUS27ryl8dBoAWnxpncNzqYLdcM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11938
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11939
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11940
    "levn": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11941
      "version": "0.3.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11942
      "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11943
      "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11944
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11945
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11946
        "prelude-ls": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11947
        "type-check": "0.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11948
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11949
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11950
    "linkify-it": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11951
      "version": "2.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11952
      "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11953
      "integrity": "sha1-2UpGSPmxwXnWT6lykSaL22zpQ08=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11954
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11955
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11956
        "uc.micro": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11957
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11958
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11959
    "livereload-js": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11960
      "version": "2.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11961
      "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11962
      "integrity": "sha1-bIclfmSKtHW8JOoldFftzB+NC8I=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11963
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11964
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11965
    "load-json-file": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11966
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11967
      "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11968
      "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11969
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11970
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11971
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11972
        "parse-json": "2.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11973
        "pify": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11974
        "pinkie-promise": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11975
        "strip-bom": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11976
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11977
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11978
    "loader.js": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11979
      "version": "4.4.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11980
      "resolved": "https://registry.npmjs.org/loader.js/-/loader.js-4.4.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11981
      "integrity": "sha512-waH+PmXe0cRCej3c8xFCVmSwBv76dESdv5PLoyilXnzTKz8eDu1Ez8yJ1Y3RtG1k+v2xap0VL6D77C6VwuP+vw==",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11982
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11983
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11984
    "locate-path": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11985
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11986
      "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11987
      "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11988
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11989
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11990
        "p-locate": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11991
        "path-exists": "3.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 11992
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11993
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11994
    "lodash": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11995
      "version": "4.17.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11996
      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 11997
      "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11998
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 11999
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12000
    "lodash-es": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12001
      "version": "4.17.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12002
      "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12003
      "integrity": "sha1-3MHXVS4VCgZABzupyzHXDwMpUOc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12004
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12005
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12006
    "lodash._arraycopy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12007
      "version": "3.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12008
      "resolved": "https://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12009
      "integrity": "sha1-due3wfH7klRzdIeKVi7Qaj5Q9uE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12010
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12011
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12012
    "lodash._arrayeach": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12013
      "version": "3.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12014
      "resolved": "https://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12015
      "integrity": "sha1-urFWsqkNPxu9XGU0AzSeXlkz754=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12016
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12017
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12018
    "lodash._baseassign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12019
      "version": "3.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12020
      "resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12021
      "integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12022
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12023
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12024
        "lodash._basecopy": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12025
        "lodash.keys": "3.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12026
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12027
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12028
    "lodash._basecopy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12029
      "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12030
      "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12031
      "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12032
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12033
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12034
    "lodash._baseflatten": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12035
      "version": "3.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12036
      "resolved": "https://registry.npmjs.org/lodash._baseflatten/-/lodash._baseflatten-3.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12037
      "integrity": "sha1-B3D/gBMa9uNPO1EXlqe6UhTmX/c=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12038
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12039
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12040
        "lodash.isarguments": "3.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12041
        "lodash.isarray": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12042
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12043
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12044
    "lodash._basefor": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12045
      "version": "3.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12046
      "resolved": "https://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12047
      "integrity": "sha1-dVC06SGO8J+tJDQ7YSAhx5tMIMI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12048
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12049
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12050
    "lodash._bindcallback": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12051
      "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12052
      "resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12053
      "integrity": "sha1-5THCdkTPi1epnhftlbNcdIeJOS4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12054
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12055
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12056
    "lodash._createassigner": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12057
      "version": "3.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12058
      "resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12059
      "integrity": "sha1-g4pbri/aymOsIt7o4Z+k5taXCxE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12060
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12061
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12062
        "lodash._bindcallback": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12063
        "lodash._isiterateecall": "3.0.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12064
        "lodash.restparam": "3.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12065
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12066
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12067
    "lodash._getnative": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12068
      "version": "3.9.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12069
      "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12070
      "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12071
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12072
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12073
    "lodash._isiterateecall": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12074
      "version": "3.0.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12075
      "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12076
      "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12077
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12078
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12079
    "lodash._reinterpolate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12080
      "version": "3.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12081
      "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12082
      "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12083
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12084
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12085
    "lodash.assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12086
      "version": "3.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12087
      "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12088
      "integrity": "sha1-POnwI0tLIiPilrj6CsH+6OvKZPo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12089
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12090
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12091
        "lodash._baseassign": "3.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12092
        "lodash._createassigner": "3.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12093
        "lodash.keys": "3.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12094
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12095
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12096
    "lodash.assignin": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12097
      "version": "4.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12098
      "resolved": "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12099
      "integrity": "sha1-uo31+4QesKPoBEIysOJjqNxqKKI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12100
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12101
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12102
    "lodash.clonedeep": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12103
      "version": "4.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12104
      "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12105
      "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12106
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12107
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12108
    "lodash.debounce": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12109
      "version": "3.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12110
      "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-3.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12111
      "integrity": "sha1-gSIRw3ipTMKdWqTjNGzwv846ffU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12112
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12113
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12114
        "lodash._getnative": "3.9.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12115
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12116
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12117
    "lodash.defaultsdeep": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12118
      "version": "4.6.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12119
      "resolved": "https://registry.npmjs.org/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12120
      "integrity": "sha1-vsECT4WxvZbL6kBbI8FK1kQ6b4E=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12121
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12122
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12123
    "lodash.find": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12124
      "version": "4.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12125
      "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12126
      "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12127
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12128
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12129
    "lodash.flatten": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12130
      "version": "3.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12131
      "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-3.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12132
      "integrity": "sha1-3hz1d1j49EeTGdNcPpzGDEUBk4w=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12133
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12134
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12135
        "lodash._baseflatten": "3.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12136
        "lodash._isiterateecall": "3.0.9"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12137
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12138
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12139
    "lodash.isarguments": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12140
      "version": "3.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12141
      "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12142
      "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12143
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12144
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12145
    "lodash.isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12146
      "version": "3.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12147
      "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12148
      "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12149
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12150
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12151
    "lodash.isplainobject": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12152
      "version": "3.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12153
      "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12154
      "integrity": "sha1-moI4rhayAEMpYM1zRlEtASP79MU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12155
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12156
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12157
        "lodash._basefor": "3.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12158
        "lodash.isarguments": "3.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12159
        "lodash.keysin": "3.0.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12160
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12161
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12162
    "lodash.istypedarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12163
      "version": "3.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12164
      "resolved": "https://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12165
      "integrity": "sha1-yaR3SYYHUB2OhJTSg7h8OSgc72I=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12166
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12167
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12168
    "lodash.keys": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12169
      "version": "3.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12170
      "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12171
      "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12172
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12173
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12174
        "lodash._getnative": "3.9.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12175
        "lodash.isarguments": "3.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12176
        "lodash.isarray": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12177
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12178
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12179
    "lodash.keysin": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12180
      "version": "3.0.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12181
      "resolved": "https://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12182
      "integrity": "sha1-IsRJPrvtsUJ5YqVLRFssinZ/tH8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12183
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12184
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12185
        "lodash.isarguments": "3.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12186
        "lodash.isarray": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12187
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12188
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12189
    "lodash.merge": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12190
      "version": "4.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12191
      "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12192
      "integrity": "sha1-aYhLoUSsM/5plzemCG3v+t0PicU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12193
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12194
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12195
    "lodash.mergewith": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12196
      "version": "4.6.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12197
      "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12198
      "integrity": "sha1-FQzwoWeR9ZA7iJHqsVRgknS96lU=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12199
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12200
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12201
    "lodash.omit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12202
      "version": "4.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12203
      "resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12204
      "integrity": "sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12205
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12206
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12207
    "lodash.restparam": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12208
      "version": "3.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12209
      "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12210
      "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12211
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12212
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12213
    "lodash.template": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12214
      "version": "4.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12215
      "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12216
      "integrity": "sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12217
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12218
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12219
        "lodash._reinterpolate": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12220
        "lodash.templatesettings": "4.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12221
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12222
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12223
    "lodash.templatesettings": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12224
      "version": "4.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12225
      "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12226
      "integrity": "sha1-K01OlbpEDZFf8IvImeRVNmZxMxY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12227
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12228
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12229
        "lodash._reinterpolate": "3.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12230
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12231
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12232
    "lodash.toplainobject": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12233
      "version": "3.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12234
      "resolved": "https://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12235
      "integrity": "sha1-KHkK2ULSk9eKpmOgfs9/UsoEGY0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12236
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12237
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12238
        "lodash._basecopy": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12239
        "lodash.keysin": "3.0.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12240
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12241
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12242
    "lodash.uniq": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12243
      "version": "4.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12244
      "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12245
      "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12246
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12247
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12248
    "lodash.uniqby": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12249
      "version": "4.7.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12250
      "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12251
      "integrity": "sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12252
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12253
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12254
    "longest": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12255
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12256
      "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12257
      "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12258
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12259
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12260
    "loose-envify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12261
      "version": "1.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12262
      "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12263
      "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12264
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12265
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12266
        "js-tokens": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12267
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12268
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12269
    "loud-rejection": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12270
      "version": "1.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12271
      "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12272
      "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12273
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12274
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12275
        "currently-unhandled": "0.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12276
        "signal-exit": "3.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12277
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12278
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12279
    "lru-cache": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12280
      "version": "4.1.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12281
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12282
      "integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12283
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12284
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12285
        "pseudomap": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12286
        "yallist": "2.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12287
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12288
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12289
    "make-array": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12290
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12291
      "resolved": "https://registry.npmjs.org/make-array/-/make-array-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12292
      "integrity": "sha1-M14267DFpDFU0hIToeyuriobs+8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12293
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12294
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12295
    "make-dir": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12296
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12297
      "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12298
      "integrity": "sha1-l6ARdR6R3YfPre9Ygy67BJNt6Xg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12299
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12300
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12301
        "pify": "2.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12302
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12303
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12304
    "makeerror": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12305
      "version": "1.0.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12306
      "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12307
      "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12308
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12309
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12310
        "tmpl": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12311
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12312
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12313
    "map-obj": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12314
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12315
      "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12316
      "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12317
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12318
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12319
    "markdown-it": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12320
      "version": "8.3.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12321
      "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.3.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12322
      "integrity": "sha1-L0tiKUjM3Bk9ZvPKLUMSWsSscyM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12323
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12324
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12325
        "argparse": "1.0.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12326
        "entities": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12327
        "linkify-it": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12328
        "mdurl": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12329
        "uc.micro": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12330
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12331
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12332
    "markdown-it-terminal": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12333
      "version": "0.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12334
      "resolved": "https://registry.npmjs.org/markdown-it-terminal/-/markdown-it-terminal-0.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12335
      "integrity": "sha1-PyzmJLosqWSni4s4jWBe4zDenO0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12336
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12337
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12338
        "ansi-styles": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12339
        "cardinal": "0.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12340
        "cli-table": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12341
        "lodash.merge": "3.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12342
        "markdown-it": "4.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12343
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12344
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12345
        "linkify-it": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12346
          "version": "1.2.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12347
          "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-1.2.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12348
          "integrity": "sha1-B3NSbDF8j9E71TTuHRgP+Iq/iBo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12349
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12350
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12351
            "uc.micro": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12352
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12353
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12354
        "lodash.merge": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12355
          "version": "3.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12356
          "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-3.3.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12357
          "integrity": "sha1-DZDZPtY3sYeEN7s+IWASYNev6ZQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12358
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12359
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12360
            "lodash._arraycopy": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12361
            "lodash._arrayeach": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12362
            "lodash._createassigner": "3.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12363
            "lodash._getnative": "3.9.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12364
            "lodash.isarguments": "3.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12365
            "lodash.isarray": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12366
            "lodash.isplainobject": "3.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12367
            "lodash.istypedarray": "3.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12368
            "lodash.keys": "3.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12369
            "lodash.keysin": "3.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12370
            "lodash.toplainobject": "3.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12371
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12372
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12373
        "markdown-it": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12374
          "version": "4.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12375
          "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-4.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12376
          "integrity": "sha1-PfNz2+pYepp/7z5WMRtokI91xBQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12377
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12378
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12379
            "argparse": "1.0.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12380
            "entities": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12381
            "linkify-it": "1.2.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12382
            "mdurl": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12383
            "uc.micro": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12384
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12385
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12386
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12387
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12388
    "matcher-collection": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12389
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12390
      "resolved": "https://registry.npmjs.org/matcher-collection/-/matcher-collection-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12391
      "integrity": "sha1-L2auCGmZbynkPQtiyD3R1D5YF1U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12392
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12393
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12394
        "minimatch": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12395
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12396
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12397
    "md5-hex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12398
      "version": "1.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12399
      "resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-1.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12400
      "integrity": "sha1-0sSv6YPENwZiF5uMrRRSGRNQRsQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12401
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12402
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12403
        "md5-o-matic": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12404
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12405
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12406
    "md5-o-matic": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12407
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12408
      "resolved": "https://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12409
      "integrity": "sha1-givM1l4RfFFPqxdrJZRdVBAKA8M=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12410
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12411
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12412
    "mdurl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12413
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12414
      "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12415
      "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12416
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12417
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12418
    "media-typer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12419
      "version": "0.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12420
      "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12421
      "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12422
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12423
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12424
    "memory-streams": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12425
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12426
      "resolved": "https://registry.npmjs.org/memory-streams/-/memory-streams-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12427
      "integrity": "sha1-Jz/3d6tg/sWZsRY1UlUoLMosUMI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12428
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12429
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12430
        "readable-stream": "1.0.34"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12431
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12432
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12433
    "meow": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12434
      "version": "3.7.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12435
      "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12436
      "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12437
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12438
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12439
        "camelcase-keys": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12440
        "decamelize": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12441
        "loud-rejection": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12442
        "map-obj": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12443
        "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12444
        "normalize-package-data": "2.3.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12445
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12446
        "read-pkg-up": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12447
        "redent": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12448
        "trim-newlines": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12449
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12450
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12451
        "minimist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12452
          "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12453
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12454
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12455
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12456
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12457
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12458
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12459
    "merge": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12460
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12461
      "resolved": "https://registry.npmjs.org/merge/-/merge-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12462
      "integrity": "sha1-dTHjnUlJwoGma4xabgJl6LBYlNo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12463
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12464
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12465
    "merge-descriptors": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12466
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12467
      "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12468
      "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12469
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12470
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12471
    "merge-trees": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12472
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12473
      "resolved": "https://registry.npmjs.org/merge-trees/-/merge-trees-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12474
      "integrity": "sha1-zL5nRWl4f53vF/1G5lJfVwC70j4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12475
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12476
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12477
        "can-symlink": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12478
        "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12479
        "heimdalljs": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12480
        "heimdalljs-logger": "0.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12481
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12482
        "symlink-or-copy": "1.1.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12483
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12484
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12485
    "methods": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12486
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12487
      "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12488
      "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12489
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12490
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12491
    "micromatch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12492
      "version": "2.3.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12493
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12494
      "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12495
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12496
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12497
        "arr-diff": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12498
        "array-unique": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12499
        "braces": "1.8.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12500
        "expand-brackets": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12501
        "extglob": "0.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12502
        "filename-regex": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12503
        "is-extglob": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12504
        "is-glob": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12505
        "kind-of": "3.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12506
        "normalize-path": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12507
        "object.omit": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12508
        "parse-glob": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12509
        "regex-cache": "0.4.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12510
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12511
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12512
    "mime": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12513
      "version": "1.3.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12514
      "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12515
      "integrity": "sha1-WR2E02U6awtKO5343lqoEI5y5eA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12516
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12517
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12518
    "mime-db": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12519
      "version": "1.27.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12520
      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12521
      "integrity": "sha1-gg9XIpa70g7CXtVeW13oaeVDbrE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12522
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12523
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12524
    "mime-types": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12525
      "version": "2.1.15",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12526
      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12527
      "integrity": "sha1-pOv1BkCUVpI3uM9wBGd20J/JKu0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12528
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12529
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12530
        "mime-db": "1.27.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12531
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12532
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12533
    "minimatch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12534
      "version": "3.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12535
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12536
      "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12537
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12538
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12539
        "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12540
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12541
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12542
    "minimist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12543
      "version": "0.0.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12544
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12545
      "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12546
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12547
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12548
    "mkdirp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12549
      "version": "0.5.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12550
      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12551
      "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12552
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12553
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12554
        "minimist": "0.0.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12555
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12556
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12557
    "mktemp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12558
      "version": "0.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12559
      "resolved": "https://registry.npmjs.org/mktemp/-/mktemp-0.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12560
      "integrity": "sha1-bQUVYRyKjITkhKogABKbmOmB/ws=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12561
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12562
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12563
    "moment": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12564
      "version": "2.18.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12565
      "resolved": "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12566
      "integrity": "sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12567
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12568
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12569
    "moment-timezone": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12570
      "version": "0.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12571
      "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12572
      "integrity": "sha1-PvR4VrAtU7cYoQpewgI6opnge/U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12573
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12574
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12575
        "moment": "2.18.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12576
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12577
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12578
    "morgan": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12579
      "version": "1.8.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12580
      "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.8.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12581
      "integrity": "sha1-eErHc05KRTqcbm6GgKkyknXItoc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12582
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12583
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12584
        "basic-auth": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12585
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12586
        "depd": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12587
        "on-finished": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12588
        "on-headers": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12589
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12590
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12591
    "mout": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12592
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12593
      "resolved": "https://registry.npmjs.org/mout/-/mout-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12594
      "integrity": "sha1-m98dSvV9ZtR8s1OmM1oygQmOFQE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12595
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12596
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12597
    "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12598
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12599
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12600
      "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12601
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12602
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12603
    "mustache": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12604
      "version": "2.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12605
      "resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12606
      "integrity": "sha1-QCj3d4sXcIpImTCm5SrDvKDaQdA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12607
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12608
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12609
    "mute-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12610
      "version": "0.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12611
      "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12612
      "integrity": "sha1-SJYrGeFp/R38JAs/HnMXYnu8R9s=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12613
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12614
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12615
    "nan": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12616
      "version": "2.6.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12617
      "resolved": "https://registry.npmjs.org/nan/-/nan-2.6.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12618
      "integrity": "sha1-5P805slf37WuzAjeZZb0NgWn20U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12619
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12620
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12621
    "natural-compare": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12622
      "version": "1.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12623
      "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12624
      "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12625
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12626
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12627
    "negotiator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12628
      "version": "0.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12629
      "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12630
      "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12631
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12632
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12633
    "node-fetch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12634
      "version": "1.7.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12635
      "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12636
      "integrity": "sha512-j8XsFGCLw79vWXkZtMSmmLaOk9z5SQ9bV/tkbZVCqvgwzrjAGq66igobLofHtF63NvMTp2WjytpsNTGKa+XRIQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12637
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12638
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12639
        "encoding": "0.1.12",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12640
        "is-stream": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12641
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12642
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12643
    "node-gyp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12644
      "version": "3.6.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12645
      "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12646
      "integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12647
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12648
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12649
        "fstream": "1.0.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12650
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12651
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12652
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12653
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12654
        "nopt": "3.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12655
        "npmlog": "4.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12656
        "osenv": "0.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12657
        "request": "2.81.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12658
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12659
        "semver": "5.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12660
        "tar": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12661
        "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12662
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12663
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12664
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12665
          "version": "7.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12666
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12667
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12668
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12669
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12670
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12671
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12672
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12673
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12674
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12675
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12676
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12677
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12678
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12679
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12680
    "node-int64": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12681
      "version": "0.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12682
      "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12683
      "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12684
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12685
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12686
    "node-modules-path": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12687
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12688
      "resolved": "https://registry.npmjs.org/node-modules-path/-/node-modules-path-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12689
      "integrity": "sha1-QAlrCM560OoUaAhjr0ScfHWl0cg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12690
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12691
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12692
    "node-notifier": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12693
      "version": "5.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12694
      "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12695
      "integrity": "sha1-L6nhJgX6EACdRFSdb82KY93g5P8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12696
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12697
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12698
        "growly": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12699
        "semver": "5.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12700
        "shellwords": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12701
        "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12702
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12703
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12704
    "node-sass": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12705
      "version": "3.13.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12706
      "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12707
      "integrity": "sha1-ckD7v/I5YwS0IjUn7TAgWJwAT8I=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12708
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12709
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12710
        "async-foreach": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12711
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12712
        "cross-spawn": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12713
        "gaze": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12714
        "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12715
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12716
        "in-publish": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12717
        "lodash.assign": "4.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12718
        "lodash.clonedeep": "4.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12719
        "meow": "3.7.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12720
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12721
        "nan": "2.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12722
        "node-gyp": "3.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12723
        "npmlog": "4.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12724
        "request": "2.81.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12725
        "sass-graph": "2.2.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12726
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12727
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12728
        "cross-spawn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12729
          "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12730
          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12731
          "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12732
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12733
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12734
            "lru-cache": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12735
            "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12736
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12737
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12738
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12739
          "version": "7.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12740
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12741
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12742
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12743
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12744
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12745
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12746
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12747
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12748
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12749
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12750
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12751
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12752
        "lodash.assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12753
          "version": "4.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12754
          "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12755
          "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12756
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12757
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12758
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12759
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12760
    "nopt": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12761
      "version": "3.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12762
      "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12763
      "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12764
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12765
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12766
        "abbrev": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12767
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12768
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12769
    "normalize-package-data": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12770
      "version": "2.3.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12771
      "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12772
      "integrity": "sha1-2Bntoqne29H/pWPqQHHZNngilbs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12773
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12774
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12775
        "hosted-git-info": "2.4.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12776
        "is-builtin-module": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12777
        "semver": "5.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12778
        "validate-npm-package-license": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12779
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12780
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12781
    "normalize-path": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12782
      "version": "2.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12783
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12784
      "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12785
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12786
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12787
        "remove-trailing-separator": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12788
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12789
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12790
    "npm-git-info": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12791
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12792
      "resolved": "https://registry.npmjs.org/npm-git-info/-/npm-git-info-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12793
      "integrity": "sha1-qTPELsMh6A02RuDW6ESv6UYw4dU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12794
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12795
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12796
    "npm-package-arg": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12797
      "version": "4.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12798
      "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12799
      "integrity": "sha1-WTMD/eqF98Qid18X+et2cPaA4+w=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12800
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12801
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12802
        "hosted-git-info": "2.4.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12803
        "semver": "5.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12804
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12805
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12806
    "npm-run-path": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12807
      "version": "2.0.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12808
      "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12809
      "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12810
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12811
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12812
        "path-key": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12813
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12814
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12815
    "npmlog": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12816
      "version": "4.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12817
      "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12818
      "integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12819
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12820
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12821
        "are-we-there-yet": "1.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12822
        "console-control-strings": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12823
        "gauge": "2.7.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12824
        "set-blocking": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12825
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12826
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12827
    "number-is-nan": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12828
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12829
      "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12830
      "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12831
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12832
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12833
    "oauth-sign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12834
      "version": "0.8.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12835
      "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12836
      "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12837
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12838
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12839
    "object-assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12840
      "version": "4.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12841
      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12842
      "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12843
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12844
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12845
    "object-component": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12846
      "version": "0.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12847
      "resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12848
      "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12849
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12850
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12851
    "object.omit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12852
      "version": "2.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12853
      "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12854
      "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12855
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12856
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12857
        "for-own": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12858
        "is-extendable": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12859
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12860
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12861
    "on-finished": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12862
      "version": "2.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12863
      "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12864
      "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12865
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12866
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12867
        "ee-first": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12868
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12869
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12870
    "on-headers": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12871
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12872
      "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12873
      "integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12874
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12875
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12876
    "once": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12877
      "version": "1.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12878
      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12879
      "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12880
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12881
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12882
        "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12883
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12884
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12885
    "onetime": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12886
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12887
      "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12888
      "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12889
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12890
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12891
    "optimist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12892
      "version": "0.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12893
      "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12894
      "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12895
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12896
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12897
        "minimist": "0.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12898
        "wordwrap": "0.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12899
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12900
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12901
    "optionator": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12902
      "version": "0.8.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12903
      "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12904
      "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12905
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12906
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12907
        "deep-is": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12908
        "fast-levenshtein": "2.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12909
        "levn": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12910
        "prelude-ls": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12911
        "type-check": "0.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12912
        "wordwrap": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12913
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12914
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12915
        "wordwrap": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12916
          "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12917
          "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12918
          "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12919
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12920
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12921
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12922
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12923
    "options": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12924
      "version": "0.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12925
      "resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12926
      "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12927
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12928
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12929
    "ora": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12930
      "version": "0.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12931
      "resolved": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12932
      "integrity": "sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12933
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12934
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12935
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12936
        "cli-cursor": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12937
        "cli-spinners": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12938
        "object-assign": "4.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12939
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12940
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12941
    "os-homedir": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12942
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12943
      "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12944
      "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12945
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12946
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12947
    "os-locale": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12948
      "version": "1.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12949
      "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12950
      "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12951
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12952
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12953
        "lcid": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12954
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12955
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12956
    "os-shim": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12957
      "version": "0.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12958
      "resolved": "https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12959
      "integrity": "sha1-a2LDeRz3kJ6jXtRuF2WLtBfLORc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12960
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12961
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12962
    "os-tmpdir": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12963
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12964
      "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12965
      "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12966
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12967
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12968
    "osenv": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12969
      "version": "0.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12970
      "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12971
      "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12972
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12973
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12974
        "os-homedir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12975
        "os-tmpdir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12976
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12977
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12978
    "output-file-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12979
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12980
      "resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12981
      "integrity": "sha1-0KM+7+YaIF+suQCS6CZZjVJFznY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12982
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12983
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12984
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12985
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12986
        "object-assign": "4.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 12987
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 12988
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12989
    "p-finally": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12990
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12991
      "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12992
      "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12993
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12994
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12995
    "p-limit": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12996
      "version": "1.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12997
      "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12998
      "integrity": "sha1-sH/y2aXYi+yAYDWJWiurZqJ5iLw=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 12999
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13000
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13001
    "p-locate": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13002
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13003
      "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13004
      "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13005
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13006
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13007
        "p-limit": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13008
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13009
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13010
    "parse-glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13011
      "version": "3.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13012
      "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13013
      "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13014
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13015
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13016
        "glob-base": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13017
        "is-dotfile": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13018
        "is-extglob": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13019
        "is-glob": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13020
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13021
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13022
    "parse-json": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13023
      "version": "2.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13024
      "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13025
      "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13026
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13027
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13028
        "error-ex": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13029
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13030
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13031
    "parse-passwd": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13032
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13033
      "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13034
      "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13035
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13036
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13037
    "parsejson": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13038
      "version": "0.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13039
      "resolved": "https://registry.npmjs.org/parsejson/-/parsejson-0.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13040
      "integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13041
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13042
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13043
        "better-assert": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13044
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13045
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13046
    "parseqs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13047
      "version": "0.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13048
      "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13049
      "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13050
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13051
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13052
        "better-assert": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13053
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13054
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13055
    "parseuri": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13056
      "version": "0.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13057
      "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13058
      "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13059
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13060
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13061
        "better-assert": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13062
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13063
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13064
    "parseurl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13065
      "version": "1.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13066
      "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13067
      "integrity": "sha1-yKuMkiO6NIiKpkopeyiFO+wY2lY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13068
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13069
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13070
    "path-exists": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13071
      "version": "3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13072
      "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13073
      "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13074
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13075
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13076
    "path-is-absolute": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13077
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13078
      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13079
      "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13080
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13081
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13082
    "path-is-inside": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13083
      "version": "1.0.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13084
      "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13085
      "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13086
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13087
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13088
    "path-key": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13089
      "version": "2.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13090
      "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13091
      "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13092
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13093
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13094
    "path-parse": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13095
      "version": "1.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13096
      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13097
      "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13098
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13099
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13100
    "path-posix": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13101
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13102
      "resolved": "https://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13103
      "integrity": "sha1-BrJhE/Vr6rBCVFojv6iAA8ysJg8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13104
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13105
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13106
    "path-to-regexp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13107
      "version": "0.1.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13108
      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13109
      "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13110
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13111
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13112
    "path-type": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13113
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13114
      "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13115
      "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13116
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13117
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13118
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13119
        "pify": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13120
        "pinkie-promise": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13121
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13122
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13123
    "performance-now": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13124
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13125
      "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13126
      "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13127
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13128
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13129
    "pify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13130
      "version": "2.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13131
      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13132
      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13133
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13134
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13135
    "pinkie": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13136
      "version": "2.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13137
      "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13138
      "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13139
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13140
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13141
    "pinkie-promise": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13142
      "version": "2.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13143
      "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13144
      "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13145
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13146
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13147
        "pinkie": "2.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13148
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13149
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13150
    "pluralize": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13151
      "version": "1.2.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13152
      "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13153
      "integrity": "sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13154
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13155
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13156
    "portfinder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13157
      "version": "1.0.13",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13158
      "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.13.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13159
      "integrity": "sha1-uzLs2HwnEErm7kS1o8y/Drsa7ek=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13160
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13161
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13162
        "async": "1.5.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13163
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13164
        "mkdirp": "0.5.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13165
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13166
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13167
    "prelude-ls": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13168
      "version": "1.1.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13169
      "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13170
      "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13171
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13172
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13173
    "preserve": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13174
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13175
      "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13176
      "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13177
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13178
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13179
    "pretender": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13180
      "version": "1.4.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13181
      "resolved": "https://registry.npmjs.org/pretender/-/pretender-1.4.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13182
      "integrity": "sha1-3emZXf33Wyij3XpzzeL59hLl6PQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13183
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13184
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13185
        "fake-xml-http-request": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13186
        "route-recognizer": "0.2.10"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13187
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13188
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13189
    "printf": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13190
      "version": "0.2.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13191
      "resolved": "https://registry.npmjs.org/printf/-/printf-0.2.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13192
      "integrity": "sha1-xDjKLKM+OSdnHbSracDlL5NqTw8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13193
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13194
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13195
    "private": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13196
      "version": "0.1.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13197
      "resolved": "https://registry.npmjs.org/private/-/private-0.1.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13198
      "integrity": "sha1-aM5eih7woju1cMwoU3tTMqumPvE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13199
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13200
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13201
    "process-nextick-args": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13202
      "version": "1.0.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13203
      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13204
      "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13205
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13206
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13207
    "process-relative-require": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13208
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13209
      "resolved": "https://registry.npmjs.org/process-relative-require/-/process-relative-require-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13210
      "integrity": "sha1-FZDfz1uPKYO6U+OYRGtoJAtMxoo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13211
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13212
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13213
        "node-modules-path": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13214
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13215
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13216
    "progress": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13217
      "version": "1.1.8",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13218
      "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13219
      "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13220
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13221
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13222
    "promise-map-series": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13223
      "version": "0.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13224
      "resolved": "https://registry.npmjs.org/promise-map-series/-/promise-map-series-0.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13225
      "integrity": "sha1-wtN3r8kyU/a9A9u3d1XriKsgqEc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13226
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13227
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13228
        "rsvp": "3.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13229
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13230
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13231
    "proxy-addr": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13232
      "version": "1.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13233
      "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13234
      "integrity": "sha1-J+VF9pYKRKYn2bREZ+NcG2tM4vM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13235
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13236
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13237
        "forwarded": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13238
        "ipaddr.js": "1.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13239
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13240
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13241
    "pseudomap": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13242
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13243
      "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13244
      "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13245
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13246
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13247
    "punycode": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13248
      "version": "1.4.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13249
      "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13250
      "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13251
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13252
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13253
    "q": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13254
      "version": "1.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13255
      "resolved": "https://registry.npmjs.org/q/-/q-1.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13256
      "integrity": "sha1-3QG6ydBtMObyGa7LglPunr3DCPE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13257
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13258
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13259
    "qs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13260
      "version": "6.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13261
      "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13262
      "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13263
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13264
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13265
    "quick-temp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13266
      "version": "0.1.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13267
      "resolved": "https://registry.npmjs.org/quick-temp/-/quick-temp-0.1.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13268
      "integrity": "sha1-urAqJCq4+w3XWKPJd2sy+aXZRAg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13269
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13270
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13271
        "mktemp": "0.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13272
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13273
        "underscore.string": "3.3.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13274
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13275
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13276
    "qunit-notifications": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13277
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13278
      "resolved": "https://registry.npmjs.org/qunit-notifications/-/qunit-notifications-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13279
      "integrity": "sha1-MAGvxqanffvZYsy83d4S3sUobAk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13280
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13281
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13282
    "qunitjs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13283
      "version": "2.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13284
      "resolved": "https://registry.npmjs.org/qunitjs/-/qunitjs-2.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13285
      "integrity": "sha1-RWaWvdYaLItbyPBT8A4g11pz1Tk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13286
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13287
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13288
        "chokidar": "1.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13289
        "commander": "2.9.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13290
        "exists-stat": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13291
        "findup-sync": "0.4.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13292
        "js-reporters": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13293
        "resolve": "1.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13294
        "walk-sync": "0.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13295
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13296
      "dependencies": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13297
        "commander": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13298
          "version": "2.9.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13299
          "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13300
          "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13301
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13302
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13303
            "graceful-readlink": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13304
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13305
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13306
        "resolve": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13307
          "version": "1.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13308
          "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.3.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13309
          "integrity": "sha1-HwRCyeDLuBNuh7kwX5MvRsfygjU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13310
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13311
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13312
            "path-parse": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13313
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13314
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13315
        "walk-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13316
          "version": "0.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13317
          "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-0.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13318
          "integrity": "sha1-VYoWrqyMDbWcAotzxm85doTs5GU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13319
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13320
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13321
            "ensure-posix-path": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13322
            "matcher-collection": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13323
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13324
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13325
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13326
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13327
    "randomatic": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13328
      "version": "1.1.7",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13329
      "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13330
      "integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13331
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13332
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13333
        "is-number": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13334
        "kind-of": "4.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13335
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13336
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13337
        "is-number": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13338
          "version": "3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13339
          "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13340
          "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13341
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13342
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13343
            "kind-of": "3.2.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13344
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13345
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13346
            "kind-of": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13347
              "version": "3.2.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13348
              "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13349
              "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13350
              "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13351
              "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13352
                "is-buffer": "1.1.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13353
              }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13354
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13355
          }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13356
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13357
        "kind-of": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13358
          "version": "4.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13359
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13360
          "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13361
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13362
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13363
            "is-buffer": "1.1.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13364
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13365
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13366
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13367
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13368
    "range-parser": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13369
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13370
      "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13371
      "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13372
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13373
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13374
    "raw-body": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13375
      "version": "1.1.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13376
      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13377
      "integrity": "sha1-HQJ8K/oRasxmI7yo8AAWVyqH1CU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13378
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13379
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13380
        "bytes": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13381
        "string_decoder": "0.10.31"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13382
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13383
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13384
        "bytes": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13385
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13386
          "resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13387
          "integrity": "sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13388
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13389
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13390
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13391
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13392
    "read-pkg": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13393
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13394
      "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13395
      "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13396
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13397
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13398
        "load-json-file": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13399
        "normalize-package-data": "2.3.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13400
        "path-type": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13401
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13402
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13403
    "read-pkg-up": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13404
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13405
      "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13406
      "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13407
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13408
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13409
        "find-up": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13410
        "read-pkg": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13411
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13412
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13413
        "find-up": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13414
          "version": "1.1.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13415
          "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13416
          "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13417
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13418
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13419
            "path-exists": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13420
            "pinkie-promise": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13421
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13422
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13423
        "path-exists": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13424
          "version": "2.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13425
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13426
          "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13427
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13428
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13429
            "pinkie-promise": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13430
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13431
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13432
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13433
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13434
    "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13435
      "version": "1.0.34",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13436
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13437
      "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13438
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13439
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13440
        "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13441
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13442
        "isarray": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13443
        "string_decoder": "0.10.31"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13444
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13445
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13446
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13447
          "version": "0.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13448
          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13449
          "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13450
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13451
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13452
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13453
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13454
    "readdirp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13455
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13456
      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13457
      "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13458
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13459
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13460
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13461
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13462
        "readable-stream": "2.2.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13463
        "set-immediate-shim": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13464
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13465
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13466
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13467
          "version": "2.2.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13468
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13469
          "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13470
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13471
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13472
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13473
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13474
            "isarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13475
            "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13476
            "safe-buffer": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13477
            "string_decoder": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13478
            "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13479
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13480
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13481
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13482
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13483
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13484
          "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13485
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13486
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13487
            "safe-buffer": "5.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13488
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13489
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13490
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13491
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13492
    "readline2": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13493
      "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13494
      "resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13495
      "integrity": "sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13496
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13497
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13498
        "code-point-at": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13499
        "is-fullwidth-code-point": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13500
        "mute-stream": "0.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13501
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13502
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13503
        "mute-stream": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13504
          "version": "0.0.5",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13505
          "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13506
          "integrity": "sha1-j7+rsKmKJT0xhDMfno3rc3L6xsA=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13507
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13508
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13509
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13510
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13511
    "recast": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13512
      "version": "0.11.23",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13513
      "resolved": "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13514
      "integrity": "sha1-RR/TAEqx5N+bTktmN2sqIZEkYtM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13515
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13516
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13517
        "ast-types": "0.9.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13518
        "esprima": "3.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13519
        "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13520
        "source-map": "0.5.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13521
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13522
    },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13523
    "rechoir": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13524
      "version": "0.6.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13525
      "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13526
      "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13527
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13528
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13529
        "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13530
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13531
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13532
    "redent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13533
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13534
      "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13535
      "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13536
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13537
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13538
        "indent-string": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13539
        "strip-indent": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13540
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13541
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13542
    "redeyed": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13543
      "version": "0.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13544
      "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13545
      "integrity": "sha1-erAA5g7jh1rBFdKe2zLBQDxsJdE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13546
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13547
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13548
        "esprima-fb": "12001.1.0-dev-harmony-fb"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13549
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13550
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13551
        "esprima-fb": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13552
          "version": "12001.1.0-dev-harmony-fb",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13553
          "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-12001.1.0-dev-harmony-fb.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13554
          "integrity": "sha1-2EQAOEupXOJnjGF60kp/QICNqRU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13555
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13556
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13557
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13558
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13559
    "regenerate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13560
      "version": "1.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13561
      "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13562
      "integrity": "sha1-0ZQcZ7rUN+G+dkM63Vs4X5WxkmA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13563
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13564
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13565
    "regenerator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13566
      "version": "0.8.40",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13567
      "resolved": "https://registry.npmjs.org/regenerator/-/regenerator-0.8.40.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13568
      "integrity": "sha1-oORXxY69uuV1yfjNdRJ+k3VkNdg=",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13569
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13570
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13571
        "commoner": "0.10.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13572
        "defs": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13573
        "esprima-fb": "15001.1001.0-dev-harmony-fb",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13574
        "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13575
        "recast": "0.10.33",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13576
        "through": "2.3.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13577
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13578
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13579
        "ast-types": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13580
          "version": "0.8.12",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13581
          "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13582
          "integrity": "sha1-oNkOQ1G7iHcWyD/WN+v4GK9K38w=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13583
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13584
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13585
        "esprima-fb": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13586
          "version": "15001.1001.0-dev-harmony-fb",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13587
          "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13588
          "integrity": "sha1-Q761fsJujPI3092LM+QlM1d/Jlk=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13589
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13590
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13591
        "recast": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13592
          "version": "0.10.33",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13593
          "resolved": "https://registry.npmjs.org/recast/-/recast-0.10.33.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13594
          "integrity": "sha1-lCgI96oBbx+nFCxGHX5XBKqo1pc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13595
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13596
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13597
            "ast-types": "0.8.12",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13598
            "esprima-fb": "15001.1001.0-dev-harmony-fb",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13599
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13600
            "source-map": "0.5.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13601
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13602
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13603
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13604
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13605
    "regenerator-runtime": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13606
      "version": "0.10.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13607
      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13608
      "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13609
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13610
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13611
    "regenerator-transform": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13612
      "version": "0.9.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13613
      "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.11.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13614
      "integrity": "sha1-On0GdSDLe3F2dp61/4aGkb7+EoM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13615
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13616
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13617
        "babel-runtime": "6.23.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13618
        "babel-types": "6.25.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13619
        "private": "0.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13620
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13621
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13622
    "regex-cache": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13623
      "version": "0.4.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13624
      "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13625
      "integrity": "sha1-mxpsNdTQ3871cRrmUejp09cRQUU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13626
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13627
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13628
        "is-equal-shallow": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13629
        "is-primitive": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13630
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13631
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13632
    "regexpu": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13633
      "version": "1.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13634
      "resolved": "https://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13635
      "integrity": "sha1-5TTcmRqeWEYFDJjebX3UpVyeoW0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13636
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13637
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13638
        "esprima": "2.7.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13639
        "recast": "0.10.43",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13640
        "regenerate": "1.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13641
        "regjsgen": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13642
        "regjsparser": "0.1.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13643
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13644
      "dependencies": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13645
        "ast-types": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13646
          "version": "0.8.15",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13647
          "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.15.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13648
          "integrity": "sha1-ju8IJ/BN/w7IhXupJavj/qYZTlI=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13649
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13650
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13651
        "esprima": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13652
          "version": "2.7.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13653
          "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13654
          "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13655
          "dev": true
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13656
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13657
        "recast": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13658
          "version": "0.10.43",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13659
          "resolved": "https://registry.npmjs.org/recast/-/recast-0.10.43.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13660
          "integrity": "sha1-uV1Q9tYHYaX2JS4V2AZ4FoSRzn8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13661
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13662
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13663
            "ast-types": "0.8.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13664
            "esprima-fb": "15001.1001.0-dev-harmony-fb",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13665
            "private": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13666
            "source-map": "0.5.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13667
          },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13668
          "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13669
            "esprima-fb": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13670
              "version": "15001.1001.0-dev-harmony-fb",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13671
              "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13672
              "integrity": "sha1-Q761fsJujPI3092LM+QlM1d/Jlk=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13673
              "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13674
            }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13675
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13676
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13677
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13678
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13679
    "regexpu-core": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13680
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13681
      "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13682
      "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13683
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13684
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13685
        "regenerate": "1.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13686
        "regjsgen": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13687
        "regjsparser": "0.1.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13688
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13689
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13690
    "regjsgen": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13691
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13692
      "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13693
      "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13694
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13695
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13696
    "regjsparser": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13697
      "version": "0.1.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13698
      "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13699
      "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13700
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13701
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13702
        "jsesc": "0.5.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13703
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13704
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13705
    "remove-trailing-separator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13706
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13707
      "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13708
      "integrity": "sha1-abBi2XhyetFNxrVrpKt3L9jXBRE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13709
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13710
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13711
    "repeat-element": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13712
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13713
      "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13714
      "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13715
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13716
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13717
    "repeat-string": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13718
      "version": "1.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13719
      "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13720
      "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13721
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13722
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13723
    "repeating": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13724
      "version": "2.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13725
      "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13726
      "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13727
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13728
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13729
        "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13730
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13731
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13732
    "request": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13733
      "version": "2.81.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13734
      "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13735
      "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13736
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13737
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13738
        "aws-sign2": "0.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13739
        "aws4": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13740
        "caseless": "0.12.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13741
        "combined-stream": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13742
        "extend": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13743
        "forever-agent": "0.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13744
        "form-data": "2.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13745
        "har-validator": "4.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13746
        "hawk": "3.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13747
        "http-signature": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13748
        "is-typedarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13749
        "isstream": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13750
        "json-stringify-safe": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13751
        "mime-types": "2.1.15",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13752
        "oauth-sign": "0.8.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13753
        "performance-now": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13754
        "qs": "6.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13755
        "safe-buffer": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13756
        "stringstream": "0.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13757
        "tough-cookie": "2.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13758
        "tunnel-agent": "0.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13759
        "uuid": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13760
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13761
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13762
    "require-directory": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13763
      "version": "2.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13764
      "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13765
      "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13766
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13767
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13768
    "require-main-filename": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13769
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13770
      "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13771
      "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13772
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13773
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13774
    "require-uncached": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13775
      "version": "1.0.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13776
      "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13777
      "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13778
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13779
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13780
        "caller-path": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13781
        "resolve-from": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13782
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13783
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13784
    "requires-port": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13785
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13786
      "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13787
      "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13788
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13789
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13790
    "resolve": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13791
      "version": "1.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13792
      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13793
      "integrity": "sha1-ZVkHw0aahoDcLeOidaj91paR8OU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13794
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13795
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13796
        "path-parse": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13797
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13798
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13799
    "resolve-dir": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13800
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13801
      "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13802
      "integrity": "sha1-shklmlYC+sXFxJatiUpujMQwJh4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13803
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13804
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13805
        "expand-tilde": "1.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13806
        "global-modules": "0.2.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13807
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13808
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13809
    "resolve-from": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13810
      "version": "1.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13811
      "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13812
      "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13813
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13814
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13815
    "restore-cursor": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13816
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13817
      "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13818
      "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13819
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13820
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13821
        "exit-hook": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13822
        "onetime": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13823
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13824
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13825
    "right-align": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13826
      "version": "0.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13827
      "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13828
      "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13829
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13830
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13831
        "align-text": "0.1.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13832
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13833
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13834
    "rimraf": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13835
      "version": "2.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13836
      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13837
      "integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13838
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13839
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13840
        "glob": "7.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13841
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13842
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13843
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13844
          "version": "7.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13845
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13846
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13847
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13848
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13849
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13850
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13851
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13852
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13853
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13854
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13855
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13856
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13857
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13858
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13859
    "route-recognizer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13860
      "version": "0.2.10",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13861
      "resolved": "https://registry.npmjs.org/route-recognizer/-/route-recognizer-0.2.10.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13862
      "integrity": "sha1-Aksig8LmjROnx/UXOlkkZF6JAt8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13863
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13864
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13865
    "rsvp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13866
      "version": "3.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13867
      "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13868
      "integrity": "sha1-pixXOkrk4d/QaX68YkLnnGgeqjQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13869
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13870
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13871
    "run-async": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13872
      "version": "2.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13873
      "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13874
      "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13875
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13876
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13877
        "is-promise": "2.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13878
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13879
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13880
    "rw": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13881
      "version": "1.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13882
      "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13883
      "integrity": "sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13884
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13885
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13886
    "rx": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13887
      "version": "4.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13888
      "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13889
      "integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13890
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13891
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13892
    "rx-lite": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13893
      "version": "3.1.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13894
      "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13895
      "integrity": "sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13896
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 13897
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13898
    "safe-buffer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13899
      "version": "5.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13900
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13901
      "integrity": "sha1-0mPKVGls2KMGtcplUekt5XkY++c=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13902
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13903
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13904
    "safe-json-parse": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13905
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13906
      "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13907
      "integrity": "sha1-PnZyPjjf3aE8mx0poeB//uSzC1c=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13908
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13909
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13910
    "sane": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13911
      "version": "1.7.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13912
      "resolved": "https://registry.npmjs.org/sane/-/sane-1.7.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13913
      "integrity": "sha1-s1ebzLRclM8gNVzIESSZDf00bjA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13914
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13915
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13916
        "anymatch": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13917
        "exec-sh": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13918
        "fb-watchman": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13919
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13920
        "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13921
        "walker": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13922
        "watch": "0.10.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13923
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13924
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13925
        "minimist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13926
          "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13927
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13928
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13929
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13930
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13931
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13932
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13933
    "sass-graph": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13934
      "version": "2.2.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13935
      "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13936
      "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13937
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13938
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13939
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13940
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13941
        "scss-tokenizer": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13942
        "yargs": "7.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13943
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13944
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13945
        "camelcase": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13946
          "version": "3.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13947
          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13948
          "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13949
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13950
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13951
        "cliui": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13952
          "version": "3.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13953
          "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13954
          "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13955
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13956
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13957
            "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13958
            "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13959
            "wrap-ansi": "2.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13960
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13961
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13962
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13963
          "version": "7.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13964
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13965
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13966
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13967
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13968
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13969
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13970
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13971
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13972
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13973
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13974
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13975
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13976
        "yargs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13977
          "version": "7.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13978
          "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13979
          "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13980
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13981
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13982
            "camelcase": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13983
            "cliui": "3.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13984
            "decamelize": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13985
            "get-caller-file": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13986
            "os-locale": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13987
            "read-pkg-up": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13988
            "require-directory": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13989
            "require-main-filename": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13990
            "set-blocking": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13991
            "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13992
            "which-module": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13993
            "y18n": "3.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13994
            "yargs-parser": "5.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 13995
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13996
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13997
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13998
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 13999
    "scss-tokenizer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14000
      "version": "0.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14001
      "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14002
      "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14003
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14004
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14005
        "js-base64": "2.1.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14006
        "source-map": "0.4.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14007
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14008
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14009
        "source-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14010
          "version": "0.4.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14011
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14012
          "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14013
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14014
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14015
            "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14016
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14017
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14018
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14019
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14020
    "semver": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14021
      "version": "5.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14022
      "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14023
      "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14024
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14025
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14026
    "send": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14027
      "version": "0.15.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14028
      "resolved": "https://registry.npmjs.org/send/-/send-0.15.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14029
      "integrity": "sha1-UBP5+ZAj31DRvZiSwZ4979HVMwk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14030
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14031
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14032
        "debug": "2.6.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14033
        "depd": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14034
        "destroy": "1.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14035
        "encodeurl": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14036
        "escape-html": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14037
        "etag": "1.8.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14038
        "fresh": "0.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14039
        "http-errors": "1.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14040
        "mime": "1.3.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14041
        "ms": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14042
        "on-finished": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14043
        "range-parser": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14044
        "statuses": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14045
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14046
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14047
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14048
          "version": "2.6.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14049
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14050
          "integrity": "sha1-krrR9tBbu2u6Isyoi80OyJTChh4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14051
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14052
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14053
            "ms": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14054
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14055
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14056
        "mime": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14057
          "version": "1.3.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14058
          "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14059
          "integrity": "sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14060
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14061
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14062
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14063
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14064
    "serve-static": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14065
      "version": "1.12.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14066
      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14067
      "integrity": "sha1-n0uhni8wMMVH+K+ZEHg47DjVseI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14068
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14069
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14070
        "encodeurl": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14071
        "escape-html": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14072
        "parseurl": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14073
        "send": "0.15.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14074
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14075
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14076
    "set-blocking": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14077
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14078
      "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14079
      "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14080
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14081
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14082
    "set-immediate-shim": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14083
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14084
      "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14085
      "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14086
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14087
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14088
    "setprototypeof": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14089
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14090
      "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14091
      "integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14092
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14093
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14094
    "shebang-command": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14095
      "version": "1.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14096
      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14097
      "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14098
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14099
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14100
        "shebang-regex": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14101
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14102
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14103
    "shebang-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14104
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14105
      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14106
      "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14107
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14108
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14109
    "shelljs": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14110
      "version": "0.7.8",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14111
      "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14112
      "integrity": "sha1-3svPh0sNHl+3LhSxZKloMEjprLM=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14113
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14114
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14115
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14116
        "interpret": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14117
        "rechoir": "0.6.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14118
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14119
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14120
        "glob": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14121
          "version": "7.1.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14122
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14123
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14124
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14125
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14126
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14127
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14128
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14129
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14130
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14131
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14132
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14133
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14134
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14135
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14136
    "shellwords": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14137
      "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14138
      "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14139
      "integrity": "sha1-Zq/Ue2oSky2Qccv9mKUueFzQuhQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14140
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14141
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14142
    "signal-exit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14143
      "version": "3.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14144
      "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14145
      "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14146
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14147
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14148
    "silent-error": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14149
      "version": "1.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14150
      "resolved": "https://registry.npmjs.org/silent-error/-/silent-error-1.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14151
      "integrity": "sha1-IglwbxyFCp8dENDYQJGLRvJuG8k=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14152
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14153
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14154
        "debug": "2.6.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14155
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14156
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14157
    "simple-dom": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14158
      "version": "0.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14159
      "resolved": "https://registry.npmjs.org/simple-dom/-/simple-dom-0.3.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14160
      "integrity": "sha1-BmPRDxVW8VAFUdUY9W46ughxNx0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14161
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14162
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14163
    "simple-fmt": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14164
      "version": "0.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14165
      "resolved": "https://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14166
      "integrity": "sha1-GRv1ZqWeZTBILLJatTtKjchcOms=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14167
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14168
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14169
    "simple-html-tokenizer": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14170
      "version": "0.3.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14171
      "resolved": "https://registry.npmjs.org/simple-html-tokenizer/-/simple-html-tokenizer-0.3.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14172
      "integrity": "sha1-m4tVWdgOMxpUTdE91ZOC5dDZRBE=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14173
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14174
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14175
    "simple-is": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14176
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14177
      "resolved": "https://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14178
      "integrity": "sha1-Krt1qt453rXMgVzhDmGRFkhQuvA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14179
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14180
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14181
    "slash": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14182
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14183
      "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14184
      "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14185
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14186
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14187
    "slice-ansi": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14188
      "version": "0.0.4",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14189
      "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14190
      "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14191
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14192
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14193
    "slide": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14194
      "version": "1.1.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14195
      "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14196
      "integrity": "sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14197
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14198
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14199
    "sntp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14200
      "version": "1.0.9",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14201
      "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14202
      "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14203
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14204
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14205
        "hoek": "2.16.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14206
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14207
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14208
    "socket.io": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14209
      "version": "1.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14210
      "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14211
      "integrity": "sha1-PkDZMmN+a9kjmBslyvfFPoO24uE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14212
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14213
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14214
        "debug": "2.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14215
        "engine.io": "1.8.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14216
        "has-binary": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14217
        "object-assign": "4.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14218
        "socket.io-adapter": "0.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14219
        "socket.io-client": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14220
        "socket.io-parser": "2.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14221
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14222
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14223
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14224
          "version": "2.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14225
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14226
          "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14227
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14228
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14229
            "ms": "0.7.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14230
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14231
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14232
        "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14233
          "version": "0.7.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14234
          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14235
          "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14236
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14237
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14238
        "object-assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14239
          "version": "4.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14240
          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14241
          "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14242
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14243
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14244
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14245
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14246
    "socket.io-adapter": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14247
      "version": "0.5.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14248
      "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14249
      "integrity": "sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14250
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14251
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14252
        "debug": "2.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14253
        "socket.io-parser": "2.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14254
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14255
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14256
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14257
          "version": "2.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14258
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14259
          "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14260
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14261
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14262
            "ms": "0.7.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14263
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14264
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14265
        "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14266
          "version": "0.7.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14267
          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14268
          "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14269
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14270
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14271
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14272
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14273
    "socket.io-client": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14274
      "version": "1.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14275
      "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14276
      "integrity": "sha1-W2aPT3cTBN/u0XkGRwg4b6ZxeFM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14277
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14278
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14279
        "backo2": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14280
        "component-bind": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14281
        "component-emitter": "1.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14282
        "debug": "2.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14283
        "engine.io-client": "1.8.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14284
        "has-binary": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14285
        "indexof": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14286
        "object-component": "0.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14287
        "parseuri": "0.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14288
        "socket.io-parser": "2.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14289
        "to-array": "0.1.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14290
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14291
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14292
        "component-emitter": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14293
          "version": "1.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14294
          "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14295
          "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14296
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14297
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14298
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14299
          "version": "2.3.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14300
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14301
          "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14302
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14303
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14304
            "ms": "0.7.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14305
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14306
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14307
        "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14308
          "version": "0.7.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14309
          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14310
          "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14311
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14312
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14313
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14314
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14315
    "socket.io-parser": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14316
      "version": "2.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14317
      "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14318
      "integrity": "sha1-3VMgJRA85Clpcya+/WQAX8/ltKA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14319
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14320
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14321
        "component-emitter": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14322
        "debug": "2.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14323
        "isarray": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14324
        "json3": "3.3.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14325
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14326
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14327
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14328
          "version": "2.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14329
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14330
          "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14331
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14332
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14333
            "ms": "0.7.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14334
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14335
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14336
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14337
          "version": "0.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14338
          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14339
          "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14340
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14341
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14342
        "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14343
          "version": "0.7.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14344
          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14345
          "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14346
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14347
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14348
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14349
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14350
    "sort-object-keys": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14351
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14352
      "resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14353
      "integrity": "sha1-06bEjcKsl+a8lDZ2luA/bQnTeVI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14354
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14355
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14356
    "sort-package-json": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14357
      "version": "1.7.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14358
      "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.7.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14359
      "integrity": "sha1-E7Ni/2QAxbTqqboiD56nw9ZkS18=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14360
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14361
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14362
        "sort-object-keys": "1.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14363
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14364
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14365
    "source-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14366
      "version": "0.5.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14367
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14368
      "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14369
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14370
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14371
    "source-map-support": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14372
      "version": "0.4.15",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14373
      "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.15.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14374
      "integrity": "sha1-AyAt9lwG0r2MfsI2KhkwVv7407E=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14375
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14376
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14377
        "source-map": "0.5.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14378
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14379
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14380
    "source-map-url": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14381
      "version": "0.3.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14382
      "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14383
      "integrity": "sha1-fsrxO1e80J2opAxdJp2zN5nUqvk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14384
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14385
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14386
    "spawn-args": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14387
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14388
      "resolved": "https://registry.npmjs.org/spawn-args/-/spawn-args-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14389
      "integrity": "sha1-+30L0dcP1DFr2ePew4nmX51jYbs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14390
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14391
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14392
    "spawn-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14393
      "version": "1.0.15",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14394
      "resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14395
      "integrity": "sha1-sAeZVX63+wyDdsKdROih6mfldHY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14396
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14397
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14398
        "concat-stream": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14399
        "os-shim": "0.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14400
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14401
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14402
    "spawnback": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14403
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14404
      "resolved": "https://registry.npmjs.org/spawnback/-/spawnback-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14405
      "integrity": "sha1-9zZi9+VNlTZ+ynTWQmxnfdfqaG8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14406
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14407
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14408
    "spdx-correct": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14409
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14410
      "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14411
      "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14412
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14413
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14414
        "spdx-license-ids": "1.2.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14415
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14416
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14417
    "spdx-expression-parse": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14418
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14419
      "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14420
      "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14421
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14422
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14423
    "spdx-license-ids": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14424
      "version": "1.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14425
      "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14426
      "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14427
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14428
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14429
    "sprintf-js": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14430
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14431
      "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14432
      "integrity": "sha1-Nr54Mgr+WAH2zqPueLblqrlA6gw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14433
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14434
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14435
    "sri-toolbox": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14436
      "version": "0.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14437
      "resolved": "https://registry.npmjs.org/sri-toolbox/-/sri-toolbox-0.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14438
      "integrity": "sha1-p/6lw/3lXmdc8cjAbz67XCk1g14=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14439
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14440
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14441
    "sshpk": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14442
      "version": "1.13.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14443
      "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14444
      "integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14445
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14446
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14447
        "asn1": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14448
        "assert-plus": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14449
        "bcrypt-pbkdf": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14450
        "dashdash": "1.14.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14451
        "ecc-jsbn": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14452
        "getpass": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14453
        "jsbn": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14454
        "tweetnacl": "0.14.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14455
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14456
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14457
        "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14458
          "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14459
          "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14460
          "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14461
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14462
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14463
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14464
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14465
    "stable": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14466
      "version": "0.1.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14467
      "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14468
      "integrity": "sha1-kQ9dKu17Ugxud3SZwfMuE5/eyxA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14469
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14470
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14471
    "statuses": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14472
      "version": "1.3.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14473
      "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14474
      "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14475
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14476
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14477
    "stdout-stream": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14478
      "version": "1.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14479
      "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14480
      "integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14481
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14482
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14483
        "readable-stream": "2.2.11"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14484
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14485
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14486
        "readable-stream": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14487
          "version": "2.2.11",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14488
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14489
          "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14490
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14491
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14492
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14493
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14494
            "isarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14495
            "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14496
            "safe-buffer": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14497
            "string_decoder": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14498
            "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14499
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14500
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14501
        "string_decoder": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14502
          "version": "1.0.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14503
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14504
          "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14505
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14506
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14507
            "safe-buffer": "5.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14508
          }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14509
        }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14510
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14511
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14512
    "string-template": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14513
      "version": "0.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14514
      "resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14515
      "integrity": "sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14516
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14517
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14518
    "string-width": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14519
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14520
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14521
      "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14522
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14523
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14524
        "code-point-at": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14525
        "is-fullwidth-code-point": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14526
        "strip-ansi": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14527
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14528
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14529
    "string_decoder": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14530
      "version": "0.10.31",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14531
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14532
      "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14533
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14534
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14535
    "stringmap": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14536
      "version": "0.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14537
      "resolved": "https://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14538
      "integrity": "sha1-VWwTeyWPlCuHdvWy71gqoGnX0bE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14539
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14540
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14541
    "stringset": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14542
      "version": "0.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14543
      "resolved": "https://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14544
      "integrity": "sha1-7yWcTjSTRDd/zRyRPdLoSMnAQrU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14545
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14546
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14547
    "stringstream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14548
      "version": "0.0.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14549
      "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14550
      "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14551
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14552
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14553
    "strip-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14554
      "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14555
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14556
      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14557
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14558
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14559
        "ansi-regex": "2.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14560
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14561
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14562
    "strip-bom": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14563
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14564
      "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14565
      "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14566
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14567
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14568
        "is-utf8": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14569
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14570
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14571
    "strip-eof": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14572
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14573
      "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14574
      "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14575
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14576
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14577
    "strip-indent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14578
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14579
      "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14580
      "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14581
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14582
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14583
        "get-stdin": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14584
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14585
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14586
    "strip-json-comments": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14587
      "version": "2.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14588
      "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14589
      "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14590
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14591
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14592
    "styled_string": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14593
      "version": "0.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14594
      "resolved": "https://registry.npmjs.org/styled_string/-/styled_string-0.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14595
      "integrity": "sha1-0ieCvYEpVFm8Tx3xjEutjpTdEko=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14596
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14597
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14598
    "sum-up": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14599
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14600
      "resolved": "https://registry.npmjs.org/sum-up/-/sum-up-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14601
      "integrity": "sha1-HGYfZnBX9jvLeHWqFDi8FiUlFW4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14602
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14603
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14604
        "chalk": "1.1.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14605
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14606
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14607
    "supports-color": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14608
      "version": "2.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14609
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14610
      "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14611
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14612
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14613
    "symlink-or-copy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14614
      "version": "1.1.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14615
      "resolved": "https://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.1.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14616
      "integrity": "sha1-yr5h4AEMHAI8Fzsl7lEIs39LSqM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14617
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14618
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14619
    "table": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14620
      "version": "3.8.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14621
      "resolved": "https://registry.npmjs.org/table/-/table-3.8.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14622
      "integrity": "sha1-K7xULw/amGGnVdOUf+/Ys/UThV8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14623
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14624
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14625
        "ajv": "4.11.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14626
        "ajv-keywords": "1.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14627
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14628
        "lodash": "4.17.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14629
        "slice-ansi": "0.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14630
        "string-width": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14631
      },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14632
      "dependencies": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14633
        "is-fullwidth-code-point": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14634
          "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14635
          "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14636
          "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14637
          "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14638
        },
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14639
        "string-width": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14640
          "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14641
          "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14642
          "integrity": "sha1-Y1xUNsxypuDDh87KJ41OLuxSaH4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14643
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14644
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14645
            "is-fullwidth-code-point": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14646
            "strip-ansi": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14647
          }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14648
        }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14649
      }
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14650
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14651
    "tap-parser": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14652
      "version": "5.4.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14653
      "resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-5.4.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14654
      "integrity": "sha512-BIsIaGqv7uTQgTW1KLTMNPSEQf4zDDPgYOBRdgOfuB+JFOLRBfEu6cLa/KvMvmqggu1FKXDfitjLwsq4827RvA==",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14655
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14656
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14657
        "events-to-array": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14658
        "js-yaml": "3.8.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14659
        "readable-stream": "2.2.11"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14660
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14661
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14662
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14663
          "version": "2.2.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14664
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14665
          "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14666
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14667
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14668
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14669
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14670
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14671
            "isarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14672
            "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14673
            "safe-buffer": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14674
            "string_decoder": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14675
            "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14676
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14677
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14678
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14679
          "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14680
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14681
          "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14682
          "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14683
          "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14684
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14685
            "safe-buffer": "5.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14686
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14687
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14688
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14689
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14690
    "tar": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14691
      "version": "2.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14692
      "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14693
      "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14694
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14695
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14696
        "block-stream": "0.0.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14697
        "fstream": "1.0.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14698
        "inherits": "2.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14699
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14700
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14701
    "temp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14702
      "version": "0.8.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14703
      "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14704
      "integrity": "sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14705
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14706
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14707
        "os-tmpdir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14708
        "rimraf": "2.2.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14709
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14710
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14711
        "rimraf": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14712
          "version": "2.2.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14713
          "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14714
          "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14715
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14716
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14717
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14718
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14719
    "testem": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14720
      "version": "1.16.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14721
      "resolved": "https://registry.npmjs.org/testem/-/testem-1.16.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14722
      "integrity": "sha1-lURtMQoQ6FLT69vAzis/11N4uik=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14723
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14724
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14725
        "backbone": "1.3.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14726
        "bluebird": "3.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14727
        "charm": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14728
        "commander": "2.8.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14729
        "consolidate": "0.14.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14730
        "cross-spawn": "5.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14731
        "express": "4.15.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14732
        "fireworm": "0.7.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14733
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14734
        "http-proxy": "1.16.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14735
        "js-yaml": "3.8.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14736
        "lodash.assignin": "4.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14737
        "lodash.clonedeep": "4.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14738
        "lodash.find": "4.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14739
        "lodash.uniqby": "4.7.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14740
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14741
        "mustache": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14742
        "node-notifier": "5.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14743
        "npmlog": "4.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14744
        "printf": "0.2.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14745
        "rimraf": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14746
        "socket.io": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14747
        "spawn-args": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14748
        "styled_string": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14749
        "tap-parser": "5.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14750
        "xmldom": "0.1.27"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14751
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14752
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14753
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14754
          "version": "7.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14755
          "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14756
          "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14757
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14758
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14759
            "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14760
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14761
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14762
            "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14763
            "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14764
            "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14765
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14766
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14767
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14768
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14769
    "tether": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14770
      "version": "1.4.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14771
      "resolved": "https://registry.npmjs.org/tether/-/tether-1.4.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14772
      "integrity": "sha1-D5+hcfdb9YSF2BSelHmdeudNHBo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14773
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14774
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14775
    "text-table": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14776
      "version": "0.2.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14777
      "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14778
      "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14779
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14780
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14781
    "textextensions": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14782
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14783
      "resolved": "https://registry.npmjs.org/textextensions/-/textextensions-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14784
      "integrity": "sha1-G+DcKg3CRNRL6KCa9qha+5PE28M=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14785
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14786
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14787
    "through": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14788
      "version": "2.3.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14789
      "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14790
      "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14791
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14792
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14793
    "tiny-lr": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14794
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14795
      "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14796
      "integrity": "sha1-0Tvs83+LfpYzIPV0Mpjj6TTHMpo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14797
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14798
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14799
        "body": "5.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14800
        "debug": "2.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14801
        "faye-websocket": "0.10.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14802
        "livereload-js": "2.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14803
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14804
        "qs": "6.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14805
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14806
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14807
        "debug": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14808
          "version": "2.2.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14809
          "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14810
          "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14811
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14812
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14813
            "ms": "0.7.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14814
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14815
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14816
        "ms": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14817
          "version": "0.7.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14818
          "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14819
          "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14820
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14821
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14822
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14823
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14824
    "tmp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14825
      "version": "0.0.28",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14826
      "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.28.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14827
      "integrity": "sha1-Fyc1t/YU6nrzlmT6hM8N5OUV0SA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14828
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14829
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14830
        "os-tmpdir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14831
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14832
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14833
    "tmpl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14834
      "version": "1.0.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14835
      "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14836
      "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14837
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14838
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14839
    "to-array": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14840
      "version": "0.1.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14841
      "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14842
      "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14843
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14844
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14845
    "to-fast-properties": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14846
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14847
      "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14848
      "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14849
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14850
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14851
    "tough-cookie": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14852
      "version": "2.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14853
      "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14854
      "integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14855
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14856
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14857
        "punycode": "1.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14858
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14859
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14860
    "tree-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14861
      "version": "1.2.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14862
      "resolved": "https://registry.npmjs.org/tree-sync/-/tree-sync-1.2.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14863
      "integrity": "sha1-LPdrhYn1n/7bWNtaOsfLAT0BWLc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14864
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14865
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14866
        "debug": "2.6.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14867
        "fs-tree-diff": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14868
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14869
        "quick-temp": "0.1.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14870
        "walk-sync": "0.2.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14871
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14872
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14873
        "walk-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14874
          "version": "0.2.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14875
          "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-0.2.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14876
          "integrity": "sha1-tJvk7mhnZXrrc2l4tWop0Q+jmWk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14877
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14878
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14879
            "ensure-posix-path": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14880
            "matcher-collection": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14881
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14882
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14883
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14884
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14885
    "trim-newlines": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14886
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14887
      "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14888
      "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14889
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14890
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14891
    "trim-right": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14892
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14893
      "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14894
      "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14895
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14896
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14897
    "try-resolve": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14898
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14899
      "resolved": "https://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14900
      "integrity": "sha1-z95vq9ctY+V5fPqrhzq76OcA6RI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14901
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14902
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14903
    "tryit": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14904
      "version": "1.0.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14905
      "resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14906
      "integrity": "sha1-OTvnMKlEb9Hq1tpZoBQwjzbCics=",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14907
      "dev": true
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14908
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14909
    "tryor": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14910
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14911
      "resolved": "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14912
      "integrity": "sha1-gUXkynyv9ArN48z5Rui4u3W0Fys=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14913
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14914
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14915
    "tunnel-agent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14916
      "version": "0.6.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14917
      "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14918
      "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14919
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14920
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14921
        "safe-buffer": "5.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14922
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14923
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14924
    "tweetnacl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14925
      "version": "0.14.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14926
      "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14927
      "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14928
      "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14929
      "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14930
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14931
    "type-check": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14932
      "version": "0.3.2",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14933
      "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14934
      "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14935
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14936
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14937
        "prelude-ls": "1.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14938
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 14939
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14940
    "type-is": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14941
      "version": "1.6.15",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14942
      "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14943
      "integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14944
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14945
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14946
        "media-typer": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14947
        "mime-types": "2.1.15"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14948
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14949
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14950
    "typedarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14951
      "version": "0.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14952
      "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14953
      "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14954
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14955
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14956
    "uc.micro": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14957
      "version": "1.0.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14958
      "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14959
      "integrity": "sha1-ftUNXg+an7ClczeSWfKndFjVAZI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14960
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14961
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14962
    "uglify-js": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14963
      "version": "2.8.28",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14964
      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.28.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14965
      "integrity": "sha512-WqKNbmNJKzIdIEQu/U2ytgGBbhCy2PVks94GoetczOAJ/zCgVu2CuO7gguI5KPFGPtUtI1dmPQl6h0D4cPzypA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14966
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14967
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14968
        "source-map": "0.5.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14969
        "uglify-to-browserify": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14970
        "yargs": "3.10.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14971
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14972
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14973
    "uglify-to-browserify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14974
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14975
      "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14976
      "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14977
      "dev": true,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14978
      "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14979
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14980
    "ultron": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14981
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14982
      "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14983
      "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14984
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14985
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14986
    "underscore": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14987
      "version": "1.8.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14988
      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14989
      "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14990
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14991
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14992
    "underscore.string": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14993
      "version": "3.3.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14994
      "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 14995
      "integrity": "sha1-LCo/n4PmR2L9xF5s6sZRQoZCE9s=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14996
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14997
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14998
        "sprintf-js": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 14999
        "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15000
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15001
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15002
    "unique-string": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15003
      "version": "1.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15004
      "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15005
      "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15006
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15007
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15008
        "crypto-random-string": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15009
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15010
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15011
    "unpipe": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15012
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15013
      "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15014
      "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15015
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15016
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15017
    "untildify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15018
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15019
      "resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15020
      "integrity": "sha1-F+soB5h/dpUunASF/DEdBqgmouA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15021
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15022
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15023
        "os-homedir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15024
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15025
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15026
    "user-home": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15027
      "version": "2.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15028
      "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15029
      "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15030
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15031
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15032
        "os-homedir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15033
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15034
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15035
    "username-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15036
      "version": "1.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15037
      "resolved": "https://registry.npmjs.org/username-sync/-/username-sync-1.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15038
      "integrity": "sha1-HN6H7vz5S4gimE2Ti6K3l0Jtrh8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15039
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15040
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15041
    "util-deprecate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15042
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15043
      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15044
      "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15045
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15046
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15047
    "utils-merge": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15048
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15049
      "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15050
      "integrity": "sha1-ApT7kiu5N1FTVBxPcJYjHyh8ivg=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15051
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15052
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15053
    "uuid": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15054
      "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15055
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15056
      "integrity": "sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15057
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15058
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15059
    "validate-npm-package-license": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15060
      "version": "3.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15061
      "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15062
      "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15063
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15064
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15065
        "spdx-correct": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15066
        "spdx-expression-parse": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15067
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15068
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15069
    "validate-npm-package-name": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15070
      "version": "3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15071
      "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15072
      "integrity": "sha1-X6kS2B630MdK/BQN5zF/DKffQ34=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15073
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15074
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15075
        "builtins": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15076
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15077
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15078
    "vary": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15079
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15080
      "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15081
      "integrity": "sha1-Z1Neu2lMHVIldFeYRmUyP1h+jTc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15082
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15083
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15084
    "verror": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15085
      "version": "1.3.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15086
      "resolved": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15087
      "integrity": "sha1-z/XfEpRtKX0rqu+qJoniW+AcAFw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15088
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15089
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15090
        "extsprintf": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15091
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15092
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15093
    "walk-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15094
      "version": "0.3.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15095
      "resolved": "https://registry.npmjs.org/walk-sync/-/walk-sync-0.3.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15096
      "integrity": "sha512-FMB5VqpLqOCcqrzA9okZFc0wq0Qbmdm396qJxvQZhDpyu0W95G9JCmp74tx7iyYnyOcBtUuKJsgIKAqjozvmmQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15097
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15098
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15099
        "ensure-posix-path": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15100
        "matcher-collection": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15101
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15102
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15103
    "walker": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15104
      "version": "1.0.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15105
      "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15106
      "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15107
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15108
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15109
        "makeerror": "1.0.11"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15110
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15111
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15112
    "watch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15113
      "version": "0.10.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15114
      "resolved": "https://registry.npmjs.org/watch/-/watch-0.10.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15115
      "integrity": "sha1-d3mLLaD5kQ1ZXxrOWwwiWFIfIdw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15116
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15117
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15118
    "websocket-driver": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15119
      "version": "0.6.5",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15120
      "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15121
      "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15122
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15123
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15124
        "websocket-extensions": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15125
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15126
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15127
    "websocket-extensions": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15128
      "version": "0.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15129
      "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15130
      "integrity": "sha1-domUmcGEtu91Q3fC27DNbLVdKec=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15131
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15132
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15133
    "which": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15134
      "version": "1.2.14",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15135
      "resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15136
      "integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15137
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15138
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15139
        "isexe": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15140
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15141
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15142
    "which-module": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15143
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15144
      "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15145
      "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15146
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15147
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15148
    "wide-align": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15149
      "version": "1.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15150
      "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15151
      "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15152
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15153
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15154
        "string-width": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15155
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15156
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15157
    "window-size": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15158
      "version": "0.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15159
      "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15160
      "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15161
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15162
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15163
    "wordwrap": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15164
      "version": "0.0.3",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15165
      "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15166
      "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15167
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15168
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15169
    "wrap-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15170
      "version": "2.1.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15171
      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15172
      "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15173
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15174
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15175
        "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15176
        "strip-ansi": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15177
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15178
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15179
    "wrappy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15180
      "version": "1.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15181
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15182
      "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15183
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15184
    },
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15185
    "write": {
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15186
      "version": "0.2.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15187
      "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15188
      "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15189
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15190
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15191
        "mkdirp": "0.5.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15192
      }
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15193
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15194
    "write-file-atomic": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15195
      "version": "2.1.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15196
      "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.1.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15197
      "integrity": "sha512-0TZ20a+xcIl4u0+Mj5xDH2yOWdmQiXlKf9Hm+TgDXjTMsEYb+gDrmb8e8UNAzMCitX8NBqG4Z/FUQIyzv/R1JQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15198
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15199
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15200
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15201
        "imurmurhash": "0.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15202
        "slide": "1.1.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15203
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15204
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15205
    "ws": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15206
      "version": "1.1.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15207
      "resolved": "https://registry.npmjs.org/ws/-/ws-1.1.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15208
      "integrity": "sha1-CC3bbGQehdS7RR8D1S8G6r2x8Bg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15209
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15210
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15211
        "options": "0.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15212
        "ultron": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15213
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15214
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15215
    "wtf-8": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15216
      "version": "1.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15217
      "resolved": "https://registry.npmjs.org/wtf-8/-/wtf-8-1.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15218
      "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15219
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15220
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15221
    "xdg-basedir": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15222
      "version": "3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15223
      "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15224
      "integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15225
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15226
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15227
    "xmldom": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15228
      "version": "0.1.27",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15229
      "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15230
      "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15231
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15232
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15233
    "xmlhttprequest": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15234
      "version": "1.8.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15235
      "resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15236
      "integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15237
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15238
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15239
    "xmlhttprequest-ssl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15240
      "version": "1.5.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15241
      "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15242
      "integrity": "sha1-GFqIjATspGw+QHDZn3tJ3jUomS0=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15243
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15244
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15245
    "xtend": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15246
      "version": "4.0.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15247
      "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15248
      "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15249
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15250
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15251
    "y18n": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15252
      "version": "3.2.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15253
      "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15254
      "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15255
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15256
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15257
    "yallist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15258
      "version": "2.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15259
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15260
      "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15261
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15262
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15263
    "yam": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15264
      "version": "0.0.22",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15265
      "resolved": "https://registry.npmjs.org/yam/-/yam-0.0.22.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15266
      "integrity": "sha1-OKdst5oZKE2SBu1JAx41mhNAvQY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15267
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15268
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15269
        "fs-extra": "0.30.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15270
        "lodash.merge": "4.6.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15271
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15272
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15273
        "fs-extra": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15274
          "version": "0.30.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15275
          "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15276
          "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15277
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15278
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15279
            "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15280
            "jsonfile": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15281
            "klaw": "1.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15282
            "path-is-absolute": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15283
            "rimraf": "2.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15284
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15285
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15286
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15287
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15288
    "yargs": {
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15289
      "version": "3.10.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15290
      "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
 15291
      "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15292
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15293
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15294
        "camelcase": "1.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15295
        "cliui": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15296
        "decamelize": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15297
        "window-size": "0.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15298
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15299
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15300
    "yargs-parser": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15301
      "version": "5.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15302
      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15303
      "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15304
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15305
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15306
        "camelcase": "3.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 540
diff changeset
 15307
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15308
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15309
        "camelcase": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15310
          "version": "3.0.0",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15311
          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15312
          "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15313
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15314
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15315
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15316
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15317
    "yeast": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15318
      "version": "0.1.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15319
      "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15320
      "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15321
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15322
    }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15323
  }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
 15324
}