package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.22.5",
  3. "_id": "@babel/helper-validator-identifier@7.22.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.22.5",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.22.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.22.5"
  18. },
  19. "_requiredBy": [
  20. "/@vue/cli-service/@babel/highlight",
  21. "/@vue/cli-shared-utils/@babel/highlight",
  22. "/is-file-esm/@babel/highlight"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
  25. "_shasum": "9544ef6a33999343c8740fa51350f30eeaaaf193",
  26. "_spec": "@babel/helper-validator-identifier@^7.22.5",
  27. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-shared-utils\\node_modules\\@babel\\highlight",
  28. "author": {
  29. "name": "The Babel Team",
  30. "url": "https://babel.dev/team"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Validate identifier/keywords name",
  38. "devDependencies": {
  39. "@unicode/unicode-15.0.0": "^1.3.1",
  40. "charcodes": "^0.2.0"
  41. },
  42. "engines": {
  43. "node": ">=6.9.0"
  44. },
  45. "exports": {
  46. ".": "./lib/index.js",
  47. "./package.json": "./package.json"
  48. },
  49. "homepage": "https://github.com/babel/babel#readme",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/helper-validator-identifier",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-helper-validator-identifier"
  60. },
  61. "type": "commonjs",
  62. "version": "7.22.5"
  63. }