package.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "@babel/helper-string-parser@^7.27.1",
  3. "_id": "@babel/helper-string-parser@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  6. "_location": "/@babel/helper-string-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-string-parser@^7.27.1",
  12. "name": "@babel/helper-string-parser",
  13. "escapedName": "@babel%2fhelper-string-parser",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.1"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core/@babel/types",
  21. "/@babel/helper-annotate-as-pure/@babel/types",
  22. "/@babel/helper-create-class-features-plugin/@babel/types",
  23. "/@babel/helper-environment-visitor/@babel/types",
  24. "/@babel/helper-member-expression-to-functions/@babel/types",
  25. "/@babel/helper-module-transforms/@babel/types",
  26. "/@babel/helper-optimise-call-expression/@babel/types",
  27. "/@babel/helper-remap-async-to-generator/@babel/types",
  28. "/@babel/helper-replace-supers/@babel/types",
  29. "/@babel/helper-skip-transparent-expression-wrappers/@babel/types",
  30. "/@babel/helper-wrap-function/@babel/types",
  31. "/@babel/helpers/@babel/types",
  32. "/@babel/parser/@babel/types",
  33. "/@babel/plugin-transform-async-to-generator/@babel/types",
  34. "/@babel/plugin-transform-classes/@babel/types",
  35. "/@babel/plugin-transform-computed-properties/@babel/types",
  36. "/@babel/plugin-transform-destructuring/@babel/types",
  37. "/@babel/plugin-transform-function-name/@babel/types",
  38. "/@babel/plugin-transform-modules-systemjs/@babel/types",
  39. "/@babel/plugin-transform-runtime/@babel/types",
  40. "/@babel/preset-env/@babel/types",
  41. "/@vue/babel-plugin-transform-vue-jsx/@babel/types",
  42. "/@vue/babel-preset-app/@babel/types",
  43. "/@vue/cli-plugin-eslint/@babel/types"
  44. ],
  45. "_resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  46. "_shasum": "54da796097ab19ce67ed9f88b47bb2ec49367687",
  47. "_spec": "@babel/helper-string-parser@^7.27.1",
  48. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\parser\\node_modules\\@babel\\types",
  49. "author": {
  50. "name": "The Babel Team",
  51. "url": "https://babel.dev/team"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/babel/babel/issues"
  55. },
  56. "bundleDependencies": false,
  57. "deprecated": false,
  58. "description": "A utility package to parse strings",
  59. "devDependencies": {
  60. "charcodes": "^0.2.0"
  61. },
  62. "engines": {
  63. "node": ">=6.9.0"
  64. },
  65. "exports": {
  66. ".": {
  67. "types": "./lib/index.d.ts",
  68. "default": "./lib/index.js"
  69. },
  70. "./package.json": "./package.json"
  71. },
  72. "homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser",
  73. "license": "MIT",
  74. "main": "./lib/index.js",
  75. "name": "@babel/helper-string-parser",
  76. "publishConfig": {
  77. "access": "public"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/babel/babel.git",
  82. "directory": "packages/babel-helper-string-parser"
  83. },
  84. "type": "commonjs",
  85. "version": "7.27.1"
  86. }