All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.change-case.package.json Maven / Gradle / Ivy

The newest version!
{
  "_from": "change-case@^3.0.0",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-7l9a0EFa0a2egHLPSc1M+nZgpVQ=",
  "_location": "/change-case",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "change-case@^3.0.0",
    "name": "change-case",
    "escapedName": "change-case",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/apollo-codegen"
  ],
  "_resolved": "http://artifactory.int.dealer.com/artifactory/api/npm/all-npm/change-case/-/change-case-3.0.1.tgz",
  "_shasum": "ee5f5ad0415ad1ad9e8072cf49cd4cfa7660a554",
  "_spec": "change-case@^3.0.0",
  "_where": "/Users/ddcapotter/repos/apollo-client-maven-plugin/target/checkout/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.2.0",
    "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": "^3.0.0",
    "standard": "^8.0.0"
  },
  "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",
    "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.0.1"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy