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
|
Source: node-livescript
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 11~)
, nodejs
, jison
, livescript
, node-source-map-support
Standards-Version: 4.3.0
Homepage: http://livescript.net
Vcs-Git: https://salsa.debian.org/js-team/node-livescript.git
Vcs-Browser: https://salsa.debian.org/js-team/node-livescript
Package: livescript
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-source-map (>= 0.6.1~)
, node-source-map-support (>= 0.5.6~)
, node-prelude-ls (>= 1.1.2~)
, node-optionator (>= 0.8.1~)
Description: language which compiles to JavaScript
It has a straightforward mapping to JavaScript and allows you to write
expressive code devoid of repetitive boilerplate. While LiveScript adds many
features to assist in functional style programming, it also has many
improvements for object oriented and imperative programming.
.
Node.js is an event-based server-side JavaScript engine.
|