package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@babel/helper-validator-identifier@^7.25.9",
  3. "_id": "@babel/helper-validator-identifier@7.25.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  6. "_location": "/@babel/helper-validator-identifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-identifier@^7.25.9",
  12. "name": "@babel/helper-validator-identifier",
  13. "escapedName": "@babel%2fhelper-validator-identifier",
  14. "scope": "@babel",
  15. "rawSpec": "^7.25.9",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.25.9"
  18. },
  19. "_requiredBy": [
  20. "/@babel/types"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  23. "_shasum": "24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7",
  24. "_spec": "@babel/helper-validator-identifier@^7.25.9",
  25. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@babel\\types",
  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-16.0.0": "^1.0.0",
  38. "charcodes": "^0.2.0"
  39. },
  40. "engines": {
  41. "node": ">=6.9.0"
  42. },
  43. "exports": {
  44. ".": {
  45. "types": "./lib/index.d.ts",
  46. "default": "./lib/index.js"
  47. },
  48. "./package.json": "./package.json"
  49. },
  50. "homepage": "https://github.com/babel/babel#readme",
  51. "license": "MIT",
  52. "main": "./lib/index.js",
  53. "name": "@babel/helper-validator-identifier",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/babel/babel.git",
  60. "directory": "packages/babel-helper-validator-identifier"
  61. },
  62. "type": "commonjs",
  63. "version": "7.25.9"
  64. }