package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-validator-identifier@7.25.9",
  5. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  6. ]
  7. ],
  8. "_from": "@babel/helper-validator-identifier@7.25.9",
  9. "_id": "@babel/helper-validator-identifier@7.25.9",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  12. "_location": "/@babel/helper-validator-identifier",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/helper-validator-identifier@7.25.9",
  18. "name": "@babel/helper-validator-identifier",
  19. "escapedName": "@babel%2fhelper-validator-identifier",
  20. "scope": "@babel",
  21. "rawSpec": "7.25.9",
  22. "saveSpec": null,
  23. "fetchSpec": "7.25.9"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/@babel/types"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  30. "_spec": "7.25.9",
  31. "_where": "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  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.25.9"
  68. }