Nicolò Ribaudo 8d5e422be2 v7.9.0
2020-03-20 16:32:55 +01:00

22 lines
576 B
JSON

{
"name": "@babel/highlight",
"version": "7.9.0",
"description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "suchipi <me@suchipi.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight",
"main": "lib/index.js",
"dependencies": {
"@babel/helper-validator-identifier": "^7.9.0",
"chalk": "^2.0.0",
"js-tokens": "^4.0.0"
},
"devDependencies": {
"strip-ansi": "^4.0.0"
}
}