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

94 lines
2.5 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"graphql-config@2.2.1",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
2020-03-07 11:45:40 +08:00
],
2020-03-22 05:13:25 +08:00
"_development": true,
"_from": "graphql-config@2.2.1",
"_id": "graphql-config@2.2.1",
"_inBundle": false,
"_integrity": "sha512-U8+1IAhw9m6WkZRRcyj8ZarK96R6lQBQ0an4lp76Ps9FyhOXENC5YQOxOFGm5CxPrX2rD0g3Je4zG5xdNJjwzQ==",
"_location": "/graphql-config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "graphql-config@2.2.1",
"name": "graphql-config",
"escapedName": "graphql-config",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
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-22 05:13:25 +08:00
"_resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-2.2.1.tgz",
"_spec": "2.2.1",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"author": {
"name": "Johannes Schickling",
"email": "johannes@graph.cool"
},
2020-03-07 11:45:40 +08:00
"bugs": {
"url": "https://github.com/graphcool/graphql-config/issues"
},
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)",
2020-03-07 11:45:40 +08:00
"devDependencies": {
"@types/graphql": "0.13.3",
"@types/node": "9.4.6",
"@types/node-fetch": "1.6.7",
"ava": "0.25.0",
"cpx": "1.5.0",
"graphql": "14.0.2",
"rimraf": "2.6.2",
"tslint": "5.9.1",
"tslint-config-standard": "7.0.0",
"typescript": "2.7.2"
},
2020-03-22 05:13:25 +08:00
"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/"
],
"homepage": "https://github.com/graphcool/graphql-config#readme",
"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",
"url": "git+https://github.com/graphcool/graphql-config.git"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf lib",
"copy-test-assets": "cpx \"src/**/{.graphqlconfig*,*.graphql,*.json}\" lib",
"prepublish": "npm run build",
"test": "tslint src/**/*.ts && npm run test-only",
"test-only": "npm run build && npm run copy-test-assets && ava --verbose lib/__tests__/**/*.js --serial"
},
"types": "lib/index.d.ts",
"version": "2.2.1"
2020-03-07 11:45:40 +08:00
}