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

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

There is a newer version: 1.1.2
Show newest version
{
  "_from": "sentence-case@^2.1.0",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-H24t2jnBaL+S0T+G1KkYkz9mftQ=",
  "_location": "/sentence-case",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sentence-case@^2.1.0",
    "name": "sentence-case",
    "escapedName": "sentence-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/sentence-case/-/sentence-case-2.1.1.tgz",
  "_shasum": "1f6e2dda39c168bf92d13f86d4a918933f667ed4",
  "_spec": "sentence-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/sentence-case/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "no-case": "^2.2.0",
    "upper-case-first": "^1.1.2"
  },
  "deprecated": false,
  "description": "Sentence case a string",
  "devDependencies": {
    "istanbul": "^0.4.3",
    "mocha": "^3.0.0",
    "standard": "^9.0.1"
  },
  "files": [
    "sentence-case.js",
    "sentence-case.d.ts",
    "LICENSE"
  ],
  "homepage": "https://github.com/blakeembrey/sentence-case",
  "keywords": [
    "sentence",
    "case",
    "upper-case",
    "first",
    "lower-case"
  ],
  "license": "MIT",
  "main": "sentence-case.js",
  "name": "sentence-case",
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/sentence-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": "sentence-case.d.ts",
  "version": "2.1.1"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy