github-pages-deploy-action/node_modules/graphql-config/package.json
2020-03-31 08:40:00 -04:00

75 lines
1.8 KiB
JSON

{
"_args": [
[
"graphql-config@2.2.2",
"."
]
],
"_development": true,
"_from": "graphql-config@2.2.2",
"_id": "graphql-config@2.2.2",
"_inBundle": false,
"_integrity": "sha512-mtv1ejPyyR2mJUUZNhljggU+B/Xl8tJJWf+h145hB+1Y48acSghFalhNtXfPBcYl2tJzpb+lGxfj3O7OjaiMgw==",
"_location": "/graphql-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "graphql-config@2.2.2",
"name": "graphql-config",
"escapedName": "graphql-config",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"/eslint-plugin-graphql"
],
"_resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-2.2.2.tgz",
"_spec": "2.2.2",
"_where": ".",
"author": {
"name": "Kamil Kisiela",
"email": "kamil.kisiela@gmail.com",
"url": "https://github.com/kamilkisiela"
},
"bugs": {
"url": "https://github.com/kamilkisiela/graphql-config/issues"
},
"dependencies": {
"graphql-import": "^0.7.1",
"graphql-request": "^1.5.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"minimatch": "^3.0.4"
},
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
"engines": {
"node": ">= 6.0.0"
},
"files": [
"LICENSE",
"README.md",
"lib/"
],
"homepage": "https://github.com/kamilkisiela/graphql-config#readme",
"keywords": [
"graphql",
"config",
"relay",
"apollo"
],
"license": "MIT",
"main": "lib/index.js",
"name": "graphql-config",
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamilkisiela/graphql-config.git"
},
"types": "lib/index.d.ts",
"version": "2.2.2"
}