{
"name": "traceur", "version": "0.0.43", "description": "ES6 to ES5 compiler", "keywords": [ "javascript", "ecmascript", "language", "es5", "es6", "ES.next", "harmony", "compiler", "transpiler" ], "author": { "name": "Traceur Authors" }, "license": "Apache License 2.0", "engines": { "node": ">=0.10" }, "main": "./src/node/api.js", "bin": { "traceur": "./traceur" }, "scripts": { "test": "make test", "start": "node ./demo/expressServer.js" }, "homepage": "https://github.com/google/traceur-compiler", "bugs": { "url": "https://github.com/google/traceur-compiler/issues" }, "repository": { "type": "git", "url": "https://github.com/google/traceur-compiler" }, "dependencies": { "commander": ">=1.1", "q-io": "~1.10.6", "semver": "*" }, "devDependencies": { "source-map": "0.1.30", "mocha": ">=1.9", "chai": ">=1.5", "node-uuid": ">=1.4", "rsvp": "3.0.3", "requirejs": "~2.1.9", "semver": "2.2.1", "traceur": "0.0.42", "promises-aplus-tests": "~2.0.4" }, "subdomain": "traceur", "readme": "[](https://travis-ci.org/google/traceur-compiler)\n\n<img src=\"https://raw.github.com/google/traceur-compiler/master/logo/tc.png\" alt=\"Traceur logo\" width=\"200px\">\n## What is Traceur?\n\nTraceur is a JavaScript.next-to-JavaScript-of-today compiler that allows you to\nuse features from the future **today**. Traceur's goal is to inform the design\nof new JavaScript features which are only valuable if they allow you to write\nbetter code. Traceur allows you to try out new and proposed\n[language features](https://github.com/google/traceur-compiler/wiki/LanguageFeatures)\ntoday, helping you say what you mean in your code while informing the standards process.\n\nJavaScript's evolution needs your input.\n[Try](https://github.com/google/traceur-compiler/wiki/GettingStarted) out the\nnew language features.\n[Tell us](http://groups.google.com/group/traceur-compiler-discuss)\nhow they work for you and what's still causing you to use more boilerplate and\n\"design patterns\" than you prefer.\n\n## What now? What can Traceur do for me?\n\nRead the\n[Getting Started](https://github.com/google/traceur-compiler/wiki/GettingStarted)\npage to get up and running. You can use some language features right now and\neven try it out in your browser\n[here](http://google.github.io/traceur-compiler/demo/repl.html).\nJust type in some code and see what Traceur produces. For an idea of what is\navailable and what we have in the pipeline, see the\n[Language Features](https://github.com/google/traceur-compiler/wiki/LanguageFeatures)\npage.\n\nThe JSConf 2011 presentation of Traceur describes the goals of the project and\nwhat it can do today. Some documentation is on the wiki on this site.\nExtra demos are in the source repository.\n\nWe also presented Traceur at NodeConf 2011. The video is\navailable on [YouTube](http://www.youtube.com/watch?feature=player_detailpage&v=ntDZa7ekFEA).\n\nQuestions, suggestions, and comments can be directed to the\n[discussion group](http://groups.google.com/group/traceur-compiler-discuss).\n", "readmeFilename": "README.md", "_id": "traceur@0.0.43", "_from": "traceur@"
}