package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/plugin-transform-runtime@7.12.1",
  3. "_id": "@babel/plugin-transform-runtime@7.12.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==",
  6. "_location": "/@babel/plugin-transform-runtime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-runtime@7.12.1",
  12. "name": "@babel/plugin-transform-runtime",
  13. "escapedName": "@babel%2fplugin-transform-runtime",
  14. "scope": "@babel",
  15. "rawSpec": "7.12.1",
  16. "saveSpec": null,
  17. "fetchSpec": "7.12.1"
  18. },
  19. "_requiredBy": [
  20. "/babel-preset-react-app"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz",
  23. "_shasum": "04b792057eb460389ff6a4198e377614ea1e7ba5",
  24. "_spec": "@babel/plugin-transform-runtime@7.12.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\babel-preset-react-app",
  26. "browser": {
  27. "./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js",
  28. "./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-module-imports": "^7.12.1",
  36. "@babel/helper-plugin-utils": "^7.10.4",
  37. "resolve": "^1.8.1",
  38. "semver": "^5.5.1"
  39. },
  40. "deprecated": false,
  41. "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
  42. "devDependencies": {
  43. "@babel/core": "^7.12.1",
  44. "@babel/helper-plugin-test-runner": "7.10.4",
  45. "@babel/helpers": "^7.12.1",
  46. "@babel/plugin-transform-typeof-symbol": "^7.12.1",
  47. "@babel/preset-env": "^7.12.1",
  48. "@babel/runtime": "^7.12.1",
  49. "@babel/runtime-corejs3": "^7.12.1",
  50. "@babel/template": "7.10.4",
  51. "@babel/types": "^7.12.1",
  52. "make-dir": "^2.1.0"
  53. },
  54. "homepage": "https://github.com/babel/babel#readme",
  55. "keywords": [
  56. "babel-plugin"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/index.js",
  60. "name": "@babel/plugin-transform-runtime",
  61. "peerDependencies": {
  62. "@babel/core": "^7.0.0-0"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel.git",
  70. "directory": "packages/babel-plugin-transform-runtime"
  71. },
  72. "version": "7.12.1"
  73. }