Commit 73ff900d78d8dfe4680e2261e73db37c9951574d

Authored by ly525
1 parent bd486ce1

chore: add psd dependency

back-end/h5-api/package.json
... ... @@ -21,6 +21,7 @@
21 21 "dependencies": {
22 22 "knex": "latest",
23 23 "lodash": "^4.17.5",
  24 + "psd": "^3.2.0",
24 25 "sqlite3": "latest",
25 26 "strapi": "3.0.0-beta.13",
26 27 "strapi-admin": "3.0.0-beta.13",
... ...
back-end/h5-api/yarn.lock
... ... @@ -2121,6 +2121,18 @@ codemirror@^5.46.0:
2121 2121 resolved "https://registry.npm.taobao.org/codemirror/download/codemirror-5.48.4.tgz#4210fbe92be79a88f0eea348fab3ae78da85ce47"
2122 2122 integrity sha1-QhD76Svnmojw7qNI+rOueNqFzkc=
2123 2123  
  2124 +"coffee-script@~ 1.7.1":
  2125 + version "1.7.1"
  2126 + resolved "https://registry.npm.taobao.org/coffee-script/download/coffee-script-1.7.1.tgz#62996a861780c75e6d5069d13822723b73404bfc"
  2127 + integrity sha1-YplqhheAx15tUGnROCJyO3NAS/w=
  2128 + dependencies:
  2129 + mkdirp "~0.3.5"
  2130 +
  2131 +"coffeescript-module@~ 0.2.1":
  2132 + version "0.2.1"
  2133 + resolved "https://registry.npm.taobao.org/coffeescript-module/download/coffeescript-module-0.2.1.tgz#2c61aa86983cacd226719f9f1dda923cb0ae67b0"
  2134 + integrity sha1-LGGqhpg8rNImcZ+fHdqSPLCuZ7A=
  2135 +
2124 2136 collection-visit@^1.0.0:
2125 2137 version "1.0.0"
2126 2138 resolved "https://registry.npm.taobao.org/collection-visit/download/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
... ... @@ -4455,7 +4467,7 @@ iconv-lite@0.4.15:
4455 4467 resolved "https://registry.npm.taobao.org/iconv-lite/download/iconv-lite-0.4.15.tgz#fe265a218ac6a57cfe854927e9d04c19825eddeb"
4456 4468 integrity sha1-/iZaIYrGpXz+hUkn6dBMGYJe3es=
4457 4469  
4458   -iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13:
  4470 +iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4, "iconv-lite@~ 0.4.4", iconv-lite@~0.4.13:
4459 4471 version "0.4.24"
4460 4472 resolved "https://registry.npm.taobao.org/iconv-lite/download/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
4461 4473 integrity sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=
... ... @@ -5261,6 +5273,11 @@ jsonwebtoken@^8.1.0:
5261 5273 ms "^2.1.1"
5262 5274 semver "^5.6.0"
5263 5275  
  5276 +"jspack@~ 0.0.3":
  5277 + version "0.0.4"
  5278 + resolved "https://registry.npm.taobao.org/jspack/download/jspack-0.0.4.tgz#32dd35c7fdcb3e3456c18fbb7ef9ed0bc6238177"
  5279 + integrity sha1-Mt01x/3LPjRWwY+7fvntC8YjgXc=
  5280 +
5264 5281 jsprim@^1.2.2:
5265 5282 version "1.4.1"
5266 5283 resolved "https://registry.npm.taobao.org/jsprim/download/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
... ... @@ -5787,6 +5804,11 @@ lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.1
5787 5804 resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
5788 5805 integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=
5789 5806  
  5807 +"lodash@~ 2.4":
  5808 + version "2.4.2"
  5809 + resolved "https://registry.npm.taobao.org/lodash/download/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e"
  5810 + integrity sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=
  5811 +
5790 5812 log-symbols@^2.2.0:
5791 5813 version "2.2.0"
5792 5814 resolved "https://registry.npm.taobao.org/log-symbols/download/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
... ... @@ -6157,6 +6179,11 @@ mixin-deep@^1.2.0:
6157 6179 dependencies:
6158 6180 minimist "0.0.8"
6159 6181  
  6182 +mkdirp@~0.3.5:
  6183 + version "0.3.5"
  6184 + resolved "https://registry.npm.taobao.org/mkdirp/download/mkdirp-0.3.5.tgz#de3e5f8961c88c787ee1368df849ac4413eca8d7"
  6185 + integrity sha1-3j5fiWHIjHh+4TaN+EmsRBPsqNc=
  6186 +
6160 6187 moment-timezone@^0.5.21, moment-timezone@^0.5.25:
6161 6188 version "0.5.26"
6162 6189 resolved "https://registry.npm.taobao.org/moment-timezone/download/moment-timezone-0.5.26.tgz#c0267ca09ae84631aa3dc33f65bedbe6e8e0d772"
... ... @@ -6966,6 +6993,13 @@ parse-asn1@^5.0.0:
6966 6993 pbkdf2 "^3.0.3"
6967 6994 safe-buffer "^5.1.1"
6968 6995  
  6996 +"parse-engine-data@~ 0.1":
  6997 + version "0.1.2"
  6998 + resolved "https://registry.npm.taobao.org/parse-engine-data/download/parse-engine-data-0.1.2.tgz#5161f6133c9888f52155ecced42716575dfea052"
  6999 + integrity sha1-UWH2EzyYiPUhVezO1CcWV13+oFI=
  7000 + dependencies:
  7001 + iconv-lite "^0.4.4"
  7002 +
6969 7003 parse-filepath@^1.0.1:
6970 7004 version "1.0.2"
6971 7005 resolved "https://registry.npm.taobao.org/parse-filepath/download/parse-filepath-1.0.2.tgz#a632127f53aaf3d15876f5872f3ffac763d6c891"
... ... @@ -7173,6 +7207,11 @@ pluralize@^7.0.0:
7173 7207 resolved "https://registry.npm.taobao.org/pluralize/download/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
7174 7208 integrity sha1-KYuJ34uTsCIdv0Ia0rGx6iP8Z3c=
7175 7209  
  7210 +pngjs@3.2.0:
  7211 + version "3.2.0"
  7212 + resolved "https://registry.npm.taobao.org/pngjs/download/pngjs-3.2.0.tgz#fc9fcea1a8a375da54a51148019d5abd41dbabde"
  7213 + integrity sha1-/J/OoaijddpUpRFIAZ1avUHbq94=
  7214 +
7176 7215 pngquant-bin@^5.0.0:
7177 7216 version "5.0.2"
7178 7217 resolved "https://registry.npm.taobao.org/pngquant-bin/download/pngquant-bin-5.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpngquant-bin%2Fdownload%2Fpngquant-bin-5.0.2.tgz#6f34f3e89c9722a72bbc509062b40f1b17cda460"
... ... @@ -7766,6 +7805,20 @@ prr@~1.0.1:
7766 7805 resolved "https://registry.npm.taobao.org/prr/download/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
7767 7806 integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY=
7768 7807  
  7808 +psd@^3.2.0:
  7809 + version "3.2.0"
  7810 + resolved "https://registry.npm.taobao.org/psd/download/psd-3.2.0.tgz#d721c40207d4c99d82fee4ae2d7cfca4fb073da8"
  7811 + integrity sha1-1yHEAgfUyZ2C/uSuLXz8pPsHPag=
  7812 + dependencies:
  7813 + coffee-script "~ 1.7.1"
  7814 + coffeescript-module "~ 0.2.1"
  7815 + iconv-lite "~ 0.4.4"
  7816 + jspack "~ 0.0.3"
  7817 + lodash "~ 2.4"
  7818 + parse-engine-data "~ 0.1"
  7819 + pngjs "3.2.0"
  7820 + rsvp "~ 3.0.6"
  7821 +
7769 7822 pseudomap@^1.0.2:
7770 7823 version "1.0.2"
7771 7824 resolved "https://registry.npm.taobao.org/pseudomap/download/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
... ... @@ -8613,6 +8666,11 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
8613 8666 hash-base "^3.0.0"
8614 8667 inherits "^2.0.1"
8615 8668  
  8669 +"rsvp@~ 3.0.6":
  8670 + version "3.0.21"
  8671 + resolved "https://registry.npm.taobao.org/rsvp/download/rsvp-3.0.21.tgz#49c588fe18ef293bcd0ab9f4e6756e6ac433359f"
  8672 + integrity sha1-ScWI/hjvKTvNCrn05nVuasQzNZ8=
  8673 +
8616 8674 run-async@^2.2.0:
8617 8675 version "2.3.0"
8618 8676 resolved "https://registry.npm.taobao.org/run-async/download/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
... ...