{
  "_args": [
    [
      "change-case@2.3.1",
      "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure"
    ]
  ],
  "_development": true,
  "_from": "change-case@2.3.1",
  "_id": "change-case@2.3.1",
  "_inBundle": false,
  "_integrity": "sha1-LE/ePwY7tB0AzWjg1aCdthy+iU8=",
  "_location": "/change-case",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "change-case@2.3.1",
    "name": "change-case",
    "escapedName": "change-case",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/html-minifier"
  ],
  "_resolved": "https://registry.npmjs.org/change-case/-/change-case-2.3.1.tgz",
  "_spec": "2.3.1",
  "_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/change-case/issues"
  },
  "dependencies": {
    "camel-case": "^1.1.1",
    "constant-case": "^1.1.0",
    "dot-case": "^1.1.0",
    "is-lower-case": "^1.1.0",
    "is-upper-case": "^1.1.0",
    "lower-case": "^1.1.1",
    "lower-case-first": "^1.0.0",
    "param-case": "^1.1.0",
    "pascal-case": "^1.1.0",
    "path-case": "^1.1.0",
    "sentence-case": "^1.1.1",
    "snake-case": "^1.1.0",
    "swap-case": "^1.1.0",
    "title-case": "^1.1.0",
    "upper-case": "^1.1.1",
    "upper-case-first": "^1.1.0"
  },
  "description": "Convert a string between camelCase, PascalCase, Title Case, snake_case and more.",
  "devDependencies": {
    "istanbul": "^0.3.0",
    "mocha": "^2.2.1",
    "pre-commit": "^1.0.6",
    "standard": "^3.3.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": "2.3.1"
}
