node_modules.apollo-codegen.package.json Maven / Gradle / Ivy
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-jlxz/b5iinRWfh48hXdmMtrjTPn/rDok0Z3b7icvkiaD6I30w4sq9B+JDkFbLnkldzsFLV2BZtBDa/dkZhx8Ng==",
"_location": "/apollo-codegen",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "apollo-codegen",
"escapedName": "apollo-codegen",
"rawSpec": "0.19.1",
"saveSpec": null,
"fetchSpec": "0.19.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/apollo-codegen/-/apollo-codegen-0.19.1.tgz",
"_shasum": "30444de019f453c0d6ec167072b8e11b52d7f92e",
"_spec": "[email protected]",
"_where": "/home/circleci/apollo-client-maven-plugin/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": {
"@babel/generator": "7.0.0-beta.38",
"@babel/types": "7.0.0-beta.38",
"change-case": "^3.0.1",
"common-tags": "^1.5.1",
"core-js": "^2.5.3",
"glob": "^7.1.2",
"graphql": "^0.13.1",
"graphql-config": "^1.1.1",
"inflected": "^2.0.3",
"node-fetch": "^1.7.3",
"rimraf": "^2.6.2",
"source-map-support": "^0.5.0",
"yargs": "^10.0.3"
},
"deprecated": "The 'apollo-codegen' command has been replaced with the more-powerful 'apollo' CLI. Switch to 'apollo' to ensure future updates and visit https://npm.im/apollo#code-generation for more information.",
"description": "Generate API code or type annotations based on a GraphQL schema and query documents",
"devDependencies": {
"@types/babel-generator": "^6.25.1",
"@types/babel-types": "^7.0.0",
"@types/babylon": "^6.16.2",
"@types/common-tags": "^1.4.0",
"@types/glob": "^5.0.34",
"@types/graphql": "^0.12.4",
"@types/inflected": "^1.1.29",
"@types/jest": "^21.1.8",
"@types/node-fetch": "^1.6.7",
"@types/rimraf": "^2.0.2",
"@types/yargs": "^10.0.0",
"ansi-regex": "^3.0.0",
"jest": "^22.0.3",
"jest-matcher-utils": "^22.0.3",
"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.js"
],
"setupTestFrameworkScriptFile": "/test/test-utils/matchers.ts",
"testMatch": [
"**/test/**/*.(js|ts)",
"**/test/*.(js|ts)",
"**/__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
}
}
},
"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",
"prepare": "npm run clean && npm run compile",
"test": "jest",
"test:smoke": "npm install && npm run compile && rm -rf node_modules && npm install --prod && node ./lib/cli.js && echo 'Smoke Test Passed'",
"watch": "tsc -w"
},
"version": "0.19.1"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy