package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "# dependencies": "This package doesn't actually have runtime dependencies. @babel/types is only needed for type definitions.",
  3. "_args": [
  4. [
  5. "@babel/parser@7.26.3",
  6. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  7. ]
  8. ],
  9. "_from": "@babel/parser@7.26.3",
  10. "_id": "@babel/parser@7.26.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==",
  13. "_location": "/@babel/parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/parser@7.26.3",
  19. "name": "@babel/parser",
  20. "escapedName": "@babel%2fparser",
  21. "scope": "@babel",
  22. "rawSpec": "7.26.3",
  23. "saveSpec": null,
  24. "fetchSpec": "7.26.3"
  25. },
  26. "_requiredBy": [
  27. "/",
  28. "/@vue/compiler-core",
  29. "/@vue/compiler-sfc"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.3.tgz",
  32. "_spec": "7.26.3",
  33. "_where": "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam",
  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. "dependencies": {
  45. "@babel/types": "^7.26.3"
  46. },
  47. "description": "A JavaScript parser",
  48. "devDependencies": {
  49. "@babel/code-frame": "^7.26.2",
  50. "@babel/helper-check-duplicate-nodes": "^7.25.9",
  51. "@babel/helper-fixtures": "^7.26.0",
  52. "@babel/helper-string-parser": "^7.25.9",
  53. "@babel/helper-validator-identifier": "^7.25.9",
  54. "charcodes": "^0.2.0"
  55. },
  56. "engines": {
  57. "node": ">=6.0.0"
  58. },
  59. "files": [
  60. "bin",
  61. "lib",
  62. "typings/babel-parser.d.ts",
  63. "index.cjs"
  64. ],
  65. "homepage": "https://babel.dev/docs/en/next/babel-parser",
  66. "keywords": [
  67. "babel",
  68. "javascript",
  69. "parser",
  70. "tc39",
  71. "ecmascript",
  72. "@babel/parser"
  73. ],
  74. "license": "MIT",
  75. "main": "./lib/index.js",
  76. "name": "@babel/parser",
  77. "publishConfig": {
  78. "access": "public"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/babel/babel.git",
  83. "directory": "packages/babel-parser"
  84. },
  85. "type": "commonjs",
  86. "types": "./typings/babel-parser.d.ts",
  87. "version": "7.26.3"
  88. }