0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

Merge branch 'master' of github.com:verdaccio/verdaccio

This commit is contained in:
Juan Picado @jotadeveloper 2018-03-02 23:20:37 +01:00
commit 3d40cb1521
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 138 additions and 16 deletions

View file

@ -1,4 +1,4 @@
FROM node:9.5.0-alpine@sha256:bda0e2513f077b9b3898c504f5ef5c2b4357f631cc05c5882d5935496a01df2a
FROM node:9.5.0-alpine@sha256:50ae5f22356c5a0b0c0ea76d27a453b0baf577c61633aee25cea93dcacec1630
LABEL maintainer="https://github.com/verdaccio/verdaccio"
RUN apk --no-cache add openssl && \

View file

@ -38,7 +38,7 @@
"lockfile": "^1.0.1",
"lodash": "4.17.5",
"lunr": "^0.7.0",
"marked": "0.3.12",
"marked": "0.3.17",
"mime": "^2.0.3",
"minimatch": "^3.0.2",
"mkdirp": "^0.5.1",
@ -49,7 +49,7 @@
"verdaccio-htpasswd": "0.1.2"
},
"devDependencies": {
"@commitlint/cli": "6.1.0",
"@commitlint/cli": "6.1.2",
"@commitlint/config-conventional": "6.1.0",
"@commitlint/travis-cli": "6.1.0",
"@verdaccio/types": "2.0.0",

148
yarn.lock
View file

@ -68,7 +68,22 @@
lodash "^4.2.0"
to-fast-properties "^2.0.0"
"@commitlint/cli@6.1.0", "@commitlint/cli@^6.1.0":
"@commitlint/cli@6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-6.1.2.tgz#dc4c7507ab2dee92a821e9753556f1ac1e261883"
dependencies:
"@commitlint/format" "^6.1.2"
"@commitlint/lint" "^6.1.2"
"@commitlint/load" "^6.1.2"
"@commitlint/read" "^6.1.2"
babel-polyfill "6.26.0"
chalk "2.3.1"
get-stdin "5.0.1"
lodash.merge "4.6.1"
lodash.pick "4.4.0"
meow "3.7.0"
"@commitlint/cli@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-6.1.0.tgz#0a545088b4e0268cca1dca7e8ccd95bd55847b88"
dependencies:
@ -115,22 +130,79 @@
lodash.startcase "4.4.0"
lodash.upperfirst "4.3.1"
"@commitlint/ensure@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/ensure/-/ensure-6.1.2.tgz#c27a69e213cfbe47023261f4169559c154378c51"
dependencies:
lodash.camelcase "4.3.0"
lodash.kebabcase "4.1.1"
lodash.snakecase "4.1.1"
lodash.startcase "4.4.0"
lodash.upperfirst "4.3.1"
"@commitlint/execute-rule@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-6.1.0.tgz#4f56e5855a5e25ebcbc985d2209ea29f1bb89774"
dependencies:
babel-runtime "6.26.0"
"@commitlint/execute-rule@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-6.1.2.tgz#ef8c7ee10726f863211d494be8e4eaf001a0e258"
dependencies:
babel-runtime "6.26.0"
"@commitlint/format@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/format/-/format-6.1.2.tgz#f46fa96f874369c166b420e3ed59f745c3bb3d49"
dependencies:
babel-runtime "^6.23.0"
chalk "^2.0.1"
"@commitlint/is-ignored@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-6.1.0.tgz#0b86f8b37dfc693d6d66760b36fee1aba50882d8"
dependencies:
semver "5.5.0"
"@commitlint/is-ignored@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-6.1.2.tgz#254d5bab480823adcf4fa945cae1ea8d533262e1"
dependencies:
semver "5.5.0"
"@commitlint/lint@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/lint/-/lint-6.1.2.tgz#a7c5bc051eb0539d41924fb0c11af13bfe186cb2"
dependencies:
"@commitlint/is-ignored" "^6.1.2"
"@commitlint/parse" "^6.1.2"
"@commitlint/rules" "^6.1.2"
babel-runtime "^6.23.0"
lodash.topairs "4.3.0"
"@commitlint/load@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/load/-/load-6.1.2.tgz#20d16d2fd72bd3d1ed6a22b7234b1fd55c95fbdc"
dependencies:
"@commitlint/execute-rule" "^6.1.2"
"@commitlint/resolve-extends" "^6.1.2"
babel-runtime "^6.23.0"
cosmiconfig "^4.0.0"
lodash.merge "4.6.1"
lodash.mergewith "4.6.1"
lodash.pick "4.4.0"
lodash.topairs "4.3.0"
resolve-from "4.0.0"
"@commitlint/message@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/message/-/message-6.1.0.tgz#ee4ca775ad876ba59d23d02ba386c9b9038969e3"
"@commitlint/message@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/message/-/message-6.1.2.tgz#7f0f71858bae2310ab45886aeff3f8ae48483c21"
"@commitlint/parse@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/parse/-/parse-6.1.0.tgz#e4ba58ab632371078b9b9609ae7af03c2e7b3a3e"
@ -138,6 +210,22 @@
conventional-changelog-angular "^1.3.3"
conventional-commits-parser "^2.1.0"
"@commitlint/parse@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/parse/-/parse-6.1.2.tgz#920c82a41ac28b0169f1a5d4ad4115cefda96205"
dependencies:
conventional-changelog-angular "^1.3.3"
conventional-commits-parser "^2.1.0"
"@commitlint/read@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/read/-/read-6.1.2.tgz#6f39d62cc120c139d075ec205ed1dbfc681f173f"
dependencies:
"@commitlint/top-level" "^6.1.2"
"@marionebl/sander" "^0.6.0"
babel-runtime "^6.23.0"
git-raw-commits "^1.3.0"
"@commitlint/resolve-extends@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-6.1.0.tgz#b3d92f69e3746e94de0023f8be3b1f605a20839a"
@ -149,6 +237,17 @@
resolve-from "^4.0.0"
resolve-global "^0.1.0"
"@commitlint/resolve-extends@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-6.1.2.tgz#b48b7195243dc9381bcf341c2fcb6b1e803da8b4"
dependencies:
babel-runtime "6.26.0"
lodash.merge "4.6.1"
lodash.omit "4.5.0"
require-uncached "^1.0.3"
resolve-from "^4.0.0"
resolve-global "^0.1.0"
"@commitlint/rules@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/rules/-/rules-6.1.0.tgz#564b69503a3a4d09d03a9a077731c9655ee8f4df"
@ -158,16 +257,35 @@
"@commitlint/to-lines" "^6.1.0"
babel-runtime "^6.23.0"
"@commitlint/rules@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/rules/-/rules-6.1.2.tgz#2ceffa7bf69d1fe327bcb178f7a71bd4e094e355"
dependencies:
"@commitlint/ensure" "^6.1.2"
"@commitlint/message" "^6.1.2"
"@commitlint/to-lines" "^6.1.2"
babel-runtime "^6.23.0"
"@commitlint/to-lines@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-6.1.0.tgz#9e130254c980dbd456e1693df1082a77ba7114a0"
"@commitlint/to-lines@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-6.1.2.tgz#01d0272fe98a530e6538ef934f970aeae3fa498c"
"@commitlint/top-level@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/top-level/-/top-level-6.1.0.tgz#b420c1e9166df3afa000186a42b7f49cae4014cc"
dependencies:
find-up "^2.1.0"
"@commitlint/top-level@^6.1.2":
version "6.1.2"
resolved "https://registry.npmjs.org/@commitlint/top-level/-/top-level-6.1.2.tgz#280c179afc517d2a58c1c79aa5019edffa5d443d"
dependencies:
find-up "^2.1.0"
"@commitlint/travis-cli@6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-6.1.0.tgz#85bc5c251cba58e29cbfb62c7054b3d61a739254"
@ -1736,6 +1854,14 @@ chalk@2.3.0:
escape-string-regexp "^1.0.5"
supports-color "^4.0.0"
chalk@2.3.1, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1:
version "2.3.1"
resolved "https://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz#523fe2678aec7b04e8041909292fe8b17059b796"
dependencies:
ansi-styles "^3.2.0"
escape-string-regexp "^1.0.5"
supports-color "^5.2.0"
chalk@^1.1.1, chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@ -1746,14 +1872,6 @@ chalk@^1.1.1, chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1:
version "2.3.1"
resolved "https://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz#523fe2678aec7b04e8041909292fe8b17059b796"
dependencies:
ansi-styles "^3.2.0"
escape-string-regexp "^1.0.5"
supports-color "^5.2.0"
character-entities-html4@^1.0.0:
version "1.1.1"
resolved "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.1.tgz#359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50"
@ -5479,11 +5597,15 @@ lodash.merge@4.6.0:
version "4.6.0"
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
lodash.merge@4.6.1:
version "4.6.1"
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
lodash.mergewith@4.6.0:
version "4.6.0"
resolved "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz#150cf0a16791f5903b8891eab154609274bdea55"
lodash.mergewith@^4.6.0:
lodash.mergewith@4.6.1, lodash.mergewith@^4.6.0:
version "4.6.1"
resolved "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927"
@ -5646,9 +5768,9 @@ markdown-table@^1.1.0:
version "1.1.1"
resolved "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.1.tgz#4b3dd3a133d1518b8ef0dbc709bf2a1b4824bc8c"
marked@0.3.12:
version "0.3.12"
resolved "https://registry.npmjs.org/marked/-/marked-0.3.12.tgz#7cf25ff2252632f3fe2406bde258e94eee927519"
marked@0.3.17:
version "0.3.17"
resolved "https://registry.npmjs.org/marked/-/marked-0.3.17.tgz#607f06668b3c6b1246b28f13da76116ac1aa2d2b"
math-expression-evaluator@^1.2.14:
version "1.2.17"