{
	"name": "detab",
	"versions": {
		"1.0.0": {
			"name": "detab",
			"version": "1.0.0",
			"description": "Detab: tabs -> spaces",
			"license": "MIT",
			"keywords": [
				"detab",
				"tab",
				"space",
				"tab-size",
				"size"
			],
			"dependencies": {
				"repeat-string": "^1.5.2"
			},
			"files": [
				"index.js",
				"LICENSE"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/detab.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"devDependencies": {
				"browserify": "^10.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.26.0",
				"mdast-github": "^0.3.1",
				"mdast-lint": "^0.4.1",
				"mdast-usage": "^0.3.0",
				"mdast-yaml-config": "^0.2.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- --check-leaks test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"build-md": "mdast . LICENSE --output --quiet",
				"build-bundle": "browserify index.js --bare -s detab > detab.js",
				"postbuild-bundle": "esmangle detab.js > detab.min.js",
				"build": "npm run build-md && npm run build-bundle",
				"prepublish": "npm run build"
			},
			"gitHead": "c76ef90b644a14fb06a1898d4d5bebc1d8e99c5b",
			"bugs": {
				"url": "https://github.com/wooorm/detab/issues"
			},
			"homepage": "https://github.com/wooorm/detab#readme",
			"_id": "detab@1.0.0",
			"_shasum": "aaaf7dab6a51d4f758c89822691eef8c2bef78e8",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "2.3.3",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "aaaf7dab6a51d4f758c89822691eef8c2bef78e8",
				"tarball": "https://registry.npmjs.org/detab/-/detab-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "detab",
			"version": "1.0.1",
			"description": "Detab: tabs -> spaces",
			"license": "MIT",
			"keywords": [
				"detab",
				"tab",
				"space",
				"tab-size",
				"size"
			],
			"dependencies": {
				"repeat-string": "^1.5.2"
			},
			"files": [
				"index.js",
				"LICENSE"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/detab.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"devDependencies": {
				"browserify": "^10.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.26.0",
				"mdast-github": "^0.3.1",
				"mdast-lint": "^0.4.1",
				"mdast-usage": "^0.3.0",
				"mdast-yaml-config": "^0.2.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- --check-leaks test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"build-md": "mdast . LICENSE --output --quiet",
				"build-bundle": "browserify index.js --bare -s detab > detab.js",
				"postbuild-bundle": "esmangle detab.js > detab.min.js",
				"build": "npm run build-md && npm run build-bundle",
				"prepublish": "npm run build"
			},
			"gitHead": "578f8e36238194a8567cf2717158e9eeb9a2c062",
			"bugs": {
				"url": "https://github.com/wooorm/detab/issues"
			},
			"homepage": "https://github.com/wooorm/detab#readme",
			"_id": "detab@1.0.1",
			"_shasum": "4f2f0c1756cdea4d40fb1fbca30be0b9e2da1915",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "2.3.3",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "4f2f0c1756cdea4d40fb1fbca30be0b9e2da1915",
				"tarball": "https://registry.npmjs.org/detab/-/detab-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "detab",
			"version": "1.0.2",
			"description": "Detab: tabs -> spaces",
			"license": "MIT",
			"keywords": [
				"detab",
				"tab",
				"space",
				"tab-size",
				"size"
			],
			"dependencies": {
				"repeat-string": "^1.5.2"
			},
			"files": [
				"index.js",
				"LICENSE"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/detab.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"devDependencies": {
				"browserify": "^10.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.26.0",
				"mdast-github": "^0.3.1",
				"mdast-lint": "^0.4.1",
				"mdast-usage": "^0.3.0",
				"mdast-yaml-config": "^0.2.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- --check-leaks test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"build-md": "mdast . LICENSE --output --quiet",
				"build-bundle": "browserify index.js --bare -s detab > detab.js",
				"postbuild-bundle": "esmangle detab.js > detab.min.js",
				"build": "npm run build-md && npm run build-bundle",
				"prepublish": "npm run build"
			},
			"gitHead": "42ec9ef3731b942dbce88b26490e28cfe3d6f268",
			"bugs": {
				"url": "https://github.com/wooorm/detab/issues"
			},
			"homepage": "https://github.com/wooorm/detab#readme",
			"_id": "detab@1.0.2",
			"_shasum": "01bc2a4abe7bc7cc67c3039808edbae47049a0ee",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "2.3.3",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "01bc2a4abe7bc7cc67c3039808edbae47049a0ee",
				"tarball": "https://registry.npmjs.org/detab/-/detab-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "detab",
			"version": "2.0.0",
			"description": "Detab: tabs -> spaces",
			"license": "MIT",
			"keywords": [
				"detab",
				"tab",
				"space",
				"tab-size",
				"size"
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"repeat-string": "^1.5.4"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/detab.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/detab/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^7.0.0",
				"remark-cli": "^1.0.0",
				"remark-comment-config": "^4.0.0",
				"remark-github": "^5.0.0",
				"remark-lint": "^4.0.0",
				"remark-validate-links": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s detab > detab.js",
				"build-mangle": "esmangle detab.js > detab.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"ignores": [
					"detab.js",
					"detab.min.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"plugins": {
					"comment-config": null,
					"github": null,
					"lint": {
						"heading-increment": false
					},
					"validate-links": null
				},
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "d0590a5f28cafa335628c9c9067c4ca66fcbba06",
			"homepage": "https://github.com/wooorm/detab#readme",
			"_id": "detab@2.0.0",
			"_shasum": "485bd7954d2348092e998f7ff1a79fd9869d9b50",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "485bd7954d2348092e998f7ff1a79fd9869d9b50",
				"tarball": "https://registry.npmjs.org/detab/-/detab-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/detab-2.0.0.tgz_1471099186339_0.23986082733608782"
			},
			"directories": {}
		},
		"2.0.1": {
			"name": "detab",
			"version": "2.0.1",
			"description": "Detab: tabs -> spaces",
			"license": "MIT",
			"keywords": [
				"detab",
				"tab",
				"space",
				"tab-size",
				"size"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/detab.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/detab/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"repeat-string": "^1.5.4"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"remark-cli": "^4.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s detab > detab.js",
				"build-mangle": "esmangle detab.js > detab.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"ignores": [
					"detab.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "92b9f269bbf1c3f12ce8b63bafd0c0ec01d1df23",
			"homepage": "https://github.com/wooorm/detab#readme",
			"_id": "detab@2.0.1",
			"_npmVersion": "5.0.0",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-/hhdqdQc5thGrqzjyO/pz76lDZ5GSuAs6goxOaKTsvPk7HNnzAyFN5lyHgqpX4/s1i66K8qMGj+VhA9504x7DQ==",
				"shasum": "531f5e326620e2fd4f03264a905fb3bcc8af4df4",
				"tarball": "https://registry.npmjs.org/detab/-/detab-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/detab-2.0.1.tgz_1501180721704_0.5197843066416681"
			},
			"directories": {}
		},
		"2.0.2": {
			"name": "detab",
			"version": "2.0.2",
			"description": "Detab: tabs -> spaces",
			"license": "MIT",
			"keywords": [
				"detab",
				"tab",
				"space",
				"tab-size",
				"size"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/detab.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/detab/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"repeat-string": "^1.5.4"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.5.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s detab -o detab.js",
				"build-mangle": "browserify . -s detab -p tinyify -o detab.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"detab.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "e2ebf3c4d35b9889826588da866075b11fc8aae6",
			"homepage": "https://github.com/wooorm/detab#readme",
			"_id": "detab@2.0.2",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Q57yPrxScy816TTE1P/uLRXLDKjXhvYTbfxS/e6lPD+YrqghbsMlGB9nQzj/zVtSPaF0DFPSdO916EWO4sQUyQ==",
				"shasum": "074970d1a807b045d0258a4235df5928dd683561",
				"tarball": "https://registry.npmjs.org/detab/-/detab-2.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 4943,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1+VeCRA9TVsSAnZWagAAyT0P/2ATmlORE8tevc9H4Sw5\nn/M6HwgmTJpheFAjRlkFEJfVQDtBQPxNJiZxzyH1zbB7VLMb6TRG61ske6bL\nj1QGOADiUozikKARKyVwl9dIH1/CJClkXP/ydP1zH3Rd1yHVko5l0E/dHm1b\n0JgCO34gAdJx8BPXvQsAzWS794otz8fGbMJkShJuYLfU5363E9NWgTkxnm29\n60JAAmx1WpVs/bhR0oy202fzmjMafsHOT7qATyV21QnKLd2jpwi9nq9z0iZN\nSFcAMpENEYj5M22srhkk9NAEVu+3mu3a1cPMrNaU0tPGoVjiK29hpZROJ/6H\nbEE0jMJWddNOR3Mhjacvh40E5R5HIpj8DDi+kG9lN3B7FVFEaE6+ovymTmrg\nYT45stKaen9gHVBSBc0uDenbfGH1Ir2bybuYFqBXcwTzVkZw/tpFS1klmTON\nHz6cQ0vIcHROUVmNrl98ng2g480UZ2/N78PLtiqSYtMLJTZGH6DmSYgZJMK4\nmAiPTsplX6pi77LmHNw4Gl+WFx7dNCE52MuUhYhbaqLi1BhkibxymuA7yMEx\nIjs//3db/YKDvydDHcQUx6Y7vE4Fl1oNatQisJO5HVLTnhANcG07MniJhqVT\n5rrxYIx3bs0Y7yN96+NoR3Ej1YClXhQQQB6UwKG/mPuzgrSHuaAdIXnHi3fL\nv+wN\r\n=+pEH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/detab_2.0.2_1557652829562_0.9043051769700263"
			},
			"_hasShrinkwrap": false
		},
		"2.0.3": {
			"name": "detab",
			"version": "2.0.3",
			"description": "Detab: tabs -> spaces",
			"license": "MIT",
			"keywords": [
				"detab",
				"tab",
				"space",
				"tab-size",
				"size"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/detab.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/detab/issues"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/wooorm"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"repeat-string": "^1.5.4"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^15.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s detab -o detab.js",
				"build-mangle": "browserify . -s detab -p tinyify -o detab.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run format && npm run build && npm run test-coverage"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"detab.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "fd554686112c199908ecf94102b429a059c94d29",
			"homepage": "https://github.com/wooorm/detab#readme",
			"_id": "detab@2.0.3",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A==",
				"shasum": "33e5dd74d230501bd69985a0d2b9a3382699a130",
				"tarball": "https://registry.npmjs.org/detab/-/detab-2.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 5015,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLCNZCRA9TVsSAnZWagAA9PUP/3D8KD4B8Tb9nmbDniUK\nT5oGLnXVdG/DEE3IKWdPb/ZAwMbKKGhAa2MDra7MqF8gsA/xozzXZPCn9r91\nPdG2sb9mJsHCnxlVK/rsmvsdmgXajIsJCUE6S+9SnLio31fY/KKpMONc+WPu\n3OViXgEovWLAkkVHCq8JgosZUCTH5GVYElj+j/wiyQ1gTjitVjj486OcxPx3\nk4e/bLOhnsPj+Vbovh3LcOJNt3Ku8ODSjl7mTrxTdlyWeOt1R8bHg37T21jS\nBpedbgQAn4LYHPnCuaIAr6QqHq2najwyJSNVISH+hpcfdge949n5OvdpruKh\nVpVpCqtSvo5drBMMyKvb7UmDQbDmAoq39oQUDZZDMxk/+tFhenAYkjzR5LZT\nDgM7sPZ2CaGTAnUOoxnOXJtLp/ua4j43VSnfGC7zuykrwlyVIxDiuRQZxKIO\nxvRcC3BC7Oxsxvqc81gtx+ApTOMtMB8b1lr2WFL6Df+JJJ5lJJSAESgBgLxP\nMmdZR3Ihzc18wVSsZz8KyQNtxOcyy54pl6JLONl6MAiRASAvA/EdQhOAXUm4\nndLEpYpgcTRbp5BLG/GvNWCP4xsZMSW0CZKVZPdPmmxPgBbRvWEGPKMAXhcK\nexit+Frnkg6YqQjgiEGFz0QCskvhTUX1LYzpPn8eFLCPZgoFmoIprJj1Ganc\nDTh7\r\n=67CQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/detab_2.0.3_1579950936354_0.42937309252666256"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-25T11:15:39.116Z",
		"created": "2015-07-06T21:30:49.807Z",
		"1.0.0": "2015-07-06T21:30:49.807Z",
		"1.0.1": "2015-07-06T21:47:58.823Z",
		"1.0.2": "2015-07-07T08:32:12.459Z",
		"2.0.0": "2016-08-13T14:39:47.947Z",
		"2.0.1": "2017-07-27T18:38:42.620Z",
		"2.0.2": "2019-05-12T09:20:29.761Z",
		"2.0.3": "2020-01-25T11:15:36.532Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.3"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"67bc54e04313ae6701f0084e4a92a54e\"",
			"fetched": 1600679311545
		}
	},
	"_distfiles": {
		"detab-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/detab/-/detab-1.0.0.tgz",
			"sha": "aaaf7dab6a51d4f758c89822691eef8c2bef78e8",
			"registry": "npmjs"
		},
		"detab-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/detab/-/detab-1.0.1.tgz",
			"sha": "4f2f0c1756cdea4d40fb1fbca30be0b9e2da1915",
			"registry": "npmjs"
		},
		"detab-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/detab/-/detab-1.0.2.tgz",
			"sha": "01bc2a4abe7bc7cc67c3039808edbae47049a0ee",
			"registry": "npmjs"
		},
		"detab-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/detab/-/detab-2.0.0.tgz",
			"sha": "485bd7954d2348092e998f7ff1a79fd9869d9b50",
			"registry": "npmjs"
		},
		"detab-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/detab/-/detab-2.0.1.tgz",
			"sha": "531f5e326620e2fd4f03264a905fb3bcc8af4df4",
			"registry": "npmjs"
		},
		"detab-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/detab/-/detab-2.0.2.tgz",
			"sha": "074970d1a807b045d0258a4235df5928dd683561",
			"registry": "npmjs"
		},
		"detab-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/detab/-/detab-2.0.3.tgz",
			"sha": "33e5dd74d230501bd69985a0d2b9a3382699a130",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"detab-2.0.3.tgz": {
			"shasum": "33e5dd74d230501bd69985a0d2b9a3382699a130"
		}
	},
	"_rev": "2-b0b1123bcfecc3e7",
	"_id": "detab",
	"readme": "# detab\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\nDetab: tabs → spaces.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install detab\n```\n\n## Use\n\n```js\nvar detab = require('detab')\n\nconsole.log(detab('\\tfoo\\nbar\\tbaz'))\nconsole.log(detab('\\tfoo\\nbar\\tbaz', 2))\nconsole.log(detab('\\tfoo\\nbar\\tbaz', 8))\n```\n\nYields:\n\n```text\n    foo\nbar baz\n```\n\n```text\n  foo\nbar baz\n```\n\n```text\n        foo\nbar     baz\n```\n\n## API\n\n### `detab(value[, size=4])`\n\nReplace tabs with spaces in `value` (`string`), being smart about which column\nthe tab is at and which `size` (`number`, default: `4`) should be used.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/wooorm/detab.svg\n\n[build]: https://travis-ci.org/wooorm/detab\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/detab.svg\n\n[coverage]: https://codecov.io/github/wooorm/detab\n\n[downloads-badge]: https://img.shields.io/npm/dm/detab.svg\n\n[downloads]: https://www.npmjs.com/package/detab\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/detab.svg\n\n[size]: https://bundlephobia.com/result?p=detab\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com"
}