UNPKG

@typhonjs/babel-parser

Version:

Provides a front end for Javascript / Typescript AST generation by Babel parser with TyphonJS plugin support.

53 lines (52 loc) 1.49 kB
{ "name": "@typhonjs/babel-parser", "version": "0.2.0", "description": "Provides a front end for Javascript / Typescript AST generation by Babel parser with TyphonJS plugin support.", "homepage": "https://github.com/typhonjs-node-ast/babel-parser", "license": "MPL-2.0", "author": { "name": "Michael Leahy" }, "main": "./dist/BabelParser.js", "repository": { "type": "git", "url": "https://github.com/typhonjs-node-ast/babel-parser.git" }, "maintainers": [ { "name": "Michael Leahy", "email": "support@typhonjs.io", "url": "https://github.com/typhonrt" } ], "dependencies": { "babel-runtime": "^6.0.0", "@babel/parser": "^7.0.0" }, "devDependencies": { "typhonjs-config-eslint": "^0.5.0", "typhonjs-npm-build-test": "^0.7.0" }, "scripts": { "build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js", "eslint": "eslint .", "prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js", "test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js", "test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js" }, "keywords": [ "typhonjs", "babel", "parser", "AST" ], "files": [ "dist", "src", "AUTHORS.md" ], "directories": {}, "bugs": { "url": "https://github.com/typhonjs-node-ast/babel-parser/issues" } }