mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
94 lines
2.5 KiB
JSON
94 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"graphql-config@2.2.1",
|
|
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
|
|
]
|
|
],
|
|
"_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"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-graphql"
|
|
],
|
|
"_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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/graphcool/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)",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
},
|
|
"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",
|
|
"peerDependencies": {
|
|
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
|
|
},
|
|
"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"
|
|
}
|