package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@babel/helper-compilation-targets@^7.8.7",
  3. "_id": "@babel/helper-compilation-targets@7.8.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw==",
  6. "_location": "/@babel/helper-compilation-targets",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-compilation-targets@^7.8.7",
  12. "name": "@babel/helper-compilation-targets",
  13. "escapedName": "@babel%2fhelper-compilation-targets",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.7"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz",
  23. "_shasum": "dac1eea159c0e4bd46e309b5a1b04a66b53c1dde",
  24. "_spec": "@babel/helper-compilation-targets@^7.8.7",
  25. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babeljs.io/team"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/compat-data": "^7.8.6",
  33. "browserslist": "^4.9.1",
  34. "invariant": "^2.2.4",
  35. "levenary": "^1.1.1",
  36. "semver": "^5.5.0"
  37. },
  38. "deprecated": false,
  39. "description": "Engine compat data used in @babel/preset-env",
  40. "devDependencies": {
  41. "@babel/core": "^7.8.7",
  42. "@babel/helper-plugin-test-runner": "^7.8.3"
  43. },
  44. "exports": {
  45. ".": "./lib/index.js"
  46. },
  47. "gitHead": "595f65f33b8e948e34d12be83f700cf8d070c790",
  48. "keywords": [
  49. "babel",
  50. "babel-plugin"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/index.js",
  54. "name": "@babel/helper-compilation-targets",
  55. "peerDependencies": {
  56. "@babel/core": "^7.0.0"
  57. },
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-compilation-targets"
  64. },
  65. "version": "7.8.7"
  66. }