package.json 4.5 KB

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