node_modules.path-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": "path-case@^2.1.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-lLgDfDctP+KQbkZbtF4l0ibo7qU=",
"_location": "/path-case",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "path-case@^2.1.0",
"name": "path-case",
"escapedName": "path-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/path-case/-/path-case-2.1.1.tgz",
"_shasum": "94b8037c372d3fe2906e465bb45e25d226e8eea5",
"_spec": "path-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/path-case/issues"
},
"bundleDependencies": false,
"dependencies": {
"no-case": "^2.2.0"
},
"deprecated": false,
"description": "Path case a string",
"devDependencies": {
"istanbul": "^0.4.3",
"mocha": "^3.0.0",
"standard": "^9.0.1"
},
"files": [
"path-case.js",
"path-case.d.ts",
"LICENSE"
],
"homepage": "https://github.com/blakeembrey/path-case",
"keywords": [
"path",
"case",
"slash"
],
"license": "MIT",
"main": "path-case.js",
"name": "path-case",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/path-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": "path-case.d.ts",
"version": "2.1.1"
}