package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-compilation-targets@7.22.10",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-compilation-targets@7.22.10",
  10. "_id": "@babel/helper-compilation-targets@7.22.10",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==",
  13. "_location": "/@babel/helper-compilation-targets",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-compilation-targets@7.22.10",
  19. "name": "@babel/helper-compilation-targets",
  20. "escapedName": "@babel%2fhelper-compilation-targets",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.10",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.10"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-define-polyfill-provider",
  29. "/@babel/plugin-transform-classes",
  30. "/@babel/plugin-transform-function-name",
  31. "/@babel/plugin-transform-object-rest-spread",
  32. "/@babel/preset-env",
  33. "/@vue/babel-preset-app",
  34. "/@vue/cli-service"
  35. ],
  36. "_resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz",
  37. "_spec": "7.22.10",
  38. "_where": "/Users/mac/projects/mime/mine",
  39. "author": {
  40. "name": "The Babel Team",
  41. "url": "https://babel.dev/team"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/babel/babel/issues"
  45. },
  46. "dependencies": {
  47. "@babel/compat-data": "^7.22.9",
  48. "@babel/helper-validator-option": "^7.22.5",
  49. "browserslist": "^4.21.9",
  50. "lru-cache": "^5.1.1",
  51. "semver": "^6.3.1"
  52. },
  53. "description": "Helper functions on Babel compilation targets",
  54. "devDependencies": {
  55. "@babel/helper-plugin-test-runner": "^7.22.5",
  56. "@types/lru-cache": "^5.1.1",
  57. "@types/semver": "^5.5.0"
  58. },
  59. "engines": {
  60. "node": ">=6.9.0"
  61. },
  62. "exports": {
  63. ".": "./lib/index.js",
  64. "./package.json": "./package.json"
  65. },
  66. "homepage": "https://github.com/babel/babel#readme",
  67. "keywords": [
  68. "babel",
  69. "babel-plugin"
  70. ],
  71. "license": "MIT",
  72. "main": "./lib/index.js",
  73. "name": "@babel/helper-compilation-targets",
  74. "publishConfig": {
  75. "access": "public"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/babel/babel.git",
  80. "directory": "packages/babel-helper-compilation-targets"
  81. },
  82. "type": "commonjs",
  83. "version": "7.22.10"
  84. }