package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@babel/code-frame@7.22.10",
  3. "_id": "@babel/code-frame@7.22.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==",
  6. "_location": "/@babel/code-frame",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/code-frame@7.22.10",
  12. "name": "@babel/code-frame",
  13. "escapedName": "@babel%2fcode-frame",
  14. "scope": "@babel",
  15. "rawSpec": "7.22.10",
  16. "saveSpec": null,
  17. "fetchSpec": "7.22.10"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/template",
  22. "/@babel/traverse",
  23. "/miniprogram-ci"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.22.10.tgz",
  26. "_shasum": "1c20e612b768fefa75f6e90d6ecb86329247f0a3",
  27. "_spec": "@babel/code-frame@7.22.10",
  28. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/highlight": "^7.22.10",
  39. "chalk": "^2.4.2"
  40. },
  41. "deprecated": false,
  42. "description": "Generate errors that contain a code frame that point to source locations.",
  43. "devDependencies": {
  44. "strip-ansi": "^4.0.0"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/code-frame",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-code-frame"
  60. },
  61. "type": "commonjs",
  62. "version": "7.22.10"
  63. }