{
  "_args": [
    [
      "@ungap/global-this@0.3.1",
      "C:\\laragon\\www\\metalcrom2021"
    ]
  ],
  "_from": "@ungap/global-this@0.3.1",
  "_id": "@ungap/global-this@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-6gxLxSsXmt3XcC2p0mRjeHOtZemfs/IswAyWJZU0b8UvCQAegRpjSrQK0Y+u3OQQ3V0ZYQkHVCV9V3dxnlJ5Zw==",
  "_location": "/@ungap/global-this",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ungap/global-this@0.3.1",
    "name": "@ungap/global-this",
    "escapedName": "@ungap%2fglobal-this",
    "scope": "@ungap",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/jodit-vue"
  ],
  "_resolved": "https://registry.npmjs.org/@ungap/global-this/-/global-this-0.3.1.tgz",
  "_spec": "0.3.1",
  "_where": "C:\\laragon\\www\\metalcrom2021",
  "author": {
    "name": "Andrea Giammarchi"
  },
  "description": "A cross engine globalThis.",
  "devDependencies": {
    "uglify-js": "^3.4.9"
  },
  "keywords": [
    "global",
    "this"
  ],
  "license": "ISC",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "name": "@ungap/global-this",
  "scripts": {
    "build": "npm run cjs && npm run esm && npm run min",
    "cjs": "cp index.js cjs/ && echo 'module.exports = globalThis;'>>cjs/index.js",
    "esm": "cp index.js esm/ && echo 'export default globalThis;'>>esm/index.js",
    "min": "uglifyjs index.js -m -c -o min.js"
  },
  "unpkg": "min.js",
  "version": "0.3.1"
}
