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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
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-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.
|