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

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

There is a newer version: 3.3.1
Show newest version
{
  "_from": "graphql-import@^0.7.1",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-YpwpaPjRUVlw2SN3OPljpWbVRWAhMAyfSba5U47qGMOSsPLi2gYeJtngGpymjm9nk57RFWEpjqwh4+dpYuFAPw==",
  "_location": "/graphql-import",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graphql-import@^0.7.1",
    "name": "graphql-import",
    "escapedName": "graphql-import",
    "rawSpec": "^0.7.1",
    "saveSpec": null,
    "fetchSpec": "^0.7.1"
  },
  "_requiredBy": [
    "/graphql-config"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-import/-/graphql-import-0.7.1.tgz",
  "_shasum": "4add8d91a5f752d764b0a4a7a461fcd93136f223",
  "_spec": "graphql-import@^0.7.1",
  "_where": "/home/circleci/apollo-client-maven-plugin/apollo-client-maven-plugin/target/node_modules/graphql-config",
  "bugs": {
    "url": "https://github.com/graphcool/graphql-import/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash": "^4.17.4",
    "resolve-from": "^4.0.0"
  },
  "deprecated": false,
  "description": "[![CircleCI](https://circleci.com/gh/prisma/graphql-import.svg?style=shield)](https://circleci.com/gh/prisma/graphql-import) [![npm version](https://badge.fury.io/js/graphql-import.svg)](https://badge.fury.io/js/graphql-import)",
  "devDependencies": {
    "@types/graphql": "14.0.0",
    "@types/lodash": "4.14.116",
    "@types/node": "9.6.31",
    "@types/resolve-from": "0.0.18",
    "ava": "0.25.0",
    "ava-ts": "0.25.1",
    "graphql": "14.0.2",
    "nyc": "11.8.0",
    "tap-xunit": "2.3.0",
    "ts-node": "7.0.1",
    "tslint": "5.11.0",
    "tslint-config-standard": "7.0.0",
    "typedoc": "0.11.1",
    "typescript": "3.0.1"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/graphcool/graphql-import#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "graphql-import",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "**/*.d.ts",
      "**/*.test.ts"
    ],
    "all": true,
    "sourceMap": true,
    "instrument": true
  },
  "peerDependencies": {
    "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://[email protected]/graphcool/graphql-import.git"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -d",
    "docs": "typedoc --out docs src/index.ts --hideGenerator --exclude **/*.test.ts",
    "docs:publish": "cp ./now.json ./docs && cd docs && now --public -f && now alias && now rm --yes --safe graphql-import & cd ..",
    "prepare": "npm run build",
    "test": "tslint src/**/*.ts && npm run test-only",
    "test-only": "npm run build && mkdir -p ~/reports && nyc --reporter lcov ava-ts --verbose src/**/*.test.ts --tap | tap-xunit > ~/reports/ava.xml",
    "testlocal": "npm run build && nyc --reporter lcov --reporter text ava-ts -u --verbose src/**/*.test.ts"
  },
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "typings": "dist/index.d.ts",
  "version": "0.7.1"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy