github-pages-deploy-action/node_modules/graphql-config/package.json

75 lines
1.8 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"graphql-config@2.2.2",
"."
2020-03-22 05:13:25 +08:00
]
2020-03-07 11:45:40 +08:00
],
2020-03-22 05:13:25 +08:00
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "graphql-config@2.2.2",
"_id": "graphql-config@2.2.2",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-mtv1ejPyyR2mJUUZNhljggU+B/Xl8tJJWf+h145hB+1Y48acSghFalhNtXfPBcYl2tJzpb+lGxfj3O7OjaiMgw==",
2020-03-22 05:13:25 +08:00
"_location": "/graphql-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "graphql-config@2.2.2",
2020-03-22 05:13:25 +08:00
"name": "graphql-config",
"escapedName": "graphql-config",
2020-03-31 20:40:00 +08:00
"rawSpec": "2.2.2",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "2.2.2"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"_requiredBy": [
"/eslint-plugin-graphql"
2020-03-07 11:45:40 +08:00
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-2.2.2.tgz",
"_spec": "2.2.2",
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
2020-03-31 20:40:00 +08:00
"name": "Kamil Kisiela",
"email": "kamil.kisiela@gmail.com",
"url": "https://github.com/kamilkisiela"
2020-03-22 05:13:25 +08:00
},
2020-03-07 11:45:40 +08:00
"bugs": {
2020-03-31 20:40:00 +08:00
"url": "https://github.com/kamilkisiela/graphql-config/issues"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"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"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"files": [
"LICENSE",
"README.md",
"lib/"
],
2020-03-31 20:40:00 +08:00
"homepage": "https://github.com/kamilkisiela/graphql-config#readme",
2020-03-22 05:13:25 +08:00
"keywords": [
"graphql",
"config",
"relay",
"apollo"
],
"license": "MIT",
"main": "lib/index.js",
"name": "graphql-config",
2020-03-07 11:45:40 +08:00
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
2020-03-22 05:13:25 +08:00
},
"repository": {
"type": "git",
2020-03-31 20:40:00 +08:00
"url": "git+https://github.com/kamilkisiela/graphql-config.git"
2020-03-22 05:13:25 +08:00
},
"types": "lib/index.d.ts",
2020-03-31 20:40:00 +08:00
"version": "2.2.2"
2020-03-07 11:45:40 +08:00
}