node_modules.change-case.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": "change-case@^3.0.1",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==",
"_location": "/change-case",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "change-case@^3.0.1",
"name": "change-case",
"escapedName": "change-case",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/apollo-codegen"
],
"_resolved": "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz",
"_shasum": "0e611b7edc9952df2e8513b27b42de72647dd17e",
"_spec": "change-case@^3.0.1",
"_where": "/home/circleci/apollo-client-maven-plugin/apollo-client-maven-plugin/target/node_modules/apollo-codegen",
"author": {
"name": "Blake Embrey",
"email": "[email protected]",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/change-case/issues"
},
"bundleDependencies": false,
"dependencies": {
"camel-case": "^3.0.0",
"constant-case": "^2.0.0",
"dot-case": "^2.1.0",
"header-case": "^1.0.0",
"is-lower-case": "^1.1.0",
"is-upper-case": "^1.1.0",
"lower-case": "^1.1.1",
"lower-case-first": "^1.0.0",
"no-case": "^2.3.2",
"param-case": "^2.1.0",
"pascal-case": "^2.0.0",
"path-case": "^2.1.0",
"sentence-case": "^2.1.0",
"snake-case": "^2.1.0",
"swap-case": "^1.1.0",
"title-case": "^2.1.0",
"upper-case": "^1.1.1",
"upper-case-first": "^1.1.0"
},
"deprecated": false,
"description": "Convert a string between camelCase, PascalCase, Title Case, snake_case and more.",
"devDependencies": {
"istanbul": "^0.4.3",
"mocha": "^5.0.0",
"standard": "^12.0.1"
},
"files": [
"change-case.js",
"change-case.d.ts",
"LICENSE"
],
"homepage": "https://github.com/blakeembrey/change-case#readme",
"keywords": [
"camel",
"pascal",
"title",
"case",
"lower",
"upper",
"param",
"kebab",
"hyphen",
"dot",
"path",
"constant",
"cases",
"check"
],
"license": "MIT",
"main": "change-case.js",
"name": "change-case",
"repository": {
"type": "git",
"url": "git+https://github.com/blakeembrey/change-case.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run test-cov",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
"test-std": "mocha -- -R spec --bail"
},
"typings": "change-case.d.ts",
"version": "3.1.0"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy