Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
package-lock.json 476.20 KiB
{
  "name": "sigma-backend",
  "version": "0.0.1",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@apollographql/apollo-tools": {
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/@apollographql/apollo-tools/-/apollo-tools-0.3.0.tgz",
      "integrity": "sha512-Tg0NVtCFHMQkcSX/dqT0m+BNnK9/lbjo4YFNX9W5g3EwczlC0edrleUM/dC4wXw71DwGrGwFiZxWLxqY1ocU5A==",
      "requires": {
        "apollo-env": "0.3.0"
      }
    },
    "@apollographql/graphql-playground-html": {
      "version": "1.6.6",
      "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.6.tgz",
      "integrity": "sha512-lqK94b+caNtmKFs5oUVXlSpN3sm5IXZ+KfhMxOtr0LR2SqErzkoJilitjDvJ1WbjHlxLI7WtCjRmOLdOGJqtMQ=="
    },
    "@babel/cli": {
      "version": "7.2.3",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.2.3.tgz",
      "integrity": "sha512-bfna97nmJV6nDJhXNPeEfxyMjWnt6+IjUAaDPiYRTBlm8L41n8nvw6UAqUCbvpFfU246gHPxW7sfWwqtF4FcYA==",
      "dev": true,
      "requires": {
        "chokidar": "^2.0.3",
        "commander": "^2.8.1",
        "convert-source-map": "^1.1.0",
        "fs-readdir-recursive": "^1.1.0",
        "glob": "^7.0.0",
        "lodash": "^4.17.10",
        "mkdirp": "^0.5.1",
        "output-file-sync": "^2.0.0",
        "slash": "^2.0.0",
        "source-map": "^0.5.0"
      }
    },
    "@babel/code-frame": {
      "version": "7.0.0-beta.44",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz",
      "integrity": "sha512-cuAuTTIQ9RqcFRJ/Y8PvTh+paepNcaGxwQwjIDRWPXmzzyAeCO4KqS9ikMvq0MCbRk6GlYKwfzStrcP3/jSL8g==",
      "dev": true,
      "requires": {
        "@babel/highlight": "7.0.0-beta.44"
      }
    },
    "@babel/core": {
      "version": "7.2.2",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.2.2.tgz",
      "integrity": "sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==",
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.0.0",
        "@babel/generator": "^7.2.2",
        "@babel/helpers": "^7.2.0",
        "@babel/parser": "^7.2.2",
        "@babel/template": "^7.2.2",
        "@babel/traverse": "^7.2.2",
        "@babel/types": "^7.2.2",
        "convert-source-map": "^1.1.0",
        "debug": "^4.1.0",
        "json5": "^2.1.0",
        "lodash": "^4.17.10",
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.0.0",