{
  "_args": [
    [
      "swap-case@^1.1.0",
      "/Users/dan/p/create-react-app/node_modules/change-case"
    ]
  ],
  "_from": "swap-case@>=1.1.0 <2.0.0",
  "_id": "swap-case@1.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/swap-case",
  "_nodeVersion": "5.2.0",
  "_npmUser": {
    "email": "hello@blakeembrey.com",
    "name": "blakeembrey"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "swap-case",
    "raw": "swap-case@^1.1.0",
    "rawSpec": "^1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/change-case",
    "/html-webpack-plugin/change-case"
  ],
  "_resolved": "https://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz",
  "_shasum": "c39203a4587385fad3c850a0bd1bcafa081974e3",
  "_shrinkwrap": null,
  "_spec": "swap-case@^1.1.0",
  "_where": "/Users/dan/p/create-react-app/node_modules/change-case",
  "author": {
    "email": "hello@blakeembrey.com",
    "name": "Blake Embrey",
    "url": "http://blakeembrey.me"
  },
  "bugs": {
    "url": "https://github.com/blakeembrey/swap-case/issues"
  },
  "dependencies": {
    "lower-case": "^1.1.1",
    "upper-case": "^1.1.1"
  },
  "description": "Swap the case of a string",
  "devDependencies": {
    "istanbul": "^0.3.0",
    "mocha": "^2.2.1",
    "pre-commit": "^1.0.6",
    "standard": "^3.3.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c39203a4587385fad3c850a0bd1bcafa081974e3",
    "tarball": "https://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz"
  },
  "files": [
    "LICENSE",
    "swap-case.d.ts",
    "swap-case.js"
  ],
  "gitHead": "eaaa7e37d03c6d29bd2287caa5a1d1d25c3056af",
  "homepage": "https://github.com/blakeembrey/swap-case",
  "keywords": [
    "case",
    "reverse",
    "swap",
    "switch"
  ],
  "license": "MIT",
  "main": "swap-case.js",
  "maintainers": [
    {
      "name": "blakeembrey",
      "email": "hello@blakeembrey.com"
    }
  ],
  "name": "swap-case",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/swap-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": "swap-case.d.ts",
  "version": "1.1.2"
}
