package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-runtime@7.12.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-runtime@7.12.1",
  10. "_id": "@babel/plugin-transform-runtime@7.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BLeSBX60YDif9qQZjjd2FOoee6U=",
  13. "_location": "/@babel/plugin-transform-runtime",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-runtime@7.12.1",
  19. "name": "@babel/plugin-transform-runtime",
  20. "escapedName": "@babel%2fplugin-transform-runtime",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.1"
  25. },
  26. "_requiredBy": [
  27. "/@vue/babel-preset-app"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.12.1.tgz",
  30. "_spec": "7.12.1",
  31. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/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.12.1",
  41. "@babel/helper-plugin-utils": "^7.10.4",
  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.12.1",
  48. "@babel/helper-plugin-test-runner": "7.10.4",
  49. "@babel/helpers": "^7.12.1",
  50. "@babel/plugin-transform-typeof-symbol": "^7.12.1",
  51. "@babel/preset-env": "^7.12.1",
  52. "@babel/runtime": "^7.12.1",
  53. "@babel/runtime-corejs3": "^7.12.1",
  54. "@babel/template": "7.10.4",
  55. "@babel/types": "^7.12.1",
  56. "make-dir": "^2.1.0"
  57. },
  58. "homepage": "https://github.com/babel/babel#readme",
  59. "keywords": [
  60. "babel-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "@babel/plugin-transform-runtime",
  65. "peerDependencies": {
  66. "@babel/core": "^7.0.0-0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-plugin-transform-runtime"
  75. },
  76. "version": "7.12.1"
  77. }