package.json 979 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@babel/code-frame",
  3. "version": "7.8.3",
  4. "description": "Generate errors that contain a code frame that point to source locations.",
  5. "author": "Sebastian McKenzie <sebmck@gmail.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-code-frame",
  12. "main": "lib/index.js",
  13. "dependencies": {
  14. "@babel/highlight": "^7.8.3"
  15. },
  16. "devDependencies": {
  17. "chalk": "^2.0.0",
  18. "strip-ansi": "^4.0.0"
  19. },
  20. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  21. "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)",
  22. "_from": "@babel/code-frame@7.8.3",
  23. "_resolved": "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.8.3.tgz?cache=0&sync_timestamp=1578951984905&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.8.3.tgz"
  24. }