package.json 1.83 KB
{
  "_from": "@babel/polyfill@^7.10.1",
  "_id": "@babel/polyfill@7.11.5",
  "_inBundle": false,
  "_integrity": "sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==",
  "_location": "/@babel/polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@babel/polyfill@^7.10.1",
    "name": "@babel/polyfill",
    "escapedName": "@babel%2fpolyfill",
    "scope": "@babel",
    "rawSpec": "^7.10.1",
    "saveSpec": null,
    "fetchSpec": "^7.10.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.11.5.tgz",
  "_shasum": "df550b2ec53abbc2ed599367ec59e64c7a707bb5",
  "_spec": "@babel/polyfill@^7.10.1",
  "_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/babel/babel/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "core-js": "^2.6.5",
    "regenerator-runtime": "^0.13.4"
  },
  "deprecated": false,
  "description": "Provides polyfills necessary for a full ES2015+ environment",
  "devDependencies": {
    "browserify": "^16.5.2",
    "bundle-collapser": "1.3.0",
    "derequire": "2.1.1",
    "uglify-js": "3.7.2"
  },
  "gitHead": "af64ccb2b00bc7574943674996c2f0507cdbfb6f",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@babel/polyfill",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel/babel.git",
    "directory": "packages/babel-polyfill"
  },
  "scripts": {
    "postpublish": "rm browser.js",
    "prepublishOnly": "cp dist/polyfill.min.js browser.js"
  },
  "version": "7.11.5"
}