package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "/@babel/highlight"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
  23. "_shasum": "9544ef6a33999343c8740fa51350f30eeaaaf193",
  24. "_spec": "@babel/helper-validator-identifier@^7.22.5",
  25. "_where": "E:\\2023\\8\\MT_APP\\node_modules\\@babel\\highlight",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Validate identifier/keywords name",
  36. "devDependencies": {
  37. "@unicode/unicode-15.0.0": "^1.3.1",
  38. "charcodes": "^0.2.0"
  39. },
  40. "engines": {
  41. "node": ">=6.9.0"
  42. },
  43. "exports": {
  44. ".": "./lib/index.js",
  45. "./package.json": "./package.json"
  46. },
  47. "homepage": "https://github.com/babel/babel#readme",
  48. "license": "MIT",
  49. "main": "./lib/index.js",
  50. "name": "@babel/helper-validator-identifier",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/babel/babel.git",
  57. "directory": "packages/babel-helper-validator-identifier"
  58. },
  59. "type": "commonjs",
  60. "version": "7.22.5"
  61. }