You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.9 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "@babel/code-frame@7.26.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/code-frame@7.26.2",
  10. "_id": "@babel/code-frame@7.26.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
  13. "_location": "/@babel/code-frame",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/code-frame@7.26.2",
  19. "name": "@babel/code-frame",
  20. "escapedName": "@babel%2fcode-frame",
  21. "scope": "@babel",
  22. "rawSpec": "7.26.2",
  23. "saveSpec": null,
  24. "fetchSpec": "7.26.2"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/template",
  29. "/@babel/traverse",
  30. "/@vue/babel-plugin-resolve-type",
  31. "/parse-json"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz",
  34. "_spec": "7.26.2",
  35. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  36. "author": {
  37. "name": "The Babel Team",
  38. "url": "https://babel.dev/team"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
  42. },
  43. "dependencies": {
  44. "@babel/helper-validator-identifier": "^7.25.9",
  45. "js-tokens": "^4.0.0",
  46. "picocolors": "^1.0.0"
  47. },
  48. "description": "Generate errors that contain a code frame that point to source locations.",
  49. "devDependencies": {
  50. "import-meta-resolve": "^4.1.0",
  51. "strip-ansi": "^4.0.0"
  52. },
  53. "engines": {
  54. "node": ">=6.9.0"
  55. },
  56. "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
  57. "license": "MIT",
  58. "main": "./lib/index.js",
  59. "name": "@babel/code-frame",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-code-frame"
  67. },
  68. "type": "commonjs",
  69. "version": "7.26.2"
  70. }