{
	"name": "direction",
	"versions": {
		"0.0.1": {
			"name": "direction",
			"version": "0.0.1",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr"
			],
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"istanbul": "~0.2.11",
				"jscs": "^1.4.5",
				"eslint": "^0.6.2",
				"mocha": "~1.20.1"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/direction.git"
			},
			"scripts": {
				"test": "_mocha --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"lint": "eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false' && node_modules/.bin/eslint spec/direction.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false' && node_modules/.bin/jscs index.js spec/direction.spec.js --reporter=inline",
				"coverage": "istanbul cover node_modules/.bin/_mocha -- -- spec spec/direction.spec.js",
				"make": "npm run-script lint && npm run-script coverage"
			},
			"testling": {
				"files": "spec/direction.spec.js",
				"harness": "mocha",
				"browsers": [
					"iexplore/latest",
					"chrome/latest",
					"chrome/canary",
					"firefox/latest",
					"firefox/nightly",
					"opera/latest",
					"opera/next",
					"safari/latest",
					"iphone/latest",
					"android-browser/latest"
				]
			},
			"bugs": {
				"url": "https://github.com/wooorm/direction/issues"
			},
			"homepage": "https://github.com/wooorm/direction",
			"_id": "direction@0.0.1",
			"_shasum": "d841d45366389cd376b4dd8372a50be6cb308e41",
			"_from": ".",
			"_npmVersion": "1.4.10",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"dist": {
				"shasum": "d841d45366389cd376b4dd8372a50be6cb308e41",
				"tarball": "https://registry.npmjs.org/direction/-/direction-0.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.0.2": {
			"name": "direction",
			"version": "0.0.2",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr"
			],
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"istanbul": "~0.2.11",
				"jscs": "^1.5.1",
				"eslint": "^0.6.2",
				"mocha": "~1.20.1"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/direction.git"
			},
			"scripts": {
				"test": "node_modules/.bin/_mocha --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"lint": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false' && node_modules/.bin/eslint spec/direction.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false' && node_modules/.bin/jscs index.js spec/direction.spec.js --reporter=inline",
				"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec spec/direction.spec.js",
				"make": "npm run-script lint && npm run-script coverage"
			},
			"testling": {
				"files": "spec/direction.spec.js",
				"harness": "mocha",
				"browsers": [
					"iexplore/latest",
					"chrome/latest",
					"chrome/canary",
					"firefox/latest",
					"firefox/nightly",
					"opera/latest",
					"opera/next",
					"safari/latest",
					"iphone/latest",
					"android-browser/latest"
				]
			},
			"_id": "direction@0.0.2",
			"dist": {
				"shasum": "29bb1cd2b88a2580797aeec79c40516e16a9c6b2",
				"tarball": "https://registry.npmjs.org/direction/-/direction-0.0.2.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.2.15",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.0.3": {
			"name": "direction",
			"version": "0.0.3",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr"
			],
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"browserify": "^4.1.11",
				"istanbul": "~0.2.11",
				"jscs": "^1.5.3",
				"eslint": "^0.6.2",
				"mocha": "~1.20.1"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/direction.git"
			},
			"scripts": {
				"test": "_mocha --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"lint": "npm run-script lint-api && npm run-script lint-test && npm run-script lint-style",
				"lint-api": "eslint index.js --env node --env browser --rule 'quotes: [2, single]'",
				"lint-test": "eslint spec/direction.spec.js --env node --env mocha --rule 'quotes: [2, single]'",
				"lint-style": "jscs index.js spec/direction.spec.js --reporter=inline",
				"prepublish": "npm run-script build-browser",
				"build-browser": "browserify spec/direction.spec.js -o spec/browser.spec.js",
				"coverage": "istanbul cover node_modules/.bin/_mocha -- -- spec/direction.spec.js",
				"make": "npm run-script build-browser && npm run-script lint && npm run-script coverage"
			},
			"testling": {
				"files": "spec/direction.spec.js",
				"harness": "mocha",
				"browsers": [
					"iexplore/latest",
					"chrome/latest",
					"chrome/canary",
					"firefox/latest",
					"firefox/nightly",
					"opera/latest",
					"opera/next",
					"safari/latest",
					"iphone/latest",
					"android-browser/latest"
				]
			},
			"bugs": {
				"url": "https://github.com/wooorm/direction/issues"
			},
			"homepage": "https://github.com/wooorm/direction",
			"_id": "direction@0.0.3",
			"_shasum": "575e95622f7fdbf2b1a760c4ca72ae2d315bdcf2",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"dist": {
				"shasum": "575e95622f7fdbf2b1a760c4ca72ae2d315bdcf2",
				"tarball": "https://registry.npmjs.org/direction/-/direction-0.0.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "direction",
			"version": "0.1.0",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr"
			],
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"license": "MIT",
			"devDependencies": {
				"istanbul": "^0.3.0",
				"jscs": "^1.5.3",
				"eslint": "^0.6.2",
				"mocha": "~1.20.1"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/direction.git"
			},
			"scripts": {
				"test": "_mocha --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"lint": "npm run-script lint-api && npm run-script lint-test && npm run-script lint-style",
				"lint-api": "eslint index.js --env node --env browser --rule 'quotes: [2, single]'",
				"lint-test": "eslint spec/direction.spec.js --env node --env mocha --rule 'quotes: [2, single]'",
				"lint-style": "jscs index.js spec/direction.spec.js --reporter=inline",
				"install-browser-test": "npm install browserify",
				"build-browser-test": "browserify spec/direction.spec.js -o spec/browser.spec.js",
				"coverage": "istanbul cover node_modules/.bin/_mocha -- -- spec/direction.spec.js",
				"make": "npm run-script lint && npm run-script coverage"
			},
			"testling": {
				"files": "spec/direction.spec.js",
				"harness": "mocha",
				"browsers": [
					"iexplore/latest",
					"chrome/latest",
					"chrome/canary",
					"firefox/latest",
					"firefox/nightly",
					"opera/latest",
					"opera/next",
					"safari/latest",
					"iphone/latest",
					"android-browser/latest"
				]
			},
			"bugs": {
				"url": "https://github.com/wooorm/direction/issues"
			},
			"homepage": "https://github.com/wooorm/direction",
			"_id": "direction@0.1.0",
			"_shasum": "50dc038ede857d6a0ad141d1a33540f5cdac34a7",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"dist": {
				"shasum": "50dc038ede857d6a0ad141d1a33540f5cdac34a7",
				"tarball": "https://registry.npmjs.org/direction/-/direction-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "direction",
			"version": "0.1.1",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr"
			],
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"devDependencies": {
				"istanbul": "^0.3.0",
				"jscs": "^1.5.0",
				"eslint": "^0.8.0",
				"mocha": "^1.20.0"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/direction.git"
			},
			"scripts": {
				"test": "_mocha --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/direction.spec.js",
				"lint": "npm run-script lint-api && npm run-script lint-test && npm run-script lint-style",
				"lint-api": "eslint index.js --env node --env browser --rule 'quotes: [2, single]'",
				"lint-test": "eslint spec/direction.spec.js --env node --env mocha --rule 'quotes: [2, single]'",
				"lint-style": "jscs index.js spec/direction.spec.js --reporter=inline",
				"coverage": "istanbul cover node_modules/.bin/_mocha -- -- spec/direction.spec.js",
				"make": "npm run-script lint && npm run-script coverage"
			},
			"bugs": {
				"url": "https://github.com/wooorm/direction/issues"
			},
			"homepage": "https://github.com/wooorm/direction",
			"_id": "direction@0.1.1",
			"_shasum": "7d3050076d54f9257b8a466a76e61642155c9f4b",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"dist": {
				"shasum": "7d3050076d54f9257b8a466a76e61642155c9f4b",
				"tarball": "https://registry.npmjs.org/direction/-/direction-0.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.2": {
			"name": "direction",
			"version": "0.1.2",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/direction.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"devDependencies": {
				"istanbul": "^0.3.0",
				"jscs": "^1.7.0",
				"eslint": "^0.8.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test": "_mocha --reporter spec --check-leaks -u exports test.js",
				"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports test.js",
				"lint": "npm run-script lint-api && npm run-script lint-test && npm run-script lint-style",
				"lint-api": "eslint index.js --env node --env browser --rule 'quotes: [2, single]'",
				"lint-test": "eslint test.js --env node --env mocha --rule 'quotes: [2, single]'",
				"lint-style": "jscs index.js test.js --reporter=inline",
				"coverage": "istanbul cover node_modules/.bin/_mocha -- -- test.js",
				"make": "npm run-script lint && npm run-script coverage"
			},
			"gitHead": "774ca070ae502534b95bf4d917b4a7aa53d5657e",
			"bugs": {
				"url": "https://github.com/wooorm/direction/issues"
			},
			"homepage": "https://github.com/wooorm/direction",
			"_id": "direction@0.1.2",
			"_shasum": "1238003094f785a5e8dfc283508ce9a63510a50e",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"dist": {
				"shasum": "1238003094f785a5e8dfc283508ce9a63510a50e",
				"tarball": "https://registry.npmjs.org/direction/-/direction-0.1.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.3": {
			"name": "direction",
			"version": "0.1.3",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr",
				"cli",
				"bin"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/direction.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"bin": {
				"direction": "direction"
			},
			"devDependencies": {
				"eslint": "^0.9.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test": "_mocha --reporter spec --check-leaks -u exports test.js",
				"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports test.js",
				"coverage": "istanbul cover node_modules/.bin/_mocha -- -- test.js",
				"lint-api": "eslint index.js",
				"lint-cli": "eslint cli.js",
				"lint-test": "eslint test.js --env mocha",
				"lint-style": "jscs index.js cli.js test.js --reporter=inline",
				"lint": "npm run lint-api && npm run lint-cli && npm run lint-test && npm run lint-style",
				"make": "npm run lint && npm run coverage"
			},
			"gitHead": "c2ae675108d8c0a0ad653018bcca1ae93317ab96",
			"bugs": {
				"url": "https://github.com/wooorm/direction/issues"
			},
			"homepage": "https://github.com/wooorm/direction",
			"_id": "direction@0.1.3",
			"_shasum": "7df94cad8f8f1a3572a6ec0564ba8c3259e32799",
			"_from": ".",
			"_npmVersion": "2.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"dist": {
				"shasum": "7df94cad8f8f1a3572a6ec0564ba8c3259e32799",
				"tarball": "https://registry.npmjs.org/direction/-/direction-0.1.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.4": {
			"name": "direction",
			"version": "0.1.4",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr",
				"cli",
				"bin"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/direction.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"bin": {
				"direction": "cli.js"
			},
			"devDependencies": {
				"eslint": "^0.9.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test": "_mocha --reporter spec --check-leaks -u exports test.js",
				"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports test.js",
				"coverage": "istanbul cover node_modules/.bin/_mocha -- -- test.js",
				"lint-api": "eslint index.js",
				"lint-cli": "eslint cli.js",
				"lint-test": "eslint test.js --env mocha",
				"lint-style": "jscs index.js cli.js test.js --reporter=inline",
				"lint": "npm run lint-api && npm run lint-cli && npm run lint-test && npm run lint-style",
				"make": "npm run lint && npm run coverage"
			},
			"gitHead": "8690dbfb39158c5aaa71603388d0c889df130387",
			"bugs": {
				"url": "https://github.com/wooorm/direction/issues"
			},
			"homepage": "https://github.com/wooorm/direction",
			"_id": "direction@0.1.4",
			"_shasum": "38042a7f5f44645fa3e097cee5a8214ec503a2cb",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"dist": {
				"shasum": "38042a7f5f44645fa3e097cee5a8214ec503a2cb",
				"tarball": "https://registry.npmjs.org/direction/-/direction-0.1.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.5": {
			"name": "direction",
			"version": "0.1.5",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr",
				"cli",
				"bin"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/wooorm/direction.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"bin": {
				"direction": "cli.js"
			},
			"devDependencies": {
				"eslint": "^0.10.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^0.3.2",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-lib": "_mocha --check-leaks test.js",
				"test-cli": "bash ./test.sh",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-travis": "npm run test-cli && npm run test-coveralls",
				"test": "npm run test-lib && npm run test-cli",
				"coverage": "istanbul cover _mocha -- -- test.js",
				"lint-api": "eslint index.js",
				"lint-cli": "eslint cli.js",
				"lint-test": "eslint --env mocha test.js",
				"lint-style": "jscs --reporter inline index.js cli.js test.js",
				"lint": "npm run lint-api && npm run lint-cli && npm run lint-test && npm run lint-style",
				"make": "npm run lint && npm run coverage"
			},
			"gitHead": "62fcc7b1f669ac86b6ece11ee30b99344bc875d9",
			"bugs": {
				"url": "https://github.com/wooorm/direction/issues"
			},
			"homepage": "https://github.com/wooorm/direction",
			"_id": "direction@0.1.5",
			"_shasum": "ce5d797f97e26f8be7beff53f7dc40e1c1a9ec4c",
			"_from": ".",
			"_npmVersion": "2.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"dist": {
				"shasum": "ce5d797f97e26f8be7beff53f7dc40e1c1a9ec4c",
				"tarball": "https://registry.npmjs.org/direction/-/direction-0.1.5.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "direction",
			"version": "1.0.0",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr",
				"cli",
				"bin"
			],
			"dependencies": {},
			"files": [
				"index.js",
				"cli.js"
			],
			"bin": {
				"direction": "cli.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/direction.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/direction/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"
				}
			],
			"engines": {
				"node": ">=0.11.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"esmangle": "^1.0.0",
				"execa": "^0.4.0",
				"has": "^1.0.1",
				"nyc": "^7.1.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.4.0",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js -s direction > direction.js",
				"build-mangle": "esmangle direction.js > direction.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"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"xo": {
				"space": true,
				"ignores": [
					"direction.js",
					"direction.min.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"plugins": {
					"comment-config": null,
					"lint": null,
					"github": null,
					"validate-links": null
				},
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "3938dafff397ac75fe44a6dfa080b9aba6e8090c",
			"homepage": "https://github.com/wooorm/direction#readme",
			"_id": "direction@1.0.0",
			"_shasum": "b646c37eeda9d07f5ae55a4dcb33bb626cd0e343",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "b646c37eeda9d07f5ae55a4dcb33bb626cd0e343",
				"tarball": "https://registry.npmjs.org/direction/-/direction-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/direction-1.0.0.tgz_1471116689142_0.20046567264944315"
			},
			"directories": {}
		},
		"1.0.1": {
			"name": "direction",
			"version": "1.0.1",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr",
				"cli",
				"bin"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/direction.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/direction/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"
				}
			],
			"bin": {
				"direction": "cli.js"
			},
			"files": [
				"index.js",
				"cli.js"
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.0",
				"execa": "^0.7.0",
				"nyc": "^11.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.4.0",
				"xo": "^0.18.0"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js -s direction > direction.js",
				"build-mangle": "esmangle direction.js > direction.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"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"xo": {
				"space": true,
				"esnext": false,
				"ignores": [
					"direction.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "9acb017d26ff538d8bc04e3829500472168c5184",
			"homepage": "https://github.com/wooorm/direction#readme",
			"_id": "direction@1.0.1",
			"_shasum": "0481cc6eb44b4bb0c00da0ddb10a91469bbffe5d",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "0481cc6eb44b4bb0c00da0ddb10a91469bbffe5d",
				"tarball": "https://registry.npmjs.org/direction/-/direction-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/direction-1.0.1.tgz_1499592991469_0.7283886505756527"
			},
			"directories": {}
		},
		"1.0.2": {
			"name": "direction",
			"version": "1.0.2",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr",
				"cli",
				"bin"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/direction.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/direction/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"
				}
			],
			"bin": {
				"direction": "cli.js"
			},
			"files": [
				"index.js",
				"cli.js"
			],
			"dependencies": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.0",
				"execa": "^0.9.0",
				"nyc": "^11.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.4.0",
				"xo": "^0.20.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js -s direction > direction.js",
				"build-mangle": "esmangle direction.js > direction.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"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"no-var": "off",
					"object-shorthand": "off",
					"prefer-arrow-callback": "off"
				},
				"ignores": [
					"direction.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "065e016d822e6554876ec732a47557fdc4bc09a8",
			"homepage": "https://github.com/wooorm/direction#readme",
			"_id": "direction@1.0.2",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-hSKoz5FBn+zhP9vWKkVQaaxnRDg3/MoPdcg2au54HIUDR8MrP8Ah1jXSJwCXel6SV3Afh5DSzc8Uqv2r1UoQwQ==",
				"shasum": "ac49c4699edf1283fd82f34e701ca668ea4883b9",
				"tarball": "https://registry.npmjs.org/direction/-/direction-1.0.2.tgz",
				"fileCount": 5,
				"unpackedSize": 5831,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5cANCRA9TVsSAnZWagAA2pUP/1koJP8M/3tVl2LCRWLF\nFtE9WHFrASEeWmLKCYe6dy54gPxutteXXSmYFTdfVnd9a2pFb1TvCMQfEd4K\nBQMjRt+Bq+9tbHdAQgIksLHqoqQyB2vBNieIiSTSQGebJJhKeOmmjJ42mHqH\nwYMeQby+nUi7nNTKMNELlsihxdM4y7hQQfF54qbGQ+R9WJhgC9kRkBKeuJjQ\ned2NAmrUnTSSafXKfVbX0qfaZljhMNj9ckiyTHUEO8JrWx8hAcz37BV7hvHM\nJSh3QYGS+DEgaCEiyRfoyAN9ImW7XZVCYzjTloyiZTp1fGC+Pa2kg+DGWJn1\nSXfv23R3QEAkr7DV3Mqg4wLpyY41tM2l5W0hjNZvXhErWP1IRLtAlrSoWD52\nWtQLoZmQbG4T8yjjmQBMx1PR6zMzdbsIszU42TL8XhH9ol7hAmT4PEW3TDAH\nuH1N9lQTC5SUQKmrflnxSlSJETcT8sPF5oz/0ajSN+1KQJCABQWvcceAKsUf\nam+sp+MQz/FXk7sQ+RNZ9fiq5UyV4rbLMISmPFfhhD81vyhRZwxezCDBcwpR\nwWM0I8cP30n+Q38c6edVAfGLb8irFoVc4BPfrrtKhdYoXh7BERSFA1oMVgMx\n2scYsIaVOgx7x9sWBQ+abmNVftBjSzMv2WTIx36AredHY29px43CAPoOihZo\nd3ba\r\n=wByQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/direction_1.0.2_1525006348473_0.07640845705021349"
			},
			"_hasShrinkwrap": false
		},
		"1.0.3": {
			"name": "direction",
			"version": "1.0.3",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr",
				"cli",
				"bin"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/direction.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/direction/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"
				}
			],
			"bin": {
				"direction": "cli.js"
			},
			"dependencies": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"execa": "^1.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.4.0",
				"tinyify": "^2.5.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . direction -o direction.js",
				"build-mangle": "browserify . direction -p tinyify -o direction.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"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"direction.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "7d141240575cecca2ac009992fa3a12b8707d46f",
			"homepage": "https://github.com/wooorm/direction#readme",
			"_id": "direction@1.0.3",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-8bHRqMt4w/kND19KBksE4NOJo+gIOPuiZfxQvbd6xikfKbuNBYBdLIw0hA/4lWzBaDpwpW+Olmg1BjD9+0LU2w==",
				"shasum": "5030e1e091e923904067d015dbaafd08f4d27d26",
				"tarball": "https://registry.npmjs.org/direction/-/direction-1.0.3.tgz",
				"fileCount": 5,
				"unpackedSize": 6025,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2nLYCRA9TVsSAnZWagAAufsP/2wZ0V6b8EElQdRWSW0k\nG9bZQYUopfoIfghHHP614uuRHRXbm63iwMA4yb3d7RX6f1l5Ov6k3dG4xKj8\nkH606sPDx2r0DMVAJOwdG5bkt7C8VR4CHGMElgjjxWuYj/SWNKRVUilDj62r\naIMZvsfLrUdGFQWD1yLYfDnCxUoJ8II5Fh+S5npv0w2Kqd1X2IsoGoHbcxyD\nMmv5nooVI14iUgC4XpfewbwSoBF0mII12zuHsSILU2uz3ZpGbs3ZybwEZjd1\n62S+zasRi6cB2g/a3DmEUJ/uWKcMYasQGM3okJgnqzOufsrobMi1LipfhQM8\nb9Lr5VwNXxRWVU0zWjCR4cTO9aJTCw1oJHUmqs5G5pBP0OR4f1JEng5w2DQa\n3ECuVKHbjX7fM6Wy8dcv9JPnp5tFL7lSmZIFN2Zzme5gD8Radam57rTHQIDE\nsGFHKlEZBabdp31LihC3h18LsHq1urfVkqKwudm0oIMYZ0WiYABQu6ZChmTO\nleqQBw0h9UKrvUkFjgGGGSrJrJpb2SInWCBHQjgED++UE0VJcG7ZlU0EYe4L\nosn3R/hw8LPXvBU6Hs0Qn2JPTWZnu3e0y3keoTl5vskgc/UMODHFXXzDUP2m\n+D/fmaazFZfZOI9PILVLxvReri8wXvrCtcH+cxqdfxl1ky/8zHsn1IyU+6fW\n6cwA\r\n=TQDv\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/direction_1.0.3_1557820120305_0.27106514786912395"
			},
			"_hasShrinkwrap": false
		},
		"1.0.4": {
			"name": "direction",
			"version": "1.0.4",
			"description": "Detect directionality: left-to-right, right-to-left, or neutral",
			"license": "MIT",
			"keywords": [
				"writing",
				"system",
				"direction",
				"directionality",
				"rtl",
				"ltr",
				"cli",
				"bin"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/direction.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/direction/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"
				}
			],
			"bin": {
				"direction": "cli.js"
			},
			"dependencies": {},
			"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 direction -o direction.js",
				"build-mangle": "browserify . -s direction -p tinyify -o direction.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"
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"rules": {
					"unicorn/prefer-includes": "off"
				},
				"ignores": [
					"direction.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "8543f8aa7730008eed1d3f4dfd045841a5324b6b",
			"homepage": "https://github.com/wooorm/direction#readme",
			"_id": "direction@1.0.4",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-GYqKi1aH7PJXxdhTeZBFrg8vUBeKXi+cNprXsC1kpJcbcVnV9wBsrOu1cQEdG0WeQwlfHiy3XvnKfIrJ2R0NzQ==",
				"shasum": "2b86fb686967e987088caf8b89059370d4837442",
				"tarball": "https://registry.npmjs.org/direction/-/direction-1.0.4.tgz",
				"fileCount": 5,
				"unpackedSize": 6156,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLarhCRA9TVsSAnZWagAAldcP/2oTfTdHvRnYd7qYgvQo\nu0GnWzQTnn4uPetYBZIdeLELYrV9t1DXAzmFStMJ1GnKmsmOpNvVa0gSAdU5\nAuqEoJ4Z8KyANaNLlDFxI7v56/Vha3q8RS6zLZmIPE5HILLC80xb6To3cfEO\nyYQ5UJVJooVFNNXvtfAwhTs0yHRpWFQUinF0WFMA8yPI4kWli8R9LKR1ikg8\nXFyINoIlUVenvYIfcNq29TkIx9Vkly54SuHjsKTcz6QXlkY4ZLb307L3KK6l\n8Gtf3XhjQyfREHcAkgzBPohxyDaGsq9Jz9xbKgBSLl7ntWmHANKcwOzuQicS\n6TRxs4Md0cGf8/1z0510oKrYRDQq8S9yosmfXRToIUNeVj7VFQxzWFmLe9no\nns5B96KrqF47NAhgu0P46RE1fPQBI2S0cEr2EXlxBepuzagKOrQ+qCIfKZja\nm1bv6YGCXjdSwKD5PyVtcDLcWxI8OJlqxTINnFUM/shBhJjhlgG8PYnCsVoz\nS/gxNPj9evqgN5N/n5VqTneFEtL5ARlfI9X4vXdGyTYKi9zCo/982arezNEg\nLfY4Bwa1I9aTb7yBO3Jk7g2DrvkaAIIrIYnNPVr9782ehbaODlSWa3qxFDMv\noz6kxcuEfOw7xx1oPWdIZxWRMde1pwdQk4KAfYLysE+DgKzr9Tbo/QOz6kyd\neesV\r\n=zqoY\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/direction_1.0.4_1580051168769_0.19363656014947894"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-26T15:06:11.222Z",
		"created": "2014-06-14T09:23:15.322Z",
		"0.0.1": "2014-06-14T09:23:15.322Z",
		"0.0.2": "2014-06-17T09:00:27.715Z",
		"0.0.3": "2014-06-19T10:38:50.987Z",
		"0.1.0": "2014-07-08T16:38:38.752Z",
		"0.1.1": "2014-09-21T13:26:01.083Z",
		"0.1.2": "2014-10-25T18:32:40.537Z",
		"0.1.3": "2014-11-24T08:38:28.119Z",
		"0.1.4": "2014-11-24T08:42:29.427Z",
		"0.1.5": "2014-12-17T18:05:44.446Z",
		"1.0.0": "2016-08-13T19:31:30.772Z",
		"1.0.1": "2017-07-09T09:36:32.452Z",
		"1.0.2": "2018-04-29T12:52:28.525Z",
		"1.0.3": "2019-05-14T07:48:40.477Z",
		"1.0.4": "2020-01-26T15:06:08.887Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"b35cd6f4516c1222a24b24ff9b166d52\"",
			"fetched": 1593324461334
		}
	},
	"_distfiles": {
		"direction-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-0.0.1.tgz",
			"sha": "d841d45366389cd376b4dd8372a50be6cb308e41",
			"registry": "npmjs"
		},
		"direction-0.0.2.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-0.0.2.tgz",
			"sha": "29bb1cd2b88a2580797aeec79c40516e16a9c6b2",
			"registry": "npmjs"
		},
		"direction-0.0.3.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-0.0.3.tgz",
			"sha": "575e95622f7fdbf2b1a760c4ca72ae2d315bdcf2",
			"registry": "npmjs"
		},
		"direction-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-0.1.0.tgz",
			"sha": "50dc038ede857d6a0ad141d1a33540f5cdac34a7",
			"registry": "npmjs"
		},
		"direction-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-0.1.1.tgz",
			"sha": "7d3050076d54f9257b8a466a76e61642155c9f4b",
			"registry": "npmjs"
		},
		"direction-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-0.1.2.tgz",
			"sha": "1238003094f785a5e8dfc283508ce9a63510a50e",
			"registry": "npmjs"
		},
		"direction-0.1.3.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-0.1.3.tgz",
			"sha": "7df94cad8f8f1a3572a6ec0564ba8c3259e32799",
			"registry": "npmjs"
		},
		"direction-0.1.4.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-0.1.4.tgz",
			"sha": "38042a7f5f44645fa3e097cee5a8214ec503a2cb",
			"registry": "npmjs"
		},
		"direction-0.1.5.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-0.1.5.tgz",
			"sha": "ce5d797f97e26f8be7beff53f7dc40e1c1a9ec4c",
			"registry": "npmjs"
		},
		"direction-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-1.0.0.tgz",
			"sha": "b646c37eeda9d07f5ae55a4dcb33bb626cd0e343",
			"registry": "npmjs"
		},
		"direction-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-1.0.1.tgz",
			"sha": "0481cc6eb44b4bb0c00da0ddb10a91469bbffe5d",
			"registry": "npmjs"
		},
		"direction-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-1.0.2.tgz",
			"sha": "ac49c4699edf1283fd82f34e701ca668ea4883b9",
			"registry": "npmjs"
		},
		"direction-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-1.0.3.tgz",
			"sha": "5030e1e091e923904067d015dbaafd08f4d27d26",
			"registry": "npmjs"
		},
		"direction-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/direction/-/direction-1.0.4.tgz",
			"sha": "2b86fb686967e987088caf8b89059370d4837442",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"direction-1.0.2.tgz": {
			"shasum": "ac49c4699edf1283fd82f34e701ca668ea4883b9"
		}
	},
	"_rev": "2-e0a51471aa0a1450",
	"_id": "direction",
	"readme": "# direction\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\nDetect direction: left-to-right, right-to-left, or neutral.\n\n## API\n\nInstall:\n\n```sh\nnpm install direction\n```\n\nUse:\n\n```js\nvar direction = require('direction')\n\ndirection('A') // => 'ltr'\ndirection('anglais') // => 'ltr'\ndirection('بسيطة') // => 'rtl'\ndirection('@') // => 'neutral'\n```\n\n## CLI\n\nInstall:\n\n```sh\nnpm install -g direction\n```\n\nUse:\n\n```txt\nUsage: direction [options] <words...>\n\nDetect directionality: left-to-right, right-to-left, or neutral\n\nOptions:\n\n  -h, --help           output usage information\n  -v, --version        output version number\n\nUsage:\n\n# output directionality\n$ direction @\n# neutral\n\n# output directionality from stdin\n$ echo 'الانجليزية' | direction\n# rtl\n```\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/wooorm/direction.svg\n\n[build]: https://travis-ci.org/wooorm/direction\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/direction.svg\n\n[coverage]: https://codecov.io/github/wooorm/direction\n\n[downloads-badge]: https://img.shields.io/npm/dm/direction.svg\n\n[downloads]: https://www.npmjs.com/package/direction\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/direction.svg\n\n[size]: https://bundlephobia.com/result?p=direction\n\n[license]: license\n\n[author]: https://wooorm.com"
}