Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

livescript

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livescript - npm Package Compare versions

Comparing version 0.0.1 to 1.4.0

bin/lsc

59

package.json
{
"name": "livescript",
"version": "0.0.1",
"version": "1.4.0",
"description": "LiveScript is a 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.",
"keywords": [
"language",
"compiler",
"coffeescript",
"coco",
"javascript",
"functional"
],
"author": "George Zahariev <z@georgezahariev.com>",
"dependencies":{}
"homepage": "http://livescript.net",
"bugs": "https://github.com/gkz/LiveScript/issues",
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gkz/LiveScript/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"files": [
"lib",
"bin",
"README.md",
"LICENSE"
],
"main": "./lib/",
"bin": {
"lsc": "./bin/lsc"
},
"scripts": {
"pretest": "make force && make force",
"test": "make test",
"test-harmony": "make test-harmony",
"posttest": "git checkout -- lib"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/gkz/LiveScript.git"
},
"dependencies": {
"prelude-ls": "~1.1.1",
"optionator": "~0.6.0",
"source-map": "^0.3.0"
},
"devDependencies": {
"jison": "0.4.15",
"uglify-js": "~2.4.15",
"istanbul": "~0.3.2",
"browserify": "^9.0.2"
}
}
README
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc