package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-string-parser@7.22.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-string-parser@7.22.5",
  10. "_id": "@babel/helper-string-parser@7.22.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
  13. "_location": "/@babel/helper-string-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-string-parser@7.22.5",
  19. "name": "@babel/helper-string-parser",
  20. "escapedName": "@babel%2fhelper-string-parser",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/types"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
  30. "_spec": "7.22.5",
  31. "_where": "/Users/mac/projects/mime/mine",
  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. ".": "./lib/index.js",
  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.22.5"
  64. }