package.json 2.1 KB

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