package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "@babel/parser@7.21.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "@babel/parser@7.21.2",
  9. "_id": "@babel/parser@7.21.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==",
  12. "_location": "/@babel/parser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/parser@7.21.2",
  18. "name": "@babel/parser",
  19. "escapedName": "@babel%2fparser",
  20. "scope": "@babel",
  21. "rawSpec": "7.21.2",
  22. "saveSpec": null,
  23. "fetchSpec": "7.21.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/compiler-sfc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.2.tgz",
  29. "_spec": "7.21.2",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "The Babel Team",
  33. "url": "https://babel.dev/team"
  34. },
  35. "bin": {
  36. "parser": "bin/babel-parser.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen"
  40. },
  41. "description": "A JavaScript parser",
  42. "devDependencies": {
  43. "@babel/code-frame": "^7.18.6",
  44. "@babel/helper-check-duplicate-nodes": "^7.18.6",
  45. "@babel/helper-fixtures": "^7.21.0",
  46. "@babel/helper-string-parser": "^7.19.4",
  47. "@babel/helper-validator-identifier": "^7.19.1",
  48. "charcodes": "^0.2.0"
  49. },
  50. "engines": {
  51. "node": ">=6.0.0"
  52. },
  53. "files": [
  54. "bin",
  55. "lib",
  56. "typings/babel-parser.d.ts",
  57. "index.cjs"
  58. ],
  59. "homepage": "https://babel.dev/docs/en/next/babel-parser",
  60. "keywords": [
  61. "babel",
  62. "javascript",
  63. "parser",
  64. "tc39",
  65. "ecmascript",
  66. "@babel/parser"
  67. ],
  68. "license": "MIT",
  69. "main": "./lib/index.js",
  70. "name": "@babel/parser",
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/babel/babel.git",
  77. "directory": "packages/babel-parser"
  78. },
  79. "type": "commonjs",
  80. "types": "./typings/babel-parser.d.ts",
  81. "version": "7.21.2"
  82. }