{
	"name": "unist-util-position",
	"versions": {
		"2.0.1": {
			"name": "unist-util-position",
			"version": "2.0.1",
			"description": "Utility to get the position of unist nodes",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"position",
				"generated",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unist-util-position.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unist-util-position/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": {},
			"devDependencies": {
				"browserify": "^13.0.0",
				"eslint": "^2.0.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.4.0",
				"jscs": "^3.0.0",
				"jscs-jsdoc": "^2.0.0",
				"remark-cli": "^1.0.0",
				"remark-comment-config": "^4.0.0",
				"remark-github": "^5.0.0",
				"remark-lint": "^4.0.0",
				"remark-slug": "^4.0.0",
				"remark-validate-links": "^4.0.0",
				"tape": "^4.4.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --no-builtins -s unistUtilPosition > unist-util-position.js",
				"build-mangle": "esmangle unist-util-position.js > unist-util-position.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"test-api": "node test.js",
				"test-coverage": "istanbul cover test.js",
				"test": "npm run build && npm run lint && npm run test-coverage"
			},
			"gitHead": "9aeb32d5f67c5c97e27ddcb4c1c9d6631d1084a4",
			"homepage": "https://github.com/wooorm/unist-util-position#readme",
			"_id": "unist-util-position@2.0.1",
			"_shasum": "1a639df0a0940460a2d8b205e9be704fe07518ec",
			"_from": ".",
			"_npmVersion": "3.8.6",
			"_nodeVersion": "6.1.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "1a639df0a0940460a2d8b205e9be704fe07518ec",
				"tarball": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-2.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/unist-util-position-2.0.1.tgz_1465846221638_0.04700728412717581"
			},
			"directories": {}
		},
		"3.0.0": {
			"name": "unist-util-position",
			"version": "3.0.0",
			"description": "Utility to get the position of unist nodes",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"position",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unist-util-position.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unist-util-position/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": {},
			"devDependencies": {
				"browserify": "^13.0.0",
				"esmangle": "^1.0.0",
				"nyc": "^9.0.1",
				"remark": "^6.2.0",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.4.0",
				"xo": "^0.17.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail --output",
				"build-bundle": "browserify index.js --no-builtins -s unistUtilPosition > unist-util-position.js",
				"build-mangle": "esmangle unist-util-position.js > unist-util-position.min.js",
				"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
				"lint": "xo",
				"test-api": "node test.js",
				"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": [
					"unist-util-position.js"
				]
			},
			"remarkConfig": {
				"presets": "wooorm"
			},
			"gitHead": "46ce89db97f3c9fe5a2363d7086ee8adcb3426aa",
			"homepage": "https://github.com/wooorm/unist-util-position#readme",
			"_id": "unist-util-position@3.0.0",
			"_shasum": "e6e1e03eeeb81c5e1afe553e8d4adfbd7c0d8f82",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "e6e1e03eeeb81c5e1afe553e8d4adfbd7c0d8f82",
				"tarball": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/unist-util-position-3.0.0.tgz_1479636116211_0.7128135177772492"
			},
			"directories": {}
		},
		"3.0.1": {
			"name": "unist-util-position",
			"version": "3.0.1",
			"description": "Utility to get the position of unist nodes",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"position",
				"point",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-position/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": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.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 --no-builtins -s unistUtilPosition > unist-util-position.js",
				"build-mangle": "esmangle unist-util-position.js > unist-util-position.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": {
					"guard-for-in": "off",
					"no-var": "off",
					"prefer-arrow-callback": "off"
				},
				"ignores": [
					"unist-util-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "29f57ca0b502dbf011396a9eba7d1eb17c9117e5",
			"homepage": "https://github.com/syntax-tree/unist-util-position#readme",
			"_id": "unist-util-position@3.0.1",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-05QfJDPI7PE1BIUtAxeSV+cDx21xP7+tUZgSval5CA7tr0pHBwybF7OnEa1dOFqg6BfYH/qiMUnWwWj+Frhlww==",
				"shasum": "8e220c24658239bf7ddafada5725ed0ea1ebbc26",
				"tarball": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 5552,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6JLXCRA9TVsSAnZWagAAXi8P/0twJ/zo84ZYruuKHnnl\nMw0P0U9CA1xy1USQ1vcz+lRuZJIV29n0itawJFeAXe01XXvPwXJ1rP/8Ejnp\nC1PAtNS4u3NQS8SakWZBArY+BT5RcO5y1TFrNS7WnJmoNx3bA3VOJ1Yt+Mwz\nlImLyNJskjvTzWAXRSLW/BxTplxKHYqL+G8Sjx82jBqpWejE1JSKy5NHrAfR\nkf5bbUUHnW4JBaqrOUTDY+Ud5isILkhZ6YR2TfjWao3kGfaXJdbE8N/VUCyn\niGHmV4FBpVOXBPtH+HdSy4nzDIxsFNva8+MERoqau7CY30op0e32B3Oxgro8\nKDYLt2IMwwo/Gy8BlIl2Ng1W9PHWnwMYfnol1aAXbU2uHEYEOYG72vuWDcsK\nQM8E/pis+KMAet17TccBZ88RgqQcSR1qxxR9Lxer2My06xkjyqypngzoDVs6\nSFGnj7AObn/b12GlOr0oZ9mvbMe4XnSn2N3nluloabMgOpc26oPOSUw016FX\nymVmvBhDeB2eOLrfp9B6HaSfZKEZd0Th4M+Kidkegmg6GBEDYiM8gQeWCiHU\n2d0vQIoZbXahKt1H94bKUSiajvrsIHdnOucPERhrZBwExY9lt6r/ku7STCik\nf9y68gPsbfjt9XUGGrmDWETuNSblyPzhwIhdQkrNpFJA9Hq6ukq6A7VU+kq/\ncMIw\r\n=aiXE\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-position_3.0.1_1525191382403_0.18052194807065103"
			},
			"_hasShrinkwrap": false
		},
		"3.0.2": {
			"name": "unist-util-position",
			"version": "3.0.2",
			"description": "Utility to get the position of unist nodes",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"position",
				"point",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-position/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": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^13.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.4.0",
				"tinyify": "^2.4.3",
				"xo": "^0.23.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify . -s unistUtilPosition > unist-util-position.js",
				"build-mangle": "browserify . -s unistUtilPosition -p tinyify > unist-util-position.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": {
					"guard-for-in": "off",
					"no-var": "off",
					"prefer-arrow-callback": "off"
				},
				"ignores": [
					"unist-util-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "6b15de397030de249a8305e1b02aec5d14264ddb",
			"homepage": "https://github.com/syntax-tree/unist-util-position#readme",
			"_id": "unist-util-position@3.0.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-npmFu92l/+b1Ao6uGP4I1WFz9hsKv7qleZ4aliw6x0RVu6A9A3tAf57NMpFfzQ02jxRtJZuRn+C8xWT7GWnH0g==",
				"shasum": "80ad4a05efc4ab01a66886cc70493893ba73c5eb",
				"tarball": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 5546,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2st9CRA9TVsSAnZWagAAEncP/jYQxzeXqkwjD8/hIdiP\nHDe0zxHelhoUDxiyDpM9+fvzLHE/mzc8YBPrAIrLAPJvJElPDmmF5fwEjYM3\n3cHzHnujbG3+SOZg0h1zeOvOgYICKk0bWu6IbqZVpT4EpzDmKyQHqCLBc81D\nRtdwh4n84mJ7biC90FAJI39VfB+FebKK+rT4/MOYl/CS/DW89h8/+ANOL/Qh\nP0/iRBhiKS0Manm21kIcDt5H5dpwIoxeVkRq1tENUfuNApoeZb4U0zvnQzRK\nOBe7h6NnZnkAJYkK9lV5uJGtHZhUWmPjb/bUkeSIFfnyQ5gcGWyl0o7HFhxT\nXcr723nAG+ZWZYCOpYBHlsXsFh0e1++7VX5XBk6wpEECc+piziUd9WPxgqJ2\nagpCv7XvttJjEBMS50lHl8x8fKrJvOLQNY2ig5n5IyX5DLX0GYWoCDGTk11C\nLuSf9w5cYozy5/6RwI4k/OLbFmlmch5Kuvm45hmrW3QwLWXjJDdix2B969/+\n88m1hqY07IP7IGJP5686ykpgl7M4C+S+Yp/LoPeyoZSYoupYo8JRjlyuq4B8\n3CgcZmiz5+TfPdqNGP/iee+NKpaBsKgt4MV4p0ucRsPfmQcnBEgPsuoPwyq4\nG1Psks9Vs7f32x6b2peCqBzNHDME4P27xMP2+9cX3T1assHvAwgaPMcNeJGg\no+Ly\r\n=OQPt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-position_3.0.2_1541065597364_0.7915908322555139"
			},
			"_hasShrinkwrap": false
		},
		"3.0.3": {
			"name": "unist-util-position",
			"version": "3.0.3",
			"description": "Utility to get the position of unist nodes",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"position",
				"point",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-position/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": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilPosition > unist-util-position.js",
				"build-mangle": "browserify . -s unistUtilPosition -p tinyify > unist-util-position.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": [
					"unist-util-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "956b81278db5e09676f6635a50ef49dafb4c2367",
			"homepage": "https://github.com/syntax-tree/unist-util-position#readme",
			"_id": "unist-util-position@3.0.3",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-28EpCBYFvnMeq9y/4w6pbnFmCUfzlsc41NJui5c51hOFjBA1fejcwc+5W4z2+0ECVbScG3dURS3JTVqwenzqZw==",
				"shasum": "fff942b879538b242096c148153826664b1ca373",
				"tarball": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.3.tgz",
				"fileCount": 4,
				"unpackedSize": 6257,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5Qk8CRA9TVsSAnZWagAA1HEQAKCdzUHnIURs/jnSjdNY\nLgFSDw1udQbLBiP5AhTd4oS+tc0N5aEtJHQHJXhtL6JE2Bm2x6rQcx1dgbJd\nOHA+NKXB7ETqs7QKDKWRcnd4B/p2KKqzH56bLWJzw2WwLjGNdMmCoDoMJf0R\n9KfqOKFzbSOZ0eRGNVqjt8P6n3wRXeXxo1bIJj5QPX0xu+sNhTSc5BHOlajX\nk0TlTIvTIcH3e9S1CYhCjkX+b0ys4KLQ/STnhDEYwjH56seDGgI74TE168Oi\nc6oNFK9HayZ8OMHD9mSiJyXJfKw4v3UWFBNfMRV2ix4ZMu3I5Lg8Tn7doi7L\nHXSZ3NyjUq+jU7L7HGIXjXk4JGiwIlYQtmp35javtFsOAEbUAtzCSX2uQTAD\nj0nGYpsGJJsKOhk7Y6/lhHwaAVHqf+nrzt/V4nAbZEdg4VLTCtlfgrnaPgcS\nibHZdByQ/Fq+nVkCNIMZHsX8lSACESN5aSzDTF5/NfZcurik5FSIUPiFzT26\nUtq8Bjrvc6YcBpunwWgrAfEdIvx/jdPMuoc9BaMNjKJhcNEzXZfwGcJvgvOK\n+cuwHxy9eh9hpM6+Lxz/uf8VScLveBIidKA5oobwZEzNzmbibvQS+TXCpjC6\noeWcBCTvbPADtxbyIpA8gMeqFw5Oa2ai4aofIMCWCRWMNnDPICNaaIqpyB1y\nth7S\r\n=Pnr4\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/unist-util-position_3.0.3_1558513979902_0.9311184372578907"
			},
			"_hasShrinkwrap": false
		},
		"3.0.4": {
			"name": "unist-util-position",
			"version": "3.0.4",
			"description": "Utility to get the position of unist nodes",
			"license": "MIT",
			"keywords": [
				"unist",
				"node",
				"position",
				"point",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-position/issues"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/unified"
			},
			"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": {},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.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 unistUtilPosition > unist-util-position.js",
				"build-mangle": "browserify . -s unistUtilPosition -p tinyify > unist-util-position.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": [
					"unist-util-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "7924cd7420ebb3c583d17b0fcafefbb7c9a6603f",
			"homepage": "https://github.com/syntax-tree/unist-util-position#readme",
			"_id": "unist-util-position@3.0.4",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-tWvIbV8goayTjobxDIr4zVTyG+Q7ragMSMeKC3xnPl9xzIc0+she8mxXLM3JVNDDsfARPbCd3XdzkyLdo7fF3g==",
				"shasum": "5872be7aec38629b971fdb758051f78817b0040a",
				"tarball": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.4.tgz",
				"fileCount": 4,
				"unpackedSize": 6355,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx9kNCRA9TVsSAnZWagAAII8QAJZmxlJaBkmZj/WFRXN4\nw+dFSC7b+ixr7/1ca3WJPklOCLMNYEpKDJoXHUgoGqK9CV78Mz4HaNMdukbS\nUY8GTO8iaUg0uQvWP21kNm1mjAB4zCmKRW2zpk6F8s2ux1XLRoCOGf9BWxxO\nLsuKlpT2iTkKKs8Z71fcBfSbLNEwsgZ1otpzyH6VfwCN/eXr5SycAhMw5JZ1\nL+VDIrlF3IdIIymAV2Sku4+gn3RwkRwGgZuTcQDNBcvfT+n3jJBuFSU4bZWo\nGTbtlYDMhB07JTUr09wTm0GHDWf54FT6MDbIyai6DZ5wwM7k7vRQVBK0XcoO\njU+drO2o6uq0eDvpAXGERIk8Ql2nT3OGMD7EV6EgUkRNIxuClt2ArApFGw/N\nAIqHUvHBaoLQgGhJqcg6c4W9UEgm/H1ZazJkjcXP3a5T6Zqe7u1Q0L/GFFOa\nxN9y4mNfCLca43VhDK5nvEVtK7gAwzCV8OhfKanW5769l9epZMwIaYOyckW2\nZgT9hV3pgrKDIZlOtZRHusyojtZcPC2B+S0bgl8BcU2aZm0yl78gf9wMr+pB\nTWtxS3ELr+uPiojbGcNE+cNpkDx0V2O2gQNPu8508HtLLxJvgg0M8eCdk6Eg\nOZx+IRUVMLRk3/5zIZvQgdYiw3gmBLHGQOdARELZ2PrPpRkBKnIDBt2gUlOE\n4b8h\r\n=Z48I\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-position_3.0.4_1573378317275_0.43227299556931564"
			},
			"_hasShrinkwrap": false
		},
		"3.1.0": {
			"name": "unist-util-position",
			"version": "3.1.0",
			"description": "unist utility to get the position of a node",
			"license": "MIT",
			"keywords": [
				"unist",
				"unist-util",
				"util",
				"utility",
				"node",
				"position",
				"point"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-position/issues"
			},
			"funding": {
				"type": "opencollective",
				"url": "https://opencollective.com/unified"
			},
			"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": {},
			"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.26.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilPosition > unist-util-position.js",
				"build-mangle": "browserify . -s unistUtilPosition -p tinyify > unist-util-position.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": [
					"unist-util-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "41dd9d66abfcf4bf09762f3d1c841f60cda78d46",
			"homepage": "https://github.com/syntax-tree/unist-util-position#readme",
			"_id": "unist-util-position@3.1.0",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
				"shasum": "1c42ee6301f8d52f47d14f62bbdb796571fa2d47",
				"tarball": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
				"fileCount": 4,
				"unpackedSize": 6672,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSVPYCRA9TVsSAnZWagAAMwkP/iotGkR7+GN6hj4BZOZZ\npxiUHdkVWI+gQO3SM3Wizi66xZTszIO8pmBeVcykuYkIadqZAi9fBNDFGTzH\nVsv9W3M0NXbAd82e1hFicDaPHNa334FtlMaG8YGskHDRpPGDWk/8Rp3WyndV\nlyHgTbYFH+0gAspS3nb5LZvRFZBbDivmYkody5QeuNM0un5xF+rK33SAruPv\n0ErUu2IzPxBWYTR12ADvVjNagijz1jNoJEjaZE9aADiokyo8RD8GN7LrExNW\nR2RxAFxL0pCx9V/qhcpZ+P6rJLDlfN2yMcqHUtOZmxinZvYk6caJhHpXRdC0\nDpwuTDVYZ56J2V6g7ok4EMAkn8WnFLeZC5te+4SniGkmlxaRucXLgqG50mgx\n9BY/fZZ810Vf2Oh7sFCGqImf/M+yOWDk7AzaVUdNz3sjWARM1w21QAJBEpDX\nLWn17pakDqtGHCY5jZk8SRTnjUdhbRaUeTmqWLlr1KezN2MlqQbuM/Bc1+ZO\nkT3TjoII8o7aIpPw7tBTwJbEnxamZoZYmKCFNFJ+16AZ5WKvZX3OOnIVJT/3\nBaog58Sn4/drXbb8883jEioHr7+17wwOet8GlcWzQNuaz+wI8wpUYTftHSDG\nH+Kt7eUlnlU9KUzmyUHv4qGbv7Gz1TtuMxgofyf56Z/q9zVY2YeK8WTNVcuc\nO3HU\r\n=49hw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "keith@mcknig.ht",
					"name": "kmck"
				},
				{
					"email": "tituswormer@gmail.com",
					"name": "wooorm"
				}
			],
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-position_3.1.0_1581863895931_0.745222921989575"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-08-25T11:32:04.824Z",
		"created": "2016-06-13T19:30:24.098Z",
		"2.0.1": "2016-06-13T19:30:24.098Z",
		"3.0.0": "2016-11-20T10:01:58.155Z",
		"3.0.1": "2018-05-01T16:16:22.547Z",
		"3.0.2": "2018-11-01T09:46:37.492Z",
		"3.0.3": "2019-05-22T08:33:00.028Z",
		"3.0.4": "2019-11-10T09:31:57.455Z",
		"3.1.0": "2020-02-16T14:38:16.080Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.1.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"1597a52b6215f3e02576e6b58e59a763\"",
			"fetched": 1600679318218
		}
	},
	"_distfiles": {
		"unist-util-position-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-2.0.1.tgz",
			"sha": "1a639df0a0940460a2d8b205e9be704fe07518ec",
			"registry": "npmjs"
		},
		"unist-util-position-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.0.tgz",
			"sha": "e6e1e03eeeb81c5e1afe553e8d4adfbd7c0d8f82",
			"registry": "npmjs"
		},
		"unist-util-position-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.1.tgz",
			"sha": "8e220c24658239bf7ddafada5725ed0ea1ebbc26",
			"registry": "npmjs"
		},
		"unist-util-position-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.2.tgz",
			"sha": "80ad4a05efc4ab01a66886cc70493893ba73c5eb",
			"registry": "npmjs"
		},
		"unist-util-position-3.0.3.tgz": {
			"url": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.3.tgz",
			"sha": "fff942b879538b242096c148153826664b1ca373",
			"registry": "npmjs"
		},
		"unist-util-position-3.0.4.tgz": {
			"url": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.4.tgz",
			"sha": "5872be7aec38629b971fdb758051f78817b0040a",
			"registry": "npmjs"
		},
		"unist-util-position-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
			"sha": "1c42ee6301f8d52f47d14f62bbdb796571fa2d47",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"unist-util-position-3.1.0.tgz": {
			"shasum": "1c42ee6301f8d52f47d14f62bbdb796571fa2d47"
		}
	},
	"_rev": "2-cf511100994ce283",
	"_id": "unist-util-position",
	"readme": "# unist-util-position\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n[![Sponsors][sponsors-badge]][collective]\n[![Backers][backers-badge]][collective]\n[![Chat][chat-badge]][chat]\n\n[**unist**][unist] utility to get the positional info of nodes.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install unist-util-position\n```\n\n## Use\n\n```js\nvar remark = require('remark')\nvar position = require('unist-util-position')\n\nvar tree = remark().parse('# foo\\n\\n* bar\\n')\n\nconsole.log(position(tree))\nconsole.log(position.start(tree))\nconsole.log(position.end(tree))\n\nconsole.log(position())\nconsole.log(position.start())\nconsole.log(position.end())\n```\n\nYields:\n\n```js\n{start: {line: 1, column: 1, offset: 0}, end: {line: 4, column: 1, offset: 13}}\n{line: 1, column: 1, offset: 0}\n{line: 4, column: 1, offset: 13}\n{start: {line: null, column: null, offset: null}, end: {line: null, column: null, offset: null}}\n{line: null, column: null, offset: null}\n{line: null, column: null, offset: null}\n```\n\n## API\n\n### `position(node?)`\n\nGet the positional info of `node` ([`Node?`][node]).\nReturns [`Position`][position].\n\n### `position.start(node?)`\n\n### `position.end(node?)`\n\nGet the start or end points in the positional info of `node` ([`Node?`][node]).\nReturns [`Point`][point].\n\n## Contribute\n\nSee [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get\nstarted.\nSee [`support.md`][support] for ways to get help.\n\nThis project has a [code of conduct][coc].\nBy interacting with this repository, organization, or community you agree to\nabide by its terms.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-position.svg\n\n[build]: https://travis-ci.org/syntax-tree/unist-util-position\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-position.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/unist-util-position\n\n[downloads-badge]: https://img.shields.io/npm/dm/unist-util-position.svg\n\n[downloads]: https://www.npmjs.com/package/unist-util-position\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-position.svg\n\n[size]: https://bundlephobia.com/result?p=unist-util-position\n\n[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg\n\n[backers-badge]: https://opencollective.com/unified/backers/badge.svg\n\n[collective]: https://opencollective.com/unified\n\n[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg\n\n[chat]: https://spectrum.chat/unified/syntax-tree\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md\n\n[support]: https://github.com/syntax-tree/.github/blob/master/support.md\n\n[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md\n\n[unist]: https://github.com/syntax-tree/unist\n\n[node]: https://github.com/syntax-tree/unist#node\n\n[position]: https://github.com/syntax-tree/unist#position\n\n[point]: https://github.com/syntax-tree/unist#point"
}