Skip to content
Snippets Groups Projects
package-lock.json 690 KiB
Newer Older
DD Liu's avatar
DD Liu committed
{
  "name": "scratch-gui",
  "version": "0.1.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@babel/cli": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.3.tgz",
      "integrity": "sha512-lWB3yH5/fWY8pi2Kj5/fA+17guJ9feSBw5DNjTju3/nRi9sXnl1JPh7aKQOSvdNbiDbkzzoGYtsr46M8dGmXDQ==",
DD Liu's avatar
DD Liu committed
      "requires": {
        "chokidar": "^2.1.8",
        "commander": "^4.0.1",
DD Liu's avatar
DD Liu committed
        "convert-source-map": "^1.1.0",
        "fs-readdir-recursive": "^1.1.0",
        "glob": "^7.0.0",
        "lodash": "^4.17.13",
        "make-dir": "^2.1.0",
DD Liu's avatar
DD Liu committed
        "slash": "^2.0.0",
        "source-map": "^0.5.0"
DD Liu's avatar
DD Liu committed
      },
      "dependencies": {
        "commander": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
          "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
          "dev": true
DD Liu's avatar
DD Liu committed
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/code-frame": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
      "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
DD Liu's avatar
DD Liu committed
      "requires": {
        "@babel/highlight": "^7.0.0"
      }
    },
    "@babel/compat-data": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.1.tgz",
      "integrity": "sha512-CHvCj7So7iCkGKPRFUfryXIkU2gSBw7VSZFYLsqVhrS47269VK2Hfi9S/YcublPMW8k1u2bQBlbDruoQEm4fgw==",
      "dev": true,
      "requires": {
        "browserslist": "^4.12.0",
        "invariant": "^2.2.4",
        "semver": "^5.5.0"
      }
    },
DD Liu's avatar
DD Liu committed
    "@babel/core": {
      "version": "7.10.2",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.2.tgz",
      "integrity": "sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==",
DD Liu's avatar
DD Liu committed
      "requires": {
        "@babel/code-frame": "^7.10.1",
        "@babel/generator": "^7.10.2",
        "@babel/helper-module-transforms": "^7.10.1",
        "@babel/helpers": "^7.10.1",
        "@babel/parser": "^7.10.2",
        "@babel/template": "^7.10.1",
        "@babel/traverse": "^7.10.1",
        "@babel/types": "^7.10.2",
        "convert-source-map": "^1.7.0",
DD Liu's avatar
DD Liu committed
        "debug": "^4.1.0",
        "gensync": "^1.0.0-beta.1",
        "json5": "^2.1.2",
DD Liu's avatar
DD Liu committed
        "lodash": "^4.17.13",
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
          "dev": true,
          "requires": {
            "@babel/highlight": "^7.10.1"
          }
        },
        "@babel/generator": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
          "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.2",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
          "dev": true,
          "requires": {
            "@babel/helper-get-function-arity": "^7.10.1",
            "@babel/template": "^7.10.1",
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-member-expression-to-functions": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz",
          "integrity": "sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-module-imports": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz",
          "integrity": "sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-module-transforms": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz",
          "integrity": "sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg==",
          "dev": true,
          "requires": {
            "@babel/helper-module-imports": "^7.10.1",
            "@babel/helper-replace-supers": "^7.10.1",
            "@babel/helper-simple-access": "^7.10.1",
            "@babel/helper-split-export-declaration": "^7.10.1",
            "@babel/template": "^7.10.1",
            "@babel/types": "^7.10.1",
            "lodash": "^4.17.13"
          }
        },
        "@babel/helper-optimise-call-expression": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz",
          "integrity": "sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-replace-supers": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz",
          "integrity": "sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A==",
          "dev": true,
          "requires": {
            "@babel/helper-member-expression-to-functions": "^7.10.1",
            "@babel/helper-optimise-call-expression": "^7.10.1",
            "@babel/traverse": "^7.10.1",
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-simple-access": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz",
          "integrity": "sha512-VSWpWzRzn9VtgMJBIWTZ+GP107kZdQ4YplJlCmIrjoLVSi/0upixezHCDG8kpPVTBJpKfxTH01wDhh+jS2zKbw==",
          "dev": true,
          "requires": {
            "@babel/template": "^7.10.1",
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-validator-identifier": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz",
          "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==",
          "dev": true
        },
        "@babel/highlight": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz",
          "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==",
          "dev": true,
Loading
Loading full blame...