babel/packages/babylon/package.json
Brian Ng 8823e4247e Fix up flow errors (#7227)
* charcodes@0.1.0

* Add hasFlowComment to tokenizer/state

* Fix babel-types flow errors

* Add isIterator to tokenizer/state

* Remove unnecessary argument from flow/readToken

* Add annotation to tokenizer/isIterator

* Fix reference to generated index.js.flow

* Add workaround in babel-template expression formatter

* Fix tsEatThenParseType return type

* Fix inconsistency with ParseSubscript state

* Add workaround for flow handling error with tagged template in optional chain

* Add flow workaround in expectPlugin inside tokenizer
2018-02-25 18:12:33 -08:00

37 lines
726 B
JSON

{
"name": "babylon",
"version": "7.0.0-beta.40",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"keywords": [
"babel",
"javascript",
"parser",
"tc39",
"ecmascript",
"babylon"
],
"repository": "https://github.com/babel/babel/tree/master/packages/babylon",
"main": "lib/index.js",
"files": [
"bin",
"lib"
],
"engines": {
"node": ">=4.2.0"
},
"devDependencies": {
"@babel/helper-fixtures": "7.0.0-beta.40",
"charcodes": "0.1.0",
"unicode-10.0.0": "^0.7.4"
},
"bin": {
"babylon": "./bin/babylon.js"
},
"publishConfig": {
"tag": "next"
}
}