package.json 838 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@babel/highlight",
  3. "version": "7.9.0",
  4. "description": "Syntax highlight JavaScript strings for output in terminals.",
  5. "author": "suchipi <me@suchipi.com>",
  6. "homepage": "https://babeljs.io/",
  7. "license": "MIT",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight",
  12. "main": "lib/index.js",
  13. "dependencies": {
  14. "@babel/helper-validator-identifier": "^7.9.0",
  15. "chalk": "^2.0.0",
  16. "js-tokens": "^4.0.0"
  17. },
  18. "devDependencies": {
  19. "strip-ansi": "^4.0.0"
  20. },
  21. "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
  22. "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)",
  23. "_from": "@babel/highlight@7.9.0",
  24. "_resolved": "https://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.9.0.tgz"
  25. }