package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/polyfill@^7.12.1",
  3. "_id": "@babel/polyfill@7.12.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==",
  6. "_location": "/@babel/polyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/polyfill@^7.12.1",
  12. "name": "@babel/polyfill",
  13. "escapedName": "@babel%2fpolyfill",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.1"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/polyfill/-/polyfill-7.12.1.tgz",
  23. "_shasum": "1f2d6371d1261bbd961f3c5d5909150e12d0bd96",
  24. "_spec": "@babel/polyfill@^7.12.1",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  26. "author": {
  27. "name": "Sebastian McKenzie",
  28. "email": "sebmck@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "core-js": "^2.6.5",
  36. "regenerator-runtime": "^0.13.4"
  37. },
  38. "deprecated": "🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.",
  39. "description": "Provides polyfills necessary for a full ES2015+ environment",
  40. "devDependencies": {
  41. "browserify": "^16.5.2",
  42. "bundle-collapser": "1.3.0",
  43. "derequire": "2.1.1",
  44. "uglify-js": "3.7.2"
  45. },
  46. "homepage": "https://babeljs.io/",
  47. "license": "MIT",
  48. "main": "lib/index.js",
  49. "name": "@babel/polyfill",
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/babel/babel.git",
  56. "directory": "packages/babel-polyfill"
  57. },
  58. "scripts": {
  59. "postpublish": "rm browser.js",
  60. "prepublishOnly": "cp dist/polyfill.min.js browser.js"
  61. },
  62. "version": "7.12.1"
  63. }