package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "@babel/polyfill@7.10.4",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "@babel/polyfill@7.10.4",
  9. "_id": "@babel/polyfill@7.10.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg==",
  12. "_location": "/@babel/polyfill",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/polyfill@7.10.4",
  18. "name": "@babel/polyfill",
  19. "escapedName": "@babel%2fpolyfill",
  20. "scope": "@babel",
  21. "rawSpec": "7.10.4",
  22. "saveSpec": null,
  23. "fetchSpec": "7.10.4"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.10.4.tgz",
  29. "_spec": "7.10.4",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Sebastian McKenzie",
  33. "email": "sebmck@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/babel/babel/issues"
  37. },
  38. "dependencies": {
  39. "core-js": "^2.6.5",
  40. "regenerator-runtime": "^0.13.4"
  41. },
  42. "description": "Provides polyfills necessary for a full ES2015+ environment",
  43. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  44. "homepage": "https://babeljs.io/",
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "@babel/polyfill",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/babel/babel.git",
  54. "directory": "packages/babel-polyfill"
  55. },
  56. "scripts": {
  57. "postpublish": "rm browser.js",
  58. "prepublishOnly": "cp dist/polyfill.min.js browser.js"
  59. },
  60. "version": "7.10.4"
  61. }