Skip to content
Snippets Groups Projects
package-lock.json 574 KiB
Newer Older
DD Liu's avatar
DD Liu committed
{
  "name": "scratch-gui",
  "version": "0.1.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@babel/cli": {
DD Liu's avatar
DD Liu committed
      "version": "7.6.4",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.6.4.tgz",
      "integrity": "sha512-tqrDyvPryBM6xjIyKKUwr3s8CzmmYidwgdswd7Uc/Cv0ogZcuS1TYQTLx/eWKP3UbJ6JxZAiYlBZabXm/rtRsQ==",
DD Liu's avatar
DD Liu committed
      "requires": {
        "chokidar": "^2.1.8",
DD Liu's avatar
DD Liu committed
        "commander": "^2.8.1",
        "convert-source-map": "^1.1.0",
        "fs-readdir-recursive": "^1.1.0",
        "glob": "^7.0.0",
        "lodash": "^4.17.13",
DD Liu's avatar
DD Liu committed
        "mkdirp": "^0.5.1",
DD Liu's avatar
DD Liu committed
        "output-file-sync": "^2.0.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": {
        "mkdirp": {
          "version": "0.5.1",
          "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
          "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
DD Liu's avatar
DD Liu committed
          "requires": {
            "minimist": "0.0.8"
          }
        }
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/core": {
DD Liu's avatar
DD Liu committed
      "version": "7.6.4",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.6.4.tgz",
      "integrity": "sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ==",
DD Liu's avatar
DD Liu committed
      "requires": {
        "@babel/code-frame": "^7.5.5",
DD Liu's avatar
DD Liu committed
        "@babel/generator": "^7.6.4",
        "@babel/helpers": "^7.6.2",
        "@babel/parser": "^7.6.4",
        "@babel/template": "^7.6.0",
        "@babel/traverse": "^7.6.3",
        "@babel/types": "^7.6.3",
        "convert-source-map": "^1.1.0",
DD Liu's avatar
DD Liu committed
        "debug": "^4.1.0",
        "json5": "^2.1.0",
        "lodash": "^4.17.13",
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
DD Liu's avatar
DD Liu committed
          "requires": {
            "ms": "^2.1.1"
          }
        },
        "ms": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
          "dev": true
DD Liu's avatar
DD Liu committed
        }
      }
    },
    "@babel/generator": {
DD Liu's avatar
DD Liu committed
      "version": "7.6.4",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.6.4.tgz",
      "integrity": "sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==",
DD Liu's avatar
DD Liu committed
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.6.3",
DD Liu's avatar
DD Liu committed
        "jsesc": "^2.5.1",
        "lodash": "^4.17.13",
        "source-map": "^0.5.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-annotate-as-pure": {
DD Liu's avatar
DD Liu committed
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz",
      "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.0.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-builder-binary-assignment-operator-visitor": {
DD Liu's avatar
DD Liu committed
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz",
      "integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/helper-explode-assignable-expression": "^7.1.0",
        "@babel/types": "^7.0.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-builder-react-jsx": {
DD Liu's avatar
DD Liu committed
      "version": "7.3.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz",
      "integrity": "sha512-MjA9KgwCuPEkQd9ncSXvSyJ5y+j2sICHyrI0M3L+6fnS4wMSNDc1ARXsbTfbb2cXHn17VisSnU/sHFTCxVxSMw==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.3.0",
DD Liu's avatar
DD Liu committed
        "esutils": "^2.0.0"
      }
    },
    "@babel/helper-call-delegate": {
DD Liu's avatar
DD Liu committed
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz",
      "integrity": "sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==",
DD Liu's avatar
DD Liu committed
        "@babel/helper-hoist-variables": "^7.4.4",
        "@babel/traverse": "^7.4.4",
        "@babel/types": "^7.4.4"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-define-map": {
DD Liu's avatar
DD Liu committed
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz",
      "integrity": "sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/helper-function-name": "^7.1.0",
        "@babel/types": "^7.5.5",
DD Liu's avatar
DD Liu committed
        "lodash": "^4.17.13"
      }
    },
    "@babel/helper-explode-assignable-expression": {
DD Liu's avatar
DD Liu committed
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz",
      "integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/traverse": "^7.1.0",
        "@babel/types": "^7.0.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-function-name": {
DD Liu's avatar
DD Liu committed
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
      "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
DD Liu's avatar
DD Liu committed
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/helper-get-function-arity": "^7.0.0",
        "@babel/template": "^7.1.0",
        "@babel/types": "^7.0.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-get-function-arity": {
DD Liu's avatar
DD Liu committed
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
      "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
DD Liu's avatar
DD Liu committed
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.0.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-hoist-variables": {
DD Liu's avatar
DD Liu committed
      "version": "7.4.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz",
      "integrity": "sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.4.4"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-member-expression-to-functions": {
DD Liu's avatar
DD Liu committed
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz",
      "integrity": "sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.5.5"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-module-imports": {
DD Liu's avatar
DD Liu committed
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz",
      "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
Loading
Loading full blame...