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

node_modules.apollo-codegen.package.json Maven / Gradle / Ivy

The newest version!
{
  "_from": "apollo-codegen",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-s3AyAErre2qFZGkjk3gseE/1T98=",
  "_location": "/apollo-codegen",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "apollo-codegen",
    "name": "apollo-codegen",
    "escapedName": "apollo-codegen",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "http://artifactory.int.dealer.com/artifactory/api/npm/all-npm/apollo-codegen/-/apollo-codegen-0.16.5.tgz",
  "_shasum": "b37032004aeb7b6a8564692393782c784ff54fdf",
  "_spec": "apollo-codegen",
  "_where": "/Users/ddcapotter/repos/apollo-client-maven-plugin/target/checkout/apollo-client-maven-plugin/target",
  "author": {
    "name": "Martijn Walraven",
    "email": "[email protected]"
  },
  "bin": {
    "apollo-codegen": "./lib/cli.js"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-codegen/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "change-case": "^3.0.0",
    "core-js": "^2.4.1",
    "glob": "^7.0.5",
    "graphql": "^0.10.0",
    "inflected": "^2.0.2",
    "mkdirp": "^0.5.1",
    "node-fetch": "^1.5.3",
    "source-map-support": "^0.4.15",
    "yargs": "^8.0.1"
  },
  "deprecated": false,
  "description": "Generate API code or type annotations based on a GraphQL schema and query documents",
  "devDependencies": {
    "@types/glob": "^5.0.30",
    "@types/graphql": "^0.10.1",
    "@types/inflected": "^1.1.29",
    "@types/jest": "^20.0.5",
    "@types/mkdirp": "^0.5.0",
    "@types/node-fetch": "^1.6.7",
    "@types/yargs": "^8.0.0",
    "ansi-regex": "^3.0.0",
    "common-tags": "^1.3.0",
    "jest": "^20.0.4",
    "jest-matcher-utils": "^20.0.0",
    "typescript": "^2.4.2"
  },
  "engines": {
    "node": ">=6.0"
  },
  "homepage": "https://github.com/apollographql/apollo-codegen#readme",
  "jest": {
    "globals": {
      "ts-jest": {
        "skipBabel": true
      }
    },
    "setupFiles": [
      "/src/polyfills.js"
    ],
    "testMatch": [
      "**/test/**/*.(js|ts)",
      "**/test/*.(js|ts)"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/lib/",
      "/test/starwars/",
      "/test/preprocessor.js"
    ],
    "transform": {
      ".(js|ts)": "/test/preprocessor.js"
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  },
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "apollo-codegen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-codegen.git"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "compile": "tsc",
    "prepublish": "npm run clean && npm run compile",
    "test": "jest",
    "test:smoke": "rm -rf node_modules && npm install --prod && node ./lib/cli.js && echo 'Smoke Test Passed'",
    "watch": "tsc -w"
  },
  "version": "0.16.5"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy