package.json 2.3 KB

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