Source: node-yarnpkg Maintainer: Debian Javascript Maintainers Uploaders: Paolo Greppi Section: javascript Priority: optional Build-Depends: debhelper (>= 11) , node-marked-man , nodejs , node-babel-core , node-babel-eslint , node-babel-loader , node-babel-plugin-array-includes , node-babel-plugin-transform-builtin-extend , node-babel-plugin-transform-runtime , node-babel-preset-env , node-babel-preset-flow , node-babel-preset-stage-0 , node-babylon , node-browserify-zlib , node-builtin-modules , node-execa (>= 0.10.0) , node-fancy-log , gulp , node-gulp-babel , node-gulp-newer , node-gulp-plumber , node-gulp-sourcemaps , node-gulp-util , node-minimatch (>= 3.0.4) , node-pumpify , node-temp (>= 0.8.3) , node-through2 (>= 2.0.3) , webpack , node-yargs Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/js-team/node-yarnpkg Vcs-Git: https://salsa.debian.org/js-team/node-yarnpkg.git Homepage: https://github.com/yarnpkg/yarn#readme Package: yarnpkg Architecture: all Depends: ${misc:Depends} , nodejs , node-asap , node-babel-runtime (>= 6.26.0) , node-bytes (>= 3.0.0) , node-camelcase (>= 4.0.0) , node-chalk (>= 2.1.0) , node-chownr , node-ci-info , node-cli-table , node-commander (>= 2.9.0) , node-death , node-debug (>= 3.0.0) , node-deep-equal , node-detect-indent , node-duplexify , node-glob (>= 7.1.1) , node-imports-loader , node-ini (>= 1.3.4) , node-inquirer (>= 3.3.0) , node-invariant , node-is-builtin-module (>= 2.0.0) , node-fast-levenshtein , node-loud-rejection , node-micromatch , node-minimatch (>= 2.3.11) , node-mkdirp (>= 0.5.1) , node-emoji (>= 1.6.1) , node-object-path , node-proper-lockfile , node-puka , node-pump , node-pumpify , node-read (>= 1.0.7) , node-request (>= 2.87.0) , node-request-capture-har (>= 1.2.2) , node-resolve , node-rimraf (>= 2.5.0) , node-semver (>= 5.1.0) , node-ssri , node-strip-ansi (>= 4.0.0) , node-strip-bom , node-tar-stream , node-node-uuid (>= 3.0.1) , node-validate-npm-package-license , node-yn Description: Fast, reliable and secure npm alternative Fast: Yarnpkg caches every package it has downloaded, so it never needs to download the same package again. It also does almost everything concurrently to maximize resource utilization. This means even faster installs. . Reliable: Using a detailed but concise lockfile format and a deterministic algorithm for install operations, Yarnpkg is able to guarantee that any installation that works on one system will work exactly the same on another system. . Secure: Yarnpkg uses checksums to verify the integrity of every installed package before its code is executed. . Node.js is an event-based server-side JavaScript engine.