node_modules.apollo-codegen-core.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
{
"_from": "apollo-codegen-core@^0.20.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-sanUIqXWyyDpxY3fYOVU+Hsxwxdj5fmn3Zcy6CcMGnWmh9o7tautQAuod2a63wrDs1jcNQcFq3EKIpeB+2xECw==",
"_location": "/apollo-codegen-core",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "apollo-codegen-core@^0.20.0",
"name": "apollo-codegen-core",
"escapedName": "apollo-codegen-core",
"rawSpec": "^0.20.0",
"saveSpec": null,
"fetchSpec": "^0.20.0"
},
"_requiredBy": [
"/apollo-codegen",
"/apollo-codegen-flow",
"/apollo-codegen-flow-legacy",
"/apollo-codegen-scala",
"/apollo-codegen-swift",
"/apollo-codegen-typescript",
"/apollo-codegen-typescript-legacy"
],
"_resolved": "https://registry.npmjs.org/apollo-codegen-core/-/apollo-codegen-core-0.20.1.tgz",
"_shasum": "56b6dd740f54b3f04e5db853ba1e1598388724c7",
"_spec": "apollo-codegen-core@^0.20.0",
"_where": "/home/circleci/apollo-client-maven-plugin/apollo-client-maven-plugin/target/node_modules/apollo-codegen",
"author": {
"name": "Martijn Walraven",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/apollographql/apollo-codegen/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/generator": "7.0.0-beta.38",
"@babel/types": "7.0.0-beta.38",
"common-tags": "^1.5.1",
"core-js": "^2.5.3",
"graphql-config": "^2.0.1"
},
"deprecated": false,
"description": "Core generator APIs for Apollo Codegen",
"devDependencies": {
"@types/babel-generator": "^6.25.1",
"@types/babel-types": "^7.0.0",
"@types/common-tags": "^1.4.0",
"@types/graphql": "^0.12.4",
"@types/jest": "^21.1.8",
"graphql": "^0.13.1",
"jest": "^22.0.3",
"jest-matcher-utils": "^22.0.3",
"lerna": "^2.11.0",
"ts-jest": "^22.0.0",
"typescript": "^2.6.2"
},
"engines": {
"node": ">=6.0",
"npm": ">=5.0"
},
"homepage": "https://github.com/apollographql/apollo-codegen#readme",
"jest": {
"testEnvironment": "node",
"setupFiles": [
"/src/polyfills.ts"
],
"setupTestFrameworkScriptFile": "/test-utils/matchers.ts",
"testMatch": [
"**/__tests__/*.(js|ts)"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/lib/",
"/test/fixtures/",
"/test/test-utils"
],
"transform": {
"^.+\\.(ts|js)x?$": "../../node_modules/ts-jest/preprocessor.js"
},
"moduleFileExtensions": [
"ts",
"js"
],
"globals": {
"ts-jest": {
"skipBabel": true,
"tsConfigFile": "tsconfig.test.json"
}
}
},
"license": "MIT",
"main": "./lib/index.js",
"name": "apollo-codegen-core",
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-codegen.git"
},
"scripts": {
"build": "tsc -p .",
"clean": "rm -rf lib",
"prebuild": "npm run clean",
"test": "jest",
"watch": "tsc -w -p ."
},
"version": "0.20.1"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy