Source: node-yarnpkg Maintainer: Debian Javascript Maintainers Uploaders: Paolo Greppi Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13) , gulp (>= 4) , node-babel-eslint , node-babel-loader (>= 8.0~) , node-babel7 , node-browserify-zlib , node-builtin-modules , node-execa (>= 0.10.0) , node-fancy-log , node-gulp-babel (>= 8.0~) , node-gulp-newer , node-gulp-plumber , node-gulp-sourcemaps , node-gulp-util , node-loader-utils , node-marked-man , node-minimatch (>= 3.0.4) , node-pumpify , node-schema-utils (>= 3.0.0) , node-temp (>= 0.8.3) , node-through2 (>= 2.0.3) , node-vinyl-fs (>= 3) , node-yargs , dh-sequence-nodejs , webpack , node-asap , node-bytes (>= 3.0~) , node-ci-info , node-cli-table , node-death , node-deep-equal , node-detect-indent , node-emoji (>= 1.6.1) , node-fast-levenshtein , node-inquirer (>= 3.3~) , node-invariant , node-is-builtin-module (>= 2.0~) , node-js-yaml (>= 3.13.1) , node-loud-rejection , node-object-path , node-proper-lockfile , node-puka , node-read (>= 1.0.7) , node-request (>= 2.88.1-5~) , node-request-capture-har (>= 1.2.2) , node-resolve (>= 1.19.0+~cs5.20.8~) , node-tar-stream , node-uuid (>= 3.0.1) , node-yn # for embedded normalize-url , node-prepend-http , node-sort-keys # for embedded query-string , node-strict-uri-encode Standards-Version: 4.5.1 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 Rules-Requires-Root: no Package: yarnpkg Architecture: all Provides: node-yarn Depends: ${misc:Depends} , ca-certificates , node-asap , node-babel7-runtime , node-bytes (>= 3.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-emoji (>= 1.6.1) , node-fast-levenshtein , node-glob (>= 7.1.1) , node-imports-loader , node-ini (>= 1.3.4) , node-inquirer (>= 3.3~) , node-invariant , node-is-builtin-module (>= 2.0~) , node-js-yaml (>= 3.13.1) , node-loud-rejection , node-micromatch , node-minimatch (>= 2.3.11) , node-mkdirp (>= 1.0~) , node-object-path , node-path-root , node-proper-lockfile , node-puka , node-pump , node-pumpify , node-read (>= 1.0.7) , node-request (>= 2.88.1-5~) , node-request-capture-har (>= 1.2.2) , node-resolve (>= 1.19.0+~cs5.20.8~) , node-rimraf (>= 2.5.0) , node-semver (>= 5.1.0) , node-ssri , node-strict-uri-encode , node-strip-ansi (>= 4.0.0) , node-strip-bom , node-tar-stream , node-uuid (>= 3.0.1) , node-validate-npm-package-license , node-yn , nodejs # for embedded normalize-url , node-prepend-http , node-sort-keys # for embedded query-string , node-strict-uri-encode 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.