{
  "_args": [
    [
      {
        "raw": "no-case@^2.2.0",
        "scope": null,
        "escapedName": "no-case",
        "name": "no-case",
        "rawSpec": "^2.2.0",
        "spec": ">=2.2.0 <3.0.0",
        "type": "range"
      },
      "/home/centralpertec/public_html/react-loadbar/node_modules/camel-case"
    ]
  ],
  "_from": "no-case@>=2.2.0 <3.0.0",
  "_id": "no-case@2.3.2",
  "_inCache": true,
  "_location": "/no-case",
  "_nodeVersion": "8.4.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/no-case-2.3.2.tgz_1504891842550_0.9400158205535263"
  },
  "_npmUser": {
    "name": "blakeembrey",
    "email": "hello@blakeembrey.com"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "no-case@^2.2.0",
    "scope": null,
    "escapedName": "no-case",
    "name": "no-case",
    "rawSpec": "^2.2.0",
    "spec": ">=2.2.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/camel-case",
    "/param-case"
  ],
  "_resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
  "_shasum": "60b813396be39b3f1288a4c1ed5d1e7d28b464ac",
  "_shrinkwrap": null,
  "_spec": "no-case@^2.2.0",
  "_where": "/home/centralpertec/public_html/react-loadbar/node_modules/camel-case",
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "bugs": {
    "url": "https://github.com/blakeembrey/no-case/issues"
  },
  "dependencies": {
    "lower-case": "^1.1.1"
  },
  "description": "Remove case from a string",
  "devDependencies": {
    "chai": "^4.0.2",
    "istanbul": "^0.4.3",
    "jsesc": "^2.2.0",
    "mocha": "^3.0.0",
    "standard": "^10.0.2",
    "xregexp": "^3.1.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
    "shasum": "60b813396be39b3f1288a4c1ed5d1e7d28b464ac",
    "tarball": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz"
  },
  "files": [
    "no-case.js",
    "no-case.d.ts",
    "vendor",
    "LICENSE"
  ],
  "gitHead": "43ac059574d5e2dd5fd19c8ca5c62bf946cae3d5",
  "homepage": "https://github.com/blakeembrey/no-case",
  "keywords": [
    "no",
    "case",
    "space",
    "lower",
    "trim"
  ],
  "license": "MIT",
  "main": "no-case.js",
  "maintainers": [
    {
      "name": "blakeembrey",
      "email": "hello@blakeembrey.com"
    }
  ],
  "name": "no-case",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/no-case.git"
  },
  "scripts": {
    "build": "node build.js",
    "lint": "standard",
    "test": "npm run lint && npm run test-cov",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail"
  },
  "standard": {
    "ignore": [
      "coverage/**"
    ]
  },
  "typings": "no-case.d.ts",
  "version": "2.3.2"
}
