package.json 1.7 KB

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