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
|
Source: node-lodash
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Valentin OVD <valentin.ovd@live.fr>,
Matthew Pideil <matthewp_debian@teledetection.fr>,
Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, uglifyjs
# for lodash/fp
, node-async
, node-fs-extra
, webpack
# for lodash-cli
, node-glob
, node-semver
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-lodash
Vcs-Git: https://salsa.debian.org/js-team/node-lodash.git
Homepage: https://lodash.com/
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-lodash
Architecture: all
Depends: ${misc:Depends}
, nodejs:any
Breaks: node-typescript-types (<< 20201117~)
Provides: node-lodash-es (=${binary:Version})
, node-lodash-cli (=${binary:Version})
, node-types-lodash (=${binary:Version})
, ${lodash:Provides}
Multi-Arch: foreign
Description: Lo-dash is a Node.js utility library
Lodash makes JavaScript easier by taking the hassle out of working with arrays
, numbers, objects, strings, etc. Lodash’s modular methods are great for:
* Iterating arrays, objects, & strings
* Manipulating & testing values
* Creating composite functions
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-lodash
Architecture: all
Depends: ${misc:Depends}
, javascript-common
Multi-Arch: foreign
Description: Lo-dash is a Javascript utility library
Lodash makes JavaScript easier by taking the hassle out of working with arrays
, numbers, objects, strings, etc. Lodash’s modular methods are great for:
* Iterating arrays, objects, & strings
* Manipulating & testing values
* Creating composite functions
.
This package provides lodash suitable for use in browsers.
Package: node-lodash-packages
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Provides: ${packages:Provides}
Description: Lo-dash is a Node.js utility library (per method packages)
Lodash makes JavaScript easier by taking the hassle out of working with arrays
, numbers, objects, strings, etc. Lodash’s modular methods are great for:
* Iterating arrays, objects, & strings
* Manipulating & testing values
* Creating composite functions
.
This package provides lodash methods exported as separate modules.
.
Node.js is an event-based server-side JavaScript engine.
|