{
	"name": "no-case",
	"versions": {
		"2.0.0": {
			"name": "no-case",
			"version": "2.0.0",
			"description": "Remove case from a string",
			"main": "no-case.js",
			"typings": "no-case.d.ts",
			"files": [
				"no-case.js",
				"no-case.d.ts",
				"vendor",
				"LICENSE"
			],
			"scripts": {
				"lint": "standard",
				"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
				"test": "npm run build && npm run lint && npm run test-cov",
				"build": "node build.js"
			},
			"standard": {
				"ignore": [
					"coverage/**"
				]
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/no-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"trim"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/no-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/no-case",
			"devDependencies": {
				"chai": "^1.9.1",
				"istanbul": "^0.3.5",
				"mocha": "^2.1.0",
				"standard": "^2.3.1",
				"xregexp": "^2.0.0"
			},
			"dependencies": {
				"lower-case": "^1.1.1"
			},
			"gitHead": "aaeb64a2a2b704efeff34e14986ffcde587dc687",
			"_id": "no-case@2.0.0",
			"_shasum": "45cd6c598a80318af77eba551a475e1c5e1b86c3",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"dist": {
				"shasum": "45cd6c598a80318af77eba551a475e1c5e1b86c3",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/no-case-2.0.0.tgz_1465680690787_0.5905108312144876"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "no-case",
			"version": "2.1.0",
			"description": "Remove case from a string",
			"main": "no-case.js",
			"typings": "no-case.d.ts",
			"files": [
				"no-case.js",
				"no-case.d.ts",
				"vendor",
				"LICENSE"
			],
			"scripts": {
				"lint": "standard",
				"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
				"test": "npm run build && npm run lint && npm run test-cov",
				"build": "node build.js"
			},
			"standard": {
				"ignore": [
					"coverage/**"
				]
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/no-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"trim"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/no-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/no-case",
			"devDependencies": {
				"chai": "^1.9.1",
				"istanbul": "^0.3.5",
				"mocha": "^2.1.0",
				"standard": "^2.3.1",
				"xregexp": "^2.0.0"
			},
			"dependencies": {
				"lower-case": "^1.1.1"
			},
			"gitHead": "ac8a199b5765884f38c04c3d6421f65b5aba25d3",
			"_id": "no-case@2.1.0",
			"_shasum": "fb2fa30d81bf2c7f0b8360b8d5159c2acc04e690",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"dist": {
				"shasum": "fb2fa30d81bf2c7f0b8360b8d5159c2acc04e690",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/no-case-2.1.0.tgz_1465686089635_0.8947703135199845"
			},
			"directories": {},
			"contributors": []
		},
		"2.2.0": {
			"name": "no-case",
			"version": "2.2.0",
			"description": "Remove case from a string",
			"main": "no-case.js",
			"typings": "no-case.d.ts",
			"files": [
				"no-case.js",
				"no-case.d.ts",
				"vendor",
				"LICENSE"
			],
			"scripts": {
				"lint": "standard",
				"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
				"test": "npm run build && npm run lint && npm run test-cov",
				"build": "node build.js"
			},
			"standard": {
				"ignore": [
					"coverage/**"
				]
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/no-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"trim"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/no-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/no-case",
			"devDependencies": {
				"chai": "^3.5.0",
				"istanbul": "^0.4.3",
				"mocha": "^2.1.0",
				"standard": "^7.1.2",
				"xregexp": "^3.1.1"
			},
			"dependencies": {
				"lower-case": "^1.1.1"
			},
			"gitHead": "cae764af607af1720521d2d83129837fafce029e",
			"_id": "no-case@2.2.0",
			"_shasum": "1f45c55a7bb30e42942ec74e5282f6b8f4495a40",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"dist": {
				"shasum": "1f45c55a7bb30e42942ec74e5282f6b8f4495a40",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-2.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/no-case-2.2.0.tgz_1465689907808_0.5101501930039376"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.0": {
			"name": "no-case",
			"version": "2.3.0",
			"description": "Remove case from a string",
			"main": "no-case.js",
			"typings": "no-case.d.ts",
			"files": [
				"no-case.js",
				"no-case.d.ts",
				"vendor",
				"LICENSE"
			],
			"scripts": {
				"lint": "standard",
				"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
				"test": "npm run build && npm run lint && npm run test-cov",
				"build": "node build.js"
			},
			"standard": {
				"ignore": [
					"coverage/**"
				]
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/no-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"trim"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/no-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/no-case",
			"devDependencies": {
				"chai": "^3.5.0",
				"istanbul": "^0.4.3",
				"jsesc": "^2.2.0",
				"mocha": "^2.1.0",
				"standard": "^7.1.2",
				"xregexp": "^3.1.1"
			},
			"dependencies": {
				"lower-case": "^1.1.1"
			},
			"gitHead": "651f544bf864011205b48736ebc3029ace0af563",
			"_id": "no-case@2.3.0",
			"_shasum": "ca2825ccb76b18e6f79d573dcfbf1eace33dd164",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"dist": {
				"shasum": "ca2825ccb76b18e6f79d573dcfbf1eace33dd164",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-2.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/no-case-2.3.0.tgz_1466439491980_0.6107419265899807"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.1": {
			"name": "no-case",
			"version": "2.3.1",
			"description": "Remove case from a string",
			"main": "no-case.js",
			"typings": "no-case.d.ts",
			"files": [
				"no-case.js",
				"no-case.d.ts",
				"vendor",
				"LICENSE"
			],
			"scripts": {
				"lint": "standard",
				"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
				"test": "npm run lint && npm run test-cov",
				"build": "node build.js"
			},
			"standard": {
				"ignore": [
					"coverage/**"
				]
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/no-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"trim"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/no-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/no-case",
			"devDependencies": {
				"chai": "^3.5.0",
				"istanbul": "^0.4.3",
				"jsesc": "^2.2.0",
				"mocha": "^3.0.0",
				"standard": "^8.0.0",
				"xregexp": "^3.1.1"
			},
			"dependencies": {
				"lower-case": "^1.1.1"
			},
			"gitHead": "1528517f94e73b66f967a34beca87fa93256288d",
			"_id": "no-case@2.3.1",
			"_shasum": "7aeba1c73a52184265554b7dc03baf720df80081",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"dist": {
				"shasum": "7aeba1c73a52184265554b7dc03baf720df80081",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-2.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/no-case-2.3.1.tgz_1483587940183_0.3311635369900614"
			},
			"directories": {},
			"contributors": []
		},
		"2.3.2": {
			"name": "no-case",
			"version": "2.3.2",
			"description": "Remove case from a string",
			"main": "no-case.js",
			"typings": "no-case.d.ts",
			"files": [
				"no-case.js",
				"no-case.d.ts",
				"vendor",
				"LICENSE"
			],
			"scripts": {
				"lint": "standard",
				"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
				"test": "npm run lint && npm run test-cov",
				"build": "node build.js"
			},
			"standard": {
				"ignore": [
					"coverage/**"
				]
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/no-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"trim"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/no-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/no-case",
			"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"
			},
			"dependencies": {
				"lower-case": "^1.1.1"
			},
			"gitHead": "43ac059574d5e2dd5fd19c8ca5c62bf946cae3d5",
			"_id": "no-case@2.3.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"dist": {
				"integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
				"shasum": "60b813396be39b3f1288a4c1ed5d1e7d28b464ac",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/no-case-2.3.2.tgz_1504891842550_0.9400158205535263"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "no-case",
			"version": "3.0.0",
			"description": "Transform into a lower cased string with spaces between words",
			"main": "dist/index.js",
			"typings": "dist/index.d.ts",
			"module": "dist.es2015/index.js",
			"sideEffects": false,
			"jsnext:main": "dist.es2015/index.js",
			"scripts": {
				"lint": "tslint \"src/**/*\" --project tsconfig.json",
				"build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
				"specs": "jest --coverage",
				"test": "npm run build && npm run lint && npm run specs && npm run size",
				"size": "size-limit",
				"prepare": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/change-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"convert",
				"transform"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/change-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/no-case#readme",
			"size-limit": [
				{
					"path": "dist/index.js",
					"limit": "500 B"
				}
			],
			"jest": {
				"roots": [
					"<rootDir>/src/"
				],
				"transform": {
					"\\.tsx?$": "ts-jest"
				},
				"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"dependencies": {
				"lower-case": "^2.0.0"
			},
			"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": "^3.7.2"
			},
			"gitHead": "55911ca17c2e0c964b9b84143e14e29ffc9ff499",
			"_id": "no-case@3.0.0",
			"_nodeVersion": "13.1.0",
			"_npmVersion": "lerna/3.19.0/node@v13.1.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-XFxcq4iHOOBanVPfJZkvdWWl8NWszvJFb0DubOXBACe4fwbiZ30CEs7VIpUl+7x4qRwkmO/tOSHdLVun/A5wKw==",
				"shasum": "e4a875c97613479944b8b01d319b8b89575f1022",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-3.0.0.tgz",
				"fileCount": 15,
				"unpackedSize": 21187,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd41teCRA9TVsSAnZWagAAIzMQAJNU1ijhhsNbRAIrwCaM\nFGCc45XkGQV/pQgak/DorSN6OwIpbkXNI/er6jNc9JBeWf5c8NB/A6K8AkIi\nO9h1pfchu9x+JA2VZkWgUk+BH3cJb9PnunPoXkf6aLjDAaXLgp+25FOkOOVo\nmF6Nhi20fqvTlhI/XV+1e8DH1CYrB2FJV+77ForlOR4AvPgnv8ah5x0au7hh\noNb0m0mkw0H8THOaGpyZmPN+0zHbEkRDCpk+t3nn2ElGINpsJWN82H5hqueM\nRjuPzFGES2Lb04rvGF5Pn8j1F3vjggylSKuogF1TFsIikob/ea+oHMQ28zyb\nRRgYIWgBqSKU9ZoJhXRHehjG9p5hBtLpbgsdk+9scTR2gLLmVKE4eWC8Q3Q7\ndMP3qveyusoaCZnhnZayuMGO/YpMOKRRX4uQ4XtpfyfQPcR1t/wXunw2humg\n0/u0MBCodrlAmQs4bKLDzjzpHsWDXLbUp/kWo0V5TbB1I5T2FaLXwjwvzYuu\ndQW2e+4X4BfWww2aw4GCTRBJTnm6yiEHNdATfnSnsIi2F2/OIfnILyE6ffbT\nZ92Sw4dWn5xc/Uh4EB/mcpiArqstyKY324oXuI5XrNGP6Zhxzi/pyYgnvBf/\nBqZ1jyaFsyd83XdUVJrUTkpDLNxR6AmdNGtJbMHtTP3C6KvPcRmnHf9CV1v2\nwGo8\r\n=SKXW\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/no-case_3.0.0_1575181149633_0.4308167267292653"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "no-case",
			"version": "3.0.1",
			"description": "Transform into a lower cased string with spaces between words",
			"main": "dist/index.js",
			"typings": "dist/index.d.ts",
			"module": "dist.es2015/index.js",
			"sideEffects": false,
			"jsnext:main": "dist.es2015/index.js",
			"scripts": {
				"lint": "tslint \"src/**/*\" --project tsconfig.json",
				"build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
				"specs": "jest --coverage",
				"test": "npm run build && npm run lint && npm run specs && npm run size",
				"size": "size-limit",
				"prepare": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/change-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"convert",
				"transform"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/change-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/no-case#readme",
			"size-limit": [
				{
					"path": "dist/index.js",
					"limit": "500 B"
				}
			],
			"jest": {
				"roots": [
					"<rootDir>/src/"
				],
				"transform": {
					"\\.tsx?$": "ts-jest"
				},
				"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"dependencies": {
				"lower-case": "^2.0.0"
			},
			"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": "^3.7.2"
			},
			"gitHead": "a3df3a43bfd3d8e3386d0fb09b69454b91516d18",
			"_id": "no-case@3.0.1",
			"_nodeVersion": "13.1.0",
			"_npmVersion": "lerna/3.19.0/node@v13.1.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Ztcsd1yeHK915kymn/544pEoxL0rrzRL6WBlYexz0/Msikdj98f54DE2JliJcrt8IQdfPqrD3WOfQkU5AC+VOg==",
				"shasum": "f7ea2e4aac2d8128ec305a8d4d114cca0106295c",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-3.0.1.tgz",
				"fileCount": 15,
				"unpackedSize": 22777,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5fU+CRA9TVsSAnZWagAAso8P/Aq/yZ2HzeUIwTrvgxL/\nN1DzIB0F9RHlCtfhLDD9sqJ62AOkLRV5m1uZHaTYObE87H/YAtNyZ185BN39\ndv50krsxrf+BJBjVlytuqCq4yjKEjqqnX0lxI+HWVBW6WFD8JP9BEQk1FCgm\nF4vbP++ZAAVCebyoELrBEgzoLjUW13JaiF0/VCO93QxS+ckXgbwknhfRbZbD\nHBNKbWlqkWfSuJzThAHbxr0w5Ouj2BtIsdW833Sw6REVC+0axdhpeGURkQx/\nD1lLfZiSunh7qwczOpLwYoE4PcHvSGdkOrnMg0MYqe8tghqsiHWQAUAkPoJ9\ngYzPlEChCcixxZrn0yuKhNbrYdi+mdVyWQhkJSJFaw/enOSkDUuwoWdHEhNX\n+D8genumsxwjg4mtF6HYaXPzmlVkpMgjPJpT3kbex9JVAnIgFCPY+G7wy1lZ\njQjmWIX1PjRAZu3eRbGIBQaWkAUtwgixohFmpAXW7r7jrbg0gsjPa2iIkXeo\nEJrYC564/vdPivmgES8u2oWz96uL7b23gvJ5O5NT4vpSbqVsccDF/yldzJjV\n3gxjcdgbUE4TikUklKikpe5D/8QnueDYcv3v+PHLKZWLOFXWHaPdtSyg5lFi\nb2hEfwb6TtSNTf7YEm9hLuyld+JqdcQUHn+JEjlH9Mrpb5NKcT/w0IPpRdAu\nti9t\r\n=Yfkr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/no-case_3.0.1_1575351613965_0.7000634094715181"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.2": {
			"name": "no-case",
			"version": "3.0.2",
			"description": "Transform into a lower cased string with spaces between words",
			"main": "dist/index.js",
			"typings": "dist/index.d.ts",
			"module": "dist.es2015/index.js",
			"sideEffects": false,
			"jsnext:main": "dist.es2015/index.js",
			"scripts": {
				"lint": "tslint \"src/**/*\" --project tsconfig.json",
				"build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
				"specs": "jest --coverage",
				"test": "npm run build && npm run lint && npm run specs",
				"size": "size-limit",
				"prepare": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/change-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"convert",
				"transform"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/change-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/no-case#readme",
			"size-limit": [
				{
					"path": "dist/index.js",
					"limit": "550 B"
				}
			],
			"jest": {
				"roots": [
					"<rootDir>/src/"
				],
				"transform": {
					"\\.tsx?$": "ts-jest"
				},
				"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"dependencies": {
				"lower-case": "^2.0.1",
				"tslib": "^1.10.0"
			},
			"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": "^3.7.2"
			},
			"gitHead": "07b68e1a696a1a34090d4f1fc136b1bd467aaa3f",
			"_id": "no-case@3.0.2",
			"_nodeVersion": "13.1.0",
			"_npmVersion": "lerna/3.19.0/node@v13.1.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Yber3mEOA3T9+as7Z70TJUQCUPRmmq6s8NmsZX5aSB1qk+Mt+3a5JVPpnAnONUShLTkMDF4PJY3h0GKlXdRTNA==",
				"shasum": "2b03928510318591854c0423e504d13b21234263",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-3.0.2.tgz",
				"fileCount": 15,
				"unpackedSize": 24150,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6cWICRA9TVsSAnZWagAAM8kP+QEuxywp0Nxc6uIUhsso\nfcxFbGLoz3DXtB3IWGPaNGM3Xq8Fnt6KgmU4jFiyDIsLxx92VVOodXpGEyu9\nxQh/8y1fUjYUSaiUurcsPsKgmrDXlUHF/rT/UF1i0O1jieYsTQaFaveze+WL\nSYDze3YPR4hldaNrzRz8ew0KSrdP8iKm4Vl/NG+qFTq373+Z7sJ10Jy3c5u2\nCfOUY2sOjf1dlNiFTq7rTJyhibTSj5qm0BKCvXKkjgYkk0WnRPGhgvzWNQaz\nL1E2zR0hHlVLa17Co4C3jwY7n/V9NB9CiQMUc6DUgs9wYwpvIaOX4XaXnMPF\nNXtUm8DMAb2nU5+rqAKTPAHWah36eii0h+mzjIX7TAy2qOvwvOEUf8UDI/Bx\nKW1+yZ17kLmTx9lJaJqpAtSYhfenK+Kx3Brq0qP5++Gh/OnhfPUdxCM5soGl\nDiwUr1CxBw0O6mXiNGZ+HRRm2vgpBiwfKyoLbx3GP1c+0k+2On/6Ok6+kw9H\nZcjtLLZWg1kBWYYuFXTjPvaoAbERLVKyEixZLfQTN6FZqTeXz9sr8Tk5fUt2\nIb1Eh+mcM68d1Ft18iXGUIqq0GgoPrPDmvCjFNPHoZ1+Y/EYGcQAsaBhgjfn\nu7jtM4sG5dind4b5WDfpXKrPDh++b4Wl09iiiXVLGvxrBVe6cz0mwnWwV+4o\nAPdR\r\n=KuO4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/no-case_3.0.2_1575601543988_0.954557511709728"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.3": {
			"name": "no-case",
			"version": "3.0.3",
			"description": "Transform into a lower cased string with spaces between words",
			"main": "dist/index.js",
			"typings": "dist/index.d.ts",
			"module": "dist.es2015/index.js",
			"sideEffects": false,
			"jsnext:main": "dist.es2015/index.js",
			"scripts": {
				"lint": "tslint \"src/**/*\" --project tsconfig.json",
				"build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
				"specs": "jest --coverage",
				"test": "npm run build && npm run lint && npm run specs",
				"size": "size-limit",
				"prepare": "npm run build"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/blakeembrey/change-case.git"
			},
			"keywords": [
				"no",
				"case",
				"space",
				"lower",
				"convert",
				"transform"
			],
			"author": {
				"name": "Blake Embrey",
				"email": "hello@blakeembrey.com",
				"url": "http://blakeembrey.me"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/blakeembrey/change-case/issues"
			},
			"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/no-case#readme",
			"size-limit": [
				{
					"path": "dist/index.js",
					"limit": "550 B"
				}
			],
			"jest": {
				"roots": [
					"<rootDir>/src/"
				],
				"transform": {
					"\\.tsx?$": "ts-jest"
				},
				"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
				"moduleFileExtensions": [
					"ts",
					"tsx",
					"js",
					"jsx",
					"json",
					"node"
				]
			},
			"dependencies": {
				"lower-case": "^2.0.1",
				"tslib": "^1.10.0"
			},
			"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": "^3.7.2"
			},
			"gitHead": "1c1377a692d328ae01221b2a1532bade38e1eaa3",
			"_id": "no-case@3.0.3",
			"_nodeVersion": "13.1.0",
			"_npmVersion": "lerna/3.19.0/node@v13.1.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw==",
				"shasum": "c21b434c1ffe48b39087e86cfb4d2582e9df18f8",
				"tarball": "https://registry.npmjs.org/no-case/-/no-case-3.0.3.tgz",
				"fileCount": 15,
				"unpackedSize": 24996,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+tw0CRA9TVsSAnZWagAA73MP/A0Ekricq7qmY/mRsBt8\nd/CYhPqpHbnvcva6Zguu8V3Xw4ycshBe3nOiGOxaVaUWBIcISYUJ9bMOqg/H\naDj6itWUeUTLZHIOzXIXGICqOAeb7BrgJTnmXCss9aDWYrxUp01VO3xeCB9B\nM/zqZoaSzdgBcStXm4D5Kf+Vj7OfHM7Bni0DWeqcUOCaWqlgRDtYDK8hPO5/\nghwb0oEfacOX6EqAvpdRWu5sRSNwIF8++Wv4bslXxZfll1zUbjjBR9ljUEPm\nUpczURCkv1ildh2v5BIfFMpM8CDSfFO90YkW7+bK2IMgJLuuSjoWs24xHDrA\nC5gV6H8T0lN+CPvfQ68o6nmadaty9qK1wArDvEenqGGjR3Tqs0emTEXxIz3E\n+jcjFuLLn54ZoI79lHsTYqfu+IpGKq/OTs3OYRh4qca8y/4/u9dEFAH77xu0\nwHJ5BLci9FDEF2AlK/ytCbvYbSU0cH9gpoqqW8XH8lj0Fl+DB4WGw8VCtg2+\n0sl3pgolP2XyG+f6LyK7tw8yft2QAMNgTaUJjQyE83a04tQwJBfsl/JcDiDy\nbfUpO/DcB1G2AXPTwLWzTebC86r2lTtsPiwCsHPSP4GSC5ofcY4Mx8EnMHGF\nVZoqjglDxMi2NQJw8FLqRrMQhlq4ofdnToOxbZV+cjPdSf9rDeEk7FIcqpOR\nMRdI\r\n=WkT9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "blakeembrey",
					"email": "hello@blakeembrey.com"
				}
			],
			"_npmUser": {
				"name": "blakeembrey",
				"email": "hello@blakeembrey.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/no-case_3.0.3_1576721459338_0.7690855865516519"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-12-19T02:11:02.323Z",
		"created": "2016-06-11T21:31:33.448Z",
		"2.0.0": "2016-06-11T21:31:33.448Z",
		"2.1.0": "2016-06-11T23:01:32.103Z",
		"2.2.0": "2016-06-12T00:05:10.786Z",
		"2.3.0": "2016-06-20T16:18:14.575Z",
		"2.3.1": "2017-01-05T03:45:42.165Z",
		"2.3.2": "2017-09-08T17:30:43.415Z",
		"3.0.0": "2019-12-01T06:19:09.969Z",
		"3.0.1": "2019-12-03T05:40:14.136Z",
		"3.0.2": "2019-12-06T03:05:44.128Z",
		"3.0.3": "2019-12-19T02:10:59.482Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.3"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"7b738238e7207877d63766407792aa71\"",
			"fetched": 1600679311961
		}
	},
	"_distfiles": {
		"no-case-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-2.0.0.tgz",
			"sha": "45cd6c598a80318af77eba551a475e1c5e1b86c3",
			"registry": "npmjs"
		},
		"no-case-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-2.1.0.tgz",
			"sha": "fb2fa30d81bf2c7f0b8360b8d5159c2acc04e690",
			"registry": "npmjs"
		},
		"no-case-2.2.0.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-2.2.0.tgz",
			"sha": "1f45c55a7bb30e42942ec74e5282f6b8f4495a40",
			"registry": "npmjs"
		},
		"no-case-2.3.0.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-2.3.0.tgz",
			"sha": "ca2825ccb76b18e6f79d573dcfbf1eace33dd164",
			"registry": "npmjs"
		},
		"no-case-2.3.1.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-2.3.1.tgz",
			"sha": "7aeba1c73a52184265554b7dc03baf720df80081",
			"registry": "npmjs"
		},
		"no-case-2.3.2.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
			"sha": "60b813396be39b3f1288a4c1ed5d1e7d28b464ac",
			"registry": "npmjs"
		},
		"no-case-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-3.0.0.tgz",
			"sha": "e4a875c97613479944b8b01d319b8b89575f1022",
			"registry": "npmjs"
		},
		"no-case-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-3.0.1.tgz",
			"sha": "f7ea2e4aac2d8128ec305a8d4d114cca0106295c",
			"registry": "npmjs"
		},
		"no-case-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-3.0.2.tgz",
			"sha": "2b03928510318591854c0423e504d13b21234263",
			"registry": "npmjs"
		},
		"no-case-3.0.3.tgz": {
			"url": "https://registry.npmjs.org/no-case/-/no-case-3.0.3.tgz",
			"sha": "c21b434c1ffe48b39087e86cfb4d2582e9df18f8",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"no-case-2.3.2.tgz": {
			"shasum": "60b813396be39b3f1288a4c1ed5d1e7d28b464ac"
		},
		"no-case-3.0.3.tgz": {
			"shasum": "c21b434c1ffe48b39087e86cfb4d2582e9df18f8"
		}
	},
	"_rev": "3-0d268ff139c7b0b2",
	"_id": "no-case",
	"readme": "# No Case\n\n[![NPM version][npm-image]][npm-url]\n[![NPM downloads][downloads-image]][downloads-url]\n[![Bundle size][bundlephobia-image]][bundlephobia-url]\n\n> Transform into a lower cased string with spaces between words.\n\n## Installation\n\n```\nnpm install no-case --save\n```\n\n## Usage\n\n```js\nimport { noCase } from \"no-case\";\n\nnoCase(\"string\"); //=> \"string\"\nnoCase(\"dot.case\"); //=> \"dot case\"\nnoCase(\"PascalCase\"); //=> \"pascal case\"\nnoCase(\"version 1.2.10\"); //=> \"version 1 2 10\"\n```\n\nThe function also accepts [`options`](https://github.com/blakeembrey/change-case#options).\n\n## License\n\nMIT\n\n[npm-image]: https://img.shields.io/npm/v/no-case.svg?style=flat\n[npm-url]: https://npmjs.org/package/no-case\n[downloads-image]: https://img.shields.io/npm/dm/no-case.svg?style=flat\n[downloads-url]: https://npmjs.org/package/no-case\n[bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/no-case.svg\n[bundlephobia-url]: https://bundlephobia.com/result?p=no-case"
}