{
  "_from": "graphiql-explorer",
  "_id": "graphiql-explorer@0.4.6",
  "_inBundle": false,
  "_integrity": "sha512-xnIArsOzWdGEz/z4I3r4XIiukVmpRWu64co5IxaqQ7pK7Ar0l00dPmOvWdRF/cBTMQDBbkMpKDc2yxwUebIjOg==",
  "_location": "/graphiql-explorer",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "graphiql-explorer",
    "name": "graphiql-explorer",
    "escapedName": "graphiql-explorer",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/graphiql-explorer/-/graphiql-explorer-0.4.6.tgz",
  "_shasum": "501b0b27d154efbdd224b9b0d528cfb6917ebda8",
  "_spec": "graphiql-explorer",
  "_where": "/Users/pavel/projects/pos-cli/gui/graphql",
  "browserify-shim": {
    "react": "global:React",
    "react-dom": "global:ReactDOM"
  },
  "bugs": {
    "url": "https://github.com/onegraph/graphiql-explorer/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Interactive explorer plugin for GraphiQL.",
  "devDependencies": {
    "autoprefixer": "^7.0.0",
    "babel-cli": "6.24.1",
    "babel-eslint": "7.2.3",
    "babel-plugin-syntax-async-functions": "6.13.0",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-plugin-transform-object-rest-spread": "6.22.0",
    "babel-plugin-transform-regenerator": "6.24.1",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babelify": "7.3.0",
    "browserify": "^14.4.0",
    "browserify-shim": "3.8.14",
    "chai": "4.1.1",
    "chai-subset": "1.5.0",
    "eslint": "4.4.1",
    "eslint-config-prettier": "^2.3.0",
    "eslint-plugin-babel": "4.1.2",
    "eslint-plugin-react": "7.2.0",
    "flow-bin": "^0.77.0",
    "graphql": "14.0.2",
    "husky": "^0.14.0",
    "jsdom": "11.1.0",
    "lint-staged": "^4.0.0",
    "postcss-cli": "4.1.0",
    "prettier": "^1.4.4",
    "prop-types": "15.5.8",
    "react": "15.5.4",
    "react-dom": "15.5.4",
    "react-test-renderer": "15.6.1",
    "uglify-js": "^3.0.20",
    "uglifyify": "^4.0.2",
    "watchify": "3.9.0"
  },
  "files": [
    "dist",
    "graphiqlExplorer.js",
    "graphiqlExplorer.min.js",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/onegraph/graphiql-explorer",
  "license": "SEE LICENSE IN LICENSE",
  "lint-staged": {
    "*.js": [
      "prettier --jsx-bracket-same-line --single-quote --trailing-comma=all --write",
      "git add"
    ]
  },
  "main": "dist/index.js",
  "name": "graphiql-explorer",
  "peerDependencies": {
    "graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
    "react": "^15.6.0 || ^16.0.0",
    "react-dom": "^15.6.0 || ^16.0.0"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": false,
    "jsxBracketSameLine": true
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/onegraph/graphiql-explorer.git"
  },
  "scripts": {
    "build": "bash ./resources/build.sh",
    "check": "flow check",
    "prepublish": ". ./resources/prepublish.sh",
    "preversion": ". ./resources/checkgit.sh && npm test",
    "test": "npm run check && npm run build"
  },
  "version": "0.4.6"
}
