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
|
Source: node-babel-plugin-lodash
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, chai <!nocheck>
, mocha <!nocheck>
, nodejs (>= 6)
, dh-sequence-nodejs
, node-babel-cli (>= 7.0~)
, node-babel-plugin-add-module-exports
, node-babel-helper-module-imports (>= 7.0~)
, node-babel-types (>= 7.0~)
, node-glob (>= 7.1.1)
, node-lodash (>= 4.17.10)
# for bootstrapping
, rollup
Standards-Version: 4.5.1
Homepage: https://github.com/lodash/babel-plugin-lodash#readme
Vcs-Git: https://salsa.debian.org/js-team/node-babel-plugin-lodash.git
Vcs-Browser: https://salsa.debian.org/js-team/node-babel-plugin-lodash
Rules-Requires-Root: no
Package: node-babel-plugin-lodash
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 6)
, node-babel-helper-module-imports (>= 7.0~)
, node-babel-types (>= 7.0~)
, node-glob (>= 7.1.1)
, node-lodash (>= 4.17.10)
Provides: ${nodejs:Provides}
Description: Modular Lodash builds without the hassle
A simple transform to cherry-pick Lodash modules so one don’t have to.
This is a plugin for babel transpiler to make using modular lodash easy.
.
Babel is a JavaScript compiler to use next generation JavaScript, today.
.
Node.js is an event-based server-side JavaScript engine.
|