package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "@babel/parser@^7.17.9",
  3. "_id": "@babel/parser@7.17.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==",
  6. "_location": "/@babel/parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/parser@^7.17.9",
  12. "name": "@babel/parser",
  13. "escapedName": "@babel%2fparser",
  14. "scope": "@babel",
  15. "rawSpec": "^7.17.9",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.17.9"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/template",
  22. "/@babel/traverse",
  23. "/@types/babel__core",
  24. "/@types/babel__template",
  25. "/istanbul-lib-instrument"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz",
  28. "_shasum": "9c94189a6062f0291418ca021077983058e171ef",
  29. "_spec": "@babel/parser@^7.17.9",
  30. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\core",
  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. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "A JavaScript parser",
  44. "devDependencies": {
  45. "@babel/code-frame": "^7.16.7",
  46. "@babel/helper-check-duplicate-nodes": "^7.17.9",
  47. "@babel/helper-fixtures": "^7.17.0",
  48. "@babel/helper-validator-identifier": "^7.16.7",
  49. "charcodes": "^0.2.0"
  50. },
  51. "engines": {
  52. "node": ">=6.0.0"
  53. },
  54. "files": [
  55. "bin",
  56. "lib",
  57. "typings"
  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. "types": "./typings/babel-parser.d.ts",
  80. "version": "7.17.9"
  81. }