{
  "_args": [
    [
      "sentence-case@1.1.3",
      "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure"
    ]
  ],
  "_development": true,
  "_from": "sentence-case@1.1.3",
  "_id": "sentence-case@1.1.3",
  "_inBundle": false,
  "_integrity": "sha1-gDSq/CFFdy06vhUJqkLJ4QQtwTk=",
  "_location": "/sentence-case",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sentence-case@1.1.3",
    "name": "sentence-case",
    "escapedName": "sentence-case",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/camel-case",
    "/change-case",
    "/dot-case",
    "/param-case",
    "/path-case",
    "/snake-case",
    "/title-case"
  ],
  "_resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure",
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "bugs": {
    "url": "https://github.com/blakeembrey/sentence-case/issues"
  },
  "dependencies": {
    "lower-case": "^1.1.1"
  },
  "description": "Sentence case a string",
  "devDependencies": {
    "chai": "^1.9.1",
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0",
    "pre-commit": "^1.0.1",
    "standard": "^2.3.1",
    "xregexp": "^2.0.0"
  },
  "files": [
    "sentence-case.js",
    "sentence-case.d.ts",
    "vendor",
    "LICENSE"
  ],
  "homepage": "https://github.com/blakeembrey/sentence-case",
  "keywords": [
    "sentence",
    "case",
    "space"
  ],
  "license": "MIT",
  "main": "sentence-case.js",
  "name": "sentence-case",
  "pre-commit": [
    "build",
    "stage-vendor",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/sentence-case.git"
  },
  "scripts": {
    "build": "node build.js",
    "lint": "standard",
    "mocha": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
    "stage-vendor": "git add vendor",
    "test": "npm run build && npm run lint && npm run mocha"
  },
  "standard": {
    "ignore": [
      "coverage/**"
    ]
  },
  "typings": "sentence-case.d.ts",
  "version": "1.1.3"
}
