{
	"name": "unist-util-stringify-position",
	"versions": {
		"1.0.0": {
			"name": "unist-util-stringify-position",
			"version": "1.0.0",
			"description": "Stringify a Unist node, location, or position",
			"license": "MIT",
			"keywords": [
				"unist",
				"position",
				"location",
				"node",
				"stringify",
				"tostring",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unist-util-stringify-position.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unist-util-stringify-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"
			],
			"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": "^4.0.0",
				"remark-comment-config": "^3.0.0",
				"remark-github": "^4.0.0",
				"remark-lint": "^3.0.0",
				"remark-usage": "^3.0.0",
				"tape": "^4.5.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js",
				"build-mangle": "esmangle unist-util-stringify-position.js > unist-util-stringify-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": "fe9064fd92a40a51acd2561542d2d230fa874e97",
			"homepage": "https://github.com/wooorm/unist-util-stringify-position#readme",
			"_id": "unist-util-stringify-position@1.0.0",
			"_shasum": "8401ec843c08bfc484820920a6c9663505c75a31",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "8401ec843c08bfc484820920a6c9663505c75a31",
				"tarball": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/unist-util-stringify-position-1.0.0.tgz_1460802048626_0.273888231953606"
			},
			"directories": {}
		},
		"1.1.0": {
			"name": "unist-util-stringify-position",
			"version": "1.1.0",
			"description": "Stringify a Unist node, location, or position",
			"license": "MIT",
			"keywords": [
				"unist",
				"position",
				"location",
				"node",
				"stringify",
				"tostring",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unist-util-stringify-position.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unist-util-stringify-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": {
				"has": "^1.0.1"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"esmangle": "^1.0.0",
				"nyc": "^9.0.1",
				"remark-cli": "^2.0.0",
				"remark-preset-wooorm": "^1.0.0",
				"tape": "^4.5.1",
				"xo": "^0.17.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail --output",
				"build-bundle": "browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js",
				"build-mangle": "esmangle unist-util-stringify-position.js > unist-util-stringify-position.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": [
					"unist-util-stringify-position.js"
				]
			},
			"remarkConfig": {
				"presets": "wooorm"
			},
			"gitHead": "9b505fa894978188e1e60ad47eb3e9ca5e6c02cf",
			"homepage": "https://github.com/wooorm/unist-util-stringify-position#readme",
			"_id": "unist-util-stringify-position@1.1.0",
			"_shasum": "e8ba9d6b6af891b5f8336b3a31c63a9dc85c2af0",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "e8ba9d6b6af891b5f8336b3a31c63a9dc85c2af0",
				"tarball": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/unist-util-stringify-position-1.1.0.tgz_1479638654519_0.21076367772184312"
			},
			"directories": {}
		},
		"1.1.1": {
			"name": "unist-util-stringify-position",
			"version": "1.1.1",
			"description": "Stringify a Unist node, location, or position",
			"license": "MIT",
			"keywords": [
				"unist",
				"position",
				"location",
				"node",
				"stringify",
				"tostring",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-stringify-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": "^14.1.0",
				"esmangle": "^1.0.0",
				"nyc": "^10.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.5.1",
				"xo": "^0.18.1"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail --output",
				"build-bundle": "browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js",
				"build-mangle": "esmangle unist-util-stringify-position.js > unist-util-stringify-position.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": [
					"unist-util-stringify-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "c8fc76234ec6e3c4386ca4b11eeda9670598e369",
			"homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
			"_id": "unist-util-stringify-position@1.1.1",
			"_shasum": "3ccbdc53679eed6ecf3777dd7f5e3229c1b6aa3c",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "3ccbdc53679eed6ecf3777dd7f5e3229c1b6aa3c",
				"tarball": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-stringify-position-1.1.1.tgz_1496160036837_0.12884755921550095"
			},
			"directories": {}
		},
		"1.1.2": {
			"name": "unist-util-stringify-position",
			"version": "1.1.2",
			"description": "Stringify a Unist node, position, or point",
			"license": "MIT",
			"keywords": [
				"unist",
				"position",
				"location",
				"point",
				"node",
				"stringify",
				"tostring",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-stringify-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.5.1",
				"xo": "^0.20.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js",
				"build-mangle": "esmangle unist-util-stringify-position.js > unist-util-stringify-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-stringify-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "9a20ab40be4981b0b9ceec762a6f100fb276939c",
			"homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
			"_id": "unist-util-stringify-position@1.1.2",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==",
				"shasum": "3f37fcf351279dcbca7480ab5889bb8a832ee1c6",
				"tarball": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz",
				"fileCount": 4,
				"unpackedSize": 6550,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa510WCRA9TVsSAnZWagAAVwMQAI54h6uUiFOfP+V/s0Um\nVkJkrVSZW1FRn1mIS9swyvPme/DEvK+AmBSA1XG8sFry4KqNHGnYh/YeUkYa\nxRi7A4gdXkwEsOs7GBdirFosNRhgooILFjSQ50+Lg9sscrTEE6mq3BR+u+5d\n3/fHGwUBqbnNQXUnjg3tuJ5mqPml6NiGUDf3fA/GY6vLfDpo/3rZQv1HYhn/\nm1RsVutHjp2Y18JJYslM/Uyqd3nWuiaqYSt/a41SHehkHJ1exMjn2FF1snsi\noiihM0KjMm34H1Bycu6WECKkAxNH2u/Hq1amc1ASi7DPQ31N3ovWpy4OehKl\n4+K8BTohveXSP2Gf2AGR/jsJyTo6ewB/qcTHyCn3Nm5bAjaul7XF2kkqSP+Q\nxlTbXcbzhQvjZsrowEmZ8etZ0VFExTht0i4VHCfBDm1rIcZ2fDHqvM+vRvro\njiir1JmXNz5cPNpGxSNDlqfUG+pA7aol8j41J+K1lRUkiogW3zg4zVLL2bKT\nWAYi0o1sVOEB9JXW+zaDV1l+psDg34alojtOMS8sCO4yLnthrYeLD1LvNxCz\n/4HrQn9MUarqjwhnLyBDCwl/1yevUSTGWa23EmyBUREJFkl7q4jI4dqU2Xeu\nXz87wZuF2Qs8hAg7buHNCem9KC3DYEpwCS4xhh2U39x2oJgqrovsZBIhaSjt\n+dZq\r\n=I6/Y\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-stringify-position_1.1.2_1525112085340_0.5417628379826267"
			},
			"_hasShrinkwrap": false
		},
		"2.0.0": {
			"name": "unist-util-stringify-position",
			"version": "2.0.0",
			"description": "Stringify a Unist node, position, or point",
			"license": "MIT",
			"keywords": [
				"unist",
				"position",
				"location",
				"point",
				"node",
				"stringify",
				"tostring",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-stringify-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"
				}
			],
			"types": "types/index.d.ts",
			"dependencies": {
				"@types/unist": "^2.0.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^0.4.2",
				"nyc": "^13.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.5.1",
				"tinyify": "^2.4.3",
				"typescript": "^3.2.2",
				"xo": "^0.23.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilStringifyPosition > unist-util-stringify-position.js",
				"build-mangle": "browserify . -s unistUtilStringifyPosition -p tinyify > unist-util-stringify-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-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"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-stringify-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "87690dfea12596c856ad1ca5190d613ab66cb4e1",
			"homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
			"_id": "unist-util-stringify-position@2.0.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Uz5negUTrf9zm2ZT2Z9kdOL7Mr7FJLyq3ByqagUi7QZRVK1HnspVazvSqwHt73jj7APHtpuJ4K110Jm8O6/elw==",
				"shasum": "4c452c0dbcbc509f7bcd366e9a8afd646f9d51ae",
				"tarball": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 6961,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcMdgpCRA9TVsSAnZWagAA67QP/1H2JzYtII11qaZWv7LP\nFANU1QQOKY+zt0YUdvKSBZEZMEkatBYzS3KUBIFrNSHdfL34YgOtt/N4s9Ct\n1oF3KeJRMsd8Xue2gGNBG7et8iRY7R42PLq39lR1SE4vA23YQ2U610EC9A2/\nPph0l9p3ScTl49JVMFQvd/Yh7A5XYv4fb16raR9aEJ4rogfIlx1bj04eJQhJ\nR67XzJtFJVRquzO4iV4p/2p9+N3faLi02PSZqqgH9P8uKdGD9uXa+wem6CkJ\nU9/B+dPzAASIWqS0v2USjokKCvFP39p10Qi4yApzS2dTySuoungSrZ0z0VM7\nZWkKOlEv/jPZoxKstdTs8iGLT0+ljo8cSb9obof6YHtkIQjzu1Yy3XcCiOUL\nP5ZPdex3w0UCO84UxpsfdVTGe8LYNknD7seqPYppKbN1FBA+5IJc37Awdzqd\n/rgrzjzsE/E//Eg7y6j19MR6IqYkhZ1as3i29jmJKrLODpphtYNkcgmtTYXi\nAQY2r30yN21TYXWPJDhq3cziJe3IQvKJ2qy6fhEbucWvTwMC1YuzloIhMBsO\nBqGTgK/Rqs1WvFbXeOxuPCaWNPZGvGGfdHznXg6zr2zVkkiT0B3+OYhLfDI6\nM+Z+OGEz0Bm2e7NfRQhRNT/VLxtF2mIqsI4E62hUAYSS9Nx+FcygiYZqAMOF\nWWXV\r\n=Xibk\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-stringify-position_2.0.0_1546770472677_0.18530006819309675"
			},
			"_hasShrinkwrap": false
		},
		"2.0.1": {
			"name": "unist-util-stringify-position",
			"version": "2.0.1",
			"description": "Stringify a Unist node, position, or point",
			"license": "MIT",
			"keywords": [
				"unist",
				"position",
				"location",
				"point",
				"node",
				"stringify",
				"tostring",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-stringify-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"
				}
			],
			"types": "types/index.d.ts",
			"dependencies": {
				"@types/unist": "^2.0.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^0.7.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",
				"typescript": "^3.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilStringifyPosition > unist-util-stringify-position.js",
				"build-mangle": "browserify . -s unistUtilStringifyPosition -p tinyify > unist-util-stringify-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-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"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-stringify-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "afac797e01b931fc8fa2855c1d8f116f891cbdbd",
			"homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
			"_id": "unist-util-stringify-position@2.0.1",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Zqlf6+FRI39Bah8Q6ZnNGrEHUhwJOkHde2MHVk96lLyftfJJckaPslKgzhVcviXj8KcE9UJM9F+a4JEiBUTYgA==",
				"shasum": "de2a2bc8d3febfa606652673a91455b6a36fb9f3",
				"tarball": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.1.tgz",
				"fileCount": 5,
				"unpackedSize": 8400,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5k0UCRA9TVsSAnZWagAA19EP/0rNyO17+H4SfjgZOOc2\n0JqinjtFVAvHp0Tc7nhLNvrN3Ws7LVKNukGB0K2HsZnMZyaIxVR/M4JxeykS\nR4ocaKsWK3Kj3BnpfmDB/4CxkatBf4hGB228jSaeSKNzh1Ygv8huPl1oFTNC\nyxq6yDJsZEAMMz7zpKrKauGHZ2AzxztxAMyoDf5Dqu9K1CMGstiTBGR996+x\n0WtGDGECQH/ywKb3iYZ9GhKT/Bj9bNzOv6x0EMYKEdNfcizB34lOVcLo51fk\nPzuKi+qxoS4FpBoCLPqpY8+O+OHJgJNS7rB6SHu/zipbNSkX9EcbfMedcV4C\nKJzbHj5Kq6iasTwAPKKHVhYTH43+frR00Ug9mq25Gi5uADXQNcyd9Pq7koZT\noMyjS8hjyw/8d/IdfuowM7yDxsYjutssdZb11B0niBTnMTRCmZFAbk+tyEGC\nf074fRFVOkpU8KFo73Wdp+K4h73k+O3fh9cFlFXit89nyg7ok41/Zy2bgTL4\nkJExMzVkKogjpS+30uXsqMiOvBhgGnu9mj3bPTpsXGSPGB1OinqVxIPDVD+J\nbk2gOz1BN7I5KVunLxprgLnGDiVrmbfLhv+HEA4kxA0NDiLr8f6tZVcqK/n3\nIBOVf55akKUPuV/mlf53GuDl39rKFqiVjk1xdXYpy3zIk8l26WV4ZFM7UMFf\n27r9\r\n=ONqD\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-stringify-position_2.0.1_1558596883735_0.08808332974354238"
			},
			"_hasShrinkwrap": false
		},
		"2.0.2": {
			"name": "unist-util-stringify-position",
			"version": "2.0.2",
			"description": "Stringify a Unist node, position, or point",
			"license": "MIT",
			"keywords": [
				"unist",
				"position",
				"location",
				"point",
				"node",
				"stringify",
				"tostring",
				"util",
				"utility"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-stringify-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"
				}
			],
			"types": "types/index.d.ts",
			"dependencies": {
				"@types/unist": "^2.0.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^2.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",
				"typescript": "^3.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilStringifyPosition > unist-util-stringify-position.js",
				"build-mangle": "browserify . -s unistUtilStringifyPosition -p tinyify > unist-util-stringify-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-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"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-stringify-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "a07ea27a7e0eee099fc2b76b5c74d584971f8f3d",
			"homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
			"_id": "unist-util-stringify-position@2.0.2",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-nK5n8OGhZ7ZgUwoUbL8uiVRwAbZyzBsB/Ddrlbu6jwwubFza4oe15KlyEaLNMXQW1svOQq4xesUeqA85YrIUQA==",
				"shasum": "5a3866e7138d55974b640ec69a94bc19e0f3fa12",
				"tarball": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.2.tgz",
				"fileCount": 5,
				"unpackedSize": 8498,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx8VQCRA9TVsSAnZWagAA3rcP/1Vo85Dnjfdk5YLoGKhQ\nhaSE2M2JsReW8hHgdT/9yohvRXabyF7fM+hzG1F22nAZLVZvfUIrnIovpTB0\n4KIgkIy8y+FCMv38/WEwFljZXcjRyC6W/VMYgBqZxG2aiMHqSZXdB+3NlaeI\n3zXDybfUdL6ASgQ7soLDsY0JJJrBqnTD8KZwa4eadNvXtJzG7ofQU4RSDdEc\nqpcAsE/FIhcSIAXxbCTmKfDGuS7a6eZTUpTzEKbb7yCmXcPW0tEzkuL3pL2e\nD/HUf2zR06itwHsBr1Lwm8XQ9Jfgeuu34FGzCpLyK2mBPbaSZ2/dpbUO/6tr\nljEsz5gvmlM5mCz3feKA86axT1tfDzDPA0CtW5jrSQj4yX35HIfee6hVXSPK\nYZdtv3At7MtaubOJPiR1x/50XKDt8layFI/qK2wlFRWiq0qj8i7pwcHHjX1o\n0JPpWOr+ormwJdg+5KWA9mhZVUGi/2itNp1OzrZQScv4sEZsk0xzP453Txe2\nkXC9oTMv8/oCyAmnTpMaqq11lMaf6w/3N+XJEch2sT22ssvy8Anx7xZdCkPK\n4FuARf3/zjdK+R9+gUejGs6SomMR0yS4wR0q5XE+xz4ky344mNCaps+hulM5\nETrX3YTwf+1GYbHOs8vc6dzELuP8PkdoMBW/F8CbawYktXWEFmTlg3huAFhH\nnLcF\r\n=8CQu\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-stringify-position_2.0.2_1573373264174_0.2882376457473581"
			},
			"_hasShrinkwrap": false
		},
		"2.0.3": {
			"name": "unist-util-stringify-position",
			"version": "2.0.3",
			"description": "unist utility to serialize a node, position, or point as a human readable location",
			"license": "MIT",
			"keywords": [
				"unist",
				"unist-util",
				"util",
				"utility",
				"position",
				"location",
				"point",
				"node",
				"stringify",
				"tostring"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-stringify-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"
				}
			],
			"types": "types/index.d.ts",
			"dependencies": {
				"@types/unist": "^2.0.2"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^3.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",
				"typescript": "^3.0.0",
				"xo": "^0.27.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilStringifyPosition > unist-util-stringify-position.js",
				"build-mangle": "browserify . -s unistUtilStringifyPosition -p tinyify > unist-util-stringify-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-types": "dtslint types",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"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-stringify-position.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "70fedb5585d889c87cb32707a41ab4873855e912",
			"homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
			"_id": "unist-util-stringify-position@2.0.3",
			"_nodeVersion": "13.9.0",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
				"shasum": "cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da",
				"tarball": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
				"fileCount": 5,
				"unpackedSize": 8531,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWOwjCRA9TVsSAnZWagAA9UwP/2NaVbLkS7rRrFp7TSkr\nmII8E6rpGxn8QZVcnU4h3nevH/PpYtQ4TT4ouYNBGTJo8AM4w0G9XPv0/xXn\n58y/wAU9azjQzAJbBJ6TI5EqD2GpNzwhQTwZmzolNde5O/zef4mi0tJwAHL6\nNE0vQZVvT8n706afBCasicUvgYEnfwEl9CbCrjDeBStdqOu3T9NDuhP1DZJN\nr5Wl6zxasR73miOQoiNmQcRT63WmtwyY3gdaPGB6js19N1fNUHVbnFl0fNBk\nza7NW9poVhVqVOLFYZDqbOnBLJQFLXywBAL2KuGhlVwBrvVCIlndAmwCBIIS\nYP6AzKTtbMMTGmUvpfwLjRUvhKuwvL2uUfuv1G3SoZvkZKGJeLn+6jUcIKrV\n//5Ptxq2z+8j1kFgShGRnY3MzupN0GDViZQDReB5lm+a9f0+3OAvnYH7b98N\nLUurDDp2bcxJpOnX1IIs0j4/PHv2MmouLJYxXabsq7j0L9rYpBsWdnlnF+YW\n5pKM0RK+TxvVcyKBDyMgGledahX8CIgS3QnDPz2mkmrQLfDqGjUPenMYvpj6\nbvlM2dbJtDliVAZcdEgFij0fa3Jb3WB9vmLTqahLld9pHBAJSn0/9hC0wyda\nAkpnzbXCIJHd0A5pBbHeDD/oyIlq91iCgu/Zlcg8ubecUsN1vmvm5OI7IuNa\nCnUC\r\n=ur78\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-stringify-position_2.0.3_1582885923153_0.505722257758167"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-08-25T11:32:10.822Z",
		"created": "2016-04-16T10:20:49.740Z",
		"1.0.0": "2016-04-16T10:20:49.740Z",
		"1.1.0": "2016-11-20T10:44:15.081Z",
		"1.1.1": "2017-05-30T16:00:38.167Z",
		"1.1.2": "2018-04-30T18:14:45.491Z",
		"2.0.0": "2019-01-06T10:27:52.877Z",
		"2.0.1": "2019-05-23T07:34:43.875Z",
		"2.0.2": "2019-11-10T08:07:44.286Z",
		"2.0.3": "2020-02-28T10:32:03.279Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.0.3"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"9cd1ece419218e8f711ff4639bcff541\"",
			"fetched": 1600679321294
		}
	},
	"_distfiles": {
		"unist-util-stringify-position-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.0.0.tgz",
			"sha": "8401ec843c08bfc484820920a6c9663505c75a31",
			"registry": "npmjs"
		},
		"unist-util-stringify-position-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.0.tgz",
			"sha": "e8ba9d6b6af891b5f8336b3a31c63a9dc85c2af0",
			"registry": "npmjs"
		},
		"unist-util-stringify-position-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.1.tgz",
			"sha": "3ccbdc53679eed6ecf3777dd7f5e3229c1b6aa3c",
			"registry": "npmjs"
		},
		"unist-util-stringify-position-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz",
			"sha": "3f37fcf351279dcbca7480ab5889bb8a832ee1c6",
			"registry": "npmjs"
		},
		"unist-util-stringify-position-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.0.tgz",
			"sha": "4c452c0dbcbc509f7bcd366e9a8afd646f9d51ae",
			"registry": "npmjs"
		},
		"unist-util-stringify-position-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.1.tgz",
			"sha": "de2a2bc8d3febfa606652673a91455b6a36fb9f3",
			"registry": "npmjs"
		},
		"unist-util-stringify-position-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.2.tgz",
			"sha": "5a3866e7138d55974b640ec69a94bc19e0f3fa12",
			"registry": "npmjs"
		},
		"unist-util-stringify-position-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
			"sha": "cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"unist-util-stringify-position-2.0.3.tgz": {
			"shasum": "cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da"
		}
	},
	"_rev": "2-aec0125ebd05905b",
	"_id": "unist-util-stringify-position",
	"readme": "# unist-util-stringify-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 pretty print the positional information of a node.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install unist-util-stringify-position\n```\n\n## Use\n\n```js\nvar stringify = require('unist-util-stringify-position')\n\n// Point\nstringify({line: 2, column: 3}) // => '2:3'\n\n// Position\nstringify({start: {line: 2}, end: {line: 3}}) // => '2:1-3:1'\n\n// Node\nstringify({\n  type: 'text',\n  value: '!',\n  position: {\n    start: {line: 5, column: 11},\n    end: {line: 5, column: 12}\n  }\n}) // => '5:11-5:12'\n```\n\n## API\n\n### `stringifyPosition(node|position|point)`\n\nStringify one [point][], a [position][] (start and end [point][]s), or a node’s\n[positional information][positional-information].\n\n###### Parameters\n\n*   `node` ([`Node`][node])\n    — Node whose `'position'` property to stringify\n*   `position` ([`Position`][position])\n    — Position whose `'start'` and `'end'` points to stringify\n*   `point` ([`Point`][point])\n    — Point whose `'line'` and `'column'` to stringify\n\n###### Returns\n\n`string?` — A range `ls:cs-le:ce` (when given `node` or `position`) or a point\n`l:c` (when given `point`), where `l` stands for line, `c` for column, `s` for\n`start`, and `e` for end.\nAn empty string (`''`) is returned if the given value is neither `node`,\n`position`, nor `point`.\n\n## Related\n\n*   [`unist-util-generated`](https://github.com/syntax-tree/unist-util-generated)\n    — Check if a node is generated\n*   [`unist-util-position`](https://github.com/syntax-tree/unist-util-position)\n    — Get positional info of nodes\n*   [`unist-util-remove-position`](https://github.com/syntax-tree/unist-util-remove-position)\n    — Remove positional info from trees\n*   [`unist-util-source`](https://github.com/syntax-tree/unist-util-source)\n    — Get the source of a value (node or position) in a file\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<!-- Definition -->\n\n[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-stringify-position.svg\n\n[build]: https://travis-ci.org/syntax-tree/unist-util-stringify-position\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-stringify-position.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/unist-util-stringify-position\n\n[downloads-badge]: https://img.shields.io/npm/dm/unist-util-stringify-position.svg\n\n[downloads]: https://www.npmjs.com/package/unist-util-stringify-position\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-stringify-position.svg\n\n[size]: https://bundlephobia.com/result?p=unist-util-stringify-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[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com\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\n\n[positional-information]: https://github.com/syntax-tree/unist#positional-information"
}