{
  "_args": [
    [
      {
        "raw": "camel-case@^4.1.1",
        "scope": null,
        "escapedName": "camel-case",
        "name": "camel-case",
        "rawSpec": "^4.1.1",
        "spec": ">=4.1.1 <5.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/html-minifier-terser"
    ]
  ],
  "_from": "camel-case@>=4.1.1 <5.0.0",
  "_hasShrinkwrap": false,
  "_id": "camel-case@4.1.2",
  "_inCache": true,
  "_location": "/camel-case",
  "_nodeVersion": "12.20.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/camel-case_4.1.2_1606869119639_0.8429541965055483"
  },
  "_npmUser": {
    "name": "blakeembrey",
    "email": "hello@blakeembrey.com"
  },
  "_npmVersion": "lerna/3.22.1/node@v12.20.0+x64 (darwin)",
  "_phantomChildren": {},
  "_requested": {
    "raw": "camel-case@^4.1.1",
    "scope": null,
    "escapedName": "camel-case",
    "name": "camel-case",
    "rawSpec": "^4.1.1",
    "spec": ">=4.1.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/html-minifier-terser"
  ],
  "_resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
  "_shasum": "9728072a954f805228225a6deea6b38461e1bd5a",
  "_shrinkwrap": null,
  "_spec": "camel-case@^4.1.1",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/html-minifier-terser",
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "bugs": {
    "url": "https://github.com/blakeembrey/change-case/issues"
  },
  "dependencies": {
    "pascal-case": "^3.1.2",
    "tslib": "^2.0.3"
  },
  "description": "Transform into a string with the separator denoted by the next word capitalized",
  "devDependencies": {
    "@size-limit/preset-small-lib": "^2.2.1",
    "@types/jest": "^24.0.23",
    "@types/node": "^12.12.14",
    "jest": "^24.9.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.2.0",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^9.0.0",
    "typescript": "^4.1.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
    "shasum": "9728072a954f805228225a6deea6b38461e1bd5a",
    "tarball": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
    "fileCount": 15,
    "unpackedSize": 14251,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxuCACRA9TVsSAnZWagAA8CcP/0kI78YX0hRC4/r/U9V4\nLcWeTUvL9pqUmhNovXEBGbLai94kgv+NdwvZqu6egw9DkFpc99Sb27HxtdPn\nOcxUjnE6diJ9U7abPCEMGuQZDv1ey4wJYDv24bRDxzeE8nmK3Pkh/CB0Ptw6\nLbSR3hjYZPX2NQdqZbGJgifVlBMpbn2Ey1WD7rnPjarhMXX79LRaQ4OGQjdm\n9D4mW7Bn1ysTmZHf37qBvr2fdqMbjGSpOOl9KTTD7ZpzP4X9Q8+Dq2K+srHB\nElA5+R2jP41lc+81iykLEsCPIfZ7dVD6TtsJNjmj+nyj6+mOk2o+UEVZTGw4\ntniV+pWe5MD8bkMACfSf9a3HSqO2N3/iFKEIwxUD55jbQssL//q8BdCimDQX\n0GWyhIDWclZU4pCJ2ZCRik7dKljZeKbxEaUpuIxnshExtwOOO7KyEP5ng35F\nfharHjr++LBfcfQ9enY/VQyRO6B2nngJnJ6+zJW1sy4p7ZpQHPC3N+1xf2MG\nvdYuaZNhBCDIJXcr+zaqZBd2yonfInkT7suopZCvGwCzs6MIvQz81jU6HR8B\ndmTOfeKaGQ3MAluIbyjo3XS0Gtr4HB65asyf7LmjPbCUAmTlul3aZhgETj6l\nTGUBT+42VKX26bY8zBEmZBNhX1PlgnXfBdXM5tXl7mzU394g+23iZfj0N+rp\nhvEc\r\n=y5WQ\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0",
  "homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/camel-case#readme",
  "jest": {
    "roots": [
      "<rootDir>/src/"
    ],
    "transform": {
      "\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "jsnext:main": "dist.es2015/index.js",
  "keywords": [
    "camel",
    "case",
    "camelcase",
    "camel-case",
    "convert",
    "transform",
    "identifier"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "blakeembrey",
      "email": "hello@blakeembrey.com"
    }
  ],
  "module": "dist.es2015/index.js",
  "name": "camel-case",
  "optionalDependencies": {},
  "publishConfig": {
    "access": "public"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/change-case.git"
  },
  "scripts": {
    "build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
    "lint": "tslint \"src/**/*\" --project tsconfig.json",
    "prepare": "npm run build",
    "size": "size-limit",
    "specs": "jest --coverage",
    "test": "npm run build && npm run lint && npm run specs"
  },
  "sideEffects": false,
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "450 B"
    }
  ],
  "typings": "dist/index.d.ts",
  "version": "4.1.2"
}
