node_modules.pascal-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
The newest version!
{
"_from": "pascal-case@^2.0.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-LVeNNFX2YNpl7KGO+VtODekSdh4=",
"_location": "/pascal-case",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pascal-case@^2.0.0",
"name": "pascal-case",
"escapedName": "pascal-case",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/change-case"
],
"_resolved": "http://artifactory.int.dealer.com/artifactory/api/npm/all-npm/pascal-case/-/pascal-case-2.0.1.tgz",
"_shasum": "2d578d3455f660da65eca18ef95b4e0de912761e",
"_spec": "pascal-case@^2.0.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/pascal-case/issues"
},
"bundleDependencies": false,
"dependencies": {
"camel-case": "^3.0.0",
"upper-case-first": "^1.1.0"
},
"deprecated": false,
"description": "Pascal case a string",
"devDependencies": {
"istanbul": "^0.4.3",
"mocha": "^3.0.0",
"standard": "^9.0.1"
},
"files": [
"pascal-case.js",
"pascal-case.d.ts",
"LICENSE"
],
"homepage": "https://github.com/blakeembrey/pascal-case",
"keywords": [
"pascal",
"case"
],
"license": "MIT",
"main": "pascal-case.js",
"name": "pascal-case",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/pascal-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": "pascal-case.d.ts",
"version": "2.0.1"
}