node_modules.dot-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": "dot-case@^2.1.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-NNzzf1Co6TwrO8qLt/uRVcfaO+4=",
"_location": "/dot-case",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dot-case@^2.1.0",
"name": "dot-case",
"escapedName": "dot-case",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/change-case"
],
"_resolved": "http://artifactory.int.dealer.com/artifactory/api/npm/all-npm/dot-case/-/dot-case-2.1.1.tgz",
"_shasum": "34dcf37f50a8e93c2b3bca8bb7fb9155c7da3bee",
"_spec": "dot-case@^2.1.0",
"_where": "/Users/ddcapotter/repos/apollo-client-maven-plugin/target/checkout/apollo-client-maven-plugin/target/node_modules/change-case",
"author": {
"name": "Blake Embrey",
"email": "[email protected]",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/dot-case/issues"
},
"bundleDependencies": false,
"dependencies": {
"no-case": "^2.2.0"
},
"deprecated": false,
"description": "Dot case a string",
"devDependencies": {
"istanbul": "^0.4.3",
"mocha": "^3.0.0",
"standard": "^9.0.1"
},
"files": [
"dot-case.js",
"dot-case.d.ts",
"LICENSE"
],
"homepage": "https://github.com/blakeembrey/dot-case",
"keywords": [
"dot",
"case",
"period"
],
"license": "MIT",
"main": "dot-case.js",
"name": "dot-case",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/dot-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-spec": "mocha -- -R spec --bail"
},
"typings": "dot-case.d.ts",
"version": "2.1.1"
}