package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@babel/helper-string-parser@7.24.6",
  3. "_id": "@babel/helper-string-parser@7.24.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==",
  6. "_location": "/@babel/helper-string-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/helper-string-parser@7.24.6",
  12. "name": "@babel/helper-string-parser",
  13. "escapedName": "@babel%2fhelper-string-parser",
  14. "scope": "@babel",
  15. "rawSpec": "7.24.6",
  16. "saveSpec": null,
  17. "fetchSpec": "7.24.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/types",
  21. "/miniprogram-ci"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
  24. "_shasum": "28583c28b15f2a3339cfafafeaad42f9a0e828df",
  25. "_spec": "@babel/helper-string-parser@7.24.6",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babel.dev/team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A utility package to parse strings",
  37. "devDependencies": {
  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://babel.dev/docs/en/next/babel-helper-string-parser",
  51. "license": "MIT",
  52. "main": "./lib/index.js",
  53. "name": "@babel/helper-string-parser",
  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-string-parser"
  61. },
  62. "type": "commonjs",
  63. "version": "7.24.6"
  64. }