Files
30-seconds-of-code/node_modules/graphql-playground-html/package.json
2019-08-20 15:52:05 +02:00

78 lines
2.2 KiB
JSON

{
"_from": "graphql-playground-html@1.6.12",
"_id": "graphql-playground-html@1.6.12",
"_inBundle": false,
"_integrity": "sha512-yOYFwwSMBL0MwufeL8bkrNDgRE7eF/kTHiwrqn9FiR9KLcNIl1xw9l9a+6yIRZM56JReQOHpbQFXTZn1IuSKRg==",
"_location": "/graphql-playground-html",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "graphql-playground-html@1.6.12",
"name": "graphql-playground-html",
"escapedName": "graphql-playground-html",
"rawSpec": "1.6.12",
"saveSpec": null,
"fetchSpec": "1.6.12"
},
"_requiredBy": [
"/graphql-playground-middleware-express"
],
"_resolved": "https://registry.npmjs.org/graphql-playground-html/-/graphql-playground-html-1.6.12.tgz",
"_shasum": "8b3b34ab6013e2c877f0ceaae478fafc8ca91b85",
"_spec": "graphql-playground-html@1.6.12",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/graphql-playground-middleware-express",
"bugs": {
"url": "https://github.com/graphcool/graphql-playground/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tim Suchanek",
"email": "tim@graph.cool"
},
{
"name": "Johannes Schickling",
"email": "johannes@graph.cool"
},
{
"name": "Mohammad Rajabifard",
"email": "mo.rajbi@gmail.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"devDependencies": {
"@types/node": "9.4.6",
"rimraf": "2.6.2",
"typescript": "2.6.2"
},
"files": [
"dist"
],
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",
"keywords": [
"graphql",
"graphiql",
"playground",
"graphcool"
],
"license": "SEE LICENSE IN LICENSE",
"main": "dist/index.js",
"name": "graphql-playground-html",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/graphcool/graphql-playground.git"
},
"scripts": {
"build": "rimraf dist && tsc",
"prepare": "npm run build"
},
"typescript": {
"definition": "dist/index.d.ts"
},
"typings": "dist/index.d.ts",
"version": "1.6.12"
}