All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.graphql-config.package.json Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
{
  "_from": "graphql-config@^2.0.1",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-U8+1IAhw9m6WkZRRcyj8ZarK96R6lQBQ0an4lp76Ps9FyhOXENC5YQOxOFGm5CxPrX2rD0g3Je4zG5xdNJjwzQ==",
  "_location": "/graphql-config",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graphql-config@^2.0.1",
    "name": "graphql-config",
    "escapedName": "graphql-config",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/apollo-codegen-core"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-2.2.1.tgz",
  "_shasum": "5fd0ec77ac7428ca5fb2026cf131be10151a0cb2",
  "_spec": "graphql-config@^2.0.1",
  "_where": "/home/circleci/apollo-client-maven-plugin/apollo-client-maven-plugin/target/node_modules/apollo-codegen-core",
  "author": {
    "name": "Johannes Schickling",
    "email": "[email protected]"
  },
  "bugs": {
    "url": "https://github.com/graphcool/graphql-config/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graphql-import": "^0.7.1",
    "graphql-request": "^1.5.0",
    "js-yaml": "^3.10.0",
    "lodash": "^4.17.4",
    "minimatch": "^3.0.4"
  },
  "deprecated": false,
  "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"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy