package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@babel/helper-compilation-targets@^7.13.16",
  3. "_id": "@babel/helper-compilation-targets@7.13.16",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==",
  6. "_location": "/@babel/helper-compilation-targets",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-compilation-targets@^7.13.16",
  12. "name": "@babel/helper-compilation-targets",
  13. "escapedName": "@babel%2fhelper-compilation-targets",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.16",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.16"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-define-polyfill-provider",
  22. "/@babel/plugin-proposal-object-rest-spread"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz",
  25. "_shasum": "6e91dccf15e3f43e5556dffe32d860109887563c",
  26. "_spec": "@babel/helper-compilation-targets@^7.13.16",
  27. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\core",
  28. "author": {
  29. "name": "The Babel Team",
  30. "url": "https://babel.dev/team"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/compat-data": "^7.13.15",
  38. "@babel/helper-validator-option": "^7.12.17",
  39. "browserslist": "^4.14.5",
  40. "semver": "^6.3.0"
  41. },
  42. "deprecated": false,
  43. "description": "Helper functions on Babel compilation targets",
  44. "devDependencies": {
  45. "@babel/core": "7.13.16"
  46. },
  47. "exports": {
  48. ".": "./lib/index.js"
  49. },
  50. "homepage": "https://github.com/babel/babel#readme",
  51. "keywords": [
  52. "babel",
  53. "babel-plugin"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/index.js",
  57. "name": "@babel/helper-compilation-targets",
  58. "peerDependencies": {
  59. "@babel/core": "^7.0.0"
  60. },
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/babel/babel.git",
  67. "directory": "packages/babel-helper-compilation-targets"
  68. },
  69. "version": "7.13.16"
  70. }