WIP - add extractor, generate snippet_data
This commit is contained in:
83
node_modules/graphql-playground-middleware-express/package.json
generated
vendored
Normal file
83
node_modules/graphql-playground-middleware-express/package.json
generated
vendored
Normal file
@ -0,0 +1,83 @@
|
||||
{
|
||||
"_from": "graphql-playground-middleware-express@^1.7.10",
|
||||
"_id": "graphql-playground-middleware-express@1.7.12",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-17szgonnVSxWVrgblLRHHLjWnMUONfkULIwSunaMvYx8k5oG3yL86cyGCbHuDFUFkyr2swLhdfYl4mDfDXuvOA==",
|
||||
"_location": "/graphql-playground-middleware-express",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "graphql-playground-middleware-express@^1.7.10",
|
||||
"name": "graphql-playground-middleware-express",
|
||||
"escapedName": "graphql-playground-middleware-express",
|
||||
"rawSpec": "^1.7.10",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.7.10"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.7.12.tgz",
|
||||
"_shasum": "de4b2402a02159b2125561fe38eb378b56cf6d99",
|
||||
"_spec": "graphql-playground-middleware-express@^1.7.10",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
||||
"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": {
|
||||
"graphql-playground-html": "1.6.12"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
|
||||
"devDependencies": {
|
||||
"@types/node": "9.4.0",
|
||||
"express": "^4.16.4",
|
||||
"rimraf": "2.6.2",
|
||||
"typescript": "2.6.2"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
|
||||
"keywords": [
|
||||
"graphql",
|
||||
"graphiql",
|
||||
"playground",
|
||||
"graphcool"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"name": "graphql-playground-middleware-express",
|
||||
"peerDependencies": {
|
||||
"express": "^4.16.2"
|
||||
},
|
||||
"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.7.12"
|
||||
}
|
||||
Reference in New Issue
Block a user