1.5.0 • Published 4 years ago

optimize-yarn-lock v1.5.0

Weekly downloads
18
License
MIT
Repository
github
Last release
4 years ago

optimize-yarn-lock

A CLI to optimize yarn.lock

Dependency Status devDependency Status Build Status: Linux Build Status: Windows npm version Downloads type-coverage

features

"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.1":
  version "7.3.1"
  resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
  dependencies:
    regenerator-runtime "^0.12.0"

"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.0":
  version "7.4.5"
  resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12"
  dependencies:
    regenerator-runtime "^0.13.2"

"@babel/runtime@^7.4.5":
  version "7.5.5"
  resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
  integrity sha1-dPulbTXvvspEQJHHhQzNSU/S8TI=
  dependencies:
    regenerator-runtime "^0.13.2"

becomes:

"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.5":
  version "7.5.5"
  resolved "https://registry.npm.taobao.org/@babel/runtime/download/@babel/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
  integrity sha1-dPulbTXvvspEQJHHhQzNSU/S8TI=
  dependencies:
    regenerator-runtime "^0.13.2"

install

yarn global add optimize-yarn-lock

usage

run optimize-yarn-lock

options

keydescription
-h,--helpPrint this message.
-v,--versionPrint the version
-pyarn lock dir path
--checkonly check

API

import { optimize } from 'optimize-yarn-lock'

await optimize({ yarnLockPath: './yarn.lock' })
1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago