{"_id":"@absinthe/graphql-playground","_rev":"9-21f43878db511fe1fed779f5ce8e4aa2","name":"@absinthe/graphql-playground","description":"GraphQL Playground for Absinthe","dist-tags":{"latest":"1.3.5"},"versions":{"1.1.3":{"name":"@absinthe/graphql-playground","version":"1.1.3","main":"./lib/lib.js","typings":"./lib/lib.d.ts","description":"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).","contributors":[{"name":"Tim Suchanek","email":"tim@graph.cool"},{"name":"Johannes Schickling","email":"johannes@graph.cool"}],"repository":{"type":"git","url":"git+https://github.com/absinthe-graphql/graphql-playground.git"},"license":"SEE LICENSE IN LICENSE","scripts":{"start":"node scripts/start.js","prepublishOnly":"yarn build","copy-styles":"cat src/styles/*.css > playground.css","build":"rm -rf lib && yarn build-app && yarn build-package && yarn copy-styles","tsc":"tsc -p tsconfig.build.json","build-package":"rm -rf lib && npm run tsc && babel lib -d lib && cp -r ./src/assets/ ./lib/assets/ && cd lib && rm -rf *.jsx;","build-app":"node scripts/build.js","test":"node scripts/test.js --env=jsdom","bump":"npm version patch --no-git-tag-version && git add package.json","graphql-faker":"graphql-faker ./tests/schema.faker.graphql","lint":"tslint \"src/**/*.ts{,x}\"","precommit":"lint-staged","prettier":"prettier --single-quote --no-semi --trailing-comma all --write *.{ts,tsx} 'src/**/*.{ts,tsx}'"},"files":["build","lib","playground.css"],"devDependencies":{"@types/deasync":"^0.1.0","@types/express":"^4.0.36","@types/hapi":"^16.1.7","@types/jest":"^20.0.4","@types/koa":"^2.0.39","@types/node":"^8.0.14","@types/react":"15.0.31","@types/react-dom":"^15.5.1","@types/react-redux":"^4.4.46","autoprefixer":"6.5.1","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-loader":"^6.2.10","babel-preset-es2015":"^6.18.0","babel-preset-es2016":"^6.16.0","babel-preset-react":"^6.16.0","babel-preset-stage-3":"^6.24.1","case-sensitive-paths-webpack-plugin":"^2.1.1","chalk":"1.1.3","connect-history-api-fallback":"1.3.0","cross-spawn":"4.0.2","css-loader":"0.26.0","detect-port":"1.0.1","dotenv":"2.0.0","extract-text-webpack-plugin":"^3.0.2","file-loader":"0.9.0","filesize":"3.3.0","fs-extra":"0.30.0","gzip-size":"3.0.0","html-webpack-plugin":"2.24.0","http-proxy-middleware":"0.17.2","husky":"^0.14.3","jest":"^20.0.4","json-loader":"0.5.4","lint-staged":"^4.0.2","node-noop":"^1.0.0","np":"2.16.1","object-assign":"4.1.0","postcss-cssnext":"^2.9.0","postcss-flexbugs-fixes":"^3.2.0","postcss-import":"^9.1.0","postcss-inherit":"git+https://github.com/timsuchanek/postcss-inherit.git#build3","postcss-inject":"^1.0.1","postcss-loader":"1.0.0","postcss-nested":"^1.0.0","postcss-simple-vars":"^3.0.0","prettier":"^1.5.3","promise":"7.1.1","raw-loader":"^0.5.1","react-dev-utils":"^4.2.1","recursive-readdir":"^2.2.1","source-map-loader":"^0.2.3","strip-ansi":"3.0.1","style-loader":"0.13.1","svg-inline-loader":"^0.8.0","sw-precache-webpack-plugin":"^0.11.4","ts-loader":"^3.1.1","tslint":"^5.5.0","tslint-graphcool-frontend":"^0.0.3","tslint-loader":"^3.5.3","typescript":"2.3.4","url-loader":"0.5.7","webpack":"^3.8.1","webpack-dev-server":"^2.9.3","webpack-manifest-plugin":"1.1.0","whatwg-fetch":"1.0.0","why-did-you-update":"^0.0.8"},"babel":{"plugins":["styled-jsx-postcss/babel"]},"dependencies":{"@absinthe/socket-graphiql":"0.1.1","calculate-size":"^1.1.1","classnames":"^2.2.5","codemirror":"^5.27.4","cuid":"^1.3.8","graphcool-styles":"0.2.4","graphcool-tmp-ui":"^0.0.11","graphiql":"^0.11.2","graphql":"^0.10.5","isomorphic-fetch":"^2.2.1","keycode":"^2.1.9","lodash":"^4.17.4","lodash.debounce":"^4.0.8","postcss-modules":"^0.6.4","react":"^16.0.0","react-addons-shallow-compare":"^15.6.0","react-codemirror":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dom":"^16.0.0","react-helmet":"^5.2.0","react-modal":"^3.1.0","react-redux":"^5.0.5","react-router-dom":"^4.2.2","react-transition-group":"^1.1.3","react-virtualized":"^9.12.0","redux":"^3.7.2","redux-localstorage":"rc","redux-localstorage-filter":"^0.1.1","rxjs":"^5.0.3","seamless-immutable":"^7.0.1","styled-jsx-postcss":"git+https://github.com/timsuchanek/styled-jsx-postcss.git#build3"},"lint-staged":{"*.{ts,tsx}":["prettier --single-quote --no-semi --trailing-comma all --write","tslint","git add"],"gitDir":"../../"},"jest":{"collectCoverageFrom":["src/**/*.{ts,tsx}"],"setupFiles":["<rootDir>/config/polyfills.js"],"testPathIgnorePatterns":["<rootDir>[/\\\\](build|docs|node_modules)[/\\\\]"],"testEnvironment":"node","testURL":"http://localhost","transform":{"^.+\\.css$":"<rootDir>/config/jest/cssTransform.js","^.+\\.tsx?$":"<rootDir>/config/jest/typescriptTransform.js","^(?!.*\\.(css|json)$)":"<rootDir>/config/jest/fileTransform.js"},"transformIgnorePatterns":["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],"moduleNameMapper":{"^react-native$":"react-native-web"},"moduleFileExtensions":["ts","tsx","js"],"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$"},"bugs":{"url":"https://github.com/absinthe-graphql/graphql-playground/issues"},"homepage":"https://github.com/absinthe-graphql/graphql-playground#readme","_id":"@absinthe/graphql-playground@1.1.3","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"tlvenn","email":"chris@jumpn.com"},"dist":{"integrity":"sha512-+AV7qVwj+755VqoDqoKMZvLxv2kv8cW62rEHx74W397CryWQNuhkt6rvE946c3WiSzQNPKCPiFhMvvvbecP5JA==","shasum":"763369a17cadcdc7217b2d5f0d2626f7db89ab73","tarball":"https://registry.npmjs.org/@absinthe/graphql-playground/-/graphql-playground-1.1.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGnp+EGGTJuR4XksMtBgfkPGT6rdpooERJDo0sA0UWzsAiBDqCgO9MzLBj5qG0lczrV/qhI9uWK9gepomqO+VKkMtA=="}]},"maintainers":[{"name":"tlvenn","email":"chris@jumpn.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-playground-1.1.3.tgz_1510331013030_0.2427207068540156"},"directories":{}},"1.2.0":{"name":"@absinthe/graphql-playground","version":"1.2.0","main":"./lib/lib.js","typings":"./lib/lib.d.ts","description":"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).","contributors":[{"name":"Tim Suchanek","email":"tim@graph.cool"},{"name":"Johannes Schickling","email":"johannes@graph.cool"}],"repository":{"type":"git","url":"git+https://github.com/absinthe-graphql/graphql-playground.git"},"license":"SEE LICENSE IN LICENSE","scripts":{"start":"node scripts/start.js","prepublishOnly":"yarn build","copy-styles":"cat src/styles/*.css > playground.css","build":"rimraf dist build dist && yarn build-app && yarn build-package && yarn copy-styles","tsc":"tsc -p tsconfig.build.json","build-package":"rimraf lib build/dist && npm run tsc && babel lib -d lib && cp -r ./src/assets/ ./lib/assets/ && cd lib && rimraf *.jsx;","build-app":"node scripts/build.js","test":"node scripts/test.js --env=jsdom","bump":"npm version patch --no-git-tag-version && git add package.json","graphql-faker":"graphql-faker ./tests/schema.faker.graphql","lint":"tslint \"src/**/*.ts{,x}\"","precommit":"lint-staged","prettier":"prettier --single-quote --no-semi --trailing-comma all --write *.{ts,tsx} 'src/**/*.{ts,tsx}'"},"files":["build","lib","playground.css"],"devDependencies":{"@types/deasync":"^0.1.0","@types/express":"^4.0.36","@types/hapi":"^16.1.7","@types/jest":"^20.0.4","@types/koa":"^2.0.39","@types/node":"^8.0.14","@types/react":"15.0.31","@types/react-dom":"15.5.1","autoprefixer":"6.5.1","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-loader":"^6.2.10","babel-plugin-polished":"^1.1.0","babel-plugin-styled-components":"^1.3.0","babel-preset-es2015":"^6.18.0","babel-preset-es2016":"^6.16.0","babel-preset-react":"^6.16.0","babel-preset-stage-3":"^6.24.1","case-sensitive-paths-webpack-plugin":"^2.1.1","chalk":"1.1.3","connect-history-api-fallback":"1.3.0","cross-spawn":"4.0.2","css-loader":"0.26.0","detect-port":"1.0.1","dotenv":"2.0.0","extract-text-webpack-plugin":"^3.0.2","file-loader":"0.9.0","filesize":"3.3.0","fs-extra":"0.30.0","gzip-size":"3.0.0","html-webpack-plugin":"2.24.0","http-proxy-middleware":"0.17.2","husky":"^0.14.3","jest":"^20.0.4","json-loader":"0.5.4","lint-staged":"^4.0.2","node-noop":"^1.0.0","np":"2.16.1","object-assign":"4.1.0","polished":"^1.9.0","postcss-cssnext":"^2.9.0","postcss-flexbugs-fixes":"^3.2.0","postcss-import":"^9.1.0","postcss-inherit":"git+https://github.com/timsuchanek/postcss-inherit.git#build3","postcss-inject":"^1.0.1","postcss-loader":"1.0.0","postcss-nested":"^1.0.0","postcss-simple-vars":"^3.0.0","prettier":"^1.7.4","promise":"7.1.1","raw-loader":"^0.5.1","react-dev-utils":"^4.2.1","recursive-readdir":"^2.2.1","rimraf":"^2.6.2","source-map-loader":"^0.2.3","strip-ansi":"3.0.1","style-loader":"0.13.1","svg-inline-loader":"^0.8.0","sw-precache-webpack-plugin":"^0.11.4","ts-loader":"^3.1.1","tslint":"^5.5.0","tslint-graphcool-frontend":"^0.0.3","tslint-loader":"^3.5.3","typescript":"^2.6.1","typescript-styled-plugin":"^0.2.0","url-loader":"0.5.7","webpack":"^3.8.1","webpack-dev-server":"^2.9.3","webpack-manifest-plugin":"1.1.0","whatwg-fetch":"1.0.0","why-did-you-update":"^0.0.8"},"babel":{"plugins":["styled-jsx-postcss/babel"]},"dependencies":{"@absinthe/socket-graphiql":"0.1.1","calculate-size":"^1.1.1","classnames":"^2.2.5","codemirror":"^5.27.4","cuid":"^1.3.8","graphcool-styles":"0.2.4","graphcool-tmp-ui":"^0.0.11","graphiql":"^0.11.2","graphql":"^0.10.5","isomorphic-fetch":"^2.2.1","keycode":"^2.1.9","lodash":"^4.17.4","lodash.debounce":"^4.0.8","postcss-modules":"^0.6.4","react":"^16.0.0","react-addons-shallow-compare":"^15.6.0","react-codemirror":"^1.0.0","react-copy-to-clipboard":"^5.0.0","react-dom":"^16.0.0","react-helmet":"^5.2.0","react-modal":"^3.1.0","react-redux":"^5.0.6","react-router-dom":"^4.2.2","react-transition-group":"^1.1.3","react-virtualized":"^9.12.0","redux":"^3.7.2","redux-localstorage":"rc","redux-localstorage-filter":"^0.1.1","rxjs":"^5.0.3","seamless-immutable":"^7.0.1","styled-components":"^2.2.3","styled-jsx-postcss":"git+https://github.com/timsuchanek/styled-jsx-postcss.git#build3","styled-theming":"^2.2.0"},"lint-staged":{"*.{ts,tsx}":["prettier --single-quote --no-semi --trailing-comma all --write","tslint","git add"],"gitDir":"../../"},"jest":{"collectCoverageFrom":["src/**/*.{ts,tsx}"],"setupFiles":["<rootDir>/config/polyfills.js"],"testPathIgnorePatterns":["<rootDir>[/\\\\](build|docs|node_modules)[/\\\\]"],"testEnvironment":"node","testURL":"http://localhost","transform":{"^.+\\.css$":"<rootDir>/config/jest/cssTransform.js","^.+\\.tsx?$":"<rootDir>/config/jest/typescriptTransform.js","^(?!.*\\.(css|json)$)":"<rootDir>/config/jest/fileTransform.js"},"transformIgnorePatterns":["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],"moduleNameMapper":{"^react-native$":"react-native-web"},"moduleFileExtensions":["ts","tsx","js"],"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$"},"bugs":{"url":"https://github.com/absinthe-graphql/graphql-playground/issues"},"homepage":"https://github.com/absinthe-graphql/graphql-playground#readme","_id":"@absinthe/graphql-playground@1.2.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"tlvenn","email":"chris@jumpn.com"},"dist":{"integrity":"sha512-Q1lobcADTsyqnqX/5ncFyZn40CwyWXXhOvlrdZW5lj4JiL3elAGwKk2wJIBnGhyktpa/4L0SUusgMu0cUgISBA==","shasum":"01ec9d36e73ae51432d4561a37a785808b29ca83","tarball":"https://registry.npmjs.org/@absinthe/graphql-playground/-/graphql-playground-1.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBj55/cbhet/cZZH0vPrjN9Cfd1UlbrePq2UzkF6mrREAiEAsxGBAcMhG+2f/CGSOIqEAKpPtpNgVhQRITpzH+1FsuE="}]},"maintainers":[{"name":"mgtitimoli","email":"mgtitimoli@gmail.com"},{"name":"tlvenn","email":"chris@jumpn.com"},{"name":"bruce","email":"brwcodes@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-playground-1.2.0.tgz_1511774993295_0.879694304196164"},"directories":{}},"1.3.1":{"name":"@absinthe/graphql-playground","version":"1.3.1","description":"GraphQL Playground for Absinthe","main":"./dist/main.js","contributors":[{"name":"Christian Meunier","email":"chris@jumpn.com"}],"license":"MIT","private":false,"scripts":{"start":"webpack-dev-server --mode development --open","build":"webpack --mode production","precommit":"pretty-quick --staged","prepublishOnly":"yarn build","release":"np"},"files":["dist/main.js"],"dependencies":{"@absinthe/socket":"^0.1.10","@absinthe/socket-apollo-link":"^0.1.11","apollo-link":"^1.2.2","apollo-link-http":"^1.5.4","graphql-playground-react":"^1.7.1","phoenix":"^1.3.0","react":"^16.4.1","react-dom":"^16.4.1","react-redux":"^5.0.7"},"devDependencies":{"babel-core":"^6.26.3","babel-loader":"^7.1.4","babel-preset-env":"^1.7.0","babel-preset-react":"^6.24.1","babel-preset-stage-3":"^6.24.1","file-loader":"^1.1.11","html-webpack-plugin":"^3.2.0","husky":"^0.14.3","np":"^3.0.4","prettier":"^1.13.7","pretty-quick":"^1.6.0","svg-inline-loader":"^0.8.0","url-loader":"^1.0.1","webpack":"^4.14.0","webpack-cli":"^3.0.8","webpack-dev-server":"^3.1.4"},"resolutions":{"graphql":"^0.12.3"},"licenseText":"MIT License\n\nCopyright (c) 2018 Jumpn Limited.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@absinthe/graphql-playground@1.3.1","dist":{"shasum":"39cbdd6332d33584ca851cfeea93c6a2b4d463dd","tarball":"https://registry.npmjs.org/@absinthe/graphql-playground/-/graphql-playground-1.3.1.tgz","fileCount":5,"unpackedSize":2186431,"integrity":"sha512-jYmX9zo5D/zkmAHfweNDvLxUIkXtkQdp3M2NXhENA1PPmvCVoU90682FWaUJtuThY5IDFZzVzO2mYfnUSm/rQw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7mcHm1YH+5MEB8IRJU7zTg0a0QJjuVBtxQiYjUVxjKAIgapIT++8dNZWMx+aB1g1nrxZNIpTFeANcuwtu7Q9TBog="}]},"maintainers":[{"name":"bruce","email":"brwcodes@gmail.com"},{"name":"mgtitimoli","email":"mgtitimoli@gmail.com"},{"name":"tlvenn","email":"chris@jumpn.com"}],"_npmUser":{"name":"tlvenn","email":"chris@jumpn.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-playground_1.3.1_1530511226384_0.12564346116190772"},"_hasShrinkwrap":false},"1.3.2":{"name":"@absinthe/graphql-playground","version":"1.3.2","description":"GraphQL Playground for Absinthe","main":"./dist/main.js","contributors":[{"name":"Christian Meunier","email":"chris@jumpn.com"}],"license":"MIT","private":false,"scripts":{"start":"webpack-dev-server --mode development --open","build":"webpack --mode production","precommit":"pretty-quick --staged","prepublishOnly":"yarn build","release":"np"},"files":["dist/main.js"],"dependencies":{"@absinthe/socket":"^0.1.10","@absinthe/socket-apollo-link":"^0.1.11","apollo-link":"^1.2.2","apollo-link-http":"^1.5.4","graphql-playground-react":"^1.7.1","phoenix":"^1.3.0","react":"^16.4.1","react-dom":"^16.4.1","react-redux":"^5.0.7"},"devDependencies":{"babel-core":"^6.26.3","babel-loader":"^7.1.4","babel-preset-env":"^1.7.0","babel-preset-react":"^6.24.1","babel-preset-stage-3":"^6.24.1","file-loader":"^1.1.11","html-webpack-plugin":"^3.2.0","husky":"^0.14.3","np":"^3.0.4","prettier":"^1.13.7","pretty-quick":"^1.6.0","svg-inline-loader":"^0.8.0","url-loader":"^1.0.1","webpack":"^4.14.0","webpack-cli":"^3.0.8","webpack-dev-server":"^3.1.4"},"resolutions":{"graphql-playground-react/graphql":"0.12.3","@jumpn/*/graphql":"0.12.3","@absinthe/*/graphql":"0.12.3"},"licenseText":"MIT License\n\nCopyright (c) 2018 Jumpn Limited.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@absinthe/graphql-playground@1.3.2","dist":{"shasum":"877b6d577bc79120a7ce22c75a6321eecac3134f","tarball":"https://registry.npmjs.org/@absinthe/graphql-playground/-/graphql-playground-1.3.2.tgz","fileCount":5,"unpackedSize":2186526,"integrity":"sha512-Ojge5pIz2etitm2KKb0f25jYikeNDYdBW+GpX086lGxBqI5QU7ScSEPnQ2uhQUUjs4oE0TpwfAJQQWlCrb0QUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFNnFs2WE4ZYu/DjdsOuhk2MaNaMN5lhMAst2SOr2iNOAiEA8mn0/YRauLmtR3FsxTQLi7WAG1xo99iMKf+UdnJU1JQ="}]},"maintainers":[{"name":"bruce","email":"brwcodes@gmail.com"},{"name":"mgtitimoli","email":"mgtitimoli@gmail.com"},{"name":"tlvenn","email":"chris@jumpn.com"}],"_npmUser":{"name":"tlvenn","email":"chris@jumpn.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-playground_1.3.2_1530521025518_0.9705522012884766"},"_hasShrinkwrap":false},"1.3.3":{"name":"@absinthe/graphql-playground","version":"1.3.3","description":"GraphQL Playground for Absinthe","main":"./dist/main.js","contributors":[{"name":"Christian Meunier","email":"chris@jumpn.com"}],"license":"MIT","private":false,"scripts":{"fix-graphql-double-import":"rm -rf ./node_modules/graphql/module","postinstall":"yarn run fix-graphql-double-import","start":"webpack-dev-server --mode development --open","build":"webpack --mode production","precommit":"pretty-quick --staged","prepublishOnly":"yarn build","release":"np"},"files":["dist/main.js"],"dependencies":{"@absinthe/socket":"^0.1.10","@absinthe/socket-apollo-link":"^0.1.11","apollo-link":"^1.2.2","apollo-link-http":"^1.5.4","graphql-playground-react":"^1.7.1","phoenix":"^1.3.0","react":"^16.4.1","react-dom":"^16.4.1","react-redux":"^5.0.7"},"devDependencies":{"babel-core":"^6.26.3","babel-loader":"^7.1.4","babel-preset-env":"^1.7.0","babel-preset-react":"^6.24.1","babel-preset-stage-3":"^6.24.1","file-loader":"^1.1.11","html-webpack-plugin":"^3.2.0","husky":"^0.14.3","np":"^3.0.4","prettier":"^1.13.7","pretty-quick":"^1.6.0","svg-inline-loader":"^0.8.0","url-loader":"^1.0.1","webpack":"^4.14.0","webpack-cli":"^3.0.8","webpack-dev-server":"^3.1.4"},"resolutions":{"graphql-playground-react/graphql":"0.12.3","@jumpn/*/graphql":"0.12.3","@absinthe/*/graphql":"0.12.3"},"licenseText":"MIT License\n\nCopyright (c) 2018 Jumpn Limited.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@absinthe/graphql-playground@1.3.3","dist":{"shasum":"5da401949e64b87b117b0cff05f3bec868a6066e","tarball":"https://registry.npmjs.org/@absinthe/graphql-playground/-/graphql-playground-1.3.3.tgz","fileCount":5,"unpackedSize":2199029,"integrity":"sha512-QgdgSA6fMFeXJO7PkmMzIfkhul2Uj0kJ7ztoBd49E3QLdSAS63Z1YirK6xVoAOd18+LhiVvMYa+8ZiHd41x0Ig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGcy8G7vkNlnI0YcFU/ygKcAE4A6u2AlgUg8WoLvShTiAiEAkpopgPwKWvKTEH/dRvTpWTz/6B8hQVLC5xYv0hZX7xM="}]},"maintainers":[{"name":"bruce","email":"brwcodes@gmail.com"},{"name":"mgtitimoli","email":"mgtitimoli@gmail.com"},{"name":"tlvenn","email":"chris@jumpn.com"}],"_npmUser":{"name":"tlvenn","email":"chris@jumpn.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-playground_1.3.3_1530522196712_0.3517592623981136"},"_hasShrinkwrap":false},"1.3.4":{"name":"@absinthe/graphql-playground","version":"1.3.4","description":"GraphQL Playground for Absinthe","main":"./dist/main.js","contributors":[{"name":"Christian Meunier","email":"chris@jumpn.com"}],"license":"MIT","private":false,"scripts":{"start":"webpack-dev-server --mode development --open","build":"webpack --mode production","precommit":"pretty-quick --staged","prepublishOnly":"yarn build","release":"np"},"files":["dist/main.js"],"dependencies":{"@absinthe/socket":"^0.1.10","@absinthe/socket-apollo-link":"^0.1.11","apollo-link":"^1.2.2","apollo-link-http":"^1.5.4","graphql-playground-react":"^1.7.1","phoenix":"^1.3.0","react":"^16.4.1","react-dom":"^16.4.1","react-redux":"^5.0.7"},"devDependencies":{"babel-core":"^6.26.3","babel-loader":"^7.1.4","babel-preset-env":"^1.7.0","babel-preset-react":"^6.24.1","babel-preset-stage-3":"^6.24.1","file-loader":"^1.1.11","html-webpack-plugin":"^3.2.0","husky":"^0.14.3","np":"^3.0.4","prettier":"^1.13.7","pretty-quick":"^1.6.0","svg-inline-loader":"^0.8.0","url-loader":"^1.0.1","webpack":"^4.14.0","webpack-cli":"^3.0.8","webpack-dev-server":"^3.1.4"},"resolutions":{"graphql-playground-react/graphql":"0.12.3","@jumpn/*/graphql":"0.12.3","@absinthe/*/graphql":"0.12.3"},"licenseText":"MIT License\n\nCopyright (c) 2018 Jumpn Limited.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@absinthe/graphql-playground@1.3.4","dist":{"shasum":"c231fb27841dfba96189d253e23d73f948ce6ffd","tarball":"https://registry.npmjs.org/@absinthe/graphql-playground/-/graphql-playground-1.3.4.tgz","fileCount":5,"unpackedSize":3070319,"integrity":"sha512-+xZI1ZCCk1d4AuqweJt5kQnjeYkq/ap8aZtAO/ax3rtgHLCRtl+nxIzMGklP9nBN9qpBt0pfK1W4JXhPoGRnSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDok7vPLpDDhfTHCbutAExaaEiPxQW9GMjU6Zz0ZF9plgIgdHFT61yI6yreGg9P9XCoAy5/YkPU8aFLfTBl00OQJxI="}]},"maintainers":[{"name":"bruce","email":"brwcodes@gmail.com"},{"name":"mgtitimoli","email":"mgtitimoli@gmail.com"},{"name":"tlvenn","email":"chris@jumpn.com"}],"_npmUser":{"name":"tlvenn","email":"chris@jumpn.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-playground_1.3.4_1530530512535_0.6213884768932214"},"_hasShrinkwrap":false},"1.3.5":{"name":"@absinthe/graphql-playground","version":"1.3.5","description":"GraphQL Playground for Absinthe","main":"./dist/main.js","contributors":[{"name":"Christian Meunier","email":"chris@jumpn.com"}],"license":"MIT","private":false,"scripts":{"start":"webpack-dev-server --mode development --open","build":"webpack --mode production","precommit":"pretty-quick --staged","prepublishOnly":"yarn build","release":"np"},"files":["dist/main.js"],"dependencies":{"@absinthe/socket":"^0.1.10","@absinthe/socket-apollo-link":"^0.1.11","apollo-link":"^1.2.2","apollo-link-http":"^1.5.4","graphql-playground-react":"^1.7.1","phoenix":"^1.3.0","react":"^16.4.1","react-dom":"^16.4.1","react-redux":"^5.0.7"},"devDependencies":{"babel-core":"^6.26.3","babel-loader":"^7.1.4","babel-preset-env":"^1.7.0","babel-preset-react":"^6.24.1","babel-preset-stage-3":"^6.24.1","file-loader":"^1.1.11","html-webpack-plugin":"^3.2.0","husky":"^0.14.3","np":"^3.0.4","prettier":"^1.13.7","pretty-quick":"^1.6.0","svg-inline-loader":"^0.8.0","url-loader":"^1.0.1","webpack":"^4.14.0","webpack-cli":"^3.0.8","webpack-dev-server":"^3.1.4"},"resolutions":{"graphql-playground-react/graphql":"0.12.3","@jumpn/*/graphql":"0.12.3","@absinthe/*/graphql":"0.12.3"},"licenseText":"MIT License\n\nCopyright (c) 2018 Jumpn Limited.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","_id":"@absinthe/graphql-playground@1.3.5","dist":{"shasum":"dd9a3f82ffdc0d22cfe4bafc6323b4f5f4c938b2","tarball":"https://registry.npmjs.org/@absinthe/graphql-playground/-/graphql-playground-1.3.5.tgz","fileCount":5,"unpackedSize":3283946,"integrity":"sha512-X4vRbXnyLPtzwy8x9kDwACJgSd1HhiAxWfIejnPZUllkF/8KZaE5xQ4zVK9AfWCua1qh/jRn+vQMXoQuiN/A8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFMY1Kno6FJ4iJS8ZmF5n2TbcBRXZqf4QuljJ8Xs41QOAiEA1Y2FZkt5b5zqYjHCAi6XEDp/p7+iWiAO5FGMEa4yHZs="}]},"maintainers":[{"name":"bruce","email":"brwcodes@gmail.com"},{"name":"mgtitimoli","email":"mgtitimoli@gmail.com"},{"name":"tlvenn","email":"chris@jumpn.com"}],"_npmUser":{"name":"tlvenn","email":"chris@jumpn.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/graphql-playground_1.3.5_1530839150604_0.657092297579402"},"_hasShrinkwrap":false}},"readme":"","maintainers":[{"name":"bruce","email":"brwcodes@gmail.com"},{"name":"mgtitimoli","email":"mgtitimoli@gmail.com"},{"name":"tlvenn","email":"chris@jumpn.com"}],"time":{"modified":"2022-06-12T14:15:17.353Z","created":"2017-11-10T16:23:33.534Z","1.1.3":"2017-11-10T16:23:33.534Z","1.2.0":"2017-11-27T09:29:53.496Z","1.3.1":"2018-07-02T06:00:26.557Z","1.3.2":"2018-07-02T08:43:45.647Z","1.3.3":"2018-07-02T09:03:16.866Z","1.3.4":"2018-07-02T11:21:52.704Z","1.3.5":"2018-07-06T01:05:50.706Z"},"contributors":[{"name":"Christian Meunier","email":"chris@jumpn.com"}],"license":"MIT","readmeFilename":""}