package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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/code-frame",
  21. "/@babel/helper-module-transforms",
  22. "/@babel/plugin-transform-modules-systemjs",
  23. "/@babel/types"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  26. "_shasum": "a7054dcc145a967dd4dc8fee845a57c1316c9df8",
  27. "_spec": "@babel/helper-validator-identifier@^7.27.1",
  28. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@babel\\code-frame",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Validate identifier/keywords name",
  39. "devDependencies": {
  40. "@unicode/unicode-16.0.0": "^1.0.0",
  41. "charcodes": "^0.2.0"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "exports": {
  47. ".": {
  48. "types": "./lib/index.d.ts",
  49. "default": "./lib/index.js"
  50. },
  51. "./package.json": "./package.json"
  52. },
  53. "homepage": "https://github.com/babel/babel#readme",
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/helper-validator-identifier",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-helper-validator-identifier"
  64. },
  65. "type": "commonjs",
  66. "version": "7.27.1"
  67. }