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 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
Source: node-yarnpkg
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>, Israel Galadima <izzygaladima@gmail.com>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs-no-lerna
, dh-nodejs
, cmake
, node-fs-extra
, node-clipanion
, node-lodash-packages
, node-typanion
, node-enquirer
, node-micromatch
, node-ci-info
, node-semver
, node-react
, node-diff
, node-zkochan-cmd-shim
, node-ssri
, node-tar-stream
, node-p-limit
, node-camelcase
, node-fast-glob
, node-globby
, node-cli-truncate
, node-type-fest
, node-cli-boxes
, node-indent-string
, node-widest-line
, node-react-reconciler
, node-string-width
, node-cli-cursor
, node-ansi-escapes
, node-signal-exit
, node-auto-bind
, node-types-is-ci
, node-is-upper-case
, node-stack-utils
, node-code-excerpt
, node-ws
, node-rollup-plugin-commonjs
, node-rollup-plugin-node-resolve
, node-lodash
, node-is-fullwidth-code-point
, node-ansi-styles
, node-is-ci
, node-slice-ansi
, node-wrap-ansi
, node-strip-ansi
, node-got
, node-tar
, node-js-yaml
, node-arg
, ava <!nocheck>
, ts-node
, node-sinon <!nocheck>
, node-boxen
, jest <!nocheck>
, mocha <!nocheck>
, rollup
, esbuild
, node-rollup-pluginutils
, node-typescript
, emscripten
, node-tap <!nocheck>
, node-pirates
, node-chalk
, node-rollup-plugin-json
, node-rollup-plugin-terser
, node-tslib
, node-babel7
, node-rollup-plugin-babel
, node-magic-string
, node-estree-walker
, node-acorn
, node-rollup-plugin-typescript2
, node-rollup-plugin-alias
, node-csstype
, node-prop-types
, git
, rsync
Standards-Version: 4.6.2
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/berry
Rules-Requires-Root: no
Package: yarnpkg
Architecture: all
Depends: ${misc:Depends}
, nodejs:any
, git
, node-tslib
, node-clipanion
, node-lodash
, node-ci-info
, node-enquirer
, node-micromatch
, node-semver
, node-typanion
, node-diff
, node-react
, node-zkochan-cmd-shim
, node-ssri
, node-tar-stream
, node-p-limit
, node-chalk
, esbuild
, node-camelcase
, node-fast-glob
, node-got
, node-strip-ansi
, node-tar
, node-globby
, node-typescript
, node-js-yaml
, node-ansi-styles
, node-is-fullwidth-code-point
, node-ansi-escapes
, node-auto-bind
, node-cli-boxes
, node-cli-cursor
, node-cli-truncate
, node-code-excerpt
, node-indent-string
, node-is-ci
, node-is-lower-case
, node-is-upper-case
, node-react-reconciler
, node-scheduler
, node-signal-exit
, node-slice-ansi
, node-stack-utils
, node-string-width
, node-type-fest
, node-widest-line
, node-wrap-ansi
, node-ws
Provides: ${nodejs:Provides}
Description: Fast, reliable, and secure dependency management
Yarn is a modern package manager split into various packages. Its novel
architecture allows one to do things currently impossible with existing
solutions:
Yarn supports plugins; adding a plugin is as simple as adding it into your
repository.
Yarn supports Node by default but isn't limited to it - plugins can add
support for other languages.
Yarn supports workspaces natively, and its CLI takes advantage of that.
Yarn uses a bash-like portable shell to make package scripts portable
across of Windows, Linux, and macOS.
Yarn is first and foremost a Node API that can be used programmatically
(via @yarnpkg/core).
Yarn is written in TypeScript and is fully type-checked.
.
This package provides Yarn Modern (berry). If you are looking for Yarn
Classic (1.x), install node-corepack.
.
Node.js is an event-based server-side JavaScript engine.
|