package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "# dependencies": "This package doesn't actually have runtime dependencies. @babel/types is only needed for type definitions.",
  3. "_from": "@babel/parser@^7.23.5",
  4. "_id": "@babel/parser@7.28.4",
  5. "_inBundle": false,
  6. "_integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
  7. "_location": "/@babel/parser",
  8. "_phantomChildren": {},
  9. "_requested": {
  10. "type": "range",
  11. "registry": true,
  12. "raw": "@babel/parser@^7.23.5",
  13. "name": "@babel/parser",
  14. "escapedName": "@babel%2fparser",
  15. "scope": "@babel",
  16. "rawSpec": "^7.23.5",
  17. "saveSpec": null,
  18. "fetchSpec": "^7.23.5"
  19. },
  20. "_requiredBy": [
  21. "/@babel/core",
  22. "/@babel/generator",
  23. "/@babel/template",
  24. "/@babel/traverse",
  25. "/@vue/babel-plugin-resolve-type",
  26. "/@vue/babel-plugin-resolve-type/@vue/compiler-sfc",
  27. "/@vue/compiler-core",
  28. "/@vue/compiler-sfc"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.4.tgz",
  31. "_shasum": "da25d4643532890932cc03f7705fe19637e03fa8",
  32. "_spec": "@babel/parser@^7.23.5",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\compiler-sfc",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "bin": {
  39. "parser": "bin/babel-parser.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "@babel/types": "^7.28.4"
  47. },
  48. "deprecated": false,
  49. "description": "A JavaScript parser",
  50. "devDependencies": {
  51. "@babel/code-frame": "^7.27.1",
  52. "@babel/helper-check-duplicate-nodes": "^7.27.1",
  53. "@babel/helper-fixtures": "^7.28.0",
  54. "@babel/helper-string-parser": "^7.27.1",
  55. "@babel/helper-validator-identifier": "^7.27.1",
  56. "charcodes": "^0.2.0"
  57. },
  58. "engines": {
  59. "node": ">=6.0.0"
  60. },
  61. "files": [
  62. "bin",
  63. "lib",
  64. "typings/babel-parser.d.ts",
  65. "index.cjs"
  66. ],
  67. "homepage": "https://babel.dev/docs/en/next/babel-parser",
  68. "keywords": [
  69. "babel",
  70. "javascript",
  71. "parser",
  72. "tc39",
  73. "ecmascript",
  74. "@babel/parser"
  75. ],
  76. "license": "MIT",
  77. "main": "./lib/index.js",
  78. "name": "@babel/parser",
  79. "publishConfig": {
  80. "access": "public"
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/babel/babel.git",
  85. "directory": "packages/babel-parser"
  86. },
  87. "type": "commonjs",
  88. "types": "./typings/babel-parser.d.ts",
  89. "version": "7.28.4"
  90. }