package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-string-parser@7.25.9",
  5. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  6. ]
  7. ],
  8. "_from": "@babel/helper-string-parser@7.25.9",
  9. "_id": "@babel/helper-string-parser@7.25.9",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  12. "_location": "/@babel/helper-string-parser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/helper-string-parser@7.25.9",
  18. "name": "@babel/helper-string-parser",
  19. "escapedName": "@babel%2fhelper-string-parser",
  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-string-parser/-/helper-string-parser-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": "A utility package to parse strings",
  40. "devDependencies": {
  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://babel.dev/docs/en/next/babel-helper-string-parser",
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/helper-string-parser",
  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-string-parser"
  64. },
  65. "type": "commonjs",
  66. "version": "7.25.9"
  67. }