package.json 1.0 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@babel/highlight",
  3. "version": "7.10.4",
  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": {
  12. "type": "git",
  13. "url": "https://github.com/babel/babel.git",
  14. "directory": "packages/babel-highlight"
  15. },
  16. "main": "lib/index.js",
  17. "dependencies": {
  18. "@babel/helper-validator-identifier": "^7.10.4",
  19. "chalk": "^2.0.0",
  20. "js-tokens": "^4.0.0"
  21. },
  22. "devDependencies": {
  23. "strip-ansi": "^4.0.0"
  24. },
  25. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  26. "__npminstall_done": "Thu Dec 24 2020 20:20:30 GMT+0800 (CST)",
  27. "_from": "@babel/highlight@7.10.4",
  28. "_resolved": "https://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.10.4.tgz?cache=0&sync_timestamp=1593521286726&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhighlight%2Fdownload%2F%40babel%2Fhighlight-7.10.4.tgz"
  29. }