package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_from": "babel-polyfill@^6.26.0",
  3. "_id": "babel-polyfill@6.26.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=",
  6. "_location": "/babel-polyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-polyfill@^6.26.0",
  12. "name": "babel-polyfill",
  13. "escapedName": "babel-polyfill",
  14. "rawSpec": "^6.26.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.26.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz",
  22. "_shasum": "379937abc67d7895970adc621f284cd966cf2153",
  23. "_spec": "babel-polyfill@^6.26.0",
  24. "_where": "D:\\jiayue\\pig-ui",
  25. "author": {
  26. "name": "Sebastian McKenzie",
  27. "email": "sebmck@gmail.com"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "babel-runtime": "^6.26.0",
  32. "core-js": "^2.5.0",
  33. "regenerator-runtime": "^0.10.5"
  34. },
  35. "deprecated": false,
  36. "description": "Provides polyfills necessary for a full ES2015+ environment",
  37. "homepage": "https://babeljs.io/",
  38. "license": "MIT",
  39. "main": "lib/index.js",
  40. "name": "babel-polyfill",
  41. "repository": {
  42. "type": "git",
  43. "url": "https://github.com/babel/babel/tree/master/packages/babel-polyfill"
  44. },
  45. "version": "6.26.0"
  46. }