1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
Source: node-yarnpkg
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
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.
|