server/src/package-lock.json
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:40 +0100
changeset 573 25f3d28f51b2
parent 572 190ae1dee68d
permissions -rw-r--r--
Added tag 0.0.25 for changeset 190ae1dee68d
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
{
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
     2
  "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
     3
  "lockfileVersion": 1,
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    "@gulp-sourcemaps/map-sources": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
      "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
     7
      "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-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
     8
      "integrity": "sha1-iQrnxdjId/bThIYCFazp1+yUW9o=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
     9
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    10
        "normalize-path": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    11
        "through2": "2.0.3"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
    "abbrev": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    15
      "version": "1.1.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    16
      "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    17
      "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
    "accord": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    20
      "version": "0.28.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    21
      "resolved": "https://registry.npmjs.org/accord/-/accord-0.28.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    22
      "integrity": "sha512-sPF34gqHegaCSryKf5wHJ8wREK1dTZnHmC9hsB7D8xjntRdd30DXDPKf0YVIcSvnXJmcYu5SCvZRz28H++kFhQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    23
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    24
        "convert-source-map": "1.5.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    25
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    26
        "indx": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    27
        "lodash.clone": "4.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    28
        "lodash.defaults": "4.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    29
        "lodash.flatten": "4.4.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    30
        "lodash.merge": "4.6.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    31
        "lodash.partialright": "4.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    32
        "lodash.pick": "4.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    33
        "lodash.uniq": "4.5.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    34
        "resolve": "1.5.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    35
        "semver": "5.5.0",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    36
        "uglify-js": "2.8.29",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    37
        "when": "3.7.8"
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    38
      },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    39
      "dependencies": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    40
        "resolve": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    41
          "version": "1.5.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    42
          "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    43
          "integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    44
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    45
            "path-parse": "1.0.5"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    46
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    47
        }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
    "acorn": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    51
      "version": "4.0.13",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    52
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    53
      "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c="
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    54
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    55
    "ajv": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    56
      "version": "4.11.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    57
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    58
      "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    59
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    60
        "co": "4.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    61
        "json-stable-stringify": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    62
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
    "align-text": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
      "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
    66
      "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    67
      "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    68
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    69
        "kind-of": "3.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    70
        "longest": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    71
        "repeat-string": "1.6.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    72
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    74
    "amdefine": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    75
      "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
    76
      "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
    77
      "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
    78
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    79
    "ansi-cyan": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    80
      "version": "0.1.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    81
      "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    82
      "integrity": "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    83
      "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    84
        "ansi-wrap": "0.1.0"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    85
      }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    86
    },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    87
    "ansi-red": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    88
      "version": "0.1.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    89
      "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    90
      "integrity": "sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    91
      "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    92
        "ansi-wrap": "0.1.0"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    93
      }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
    94
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    95
    "ansi-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
    96
      "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
    97
      "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
    98
      "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
    99
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   100
    "ansi-styles": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   101
      "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
   102
      "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
   103
      "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
   104
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   105
    "ansi-wrap": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   106
      "version": "0.1.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   107
      "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   108
      "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   109
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   110
    "ansicolors": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   111
      "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
   112
      "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
   113
      "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
   114
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   115
    "aproba": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   116
      "version": "1.2.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   117
      "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   118
      "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   119
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   120
    "archy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   121
      "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
   122
      "resolved": "https://registry.npmjs.org/archy/-/archy-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
   123
      "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   124
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   125
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   126
    "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
   127
      "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
   128
      "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   129
      "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   130
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   131
        "delegates": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   132
        "readable-stream": "2.2.11"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   133
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   134
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   135
    "arr-diff": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   136
      "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
   137
      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   138
      "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   139
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   140
        "arr-flatten": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   141
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   142
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   143
    "arr-flatten": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   144
      "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
   145
      "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
   146
      "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
   147
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   148
    "arr-union": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   149
      "version": "2.1.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   150
      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   151
      "integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   152
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   153
    "array-differ": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   154
      "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
   155
      "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-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
   156
      "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   157
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   158
    "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
   159
      "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
   160
      "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
   161
      "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
   162
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   163
    "array-slice": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   164
      "version": "0.2.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   165
      "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   166
      "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   167
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   168
    "array-union": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   169
      "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
   170
      "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   171
      "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   172
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   173
        "array-uniq": "1.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
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
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   176
    "array-uniq": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   177
      "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
   178
      "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-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
   179
      "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   180
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   181
    "array-unique": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   182
      "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
   183
      "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
   184
      "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
   185
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   186
    "arrify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   187
      "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
   188
      "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
   189
      "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
   190
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   191
    "asap": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   192
      "version": "2.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   193
      "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   194
      "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   195
      "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   196
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   197
    "asn1": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   198
      "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
   199
      "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
   200
      "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
   201
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   202
    "assert-plus": {
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.2.0",
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/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
   205
      "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
   206
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   207
    "async": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   208
      "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
   209
      "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
   210
      "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
   211
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   212
    "async-done": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   213
      "version": "1.2.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   214
      "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.2.4.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   215
      "integrity": "sha512-mxc+yISkb0vjsuvG3dJCIZXzRWjKndQ9Zo9zNDJ1K2wh9eP0E0oGmOWm+4cFOvW4dA0tGFImTW5tQJHCtn1kIQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   216
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   217
        "end-of-stream": "1.4.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   218
        "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   219
        "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   220
        "stream-exhaust": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   221
      }
532
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
    "async-foreach": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   224
      "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
   225
      "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
   226
      "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
   227
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   228
    "asynckit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   229
      "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
   230
      "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
   231
      "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
   232
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   233
    "atob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   234
      "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
   235
      "resolved": "https://registry.npmjs.org/atob/-/atob-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
   236
      "integrity": "sha1-lfE2KbEsOlGl0hWr3OKqnzL4B3M="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   237
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   238
    "autoprefixer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   239
      "version": "6.7.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   240
      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.7.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   241
      "integrity": "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   242
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   243
        "browserslist": "1.7.7",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   244
        "caniuse-db": "1.0.30000815",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   245
        "normalize-range": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   246
        "num2fraction": "1.2.2",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   247
        "postcss": "5.2.18",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   248
        "postcss-value-parser": "3.3.0"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   249
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   250
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   251
    "aws-sign2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   252
      "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
   253
      "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
   254
      "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
   255
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   256
    "aws4": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   257
      "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
   258
      "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
   259
      "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
   260
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   261
    "balanced-match": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   262
      "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
   263
      "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
   264
      "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
   265
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   266
    "bcrypt-pbkdf": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   267
      "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
   268
      "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
   269
      "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   270
      "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   271
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   272
        "tweetnacl": "0.14.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   273
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   274
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   275
    "beeper": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   276
      "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
   277
      "resolved": "https://registry.npmjs.org/beeper/-/beeper-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
   278
      "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   279
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   280
    "bl": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   281
      "version": "1.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   282
      "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   283
      "integrity": "sha1-ysMo977kVzDUBLaSID/LWQ4XLV4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   284
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   285
        "readable-stream": "2.2.11"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   286
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   287
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   288
    "block-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   289
      "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
   290
      "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   291
      "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   292
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   293
        "inherits": "2.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   294
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   295
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   296
    "boom": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   297
      "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
   298
      "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   299
      "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   300
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   301
        "hoek": "2.16.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   302
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   303
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   304
    "bootstrap-sass": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   305
      "version": "3.3.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   306
      "resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   307
      "integrity": "sha1-ZZbHq0D2Y3OTMjqwvIDQZPxjBJg="
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
    "bower": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   310
      "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
   311
      "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
   312
      "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
   313
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   314
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   315
    "brace-expansion": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   316
      "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
   317
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   318
      "integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   319
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   320
        "balanced-match": "0.4.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   321
        "concat-map": "0.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   322
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   323
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   324
    "braces": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   325
      "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
   326
      "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   327
      "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   328
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   329
        "expand-range": "1.8.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   330
        "preserve": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   331
        "repeat-element": "1.1.2"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   332
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   333
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   334
    "browserslist": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   335
      "version": "1.7.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   336
      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   337
      "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   338
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   339
        "caniuse-db": "1.0.30000815",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   340
        "electron-to-chromium": "1.3.39"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   341
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   342
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   343
    "buffer-shims": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   344
      "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
   345
      "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-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
   346
      "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E="
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
    "builtin-modules": {
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.1.1",
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/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
   351
      "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
   352
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   353
    "camelcase": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   354
      "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
   355
      "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
   356
      "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
   357
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   358
    "camelcase-keys": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   359
      "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
   360
      "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
   361
      "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   362
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   363
        "camelcase": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   364
        "map-obj": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   365
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   366
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   367
        "camelcase": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   368
          "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
   369
          "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
   370
          "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
   371
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   372
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   373
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   374
    "caniuse-db": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   375
      "version": "1.0.30000815",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   376
      "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000815.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   377
      "integrity": "sha1-DiGPoTPQ0HHIhqoEG0NSWMx0aJE="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   378
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   379
    "cardinal": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   380
      "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
   381
      "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   382
      "integrity": "sha1-UOIcGwqjdyn5N33vGWtanOyTLuk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   383
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   384
        "ansicolors": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   385
        "redeyed": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   386
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   387
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   388
    "caseless": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   389
      "version": "0.12.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   390
      "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   391
      "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   392
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   393
    "center-align": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   394
      "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
   395
      "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   396
      "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   397
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   398
        "align-text": "0.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   399
        "lazy-cache": "1.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   400
      }
532
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
    "chalk": {
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.1.3",
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/chalk/-/chalk-1.1.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   405
      "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   406
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   407
        "ansi-styles": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   408
        "escape-string-regexp": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   409
        "has-ansi": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   410
        "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   411
        "supports-color": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   412
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   413
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   414
    "clean-css": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   415
      "version": "3.4.28",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   416
      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   417
      "integrity": "sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   418
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   419
        "commander": "2.8.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   420
        "source-map": "0.4.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   421
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   422
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   423
    "cli-table": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   424
      "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
   425
      "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
   426
      "integrity": "sha1-9TsFJmqLGguTSz0IIebi3FkUriM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   427
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   428
        "colors": "1.0.3"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   429
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   430
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   431
    "cli-usage": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   432
      "version": "0.1.7",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   433
      "resolved": "https://registry.npmjs.org/cli-usage/-/cli-usage-0.1.7.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   434
      "integrity": "sha512-x/Q52iLSZsRrRb2ePmTsVYXrGcrPQ8G4yRAY7QpMlumxAfPVrnDOH2X6Z5s8qsAX7AA7YuIi8AXFrvH0wWEesA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   435
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   436
        "marked": "0.3.17",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   437
        "marked-terminal": "2.0.0"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   438
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   439
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   440
    "cliui": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   441
      "version": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   442
      "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   443
      "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   444
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   445
        "center-align": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   446
        "right-align": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   447
        "wordwrap": "0.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   448
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   449
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   450
    "clone": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   451
      "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
   452
      "resolved": "https://registry.npmjs.org/clone/-/clone-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
   453
      "integrity": "sha1-Jgt6meux7f4kdTgXX3gyQ8sZ0Uk="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   454
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   455
    "clone-buffer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   456
      "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
   457
      "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-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
   458
      "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   459
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   460
    "clone-stats": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   461
      "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
   462
      "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-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
   463
      "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE="
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
    "cloneable-readable": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   466
      "version": "1.1.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   467
      "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   468
      "integrity": "sha512-Bq6+4t+lbM8vhTs/Bef5c5AdEMtapp/iFb6+s4/Hh9MVTt8OLKH7ZOOZSCT+Ys7hsHvqv0GuMPJ1lnQJVHvxpg==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   469
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   470
        "inherits": "2.0.3",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   471
        "process-nextick-args": "2.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   472
        "readable-stream": "2.3.5"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   473
      },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   474
      "dependencies": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   475
        "process-nextick-args": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   476
          "version": "2.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   477
          "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   478
          "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw=="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   479
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   480
        "readable-stream": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   481
          "version": "2.3.5",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   482
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.5.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   483
          "integrity": "sha512-tK0yDhrkygt/knjowCUiWP9YdV7c5R+8cR0r/kt9ZhBU906Fs6RpQJCEilamRJj1Nx2rWI6LkW9gKqjTkshhEw==",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   484
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   485
            "core-util-is": "1.0.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   486
            "inherits": "2.0.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   487
            "isarray": "1.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   488
            "process-nextick-args": "2.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   489
            "safe-buffer": "5.1.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   490
            "string_decoder": "1.0.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   491
            "util-deprecate": "1.0.2"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   492
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   493
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   494
        "safe-buffer": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   495
          "version": "5.1.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   496
          "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   497
          "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg=="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   498
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   499
        "string_decoder": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   500
          "version": "1.0.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   501
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   502
          "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   503
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   504
            "safe-buffer": "5.1.1"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   505
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   506
        }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   507
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   508
    },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   509
    "co": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   510
      "version": "4.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   511
      "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   512
      "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   513
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   514
    "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
   515
      "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
   516
      "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
   517
      "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
   518
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   519
    "colors": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   520
      "version": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   521
      "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   522
      "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   523
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   524
    "combined-stream": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   525
      "version": "1.0.6",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   526
      "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   527
      "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   528
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   529
        "delayed-stream": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   530
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   531
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   532
    "commander": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   533
      "version": "2.8.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   534
      "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   535
      "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   536
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   537
        "graceful-readlink": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   538
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   539
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   540
    "concat-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   541
      "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
   542
      "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
   543
      "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
   544
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   545
    "concat-with-sourcemaps": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   546
      "version": "1.0.5",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   547
      "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.5.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   548
      "integrity": "sha512-YtnS0VEY+e2Khzsey/6mra9EoM6h/5gxaC0e3mcHpA5yfDxafhygytNmcJWodvUgyXzSiL5MSkPO6bQGgfliHw==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   549
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   550
        "source-map": "0.6.1"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   551
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   552
      "dependencies": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   553
        "source-map": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   554
          "version": "0.6.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   555
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   556
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   557
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   558
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   559
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   560
    "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
   561
      "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
   562
      "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
   563
      "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
   564
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   565
    "convert-source-map": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   566
      "version": "1.5.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   567
      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   568
      "integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   569
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   570
    "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
   571
      "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
   572
      "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
   573
      "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
   574
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   575
    "cross-spawn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   576
      "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
   577
      "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
   578
      "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   579
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   580
        "lru-cache": "4.1.2",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   581
        "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   582
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   583
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   584
        "lru-cache": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   585
          "version": "4.1.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   586
          "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   587
          "integrity": "sha512-wgeVXhrDwAWnIF/yZARsFnMBtdFXOg1b8RIrhilp+0iDYN4mdQcNZElDZ0e4B64BhaxeQ5zN7PMyvu7we1kPeQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   588
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   589
            "pseudomap": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   590
            "yallist": "2.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   591
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   592
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   593
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   594
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   595
    "cryptiles": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   596
      "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
   597
      "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   598
      "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   599
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   600
        "boom": "2.10.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   601
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   602
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   603
    "css": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   604
      "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
   605
      "resolved": "https://registry.npmjs.org/css/-/css-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
   606
      "integrity": "sha1-c6TIHehdtmTU7mdPfUcIXjstVdw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   607
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   608
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   609
        "source-map": "0.1.43",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   610
        "source-map-resolve": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   611
        "urix": "0.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
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
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   614
        "source-map": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   615
          "version": "0.1.43",
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/source-map/-/source-map-0.1.43.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   617
          "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   618
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   619
            "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   620
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   621
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   622
      }
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
    "currently-unhandled": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   625
      "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
   626
      "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   627
      "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   628
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   629
        "array-find-index": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   630
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   631
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   632
    "dashdash": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   633
      "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
   634
      "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
   635
      "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   636
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   637
        "assert-plus": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   638
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   639
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   640
        "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   641
          "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
   642
          "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
   643
          "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
   644
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   645
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   646
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   647
    "dateformat": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   648
      "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
   649
      "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-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
   650
      "integrity": "sha1-J0Pjq7XD/CRi5SfcpEXgTp9N7hc="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   651
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   652
    "deap": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   653
      "version": "1.0.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   654
      "resolved": "https://registry.npmjs.org/deap/-/deap-1.0.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   655
      "integrity": "sha512-k75KYNZMvwAwes2xIPry/QTffXIchjD8QfABvvfTr80P85jv5ZcKqcoDo+vMe71nNnVnXYe8MA28weyqcf/DKw=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   656
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   657
    "debug": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   658
      "version": "2.6.9",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   659
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   660
      "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   661
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   662
        "ms": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   663
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   664
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   665
    "debug-fabulous": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   666
      "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
   667
      "resolved": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-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
   668
      "integrity": "sha1-+gccXYdIRoVCSAdCHKSxawsaB2M=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   669
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   670
        "debug": "2.6.9",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   671
        "lazy-debug-legacy": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   672
        "object-assign": "4.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   673
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   674
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   675
        "object-assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   676
          "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
   677
          "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
   678
          "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
   679
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   680
      }
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
    "decamelize": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   683
      "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
   684
      "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
   685
      "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
   686
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   687
    "defaults": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   688
      "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
   689
      "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   690
      "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   691
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   692
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   693
        "clone": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   694
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   695
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   696
    "del": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   697
      "version": "2.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   698
      "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   699
      "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   700
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   701
        "globby": "5.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   702
        "is-path-cwd": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   703
        "is-path-in-cwd": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   704
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   705
        "pify": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   706
        "pinkie-promise": "2.0.1",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   707
        "rimraf": "2.6.2"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   708
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   709
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   710
    "delayed-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   711
      "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
   712
      "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
   713
      "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
   714
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   715
    "delegates": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   716
      "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
   717
      "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
   718
      "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
   719
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   720
    "deprecated": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   721
      "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
   722
      "resolved": "https://registry.npmjs.org/deprecated/-/deprecated-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
   723
      "integrity": "sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   724
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   725
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   726
    "detect-file": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   727
      "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
   728
      "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   729
      "integrity": "sha1-STXe39lIhkjgBrASlWbpOGcR6mM=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   730
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   731
        "fs-exists-sync": "0.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   732
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   733
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   734
    "detect-newline": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   735
      "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
   736
      "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-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
   737
      "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I="
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
    "duplexer2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   740
      "version": "0.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   741
      "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.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
   742
      "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   743
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   744
        "readable-stream": "1.1.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   745
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   746
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   747
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   748
          "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
   749
          "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
   750
          "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
   751
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   752
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   753
          "version": "1.1.14",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   754
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   755
          "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   756
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   757
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   758
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   759
            "isarray": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   760
            "string_decoder": "0.10.31"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   761
          }
532
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
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   764
          "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
   765
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.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-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   767
        }
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
    },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   770
    "duplexify": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   771
      "version": "3.5.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   772
      "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.4.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   773
      "integrity": "sha512-JzYSLYMhoVVBe8+mbHQ4KgpvHpm0DZpJuL8PY93Vyv1fW7jYJ90LoXa1di/CVbJM+TgMs91rbDapE/RNIfnJsA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   774
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   775
        "end-of-stream": "1.4.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   776
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   777
        "readable-stream": "2.2.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   778
        "stream-shift": "1.0.0"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   779
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   780
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   781
    "ecc-jsbn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   782
      "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
   783
      "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
   784
      "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   785
      "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   786
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   787
        "jsbn": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   788
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   789
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   790
    "electron-to-chromium": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   791
      "version": "1.3.39",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   792
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.39.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   793
      "integrity": "sha1-16RpZAnKCZXidQFW2mEsIhr62E0="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   794
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   795
    "end-of-stream": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   796
      "version": "1.4.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   797
      "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   798
      "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   799
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   800
        "once": "1.4.0"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   801
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   802
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   803
    "errno": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   804
      "version": "0.1.7",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   805
      "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   806
      "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   807
      "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   808
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   809
        "prr": "1.0.1"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   810
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   811
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   812
    "error-ex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   813
      "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
   814
      "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   815
      "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   816
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   817
        "is-arrayish": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   818
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   819
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   820
    "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
   821
      "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
   822
      "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
   823
      "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
   824
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   825
    "esprima": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   826
      "version": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   827
      "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.0.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   828
      "integrity": "sha1-U88kes2ncxPlUcOqLnM0LT+099k="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   829
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   830
    "expand-brackets": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   831
      "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
   832
      "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   833
      "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   834
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   835
        "is-posix-bracket": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   836
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   837
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   838
    "expand-range": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   839
      "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
   840
      "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   841
      "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   842
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   843
        "fill-range": "2.2.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   844
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   845
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   846
    "expand-tilde": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   847
      "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
   848
      "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   849
      "integrity": "sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   850
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   851
        "os-homedir": "1.0.2"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   852
      }
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
    "extend": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   855
      "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
   856
      "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
   857
      "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
   858
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   859
    "extend-shallow": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   860
      "version": "1.1.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   861
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   862
      "integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   863
      "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   864
        "kind-of": "1.1.0"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   865
      },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   866
      "dependencies": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   867
        "kind-of": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   868
          "version": "1.1.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   869
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   870
          "integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   871
        }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   872
      }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
   873
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   874
    "extglob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   875
      "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
   876
      "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   877
      "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   878
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   879
        "is-extglob": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   880
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   881
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   882
    "extsprintf": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   883
      "version": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   884
      "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   885
      "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   886
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   887
    "fancy-log": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   888
      "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
   889
      "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   890
      "integrity": "sha1-Rb4X0Cu5kX1gzP/UmVyZnmyMmUg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   891
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   892
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   893
        "time-stamp": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   894
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   895
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   896
    "filename-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   897
      "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
   898
      "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
   899
      "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
   900
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   901
    "fill-range": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   902
      "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
   903
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   904
      "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   905
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   906
        "is-number": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   907
        "isobject": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   908
        "randomatic": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   909
        "repeat-element": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   910
        "repeat-string": "1.6.1"
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
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   913
    "find-index": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   914
      "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
   915
      "resolved": "https://registry.npmjs.org/find-index/-/find-index-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
   916
      "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   917
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   918
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   919
    "find-up": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   920
      "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
   921
      "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   922
      "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   923
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   924
        "path-exists": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   925
        "pinkie-promise": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   926
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   927
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   928
    "findup-sync": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   929
      "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
   930
      "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   931
      "integrity": "sha1-QAQ5Kee8YK3wt/SCfExudaDeyhI=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   932
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   933
        "detect-file": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   934
        "is-glob": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   935
        "micromatch": "2.3.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   936
        "resolve-dir": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   937
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   938
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   939
    "fined": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   940
      "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
   941
      "resolved": "https://registry.npmjs.org/fined/-/fined-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
   942
      "integrity": "sha1-WyhCS3YNdZiWC374SA3/itNmDpc=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   943
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   944
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   945
        "expand-tilde": "1.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   946
        "lodash.assignwith": "4.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   947
        "lodash.isempty": "4.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   948
        "lodash.isplainobject": "4.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   949
        "lodash.isstring": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   950
        "lodash.pick": "4.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   951
        "parse-filepath": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   952
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   953
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   954
        "parse-filepath": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   955
          "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
   956
          "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-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
   957
          "integrity": "sha1-FZ1hVdQ5BNFsEO9piRHaHpGWm3M=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   958
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   959
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   960
            "is-absolute": "0.2.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   961
            "map-cache": "0.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   962
            "path-root": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   963
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   964
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   965
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   966
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   967
    "first-chunk-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   968
      "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
   969
      "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-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
   970
      "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   971
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   972
    "flagged-respawn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   973
      "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
   974
      "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-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
   975
      "integrity": "sha1-/xke3c1wiKZ1smEP/8l2vpuAdLU=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   976
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   977
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   978
    "for-in": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   979
      "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
   980
      "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
   981
      "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
   982
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   983
    "for-own": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   984
      "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
   985
      "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   986
      "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   987
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   988
        "for-in": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
   989
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   990
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   991
    "forever-agent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   992
      "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
   993
      "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
   994
      "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
   995
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   996
    "fork-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
   997
      "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
   998
      "resolved": "https://registry.npmjs.org/fork-stream/-/fork-stream-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
   999
      "integrity": "sha1-24Sfznf2cIpfjzhq5TOgkHtUrnA="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1000
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1001
    "form-data": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1002
      "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
  1003
      "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1004
      "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1005
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1006
        "asynckit": "0.4.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1007
        "combined-stream": "1.0.6",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1008
        "mime-types": "2.1.18"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1009
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1010
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1011
    "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
  1012
      "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
  1013
      "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
  1014
      "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
  1015
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1016
    "fs.realpath": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1017
      "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
  1018
      "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
  1019
      "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
  1020
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1021
    "fstream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1022
      "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
  1023
      "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1024
      "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1025
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1026
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1027
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1028
        "mkdirp": "0.5.1",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1029
        "rimraf": "2.6.2"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1030
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1031
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1032
    "gauge": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1033
      "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
  1034
      "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1035
      "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1036
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1037
        "aproba": "1.2.0",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1038
        "console-control-strings": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1039
        "has-unicode": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1040
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1041
        "signal-exit": "3.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1042
        "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1043
        "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1044
        "wide-align": "1.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1045
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1046
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1047
    "gaze": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1048
      "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
  1049
      "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1050
      "integrity": "sha1-hHIkZ3rbiHDWeSV+0ziP22HkAQU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1051
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1052
        "globule": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1053
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1054
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1055
    "generate-function": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1056
      "version": "2.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1057
      "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1058
      "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1059
    },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1060
    "generate-object-property": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1061
      "version": "1.2.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1062
      "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1063
      "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1064
      "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1065
        "is-property": "1.0.2"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1066
      }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1067
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1068
    "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
  1069
      "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
  1070
      "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
  1071
      "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
  1072
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1073
    "get-stdin": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1074
      "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
  1075
      "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
  1076
      "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
  1077
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1078
    "getpass": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1079
      "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
  1080
      "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
  1081
      "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1082
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1083
        "assert-plus": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1084
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1085
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1086
        "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1087
          "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
  1088
          "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
  1089
          "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
  1090
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1091
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1092
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1093
    "glob": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1094
      "version": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1095
      "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1096
      "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1097
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1098
        "fs.realpath": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1099
        "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1100
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1101
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1102
        "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1103
        "path-is-absolute": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1104
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1105
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1106
    "glob-base": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1107
      "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
  1108
      "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1109
      "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1110
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1111
        "glob-parent": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1112
        "is-glob": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1113
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1114
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1115
    "glob-parent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1116
      "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
  1117
      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1118
      "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1119
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1120
        "is-glob": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1121
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1122
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1123
    "glob-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1124
      "version": "3.1.18",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1125
      "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1126
      "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1127
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1128
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1129
        "glob": "4.5.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1130
        "glob2base": "0.0.12",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1131
        "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1132
        "ordered-read-streams": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1133
        "through2": "0.6.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1134
        "unique-stream": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1135
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1136
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1137
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1138
          "version": "4.5.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1139
          "resolved": "https://registry.npmjs.org/glob/-/glob-4.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
  1140
          "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1141
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1142
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1143
            "inflight": "1.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1144
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1145
            "minimatch": "2.0.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1146
            "once": "1.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1147
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1148
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1149
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1150
          "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
  1151
          "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
  1152
          "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
  1153
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1154
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1155
        "minimatch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1156
          "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
  1157
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-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
  1158
          "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1159
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1160
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1161
            "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1162
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1163
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1164
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1165
          "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
  1166
          "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
  1167
          "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1168
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1169
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1170
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1171
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1172
            "isarray": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1173
            "string_decoder": "0.10.31"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1174
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1175
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1176
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1177
          "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
  1178
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1179
          "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1180
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1181
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1182
        "through2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1183
          "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
  1184
          "resolved": "https://registry.npmjs.org/through2/-/through2-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
  1185
          "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1186
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1187
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1188
            "readable-stream": "1.0.34",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1189
            "xtend": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1190
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1191
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1192
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1193
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1194
    "glob-watcher": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1195
      "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
  1196
      "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-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
  1197
      "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1198
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1199
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1200
        "gaze": "0.5.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1201
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1202
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1203
        "gaze": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1204
          "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
  1205
          "resolved": "https://registry.npmjs.org/gaze/-/gaze-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
  1206
          "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1207
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1208
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1209
            "globule": "0.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1210
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1211
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1212
        "glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1213
          "version": "3.1.21",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1214
          "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1215
          "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1216
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1217
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1218
            "graceful-fs": "1.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1219
            "inherits": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1220
            "minimatch": "0.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1221
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1222
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1223
        "globule": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1224
          "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
  1225
          "resolved": "https://registry.npmjs.org/globule/-/globule-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
  1226
          "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1227
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1228
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1229
            "glob": "3.1.21",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1230
            "lodash": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1231
            "minimatch": "0.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1232
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1233
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1234
        "graceful-fs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1235
          "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
  1236
          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-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
  1237
          "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1238
          "dev": true
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
        "inherits": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1241
          "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
  1242
          "resolved": "https://registry.npmjs.org/inherits/-/inherits-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
  1243
          "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=",
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
        "lodash": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1247
          "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
  1248
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-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
  1249
          "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=",
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
        "minimatch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1253
          "version": "0.2.14",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1254
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.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
  1255
          "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1256
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1257
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1258
            "lru-cache": "2.7.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1259
            "sigmund": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1260
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1261
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1262
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1263
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1264
    "glob2base": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1265
      "version": "0.0.12",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1266
      "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.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
  1267
      "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1268
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1269
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1270
        "find-index": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1271
      }
532
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
    "global-modules": {
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.2.3",
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/global-modules/-/global-modules-0.2.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1276
      "integrity": "sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1277
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1278
        "global-prefix": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1279
        "is-windows": "0.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1280
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1281
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1282
    "global-prefix": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1283
      "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
  1284
      "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1285
      "integrity": "sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1286
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1287
        "homedir-polyfill": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1288
        "ini": "1.3.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1289
        "is-windows": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1290
        "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1291
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1292
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1293
    "globby": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1294
      "version": "5.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1295
      "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1296
      "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1297
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1298
        "array-union": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1299
        "arrify": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1300
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1301
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1302
        "pify": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1303
        "pinkie-promise": "2.0.1"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1304
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1305
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1306
    "globule": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1307
      "version": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1308
      "resolved": "https://registry.npmjs.org/globule/-/globule-1.2.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1309
      "integrity": "sha1-HcScaCLdnoovoAuiopUAboZkvQk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1310
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1311
        "glob": "7.1.2",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1312
        "lodash": "4.17.5",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1313
        "minimatch": "3.0.4"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1314
      }
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
    "glogg": {
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.0.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/glogg/-/glogg-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1319
      "integrity": "sha1-f+DxmfV6yQbPUS/urY+Q7kooT8U=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1320
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1321
        "sparkles": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1322
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1323
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1324
    "graceful-fs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1325
      "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
  1326
      "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
  1327
      "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
  1328
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1329
    "graceful-readlink": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1330
      "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
  1331
      "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
  1332
      "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
  1333
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1334
    "growly": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1335
      "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
  1336
      "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
  1337
      "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
  1338
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1339
    "gulp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1340
      "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
  1341
      "resolved": "https://registry.npmjs.org/gulp/-/gulp-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
  1342
      "integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1343
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1344
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1345
        "archy": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1346
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1347
        "deprecated": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1348
        "gulp-util": "3.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1349
        "interpret": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1350
        "liftoff": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1351
        "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1352
        "orchestrator": "0.3.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1353
        "pretty-hrtime": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1354
        "semver": "4.3.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1355
        "tildify": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1356
        "v8flags": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1357
        "vinyl-fs": "0.3.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1358
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1359
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1360
        "semver": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1361
          "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
  1362
          "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
  1363
          "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
  1364
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1365
        }
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
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1368
    "gulp-autoprefixer": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1369
      "version": "3.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1370
      "resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-3.1.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1371
      "integrity": "sha1-dSMAUc0NFxND14O36bXREg7u+bA=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1372
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1373
        "autoprefixer": "6.7.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1374
        "gulp-util": "3.0.8",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1375
        "postcss": "5.2.18",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1376
        "through2": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1377
        "vinyl-sourcemaps-apply": "0.2.1"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1378
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1379
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1380
    "gulp-batch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1381
      "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
  1382
      "resolved": "https://registry.npmjs.org/gulp-batch/-/gulp-batch-1.0.5.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1383
      "integrity": "sha1-xA/JsjA2dIl7EhbYLhUYtzIX2lk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1384
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1385
        "async-done": "1.2.4",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1386
        "stream-array": "1.1.2"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1387
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1388
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1389
    "gulp-concat": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1390
      "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
  1391
      "resolved": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-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
  1392
      "integrity": "sha1-Yz0WyV2IUEYorQJmVmPO5aR5M1M=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1393
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1394
        "concat-with-sourcemaps": "1.0.5",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1395
        "through2": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1396
        "vinyl": "2.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1397
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1398
      "dependencies": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1399
        "clone": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1400
          "version": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1401
          "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1402
          "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs="
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1403
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1404
        "clone-stats": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1405
          "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
  1406
          "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-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
  1407
          "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1408
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1409
        "replace-ext": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1410
          "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
  1411
          "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-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
  1412
          "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1413
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1414
        "vinyl": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1415
          "version": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1416
          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1417
          "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1418
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1419
            "clone": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1420
            "clone-buffer": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1421
            "clone-stats": "1.0.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1422
            "cloneable-readable": "1.1.2",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1423
            "remove-trailing-separator": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1424
            "replace-ext": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1425
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1426
        }
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
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1429
    "gulp-exec": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1430
      "version": "2.1.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1431
      "resolved": "https://registry.npmjs.org/gulp-exec/-/gulp-exec-2.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
  1432
      "integrity": "sha1-RgpOyN+GhB0XOLx0lYxo5XaTQtk=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1433
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1434
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1435
        "gulp-util": "3.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1436
        "gulplog": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1437
        "through2": "2.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1438
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1439
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1440
        "through2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1441
          "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
  1442
          "resolved": "https://registry.npmjs.org/through2/-/through2-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
  1443
          "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1444
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1445
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1446
            "readable-stream": "2.2.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1447
            "xtend": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
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
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1451
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1452
    "gulp-if": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1453
      "version": "2.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1454
      "resolved": "https://registry.npmjs.org/gulp-if/-/gulp-if-2.0.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1455
      "integrity": "sha1-pJe351cwBQQcqivIt92jyARE1ik=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1456
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1457
        "gulp-match": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1458
        "ternary-stream": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1459
        "through2": "2.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1460
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1461
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1462
    "gulp-less": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1463
      "version": "3.5.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1464
      "resolved": "https://registry.npmjs.org/gulp-less/-/gulp-less-3.5.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1465
      "integrity": "sha512-FQLY7unaHdTOXG0jlwxeBQcWoPPrTMQZRA7HfYwSNi9IPVx5l7GJEN72mG4ri2yigp/f/VNGUAJnFMJHBmH3iw==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1466
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1467
        "accord": "0.28.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1468
        "less": "2.7.3",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1469
        "object-assign": "4.1.1",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1470
        "plugin-error": "0.1.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1471
        "replace-ext": "1.0.0",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1472
        "through2": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1473
        "vinyl-sourcemaps-apply": "0.2.1"
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1474
      },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1475
      "dependencies": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1476
        "replace-ext": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1477
          "version": "1.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1478
          "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1479
          "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1480
        }
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1481
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1482
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1483
    "gulp-load-plugins": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1484
      "version": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1485
      "resolved": "https://registry.npmjs.org/gulp-load-plugins/-/gulp-load-plugins-1.5.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1486
      "integrity": "sha1-TEGffldk2aDjMGG6uWGPgbc9QXE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1487
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1488
        "array-unique": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1489
        "fancy-log": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1490
        "findup-sync": "0.4.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1491
        "gulplog": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1492
        "has-gulplog": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1493
        "micromatch": "2.3.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1494
        "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1495
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1496
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1497
    "gulp-match": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1498
      "version": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1499
      "resolved": "https://registry.npmjs.org/gulp-match/-/gulp-match-1.0.3.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1500
      "integrity": "sha1-kcfA1/Kb7NZgbVfYCn+Hdqh6uo4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1501
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1502
        "minimatch": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1503
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1504
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1505
    "gulp-notify": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1506
      "version": "2.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1507
      "resolved": "https://registry.npmjs.org/gulp-notify/-/gulp-notify-2.2.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1508
      "integrity": "sha1-BGyChcKS6X7tThWgCcJsu+XO8TU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1509
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1510
        "gulp-util": "3.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1511
        "lodash.template": "3.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1512
        "node-notifier": "4.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1513
        "node.extend": "1.1.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1514
        "through2": "0.6.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1515
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1516
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1517
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1518
          "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
  1519
          "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
  1520
          "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
  1521
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1522
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1523
          "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
  1524
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1525
          "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1526
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1527
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1528
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1529
            "isarray": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1530
            "string_decoder": "0.10.31"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1531
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1532
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1533
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1534
          "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
  1535
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1536
          "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1537
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1538
        "through2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1539
          "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
  1540
          "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1541
          "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1542
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1543
            "readable-stream": "1.0.34",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1544
            "xtend": "4.0.1"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1545
          }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1546
        }
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
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1549
    "gulp-rename": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1550
      "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
  1551
      "resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-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
  1552
      "integrity": "sha1-OtRCh2PwXidk3sHGfYaNsnVoeBc="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1553
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1554
    "gulp-rev": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1555
      "version": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1556
      "resolved": "https://registry.npmjs.org/gulp-rev/-/gulp-rev-7.1.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1557
      "integrity": "sha1-XhfMIp9rRcdCVviK0/LT6aMwWCk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1558
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1559
        "gulp-util": "3.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1560
        "modify-filename": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1561
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1562
        "rev-hash": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1563
        "rev-path": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1564
        "sort-keys": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1565
        "through2": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1566
        "vinyl-file": "1.3.0"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1567
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1568
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1569
    "gulp-rev-replace": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1570
      "version": "0.4.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1571
      "resolved": "https://registry.npmjs.org/gulp-rev-replace/-/gulp-rev-replace-0.4.4.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1572
      "integrity": "sha512-2yiDel/TGamn/HgHyo8H1rYEEL2zLsOYODerItoX8batOo0gPAe7uX7t6NlaqB7FEHpS5tGzUr5CKUEmrgdHyQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1573
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1574
        "plugin-error": "0.1.2",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1575
        "through2": "2.0.3"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1576
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1577
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1578
    "gulp-sass": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1579
      "version": "3.1.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1580
      "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-3.1.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1581
      "integrity": "sha1-U9xLaKH13f5EJKtMJHZVJpqLdLc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1582
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1583
        "gulp-util": "3.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1584
        "lodash.clonedeep": "4.5.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1585
        "node-sass": "4.7.2",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1586
        "through2": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1587
        "vinyl-sourcemaps-apply": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
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
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1590
        "lodash.clonedeep": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1591
          "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
  1592
          "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
  1593
          "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
  1594
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1595
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1596
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1597
    "gulp-shell": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1598
      "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
  1599
      "resolved": "https://registry.npmjs.org/gulp-shell/-/gulp-shell-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
  1600
      "integrity": "sha1-pJWcoGUa0ce7/nCy0K27tOGuqY0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1601
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1602
        "async": "1.5.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1603
        "gulp-util": "3.0.8",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1604
        "lodash": "4.17.5",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1605
        "through2": "2.0.3"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1606
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1607
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1608
    "gulp-sourcemaps": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1609
      "version": "1.12.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1610
      "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.12.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1611
      "integrity": "sha1-tDfR89mAzyboEYSCNxjOFa5ll7Y=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1612
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1613
        "@gulp-sourcemaps/map-sources": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1614
        "acorn": "4.0.13",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1615
        "convert-source-map": "1.5.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1616
        "css": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1617
        "debug-fabulous": "0.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1618
        "detect-newline": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1619
        "graceful-fs": "4.1.11",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1620
        "source-map": "0.6.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1621
        "strip-bom": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1622
        "through2": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1623
        "vinyl": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1624
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1625
      "dependencies": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1626
        "source-map": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1627
          "version": "0.6.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1628
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1629
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1630
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1631
        "vinyl": {
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.2.0",
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/vinyl/-/vinyl-1.2.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1634
          "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1635
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1636
            "clone": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1637
            "clone-stats": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1638
            "replace-ext": "0.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1639
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1640
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1641
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1642
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1643
    "gulp-uglify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1644
      "version": "1.5.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1645
      "resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.4.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1646
      "integrity": "sha1-UkeI2HZm0J+dDCH7IXf5ADmmWMk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1647
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1648
        "deap": "1.0.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1649
        "fancy-log": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1650
        "gulp-util": "3.0.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1651
        "isobject": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1652
        "through2": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1653
        "uglify-js": "2.6.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1654
        "uglify-save-license": "0.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1655
        "vinyl-sourcemaps-apply": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1656
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1657
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1658
        "async": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1659
          "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
  1660
          "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
  1661
          "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
  1662
        },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1663
        "source-map": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1664
          "version": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1665
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1666
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1667
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1668
        "uglify-js": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1669
          "version": "2.6.4",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1670
          "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.4.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1671
          "integrity": "sha1-ZeovswWck5RpLxX+2HwrNsFrmt8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1672
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1673
            "async": "0.2.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1674
            "source-map": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1675
            "uglify-to-browserify": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1676
            "yargs": "3.10.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1677
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1678
        }
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
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1681
    "gulp-util": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1682
      "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
  1683
      "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-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
  1684
      "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1685
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1686
        "array-differ": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1687
        "array-uniq": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1688
        "beeper": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1689
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1690
        "dateformat": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1691
        "fancy-log": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1692
        "gulplog": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1693
        "has-gulplog": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1694
        "lodash._reescape": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1695
        "lodash._reevaluate": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1696
        "lodash._reinterpolate": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1697
        "lodash.template": "3.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1698
        "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1699
        "multipipe": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1700
        "object-assign": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1701
        "replace-ext": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1702
        "through2": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1703
        "vinyl": "0.5.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1704
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1705
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1706
        "object-assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1707
          "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
  1708
          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-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
  1709
          "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1710
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1711
        "through2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1712
          "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
  1713
          "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1714
          "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1715
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1716
            "readable-stream": "2.2.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1717
            "xtend": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1718
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1719
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1720
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1721
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1722
    "gulplog": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1723
      "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
  1724
      "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1725
      "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1726
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1727
        "glogg": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1728
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1729
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1730
    "har-schema": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1731
      "version": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1732
      "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1733
      "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1734
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1735
    "har-validator": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1736
      "version": "4.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1737
      "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1738
      "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1739
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1740
        "ajv": "4.11.8",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1741
        "har-schema": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1742
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1743
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1744
    "has-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1745
      "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
  1746
      "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1747
      "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1748
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1749
        "ansi-regex": "2.1.1"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1750
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1751
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1752
    "has-flag": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1753
      "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
  1754
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-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
  1755
      "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1756
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1757
    "has-gulplog": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1758
      "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
  1759
      "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1760
      "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1761
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1762
        "sparkles": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1763
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1764
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1765
    "has-unicode": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1766
      "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
  1767
      "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
  1768
      "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
  1769
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1770
    "hawk": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1771
      "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
  1772
      "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1773
      "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1774
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1775
        "boom": "2.10.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1776
        "cryptiles": "2.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1777
        "hoek": "2.16.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1778
        "sntp": "1.0.9"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1779
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1780
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1781
    "hoek": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1782
      "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
  1783
      "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
  1784
      "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
  1785
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1786
    "homedir-polyfill": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1787
      "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
  1788
      "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1789
      "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1790
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1791
        "parse-passwd": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1792
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1793
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1794
    "hosted-git-info": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1795
      "version": "2.6.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1796
      "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.6.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1797
      "integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1798
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1799
    "http-signature": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1800
      "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
  1801
      "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1802
      "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1803
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1804
        "assert-plus": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1805
        "jsprim": "1.4.1",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1806
        "sshpk": "1.14.1"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1807
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1808
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1809
    "image-size": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1810
      "version": "0.5.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1811
      "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1812
      "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1813
      "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1814
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1815
    "in-publish": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1816
      "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
  1817
      "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
  1818
      "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
  1819
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1820
    "indent-string": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1821
      "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
  1822
      "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1823
      "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1824
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1825
        "repeating": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1826
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1827
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1828
    "indx": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1829
      "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
  1830
      "resolved": "https://registry.npmjs.org/indx/-/indx-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
  1831
      "integrity": "sha1-Fdz1bunPZcAjTFE8J/vVgOcPvFA="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1832
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1833
    "inflight": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1834
      "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
  1835
      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1836
      "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1837
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1838
        "once": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1839
        "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1840
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1841
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1842
    "inherits": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1843
      "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
  1844
      "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
  1845
      "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
  1846
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1847
    "ini": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1848
      "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
  1849
      "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
  1850
      "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
  1851
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1852
    "interpret": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1853
      "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
  1854
      "resolved": "https://registry.npmjs.org/interpret/-/interpret-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
  1855
      "integrity": "sha1-y8NcYu7uc/Gat7EKgBURQBr8D5A=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1856
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1857
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1858
    "invert-kv": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1859
      "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
  1860
      "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
  1861
      "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
  1862
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1863
    "is": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1864
      "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
  1865
      "resolved": "https://registry.npmjs.org/is/-/is-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
  1866
      "integrity": "sha1-0Kwq1V63sL7JJqUmb2xmKqqD3KU="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1867
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1868
    "is-absolute": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1869
      "version": "0.2.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1870
      "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1871
      "integrity": "sha1-IN5p89uULvLYe5wto28XIjWxtes=",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1872
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1873
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1874
        "is-relative": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1875
        "is-windows": "0.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1876
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1877
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1878
    "is-arrayish": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1879
      "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
  1880
      "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
  1881
      "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
  1882
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1883
    "is-buffer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1884
      "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
  1885
      "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
  1886
      "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
  1887
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1888
    "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
  1889
      "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
  1890
      "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1891
      "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1892
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1893
        "builtin-modules": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1894
      }
532
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
    "is-dotfile": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1897
      "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
  1898
      "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
  1899
      "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
  1900
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1901
    "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
  1902
      "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
  1903
      "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1904
      "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1905
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1906
        "is-primitive": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1907
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1908
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1909
    "is-extendable": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1910
      "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
  1911
      "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
  1912
      "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
  1913
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1914
    "is-extglob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1915
      "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
  1916
      "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
  1917
      "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
  1918
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1919
    "is-finite": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1920
      "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
  1921
      "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1922
      "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1923
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1924
        "number-is-nan": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1925
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1926
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1927
    "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
  1928
      "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
  1929
      "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1930
      "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1931
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1932
        "number-is-nan": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1933
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1934
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1935
    "is-glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1936
      "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
  1937
      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1938
      "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1939
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1940
        "is-extglob": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1941
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1942
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1943
    "is-my-ip-valid": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1944
      "version": "1.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1945
      "resolved": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1946
      "integrity": "sha512-gmh/eWXROncUzRnIa1Ubrt5b8ep/MGSnfAUI3aRp+sqTCs1tv1Isl8d8F6JmkN3dXKc3ehZMrtiPN9eL03NuaQ=="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1947
    },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1948
    "is-my-json-valid": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1949
      "version": "2.17.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1950
      "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1951
      "integrity": "sha512-IBhBslgngMQN8DDSppmgDv7RNrlFotuuDsKcrCP3+HbFaVivIBU7u9oiiErw8sH4ynx3+gOGQ3q2otkgiSi6kg==",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1952
      "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1953
        "generate-function": "2.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1954
        "generate-object-property": "1.2.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1955
        "is-my-ip-valid": "1.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1956
        "jsonpointer": "4.0.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1957
        "xtend": "4.0.1"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1958
      }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1959
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1960
    "is-number": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1961
      "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
  1962
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1963
      "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1964
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1965
        "kind-of": "3.2.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1966
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1967
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1968
    "is-path-cwd": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1969
      "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
  1970
      "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-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
  1971
      "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1972
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1973
    "is-path-in-cwd": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1974
      "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
  1975
      "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1976
      "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1977
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1978
        "is-path-inside": "1.0.1"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1979
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1980
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1981
    "is-path-inside": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1982
      "version": "1.0.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1983
      "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  1984
      "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1985
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  1986
        "path-is-inside": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
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
    "is-plain-obj": {
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.0",
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/is-plain-obj/-/is-plain-obj-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
  1992
      "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1993
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1994
    "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
  1995
      "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
  1996
      "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
  1997
      "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
  1998
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  1999
    "is-primitive": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2000
      "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
  2001
      "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
  2002
      "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
  2003
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2004
    "is-property": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2005
      "version": "1.0.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2006
      "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2007
      "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2008
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2009
    "is-relative": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2010
      "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
  2011
      "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-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
  2012
      "integrity": "sha1-0n9MfVFtF1+2ENuEu+7yPDvJeqU=",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2013
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2014
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2015
        "is-unc-path": "0.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2016
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2017
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2018
    "is-typedarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2019
      "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
  2020
      "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
  2021
      "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
  2022
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2023
    "is-unc-path": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2024
      "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
  2025
      "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-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
  2026
      "integrity": "sha1-arBTpyVzwQJQ/0FqOBTDUXivObk=",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2027
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2028
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2029
        "unc-path-regex": "0.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2030
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2031
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2032
    "is-utf8": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2033
      "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
  2034
      "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
  2035
      "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
  2036
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2037
    "is-windows": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2038
      "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
  2039
      "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
  2040
      "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
  2041
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2042
    "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2043
      "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
  2044
      "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
  2045
      "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
  2046
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2047
    "isexe": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2048
      "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
  2049
      "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
  2050
      "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
  2051
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2052
    "isobject": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2053
      "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
  2054
      "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2055
      "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2056
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2057
        "isarray": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2058
      }
532
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
    "isstream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2061
      "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
  2062
      "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
  2063
      "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
  2064
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2065
    "js-base64": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2066
      "version": "2.4.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2067
      "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.3.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2068
      "integrity": "sha512-H7ErYLM34CvDMto3GbD6xD0JLUGYXR3QTcH6B/tr4Hi/QpSThnCsIp+Sy5FRTw3B0d6py4HcNkW7nO/wdtGWEw=="
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
    "jsbn": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2071
      "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
  2072
      "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
  2073
      "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
  2074
      "optional": 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
    "json-schema": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2077
      "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
  2078
      "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
  2079
      "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
  2080
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2081
    "json-stable-stringify": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2082
      "version": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2083
      "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2084
      "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2085
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2086
        "jsonify": "0.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2087
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2088
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2089
    "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
  2090
      "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
  2091
      "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
  2092
      "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
  2093
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2094
    "jsonify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2095
      "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
  2096
      "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
  2097
      "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
  2098
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2099
    "jsonpointer": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2100
      "version": "4.0.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2101
      "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2102
      "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2103
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2104
    "jsprim": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2105
      "version": "1.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2106
      "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2107
      "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2108
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2109
        "assert-plus": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2110
        "extsprintf": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2111
        "json-schema": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2112
        "verror": "1.10.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2113
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2114
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2115
        "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2116
          "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
  2117
          "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
  2118
          "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
  2119
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2120
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2121
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2122
    "kind-of": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2123
      "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
  2124
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2125
      "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2126
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2127
        "is-buffer": "1.1.5"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2128
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2129
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2130
    "laravel-elixir": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2131
      "version": "6.0.0-17",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2132
      "resolved": "https://registry.npmjs.org/laravel-elixir/-/laravel-elixir-6.0.0-17.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2133
      "integrity": "sha512-vBvJQRJp3ObZEK33IL/ywdC5h6P9i5even8yIi4kpVs1okdovBY81+JRsCFrd7aQSuxpk1tVLmkn92m11SYvYg==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2134
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2135
        "clean-css": "3.4.28",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2136
        "cli-table": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2137
        "del": "2.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2138
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2139
        "gulp-autoprefixer": "3.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2140
        "gulp-batch": "1.0.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2141
        "gulp-concat": "2.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2142
        "gulp-if": "2.0.2",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2143
        "gulp-less": "3.5.0",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2144
        "gulp-load-plugins": "1.5.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2145
        "gulp-notify": "2.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2146
        "gulp-rename": "1.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2147
        "gulp-rev": "7.1.2",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2148
        "gulp-rev-replace": "0.4.4",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2149
        "gulp-sass": "2.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2150
        "gulp-shell": "0.5.2",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2151
        "gulp-sourcemaps": "1.12.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2152
        "gulp-uglify": "1.5.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2153
        "gulp-util": "3.0.8",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2154
        "parse-filepath": "1.0.2",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2155
        "path": "0.12.7",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2156
        "q": "1.5.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2157
        "require-dir": "0.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2158
        "run-sequence": "1.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2159
        "underscore": "1.8.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2160
        "vinyl-map2": "1.2.1"
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2161
      },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2162
      "dependencies": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2163
        "gulp-sass": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2164
          "version": "2.3.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2165
          "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-2.3.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2166
          "integrity": "sha1-grerkP6QLNw0wE8YDZLyw0kC3VI=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2167
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2168
            "gulp-util": "3.0.8",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2169
            "lodash.clonedeep": "4.5.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2170
            "node-sass": "3.13.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2171
            "through2": "2.0.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2172
            "vinyl-sourcemaps-apply": "0.2.1"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2173
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2174
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2175
        "lodash.clonedeep": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2176
          "version": "4.5.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2177
          "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2178
          "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2179
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2180
        "node-sass": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2181
          "version": "3.13.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2182
          "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-3.13.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2183
          "integrity": "sha1-ckD7v/I5YwS0IjUn7TAgWJwAT8I=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2184
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2185
            "async-foreach": "0.1.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2186
            "chalk": "1.1.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2187
            "cross-spawn": "3.0.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2188
            "gaze": "1.1.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2189
            "get-stdin": "4.0.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2190
            "glob": "7.1.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2191
            "in-publish": "2.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2192
            "lodash.assign": "4.2.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2193
            "lodash.clonedeep": "4.5.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2194
            "meow": "3.7.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2195
            "mkdirp": "0.5.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2196
            "nan": "2.10.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2197
            "node-gyp": "3.6.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2198
            "npmlog": "4.1.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2199
            "request": "2.81.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2200
            "sass-graph": "2.2.4"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2201
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2202
        }
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2203
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2204
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2205
    "lazy-cache": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2206
      "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
  2207
      "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
  2208
      "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
  2209
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2210
    "lazy-debug-legacy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2211
      "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
  2212
      "resolved": "https://registry.npmjs.org/lazy-debug-legacy/-/lazy-debug-legacy-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
  2213
      "integrity": "sha1-U3cWwHduTPeePtG2IfdljCkRsbE="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2214
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2215
    "lcid": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2216
      "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
  2217
      "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2218
      "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2219
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2220
        "invert-kv": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2221
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2222
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2223
    "less": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2224
      "version": "2.7.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2225
      "resolved": "https://registry.npmjs.org/less/-/less-2.7.3.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2226
      "integrity": "sha512-KPdIJKWcEAb02TuJtaLrhue0krtRLoRoo7x6BNJIBelO00t/CCdJQUnHW5V34OnHMWzIktSalJxRO+FvytQlCQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2227
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2228
        "errno": "0.1.7",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2229
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2230
        "image-size": "0.5.5",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2231
        "mime": "1.6.0",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2232
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2233
        "promise": "7.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2234
        "request": "2.81.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2235
        "source-map": "0.5.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2236
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2237
      "dependencies": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2238
        "source-map": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2239
          "version": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2240
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2241
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2242
          "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2243
        }
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
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2246
    "liftoff": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2247
      "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
  2248
      "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-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
  2249
      "integrity": "sha1-qY8v9nGD2Lp8+soQVIvX/wVQs4U=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2250
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2251
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2252
        "extend": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2253
        "findup-sync": "0.4.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2254
        "fined": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2255
        "flagged-respawn": "0.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2256
        "lodash.isplainobject": "4.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2257
        "lodash.isstring": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2258
        "lodash.mapvalues": "4.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2259
        "rechoir": "0.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2260
        "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2261
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2262
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2263
    "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
  2264
      "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
  2265
      "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2266
      "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2267
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2268
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2269
        "parse-json": "2.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2270
        "pify": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2271
        "pinkie-promise": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2272
        "strip-bom": "2.0.0"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2273
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2274
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2275
    "lodash": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2276
      "version": "4.17.5",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2277
      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2278
      "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2279
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2280
    "lodash._arraycopy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2281
      "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
  2282
      "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
  2283
      "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
  2284
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2285
    "lodash._arrayeach": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2286
      "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
  2287
      "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
  2288
      "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
  2289
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2290
    "lodash._baseassign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2291
      "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
  2292
      "resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2293
      "integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2294
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2295
        "lodash._basecopy": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2296
        "lodash.keys": "3.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2297
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2298
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2299
    "lodash._baseclone": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2300
      "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
  2301
      "resolved": "https://registry.npmjs.org/lodash._baseclone/-/lodash._baseclone-3.3.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2302
      "integrity": "sha1-MDUZv2OT/n5C802LYw73eU41Qrc=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2303
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2304
        "lodash._arraycopy": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2305
        "lodash._arrayeach": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2306
        "lodash._baseassign": "3.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2307
        "lodash._basefor": "3.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2308
        "lodash.isarray": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2309
        "lodash.keys": "3.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2310
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2311
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2312
    "lodash._basecopy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2313
      "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
  2314
      "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
  2315
      "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
  2316
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2317
    "lodash._basefor": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2318
      "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
  2319
      "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
  2320
      "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
  2321
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2322
    "lodash._basetostring": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2323
      "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
  2324
      "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-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
  2325
      "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2326
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2327
    "lodash._basevalues": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2328
      "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
  2329
      "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-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
  2330
      "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2331
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2332
    "lodash._bindcallback": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2333
      "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
  2334
      "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
  2335
      "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
  2336
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2337
    "lodash._getnative": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2338
      "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
  2339
      "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
  2340
      "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
  2341
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2342
    "lodash._isiterateecall": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2343
      "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
  2344
      "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
  2345
      "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
  2346
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2347
    "lodash._reescape": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2348
      "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
  2349
      "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-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
  2350
      "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2351
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2352
    "lodash._reevaluate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2353
      "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
  2354
      "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-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
  2355
      "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0="
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
    "lodash._reinterpolate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2358
      "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
  2359
      "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
  2360
      "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
  2361
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2362
    "lodash._root": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2363
      "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
  2364
      "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-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
  2365
      "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2366
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2367
    "lodash.assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2368
      "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
  2369
      "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
  2370
      "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
  2371
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2372
    "lodash.assignwith": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2373
      "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
  2374
      "resolved": "https://registry.npmjs.org/lodash.assignwith/-/lodash.assignwith-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
  2375
      "integrity": "sha1-EnqX8CrcQXUalU0ksN4X4QDgOOs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2376
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2377
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2378
    "lodash.clone": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2379
      "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
  2380
      "resolved": "https://registry.npmjs.org/lodash.clone/-/lodash.clone-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
  2381
      "integrity": "sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2382
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2383
    "lodash.clonedeep": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2384
      "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
  2385
      "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2386
      "integrity": "sha1-oKHkDYKl6on/WxR7hETtY9koJ9s=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2387
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2388
        "lodash._baseclone": "3.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2389
        "lodash._bindcallback": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2390
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2391
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2392
    "lodash.defaults": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2393
      "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
  2394
      "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-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
  2395
      "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2396
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2397
    "lodash.escape": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2398
      "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
  2399
      "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2400
      "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2401
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2402
        "lodash._root": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
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
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2405
    "lodash.flatten": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2406
      "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
  2407
      "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-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
  2408
      "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2409
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2410
    "lodash.isarguments": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2411
      "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
  2412
      "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
  2413
      "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
  2414
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2415
    "lodash.isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2416
      "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
  2417
      "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
  2418
      "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
  2419
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2420
    "lodash.isempty": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2421
      "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
  2422
      "resolved": "https://registry.npmjs.org/lodash.isempty/-/lodash.isempty-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
  2423
      "integrity": "sha1-b4bL7di+TsmHvpqvM8loTbGzHn4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2424
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2425
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2426
    "lodash.isplainobject": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2427
      "version": "4.0.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2428
      "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.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
  2429
      "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2430
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2431
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2432
    "lodash.isstring": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2433
      "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
  2434
      "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-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
  2435
      "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2436
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2437
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2438
    "lodash.keys": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2439
      "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
  2440
      "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2441
      "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2442
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2443
        "lodash._getnative": "3.9.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2444
        "lodash.isarguments": "3.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2445
        "lodash.isarray": "3.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2446
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2447
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2448
    "lodash.mapvalues": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2449
      "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
  2450
      "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-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
  2451
      "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2452
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2453
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2454
    "lodash.merge": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2455
      "version": "4.6.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2456
      "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2457
      "integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ=="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2458
    },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2459
    "lodash.mergewith": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2460
      "version": "4.6.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2461
      "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2462
      "integrity": "sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2463
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2464
    "lodash.partialright": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2465
      "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
  2466
      "resolved": "https://registry.npmjs.org/lodash.partialright/-/lodash.partialright-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
  2467
      "integrity": "sha1-ATDYDoM2MmTUAHTzKbij56ihzEs="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2468
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2469
    "lodash.pick": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2470
      "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
  2471
      "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-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
  2472
      "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2473
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2474
    "lodash.restparam": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2475
      "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
  2476
      "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
  2477
      "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
  2478
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2479
    "lodash.template": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2480
      "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
  2481
      "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2482
      "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2483
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2484
        "lodash._basecopy": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2485
        "lodash._basetostring": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2486
        "lodash._basevalues": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2487
        "lodash._isiterateecall": "3.0.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2488
        "lodash._reinterpolate": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2489
        "lodash.escape": "3.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2490
        "lodash.keys": "3.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2491
        "lodash.restparam": "3.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2492
        "lodash.templatesettings": "3.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2493
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2494
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2495
    "lodash.templatesettings": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2496
      "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
  2497
      "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2498
      "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2499
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2500
        "lodash._reinterpolate": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2501
        "lodash.escape": "3.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2502
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2503
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2504
    "lodash.toarray": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2505
      "version": "4.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2506
      "resolved": "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2507
      "integrity": "sha1-JMS/zWsvuji/0FlNsRedjptlZWE="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2508
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2509
    "lodash.uniq": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2510
      "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
  2511
      "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
  2512
      "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
  2513
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2514
    "longest": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2515
      "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
  2516
      "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
  2517
      "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
  2518
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2519
    "loud-rejection": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2520
      "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
  2521
      "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2522
      "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2523
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2524
        "currently-unhandled": "0.4.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2525
        "signal-exit": "3.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2526
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2527
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2528
    "lru-cache": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2529
      "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
  2530
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2531
      "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2532
      "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
  2533
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2534
    "map-cache": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2535
      "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
  2536
      "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2537
      "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2538
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2539
    "map-obj": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2540
      "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
  2541
      "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
  2542
      "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
  2543
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2544
    "marked": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2545
      "version": "0.3.17",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2546
      "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.17.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2547
      "integrity": "sha512-+AKbNsjZl6jFfLPwHhWmGTqE009wTKn3RTmn9K8oUKHrX/abPJjtcRtXpYB/FFrwPJRUA86LX/de3T0knkPCmQ=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2548
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2549
    "marked-terminal": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2550
      "version": "2.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2551
      "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-2.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2552
      "integrity": "sha1-Xq9Wi+ZvaGVBr6UqVYKAMQox3i0=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2553
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2554
        "cardinal": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2555
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2556
        "cli-table": "0.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2557
        "lodash.assign": "4.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2558
        "node-emoji": "1.8.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2559
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2560
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2561
    "meow": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2562
      "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
  2563
      "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2564
      "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2565
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2566
        "camelcase-keys": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2567
        "decamelize": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2568
        "loud-rejection": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2569
        "map-obj": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2570
        "minimist": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2571
        "normalize-package-data": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2572
        "object-assign": "4.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2573
        "read-pkg-up": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2574
        "redent": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2575
        "trim-newlines": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2576
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2577
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2578
    "merge-stream": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2579
      "version": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2580
      "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2581
      "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2582
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2583
        "readable-stream": "2.2.11"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2584
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2585
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2586
    "micromatch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2587
      "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
  2588
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2589
      "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2590
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2591
        "arr-diff": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2592
        "array-unique": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2593
        "braces": "1.8.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2594
        "expand-brackets": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2595
        "extglob": "0.3.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2596
        "filename-regex": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2597
        "is-extglob": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2598
        "is-glob": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2599
        "kind-of": "3.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2600
        "normalize-path": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2601
        "object.omit": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2602
        "parse-glob": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2603
        "regex-cache": "0.4.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2604
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2605
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2606
    "mime": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2607
      "version": "1.6.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2608
      "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2609
      "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2610
      "optional": true
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2611
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2612
    "mime-db": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2613
      "version": "1.33.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2614
      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2615
      "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2616
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2617
    "mime-types": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2618
      "version": "2.1.18",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2619
      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2620
      "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2621
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2622
        "mime-db": "1.33.0"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2623
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2624
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2625
    "minimatch": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2626
      "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
  2627
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2628
      "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2629
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2630
        "brace-expansion": "1.1.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2631
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2632
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2633
    "minimist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2634
      "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
  2635
      "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
  2636
      "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
  2637
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2638
    "mkdirp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2639
      "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
  2640
      "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
  2641
      "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2642
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2643
        "minimist": "0.0.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2644
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2645
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2646
        "minimist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2647
          "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
  2648
          "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
  2649
          "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
  2650
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2651
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2652
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2653
    "modify-filename": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2654
      "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
  2655
      "resolved": "https://registry.npmjs.org/modify-filename/-/modify-filename-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
  2656
      "integrity": "sha1-mi3sg4Bvuy2XXyK+7IWcoms5OqE="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2657
    },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2658
    "ms": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2659
      "version": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2660
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2661
      "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2662
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2663
    "multipipe": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2664
      "version": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2665
      "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2666
      "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2667
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2668
        "duplexer2": "0.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2669
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2670
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2671
    "nan": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2672
      "version": "2.10.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2673
      "resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2674
      "integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA=="
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2675
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2676
    "natives": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2677
      "version": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2678
      "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2679
      "integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2680
      "dev": true
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2681
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2682
    "new-from": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2683
      "version": "0.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2684
      "resolved": "https://registry.npmjs.org/new-from/-/new-from-0.0.3.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2685
      "integrity": "sha1-HErRNhPePhXWMhtw7Vwjk36iXmc=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2686
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2687
        "readable-stream": "1.1.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2688
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2689
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2690
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2691
          "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
  2692
          "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
  2693
          "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
  2694
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2695
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2696
          "version": "1.1.14",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2697
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2698
          "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2699
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2700
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2701
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2702
            "isarray": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2703
            "string_decoder": "0.10.31"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2704
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2705
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2706
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2707
          "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
  2708
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2709
          "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2710
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2711
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2712
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2713
    "node-emoji": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2714
      "version": "1.8.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2715
      "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.8.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2716
      "integrity": "sha512-+ktMAh1Jwas+TnGodfCfjUbJKoANqPaJFN0z0iqh41eqD8dvguNzcitVSBSVK1pidz0AqGbLKcoVuVLRVZ/aVg==",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2717
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2718
        "lodash.toarray": "4.4.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2719
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2720
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2721
    "node-gyp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2722
      "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
  2723
      "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
  2724
      "integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2725
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2726
        "fstream": "1.0.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2727
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2728
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2729
        "minimatch": "3.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2730
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2731
        "nopt": "3.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2732
        "npmlog": "4.1.2",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2733
        "osenv": "0.1.5",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2734
        "request": "2.81.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2735
        "rimraf": "2.6.2",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2736
        "semver": "5.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2737
        "tar": "2.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2738
        "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2739
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2740
      "dependencies": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2741
        "semver": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2742
          "version": "5.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2743
          "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2744
          "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2745
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2746
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2747
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2748
    "node-notifier": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2749
      "version": "4.6.1",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2750
      "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2751
      "integrity": "sha1-BW0UJE89zBzq3+aK+c/wxUc6M/M=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2752
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2753
        "cli-usage": "0.1.7",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2754
        "growly": "1.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2755
        "lodash.clonedeep": "3.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2756
        "minimist": "1.2.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2757
        "semver": "5.5.0",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2758
        "shellwords": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2759
        "which": "1.2.14"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2760
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2761
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2762
    "node-sass": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2763
      "version": "4.7.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2764
      "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.7.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2765
      "integrity": "sha512-CaV+wLqZ7//Jdom5aUFCpGNoECd7BbNhjuwdsX/LkXBrHl8eb1Wjw4HvWqcFvhr5KuNgAk8i/myf/MQ1YYeroA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2766
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2767
        "async-foreach": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2768
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2769
        "cross-spawn": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2770
        "gaze": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2771
        "get-stdin": "4.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2772
        "glob": "7.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2773
        "in-publish": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2774
        "lodash.assign": "4.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2775
        "lodash.clonedeep": "4.5.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2776
        "lodash.mergewith": "4.6.1",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2777
        "meow": "3.7.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2778
        "mkdirp": "0.5.1",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2779
        "nan": "2.10.0",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2780
        "node-gyp": "3.6.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2781
        "npmlog": "4.1.2",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2782
        "request": "2.79.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2783
        "sass-graph": "2.2.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2784
        "stdout-stream": "1.4.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2785
        "true-case-path": "1.0.2"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2786
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2787
      "dependencies": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2788
        "caseless": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2789
          "version": "0.11.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2790
          "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2791
          "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2792
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2793
        "commander": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2794
          "version": "2.15.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2795
          "resolved": "https://registry.npmjs.org/commander/-/commander-2.15.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2796
          "integrity": "sha512-7B1ilBwtYSbetCgTY1NJFg+gVpestg0fdA1MhC1Vs4ssyfSXnCAjFr+QcQM9/RedXC0EaUx1sG8Smgw2VfgKEg=="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2797
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2798
        "har-validator": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2799
          "version": "2.0.6",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2800
          "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2801
          "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2802
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2803
            "chalk": "1.1.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2804
            "commander": "2.15.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2805
            "is-my-json-valid": "2.17.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2806
            "pinkie-promise": "2.0.1"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2807
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2808
        },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2809
        "lodash.clonedeep": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2810
          "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
  2811
          "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
  2812
          "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2813
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2814
        "qs": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2815
          "version": "6.3.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2816
          "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2817
          "integrity": "sha1-51vV9uJoEioqDgvaYwslUMFmUCw="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2818
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2819
        "request": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2820
          "version": "2.79.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2821
          "resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2822
          "integrity": "sha1-Tf5b9r6LjNw3/Pk+BLZVd3InEN4=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2823
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2824
            "aws-sign2": "0.6.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2825
            "aws4": "1.6.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2826
            "caseless": "0.11.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2827
            "combined-stream": "1.0.6",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2828
            "extend": "3.0.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2829
            "forever-agent": "0.6.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2830
            "form-data": "2.1.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2831
            "har-validator": "2.0.6",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2832
            "hawk": "3.1.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2833
            "http-signature": "1.1.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2834
            "is-typedarray": "1.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2835
            "isstream": "0.1.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2836
            "json-stringify-safe": "5.0.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2837
            "mime-types": "2.1.18",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2838
            "oauth-sign": "0.8.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2839
            "qs": "6.3.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2840
            "stringstream": "0.0.5",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2841
            "tough-cookie": "2.3.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2842
            "tunnel-agent": "0.4.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2843
            "uuid": "3.2.1"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2844
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2845
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2846
        "tunnel-agent": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2847
          "version": "0.4.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2848
          "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2849
          "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2850
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2851
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2852
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2853
    "node.extend": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2854
      "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
  2855
      "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2856
      "integrity": "sha1-p7iCyC1sk6SGOlUEvV3o7IYli5Y=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2857
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2858
        "is": "3.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2859
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2860
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2861
    "nopt": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2862
      "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
  2863
      "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2864
      "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2865
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2866
        "abbrev": "1.1.1"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2867
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2868
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2869
    "normalize-package-data": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2870
      "version": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2871
      "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2872
      "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2873
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2874
        "hosted-git-info": "2.6.0",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2875
        "is-builtin-module": "1.0.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2876
        "semver": "5.5.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2877
        "validate-npm-package-license": "3.0.3"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2878
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2879
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2880
    "normalize-path": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2881
      "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
  2882
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2883
      "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2884
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2885
        "remove-trailing-separator": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2886
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2887
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2888
    "normalize-range": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2889
      "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
  2890
      "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-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
  2891
      "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2892
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2893
    "npmlog": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2894
      "version": "4.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2895
      "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2896
      "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2897
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2898
        "are-we-there-yet": "1.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2899
        "console-control-strings": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2900
        "gauge": "2.7.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2901
        "set-blocking": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2902
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2903
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2904
    "num2fraction": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2905
      "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
  2906
      "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-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
  2907
      "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2908
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2909
    "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
  2910
      "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
  2911
      "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
  2912
      "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
  2913
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2914
    "oauth-sign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2915
      "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
  2916
      "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
  2917
      "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
  2918
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2919
    "object-assign": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2920
      "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
  2921
      "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
  2922
      "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
  2923
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2924
    "object.omit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2925
      "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
  2926
      "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2927
      "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2928
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2929
        "for-own": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2930
        "is-extendable": "0.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2931
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2932
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2933
    "once": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2934
      "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
  2935
      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2936
      "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2937
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2938
        "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2939
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2940
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2941
    "orchestrator": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2942
      "version": "0.3.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2943
      "resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.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
  2944
      "integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2945
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2946
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2947
        "end-of-stream": "0.1.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2948
        "sequencify": "0.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2949
        "stream-consume": "0.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2950
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2951
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2952
        "end-of-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2953
          "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
  2954
          "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-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
  2955
          "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2956
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2957
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2958
            "once": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2959
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2960
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2961
        "once": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2962
          "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
  2963
          "resolved": "https://registry.npmjs.org/once/-/once-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
  2964
          "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2965
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2966
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2967
            "wrappy": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2968
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2969
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2970
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2971
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2972
    "ordered-read-streams": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2973
      "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
  2974
      "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-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
  2975
      "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2976
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2977
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2978
    "os-homedir": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2979
      "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
  2980
      "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
  2981
      "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
  2982
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2983
    "os-locale": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2984
      "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
  2985
      "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2986
      "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2987
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2988
        "lcid": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  2989
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2990
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2991
    "os-tmpdir": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2992
      "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
  2993
      "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
  2994
      "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
  2995
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  2996
    "osenv": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2997
      "version": "0.1.5",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2998
      "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  2999
      "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3000
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3001
        "os-homedir": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3002
        "os-tmpdir": "1.0.2"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3003
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3004
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3005
    "parse-filepath": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3006
      "version": "1.0.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3007
      "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3008
      "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3009
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3010
        "is-absolute": "1.0.0",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3011
        "map-cache": "0.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3012
        "path-root": "0.1.1"
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3013
      },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3014
      "dependencies": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3015
        "is-absolute": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3016
          "version": "1.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3017
          "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3018
          "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3019
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3020
            "is-relative": "1.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3021
            "is-windows": "1.0.2"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3022
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3023
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3024
        "is-relative": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3025
          "version": "1.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3026
          "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3027
          "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3028
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3029
            "is-unc-path": "1.0.0"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3030
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3031
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3032
        "is-unc-path": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3033
          "version": "1.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3034
          "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3035
          "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3036
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3037
            "unc-path-regex": "0.1.2"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3038
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3039
        },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3040
        "is-windows": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3041
          "version": "1.0.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3042
          "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3043
          "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA=="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3044
        }
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3045
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3046
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3047
    "parse-glob": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3048
      "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
  3049
      "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3050
      "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3051
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3052
        "glob-base": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3053
        "is-dotfile": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3054
        "is-extglob": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3055
        "is-glob": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3056
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3057
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3058
    "parse-json": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3059
      "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
  3060
      "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3061
      "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3062
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3063
        "error-ex": "1.3.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3064
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3065
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3066
    "parse-passwd": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3067
      "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
  3068
      "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
  3069
      "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
  3070
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3071
    "path": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3072
      "version": "0.12.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3073
      "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3074
      "integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3075
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3076
        "process": "0.11.10",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3077
        "util": "0.10.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3078
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3079
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3080
    "path-exists": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3081
      "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
  3082
      "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3083
      "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3084
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3085
        "pinkie-promise": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3086
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3087
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3088
    "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
  3089
      "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
  3090
      "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
  3091
      "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
  3092
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3093
    "path-is-inside": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3094
      "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
  3095
      "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-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
  3096
      "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3097
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3098
    "path-parse": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3099
      "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
  3100
      "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
  3101
      "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
  3102
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3103
    "path-root": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3104
      "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
  3105
      "resolved": "https://registry.npmjs.org/path-root/-/path-root-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
  3106
      "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3107
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3108
        "path-root-regex": "0.1.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3109
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3110
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3111
    "path-root-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3112
      "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
  3113
      "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3114
      "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3115
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3116
    "path-type": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3117
      "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
  3118
      "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3119
      "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3120
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3121
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3122
        "pify": "2.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3123
        "pinkie-promise": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3124
      }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3125
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3126
    "performance-now": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3127
      "version": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3128
      "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3129
      "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3130
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3131
    "pify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3132
      "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
  3133
      "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
  3134
      "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
  3135
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3136
    "pinkie": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3137
      "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
  3138
      "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
  3139
      "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
  3140
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3141
    "pinkie-promise": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3142
      "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
  3143
      "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3144
      "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3145
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3146
        "pinkie": "2.0.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3147
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3148
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3149
    "plugin-error": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3150
      "version": "0.1.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3151
      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3152
      "integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3153
      "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3154
        "ansi-cyan": "0.1.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3155
        "ansi-red": "0.1.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3156
        "arr-diff": "1.1.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3157
        "arr-union": "2.1.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3158
        "extend-shallow": "1.1.4"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3159
      },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3160
      "dependencies": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3161
        "arr-diff": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3162
          "version": "1.1.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3163
          "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3164
          "integrity": "sha1-aHwydYFjWI/vfeezb6vklesaOZo=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3165
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3166
            "arr-flatten": "1.0.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3167
            "array-slice": "0.2.3"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3168
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3169
        }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3170
      }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3171
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3172
    "postcss": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3173
      "version": "5.2.18",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3174
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3175
      "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3176
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3177
        "chalk": "1.1.3",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3178
        "js-base64": "2.4.3",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3179
        "source-map": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3180
        "supports-color": "3.2.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3181
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3182
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3183
        "source-map": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3184
          "version": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3185
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3186
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3187
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3188
        "supports-color": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3189
          "version": "3.2.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3190
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3191
          "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3192
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3193
            "has-flag": "1.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3194
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3195
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3196
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3197
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3198
    "postcss-value-parser": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3199
      "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
  3200
      "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.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
  3201
      "integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3202
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3203
    "preserve": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3204
      "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
  3205
      "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
  3206
      "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
  3207
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3208
    "pretty-hrtime": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3209
      "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
  3210
      "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3211
      "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3212
      "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
  3213
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3214
    "process": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3215
      "version": "0.11.10",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3216
      "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3217
      "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3218
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3219
    "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
  3220
      "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
  3221
      "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
  3222
      "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
  3223
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3224
    "promise": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3225
      "version": "7.3.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3226
      "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3227
      "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3228
      "optional": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3229
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3230
        "asap": "2.0.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3231
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3232
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3233
    "prr": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3234
      "version": "1.0.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3235
      "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3236
      "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3237
      "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3238
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3239
    "pseudomap": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3240
      "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
  3241
      "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
  3242
      "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
  3243
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3244
    "punycode": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3245
      "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
  3246
      "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
  3247
      "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
  3248
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3249
    "q": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3250
      "version": "1.5.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3251
      "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3252
      "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3253
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3254
    "qs": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3255
      "version": "6.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3256
      "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3257
      "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3258
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3259
    "randomatic": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3260
      "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
  3261
      "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3262
      "integrity": "sha1-EQ3Kv/OX6dz/fAeJzMCkmt8exbs=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3263
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3264
        "is-number": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3265
        "kind-of": "3.2.2"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3266
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3267
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3268
    "read-pkg": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3269
      "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
  3270
      "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3271
      "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3272
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3273
        "load-json-file": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3274
        "normalize-package-data": "2.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3275
        "path-type": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3276
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3277
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3278
    "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
  3279
      "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
  3280
      "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3281
      "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3282
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3283
        "find-up": "1.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3284
        "read-pkg": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3285
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3286
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3287
    "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3288
      "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
  3289
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.11.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3290
      "integrity": "sha512-h+8+r3MKEhkiVrwdKL8aWs1oc1VvBu33ueshOvS26RsZQ3Amhx/oO3TKe4lApSV9ueY6as8EAh7mtuFjdlhg9Q==",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3291
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3292
        "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3293
        "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3294
        "isarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3295
        "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3296
        "safe-buffer": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3297
        "string_decoder": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3298
        "util-deprecate": "1.0.2"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3299
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3300
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3301
    "rechoir": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3302
      "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
  3303
      "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-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
  3304
      "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3305
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3306
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3307
        "resolve": "1.3.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3308
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3309
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3310
    "redent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3311
      "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
  3312
      "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3313
      "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3314
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3315
        "indent-string": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3316
        "strip-indent": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3317
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3318
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3319
    "redeyed": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3320
      "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
  3321
      "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-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
  3322
      "integrity": "sha1-6WwZO0DAgWsArshCaY5hGF5VSYo=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3323
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3324
        "esprima": "3.0.0"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3325
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3326
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3327
    "regex-cache": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3328
      "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
  3329
      "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3330
      "integrity": "sha1-mxpsNdTQ3871cRrmUejp09cRQUU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3331
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3332
        "is-equal-shallow": "0.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3333
        "is-primitive": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3334
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3335
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3336
    "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
  3337
      "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
  3338
      "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
  3339
      "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
  3340
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3341
    "repeat-element": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3342
      "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
  3343
      "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
  3344
      "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
  3345
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3346
    "repeat-string": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3347
      "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
  3348
      "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
  3349
      "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
  3350
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3351
    "repeating": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3352
      "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
  3353
      "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3354
      "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3355
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3356
        "is-finite": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3357
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3358
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3359
    "replace-ext": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3360
      "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
  3361
      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-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
  3362
      "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3363
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3364
    "request": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3365
      "version": "2.81.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3366
      "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3367
      "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3368
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3369
        "aws-sign2": "0.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3370
        "aws4": "1.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3371
        "caseless": "0.12.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3372
        "combined-stream": "1.0.6",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3373
        "extend": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3374
        "forever-agent": "0.6.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3375
        "form-data": "2.1.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3376
        "har-validator": "4.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3377
        "hawk": "3.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3378
        "http-signature": "1.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3379
        "is-typedarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3380
        "isstream": "0.1.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3381
        "json-stringify-safe": "5.0.1",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3382
        "mime-types": "2.1.18",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3383
        "oauth-sign": "0.8.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3384
        "performance-now": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3385
        "qs": "6.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3386
        "safe-buffer": "5.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3387
        "stringstream": "0.0.5",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3388
        "tough-cookie": "2.3.4",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3389
        "tunnel-agent": "0.6.0",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3390
        "uuid": "3.2.1"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3391
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3392
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3393
    "require-dir": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3394
      "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
  3395
      "resolved": "https://registry.npmjs.org/require-dir/-/require-dir-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
  3396
      "integrity": "sha1-wdXHXp+//eny5rM+OD209ZS1pqk="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3397
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3398
    "require-directory": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3399
      "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
  3400
      "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
  3401
      "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
  3402
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3403
    "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
  3404
      "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
  3405
      "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
  3406
      "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
  3407
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3408
    "resolve": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3409
      "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
  3410
      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.3.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3411
      "integrity": "sha1-ZVkHw0aahoDcLeOidaj91paR8OU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3412
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3413
        "path-parse": "1.0.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3414
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3415
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3416
    "resolve-dir": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3417
      "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
  3418
      "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3419
      "integrity": "sha1-shklmlYC+sXFxJatiUpujMQwJh4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3420
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3421
        "expand-tilde": "1.2.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3422
        "global-modules": "0.2.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3423
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3424
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3425
    "resolve-url": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3426
      "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
  3427
      "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-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
  3428
      "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3429
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3430
    "rev-hash": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3431
      "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
  3432
      "resolved": "https://registry.npmjs.org/rev-hash/-/rev-hash-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
  3433
      "integrity": "sha1-lpk5Weqb+xxZsTrfAqwuNLs3NgM="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3434
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3435
    "rev-path": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3436
      "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
  3437
      "resolved": "https://registry.npmjs.org/rev-path/-/rev-path-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3438
      "integrity": "sha1-1My0NqwzcMRgcXXOiOr8XGXF1lM=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3439
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3440
        "modify-filename": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3441
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3442
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3443
    "right-align": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3444
      "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
  3445
      "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3446
      "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3447
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3448
        "align-text": "0.1.4"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3449
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3450
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3451
    "rimraf": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3452
      "version": "2.6.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3453
      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3454
      "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3455
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3456
        "glob": "7.1.2"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3457
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3458
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3459
    "run-sequence": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3460
      "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
  3461
      "resolved": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.2.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3462
      "integrity": "sha1-UJWgvr6YczsBQL0I3YDsAw3azes=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3463
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3464
        "chalk": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3465
        "gulp-util": "3.0.8"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3466
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3467
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3468
    "safe-buffer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3469
      "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
  3470
      "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
  3471
      "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
  3472
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3473
    "sass-graph": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3474
      "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
  3475
      "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
  3476
      "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3477
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3478
        "glob": "7.1.2",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3479
        "lodash": "4.17.5",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3480
        "scss-tokenizer": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3481
        "yargs": "7.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3482
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3483
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3484
        "camelcase": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3485
          "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
  3486
          "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
  3487
          "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
  3488
        },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3489
        "cliui": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3490
          "version": "3.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3491
          "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3492
          "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3493
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3494
            "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3495
            "strip-ansi": "3.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3496
            "wrap-ansi": "2.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3497
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3498
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3499
        "yargs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3500
          "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
  3501
          "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3502
          "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3503
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3504
            "camelcase": "3.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3505
            "cliui": "3.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3506
            "decamelize": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3507
            "get-caller-file": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3508
            "os-locale": "1.4.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3509
            "read-pkg-up": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3510
            "require-directory": "2.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3511
            "require-main-filename": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3512
            "set-blocking": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3513
            "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3514
            "which-module": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3515
            "y18n": "3.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3516
            "yargs-parser": "5.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3517
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3518
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3519
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3520
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3521
    "scss-tokenizer": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3522
      "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
  3523
      "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
  3524
      "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3525
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3526
        "js-base64": "2.4.3",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3527
        "source-map": "0.4.4"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3528
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3529
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3530
    "semver": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3531
      "version": "5.5.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3532
      "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3533
      "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3534
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3535
    "sequencify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3536
      "version": "0.0.7",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3537
      "resolved": "https://registry.npmjs.org/sequencify/-/sequencify-0.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
  3538
      "integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3539
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3540
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3541
    "set-blocking": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3542
      "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
  3543
      "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
  3544
      "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
  3545
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3546
    "shellwords": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3547
      "version": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3548
      "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3549
      "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3550
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3551
    "sigmund": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3552
      "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
  3553
      "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3554
      "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3555
      "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
  3556
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3557
    "signal-exit": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3558
      "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
  3559
      "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
  3560
      "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
  3561
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3562
    "sntp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3563
      "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
  3564
      "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3565
      "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3566
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3567
        "hoek": "2.16.3"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3568
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3569
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3570
    "sort-keys": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3571
      "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
  3572
      "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3573
      "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3574
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3575
        "is-plain-obj": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3576
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3577
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3578
    "source-map": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3579
      "version": "0.4.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3580
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3581
      "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3582
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3583
        "amdefine": "1.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3584
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3585
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3586
    "source-map-resolve": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3587
      "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
  3588
      "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.3.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3589
      "integrity": "sha1-YQ9hIqRFuN1RU1oqcbeD38Ekh2E=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3590
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3591
        "atob": "1.1.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3592
        "resolve-url": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3593
        "source-map-url": "0.3.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3594
        "urix": "0.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3595
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3596
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3597
    "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
  3598
      "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
  3599
      "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
  3600
      "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
  3601
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3602
    "sparkles": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3603
      "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
  3604
      "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-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
  3605
      "integrity": "sha1-Gsu/tZJDbRC76PeFt8xvgoFQEsM="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3606
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3607
    "spdx-correct": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3608
      "version": "3.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3609
      "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3610
      "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3611
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3612
        "spdx-expression-parse": "3.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3613
        "spdx-license-ids": "3.0.0"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3614
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3615
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3616
    "spdx-exceptions": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3617
      "version": "2.1.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3618
      "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3619
      "integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg=="
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3620
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3621
    "spdx-expression-parse": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3622
      "version": "3.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3623
      "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3624
      "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3625
      "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3626
        "spdx-exceptions": "2.1.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3627
        "spdx-license-ids": "3.0.0"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3628
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3629
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3630
    "spdx-license-ids": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3631
      "version": "3.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3632
      "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3633
      "integrity": "sha512-2+EPwgbnmOIl8HjGBXXMd9NAu02vLjOO1nWw4kmeRDFyHn+M/ETfHxQUK0oXg8ctgVnl9t3rosNVsZ1jG61nDA=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3634
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3635
    "sshpk": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3636
      "version": "1.14.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3637
      "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3638
      "integrity": "sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3639
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3640
        "asn1": "0.2.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3641
        "assert-plus": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3642
        "bcrypt-pbkdf": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3643
        "dashdash": "1.14.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3644
        "ecc-jsbn": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3645
        "getpass": "0.1.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3646
        "jsbn": "0.1.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3647
        "tweetnacl": "0.14.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3648
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3649
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3650
        "assert-plus": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3651
          "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
  3652
          "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
  3653
          "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
  3654
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3655
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3656
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3657
    "stdout-stream": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3658
      "version": "1.4.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3659
      "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3660
      "integrity": "sha1-osfIWH5U2UJ+qe2zrD8s1SLfN4s=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3661
      "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3662
        "readable-stream": "2.2.11"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3663
      }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3664
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3665
    "stream-array": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3666
      "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
  3667
      "resolved": "https://registry.npmjs.org/stream-array/-/stream-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
  3668
      "integrity": "sha1-nl9zRfITfDDuO0mLkRToC1K7frU=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3669
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3670
        "readable-stream": "2.1.5"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3671
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3672
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3673
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3674
          "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
  3675
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3676
          "integrity": "sha1-ZvqLcg4UOLNkaB8q0aY8YYRIydA=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3677
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3678
            "buffer-shims": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3679
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3680
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3681
            "isarray": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3682
            "process-nextick-args": "1.0.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3683
            "string_decoder": "0.10.31",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3684
            "util-deprecate": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3685
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3686
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3687
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3688
          "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
  3689
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3690
          "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3691
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3692
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3693
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3694
    "stream-consume": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3695
      "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
  3696
      "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-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
  3697
      "integrity": "sha1-pB6tGm1ggc63n2WwYZAbbY89HQ8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3698
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3699
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3700
    "stream-exhaust": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3701
      "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3702
      "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3703
      "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw=="
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3704
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3705
    "stream-shift": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3706
      "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3707
      "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3708
      "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI="
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3709
    },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3710
    "string-width": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3711
      "version": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3712
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3713
      "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3714
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3715
        "code-point-at": "1.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3716
        "is-fullwidth-code-point": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3717
        "strip-ansi": "3.0.1"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3718
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3719
    },
554
f28a539ba106 small vagrant correction for removing ansible warning + create new version
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
  3720
    "string_decoder": {
f28a539ba106 small vagrant correction for removing ansible warning + create new version
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
  3721
      "version": "1.0.2",
f28a539ba106 small vagrant correction for removing ansible warning + create new version
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
  3722
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz",
f28a539ba106 small vagrant correction for removing ansible warning + create new version
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
  3723
      "integrity": "sha1-sp4fThEl+pehA4K4pTNze3SR4Xk=",
f28a539ba106 small vagrant correction for removing ansible warning + create new version
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
  3724
      "requires": {
f28a539ba106 small vagrant correction for removing ansible warning + create new version
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
  3725
        "safe-buffer": "5.0.1"
f28a539ba106 small vagrant correction for removing ansible warning + create new version
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
  3726
      }
f28a539ba106 small vagrant correction for removing ansible warning + create new version
ymh <ymh.work@gmail.com>
parents: 546
diff changeset
  3727
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3728
    "stringstream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3729
      "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
  3730
      "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
  3731
      "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
  3732
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3733
    "strip-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3734
      "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
  3735
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3736
      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3737
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3738
        "ansi-regex": "2.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3739
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3740
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3741
    "strip-bom": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3742
      "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
  3743
      "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3744
      "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3745
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3746
        "is-utf8": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3747
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3748
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3749
    "strip-bom-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3750
      "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
  3751
      "resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3752
      "integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3753
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3754
        "first-chunk-stream": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3755
        "strip-bom": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3756
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3757
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3758
    "strip-indent": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3759
      "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
  3760
      "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3761
      "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3762
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3763
        "get-stdin": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3764
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3765
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3766
    "supports-color": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3767
      "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
  3768
      "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
  3769
      "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
  3770
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3771
    "tar": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3772
      "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
  3773
      "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3774
      "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3775
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3776
        "block-stream": "0.0.9",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3777
        "fstream": "1.0.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3778
        "inherits": "2.0.3"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3779
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3780
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3781
    "ternary-stream": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3782
      "version": "2.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3783
      "resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.0.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3784
      "integrity": "sha1-Bk5Im0tb9gumpre8fy9cJ07Pgmk=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3785
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3786
        "duplexify": "3.5.4",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3787
        "fork-stream": "0.0.4",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3788
        "merge-stream": "1.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3789
        "through2": "2.0.3"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3790
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3791
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3792
    "through2": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3793
      "version": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3794
      "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3795
      "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3796
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3797
        "readable-stream": "2.2.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3798
        "xtend": "4.0.1"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3799
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3800
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3801
    "tildify": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3802
      "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
  3803
      "resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3804
      "integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3805
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3806
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3807
        "os-homedir": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3808
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3809
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3810
    "time-stamp": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3811
      "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
  3812
      "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-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
  3813
      "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3814
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3815
    "tough-cookie": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3816
      "version": "2.3.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3817
      "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3818
      "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3819
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3820
        "punycode": "1.4.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3821
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3822
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3823
    "trim-newlines": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3824
      "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
  3825
      "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
  3826
      "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
  3827
    },
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3828
    "true-case-path": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3829
      "version": "1.0.2",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3830
      "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.2.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3831
      "integrity": "sha1-fskRMJJHZsf1c74wIMNPj9/QDWI=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3832
      "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3833
        "glob": "6.0.4"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3834
      },
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3835
      "dependencies": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3836
        "glob": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3837
          "version": "6.0.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3838
          "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3839
          "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3840
          "requires": {
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3841
            "inflight": "1.0.6",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3842
            "inherits": "2.0.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3843
            "minimatch": "3.0.4",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3844
            "once": "1.4.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3845
            "path-is-absolute": "1.0.1"
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3846
          }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3847
        }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3848
      }
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3849
    },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3850
    "tunnel-agent": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3851
      "version": "0.6.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3852
      "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3853
      "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3854
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3855
        "safe-buffer": "5.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3856
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3857
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3858
    "tweetnacl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3859
      "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
  3860
      "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
  3861
      "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
  3862
      "optional": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3863
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3864
    "uglify-js": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3865
      "version": "2.8.29",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3866
      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3867
      "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3868
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3869
        "source-map": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3870
        "uglify-to-browserify": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3871
        "yargs": "3.10.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3872
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3873
      "dependencies": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3874
        "source-map": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3875
          "version": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3876
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3877
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3878
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3879
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3880
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3881
    "uglify-save-license": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3882
      "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
  3883
      "resolved": "https://registry.npmjs.org/uglify-save-license/-/uglify-save-license-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
  3884
      "integrity": "sha1-lXJsF8xv0XHDYX479NjYKqjEzOE="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3885
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3886
    "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
  3887
      "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
  3888
      "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
  3889
      "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
  3890
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3891
    "unc-path-regex": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3892
      "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
  3893
      "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3894
      "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3895
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3896
    "underscore": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3897
      "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
  3898
      "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
  3899
      "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
  3900
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3901
    "unique-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3902
      "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
  3903
      "resolved": "https://registry.npmjs.org/unique-stream/-/unique-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
  3904
      "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3905
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3906
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3907
    "urix": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3908
      "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
  3909
      "resolved": "https://registry.npmjs.org/urix/-/urix-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
  3910
      "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3911
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3912
    "user-home": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3913
      "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
  3914
      "resolved": "https://registry.npmjs.org/user-home/-/user-home-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
  3915
      "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3916
      "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3917
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3918
    "util": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3919
      "version": "0.10.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3920
      "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3921
      "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3922
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3923
        "inherits": "2.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3924
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3925
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3926
        "inherits": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3927
          "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
  3928
          "resolved": "https://registry.npmjs.org/inherits/-/inherits-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
  3929
          "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3930
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3931
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3932
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3933
    "util-deprecate": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3934
      "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
  3935
      "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
  3936
      "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
  3937
    },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3938
    "uuid": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3939
      "version": "3.2.1",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3940
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3941
      "integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA=="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3942
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3943
    "v8flags": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3944
      "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
  3945
      "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-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
  3946
      "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3947
      "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3948
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3949
        "user-home": "1.1.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3950
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3951
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3952
    "validate-npm-package-license": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3953
      "version": "3.0.3",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3954
      "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.3.tgz",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3955
      "integrity": "sha512-63ZOUnL4SIXj4L0NixR3L1lcjO38crAbgrTpl28t8jjrfuiOBL5Iygm+60qPs/KsZGzPNg6Smnc/oY16QTjF0g==",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3956
      "requires": {
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3957
        "spdx-correct": "3.0.0",
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
  3958
        "spdx-expression-parse": "3.0.0"
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3959
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3960
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3961
    "verror": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3962
      "version": "1.10.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3963
      "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3964
      "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3965
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3966
        "assert-plus": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3967
        "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3968
        "extsprintf": "1.3.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3969
      },
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3970
      "dependencies": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3971
        "assert-plus": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3972
          "version": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3973
          "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3974
          "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3975
        }
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3976
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3977
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3978
    "vinyl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3979
      "version": "0.5.3",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3980
      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3981
      "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3982
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3983
        "clone": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3984
        "clone-stats": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3985
        "replace-ext": "0.0.1"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3986
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3987
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3988
    "vinyl-file": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3989
      "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
  3990
      "resolved": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-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
  3991
      "integrity": "sha1-qgVjTTqGe6kUR77bs0r8sm9E9uc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3992
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3993
        "graceful-fs": "4.1.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3994
        "strip-bom": "2.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3995
        "strip-bom-stream": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3996
        "vinyl": "1.2.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  3997
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3998
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  3999
        "vinyl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4000
          "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
  4001
          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4002
          "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4003
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4004
            "clone": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4005
            "clone-stats": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4006
            "replace-ext": "0.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4007
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4008
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4009
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4010
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4011
    "vinyl-fs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4012
      "version": "0.3.14",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4013
      "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.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
  4014
      "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4015
      "dev": true,
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4016
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4017
        "defaults": "1.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4018
        "glob-stream": "3.1.18",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4019
        "glob-watcher": "0.0.6",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4020
        "graceful-fs": "3.0.11",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4021
        "mkdirp": "0.5.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4022
        "strip-bom": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4023
        "through2": "0.6.5",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4024
        "vinyl": "0.4.6"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4025
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4026
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4027
        "clone": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4028
          "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
  4029
          "resolved": "https://registry.npmjs.org/clone/-/clone-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
  4030
          "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4031
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4032
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4033
        "graceful-fs": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4034
          "version": "3.0.11",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4035
          "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.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
  4036
          "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4037
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4038
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4039
            "natives": "1.1.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4040
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4041
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4042
        "isarray": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4043
          "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
  4044
          "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
  4045
          "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
  4046
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4047
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4048
        "readable-stream": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4049
          "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
  4050
          "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
  4051
          "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4052
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4053
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4054
            "core-util-is": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4055
            "inherits": "2.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4056
            "isarray": "0.0.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4057
            "string_decoder": "0.10.31"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4058
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4059
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4060
        "string_decoder": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4061
          "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
  4062
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4063
          "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4064
          "dev": true
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4065
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4066
        "strip-bom": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4067
          "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
  4068
          "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-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
  4069
          "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4070
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4071
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4072
            "first-chunk-stream": "1.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4073
            "is-utf8": "0.2.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4074
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4075
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4076
        "through2": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4077
          "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
  4078
          "resolved": "https://registry.npmjs.org/through2/-/through2-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
  4079
          "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4080
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4081
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4082
            "readable-stream": "1.0.34",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4083
            "xtend": "4.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4084
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4085
        },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4086
        "vinyl": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4087
          "version": "0.4.6",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4088
          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4089
          "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4090
          "dev": true,
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4091
          "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4092
            "clone": "0.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4093
            "clone-stats": "0.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4094
          }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4095
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4096
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4097
    },
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4098
    "vinyl-map2": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4099
      "version": "1.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4100
      "resolved": "https://registry.npmjs.org/vinyl-map2/-/vinyl-map2-1.2.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4101
      "integrity": "sha1-vfcPlu+ub0cBX6p/FFMBOzqViT4=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4102
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4103
        "bl": "1.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4104
        "new-from": "0.0.3",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4105
        "through2": "2.0.3"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4106
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4107
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4108
    "vinyl-sourcemaps-apply": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4109
      "version": "0.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4110
      "resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4111
      "integrity": "sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4112
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4113
        "source-map": "0.5.7"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4114
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4115
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4116
        "source-map": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4117
          "version": "0.5.7",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4118
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4119
          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4120
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4121
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4122
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4123
    "when": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4124
      "version": "3.7.8",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4125
      "resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4126
      "integrity": "sha1-xxMLan6gRpPoQs3J56Hyqjmjn4I="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4127
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4128
    "which": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4129
      "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
  4130
      "resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4131
      "integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4132
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4133
        "isexe": "2.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4134
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4135
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4136
    "which-module": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4137
      "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
  4138
      "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
  4139
      "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
  4140
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4141
    "wide-align": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4142
      "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
  4143
      "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4144
      "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4145
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4146
        "string-width": "1.0.2"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4147
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4148
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4149
    "window-size": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4150
      "version": "0.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4151
      "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4152
      "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
  4153
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4154
    "wordwrap": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4155
      "version": "0.0.2",
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4156
      "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.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
  4157
      "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8="
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4158
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4159
    "wrap-ansi": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4160
      "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
  4161
      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4162
      "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4163
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4164
        "string-width": "1.0.2",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4165
        "strip-ansi": "3.0.1"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4166
      }
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4167
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4168
    "wrappy": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4169
      "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
  4170
      "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
  4171
      "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
  4172
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4173
    "xtend": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4174
      "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
  4175
      "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
  4176
      "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
  4177
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4178
    "y18n": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4179
      "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
  4180
      "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
  4181
      "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
  4182
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4183
    "yallist": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4184
      "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
  4185
      "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
  4186
      "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
  4187
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4188
    "yargs": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4189
      "version": "3.10.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4190
      "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4191
      "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4192
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4193
        "camelcase": "1.2.1",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4194
        "cliui": "2.1.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4195
        "decamelize": "1.2.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4196
        "window-size": "0.1.0"
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4197
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4198
    },
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4199
    "yargs-parser": {
541
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4200
      "version": "5.0.0",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4201
      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4202
      "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=",
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4203
      "requires": {
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4204
        "camelcase": "3.0.0"
e756a8c72c3d integrate drupal and correct build process. update version
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
  4205
      },
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4206
      "dependencies": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4207
        "camelcase": {
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4208
          "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
  4209
          "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
  4210
          "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
  4211
        }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4212
      }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4213
    }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4214
  }
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents:
diff changeset
  4215
}