UNPKG

6to5-core

Version:

Turn ES6 code into readable vanilla ES5 with source maps

49 lines (48 loc) 1.17 kB
{ "name": "6to5-core", "description": "Turn ES6 code into readable vanilla ES5 with source maps", "version": "3.6.3", "author": "Sebastian McKenzie <sebmck@gmail.com>", "homepage": "https://6to5.org/", "repository": "6to5/6to5", "main": "lib/6to5/api/node.js", "browser": { "./lib/6to5/api/register/node.js": "./lib/6to5/api/register/browser.js" }, "keywords": [ "harmony", "classes", "modules", "let", "const", "var", "es6", "transpile", "transpiler", "6to5" ], "dependencies": { "acorn-6to5": "0.11.1-31", "ast-types": "~0.6.1", "chalk": "^0.5.1", "commander": "2.6.0", "core-js": "^0.5.2", "debug": "^2.1.1", "detect-indent": "3.0.0", "estraverse": "1.9.1", "esutils": "1.1.6", "fs-readdir-recursive": "0.1.0", "globals": "^5.1.0", "js-tokenizer": "1.3.3", "lodash": "3.0.0", "output-file-sync": "1.1.0", "private": "0.1.6", "regenerator-6to5": "0.8.10-1", "regexpu": "1.1.0", "roadrunner": "1.0.4", "source-map": "0.1.43", "source-map-support": "0.2.9", "supports-color": "1.2.0", "useragent": "^2.1.5" } }