{
	"name": "unist-util-remove-position",
	"versions": {
		"1.0.0": {
			"name": "unist-util-remove-position",
			"version": "1.0.0",
			"description": "Remove `position`s from a unist tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"utility",
				"remove",
				"position",
				"location"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unist-util-remove-position.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unist-util-remove-position/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"dependencies": {
				"unist-util-visit": "^1.0.0"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"eslint": "^1.0.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.4.0",
				"jscs": "^2.0.0",
				"jscs-jsdoc": "^1.0.0",
				"remark": "^3.0.0",
				"remark-comment-config": "^2.0.2",
				"remark-github": "^4.0.0",
				"remark-lint": "^2.0.2",
				"remark-slug": "^4.0.0",
				"remark-toc": "^2.0.1",
				"remark-usage": "^2.1.0",
				"remark-validate-links": "^2.0.2",
				"tape": "^4.0.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s unistUtilRemovePosition > unist-util-remove-position.js",
				"build-mangle": "esmangle unist-util-remove-position.js > unist-util-remove-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": "f22241d5b012b22878346848411ab06e37ea04c2",
			"homepage": "https://github.com/wooorm/unist-util-remove-position#readme",
			"_id": "unist-util-remove-position@1.0.0",
			"_shasum": "dbeb2add3f0f7bc2e83681fc47d0600aceb1fa84",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "dbeb2add3f0f7bc2e83681fc47d0600aceb1fa84",
				"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-9-west.internal.npmjs.com",
				"tmp": "tmp/unist-util-remove-position-1.0.0.tgz_1454840580257_0.7984821184072644"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "unist-util-remove-position",
			"version": "1.1.0",
			"description": "Remove `position`s from a unist tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"utility",
				"remove",
				"position",
				"location"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unist-util-remove-position.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unist-util-remove-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"
				}
			],
			"dependencies": {
				"unist-util-visit": "^1.1.0"
			},
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^7.0.0",
				"remark": "^5.0.0",
				"remark-cli": "^1.0.0",
				"remark-comment-config": "^4.0.0",
				"remark-github": "^5.0.0",
				"remark-lint": "^4.0.0",
				"remark-usage": "^4.0.0",
				"remark-validate-links": "^4.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s unistUtilRemovePosition > unist-util-remove-position.js",
				"build-mangle": "esmangle < unist-util-remove-position.js > unist-util-remove-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"
			},
			"xo": {
				"space": true,
				"ignores": [
					"unist-util-remove-position.js",
					"unist-util-remove-position.min.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"output": true,
				"plugins": [
					"comment-config",
					"github",
					"lint",
					"usage",
					"validate-links"
				],
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "7e6fc9e0932c71c9e3069481fe3252c5949a9bae",
			"homepage": "https://github.com/wooorm/unist-util-remove-position#readme",
			"_id": "unist-util-remove-position@1.1.0",
			"_shasum": "2444fedc344bc5f540dab6353e013b6d78101dc2",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "2444fedc344bc5f540dab6353e013b6d78101dc2",
				"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/unist-util-remove-position-1.1.0.tgz_1468325188492_0.2681725819129497"
			},
			"directories": {}
		},
		"1.1.1": {
			"name": "unist-util-remove-position",
			"version": "1.1.1",
			"description": "Remove `position`s from a unist tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"utility",
				"remove",
				"position",
				"location"
			],
			"files": [
				"index.js"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-remove-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"
				}
			],
			"dependencies": {
				"unist-util-visit": "^1.1.0"
			},
			"devDependencies": {
				"browserify": "^14.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"remark": "^7.0.0",
				"remark-cli": "^3.0.0",
				"remark-preset-wooorm": "^3.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.18.2"
			},
			"scripts": {
				"build-md": "remark . -qfo",
				"build-bundle": "browserify index.js --bare -s unistUtilRemovePosition > unist-util-remove-position.js",
				"build-mangle": "esmangle < unist-util-remove-position.js > unist-util-remove-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"
			},
			"xo": {
				"space": true,
				"esnext": false,
				"ignores": [
					"unist-util-remove-position.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "d589a1142d6e1ead5f2e1616da6fcb315017d4ff",
			"homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
			"_id": "unist-util-remove-position@1.1.1",
			"_shasum": "5a85c1555fc1ba0c101b86707d15e50fa4c871bb",
			"_from": ".",
			"_npmVersion": "2.14.2",
			"_nodeVersion": "4.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "5a85c1555fc1ba0c101b86707d15e50fa4c871bb",
				"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unist-util-remove-position-1.1.1.tgz_1497295912725_0.8693032045848668"
			},
			"directories": {}
		},
		"1.1.2": {
			"name": "unist-util-remove-position",
			"version": "1.1.2",
			"description": "Remove `position`s from a unist tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"utility",
				"remove",
				"position",
				"location"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-remove-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": {
				"unist-util-visit": "^1.1.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"prettier": "^1.12.1",
				"remark": "^9.0.0",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"unist-builder": "^1.0.2",
				"xo": "^0.20.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js --bare -s unistUtilRemovePosition > unist-util-remove-position.js",
				"build-mangle": "esmangle < unist-util-remove-position.js > unist-util-remove-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"
			},
			"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-remove-position.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "6e6384c6dbc03f6f644c275257312bc532ded6a5",
			"homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
			"_id": "unist-util-remove-position@1.1.2",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-XxoNOBvq1WXRKXxgnSYbtCF76TJrRoe5++pD4cCBsssSiWSnPEktyFrFLE8LTk3JW5mt9hB0Sk5zn4x/JeWY7Q==",
				"shasum": "86b5dad104d0bbfbeb1db5f5c92f3570575c12cb",
				"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.2.tgz",
				"fileCount": 4,
				"unpackedSize": 5712,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa51m8CRA9TVsSAnZWagAAGcwP/ApPzdIFOvyrx2p6r647\naALOPHCaPzbGDJaVcbZhJvkgjagIgdNRkqG3c5Dk682B/rGS092qp/+RrLjH\noRtHnuKcdPGLYiAWOfpvAWYjGroKfIEq6iX0/hpvA9YxTLs20AKNBhyO/ahM\nndQYTrda2morxemF8AnN0HcfL617PG4X62vf8q+RqcziiFHF6fMrzaYWEpcK\n9SUYJQthoDkCGXxORpLezVbfcDE/6iulf9+377lh09Mvkq77AimVwNeiV97j\nNJJGnwTppJiJX8zYVNjWhL40e74Fsbh6SSS4w7WhVWoWjHOZReCFctnn1ne3\nmGtlIn5GNfYzuYwEtC7dP3LDpxOHGxW06dNDxnHrc+Ekll+3kSp66QTg9DI7\nNFbRisvUINDGup3p0Chf52tNBDY78mafWv09u9BpAoqv5g2HRP/8oXuIyH7Y\nYPlp8CIh7Jfm/OYZ8VQog1cFAJ5Fo0K7BRSVFGQ3qSb4IjJQDtnC8ZFpjsIZ\nb9JhIdwODvR56F9LcRB5w/hAsl4t78wq8D8XmiBpF5Mvapu48lwSGkLWsa5G\ndo7ABpkiwBlsREqof2bI75aONwiDT06U1ajXRuaJNRgjNHvfQlqyfMLNbsKo\nWUXrW00qi7Py+YW92UjkmWKfV/Swta+tfR6vaFSCrKdPHjMoep1RVFYv4sJJ\n6aGW\r\n=+T37\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-remove-position_1.1.2_1525111228033_0.6704505577989877"
			},
			"_hasShrinkwrap": false
		},
		"1.1.3": {
			"name": "unist-util-remove-position",
			"version": "1.1.3",
			"description": "Remove `position`s from a unist tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"utility",
				"remove",
				"position",
				"location"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-remove-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": {
				"unist-util-visit": "^1.1.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark": "^10.0.0",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^5.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^1.0.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilRemovePosition > unist-util-remove-position.js",
				"build-mangle": "browserify . -s unistUtilRemovePosition -p tinyify > unist-util-remove-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"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"unist-util-remove-position.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "5b03fc32eae5742724b291c52de585347e13cee4",
			"homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
			"_id": "unist-util-remove-position@1.1.3",
			"_nodeVersion": "12.2.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-CtszTlOjP2sBGYc2zcKA/CvNdTdEs3ozbiJ63IPBxh8iZg42SCCb8m04f8z2+V1aSk5a7BxbZKEdoDjadmBkWA==",
				"shasum": "d91aa8b89b30cb38bad2924da11072faa64fd972",
				"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.3.tgz",
				"fileCount": 4,
				"unpackedSize": 6551,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5P8ICRA9TVsSAnZWagAA0OwP/2FcixqbNVQrNIfk/sVz\n7husiAODoE/ithcCVsr8BwMz+0YP7PxDoTIdoxqLyn0jK5xK/NOu2FfwNiG7\nz/yTDnTxmLwhCFmvs4DHhtZeMuZIAEg4Pncu/azhhSy3U6wW/g/xiuNpp+Ii\noSiYW5/2i6/2e+5/44ZGl9g4K7LQ0/UP7y1ReNk8gfNje58TGXwNs2USYIjY\nFSEIgmb5VaUd3T0SW0imR+YQYDe9wdMgCCBF7vuO776E+zOCVXUt3sFa9Z4i\ni8/FbLJO3cideRl4JpJB5t+BTMwFCU8xwZS10SJSLNmn7XkJV/NAqcFJvDdj\ngGvhdqcObvXpZ5nOnun23mm3xe4g3sUcyjStoEeX8YpVFHaJN7AK654YsAvU\nwdcIftbuD8goAppOgROO7MS87p/uC71j5BSBYIlp0afbB5lhpQaPiV9gU1Cx\nQqTgmg4npk5nwflvGeS2yg1Z5o1jydstkK56pYrnZlMdA0zth/a/uxiCzTy4\nHcGMExQEi/824VdrKTfDYFcK0wFmhVVo4x2+S8PF5dcdd/oE/gO3eKy/BkVm\nonqECuz51aqvWKiDOrg+ypS3vw/uya4CYIsWDkEAeiLxKZOe+v6Ub1HKrHRN\niY8ZZ91GFkAWW6+29IkI6kiaqZGFCLBjBCX+gDrw/UTfjPJK7dgqXU9eaCqN\nbYf3\r\n=zgmS\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-remove-position_1.1.3_1558511368414_0.34136031712912374"
			},
			"_hasShrinkwrap": false
		},
		"1.1.4": {
			"name": "unist-util-remove-position",
			"version": "1.1.4",
			"description": "Remove `position`s from a unist tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"utility",
				"remove",
				"position",
				"location"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-remove-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": {
				"unist-util-visit": "^1.1.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark": "^11.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilRemovePosition > unist-util-remove-position.js",
				"build-mangle": "browserify . -s unistUtilRemovePosition -p tinyify > unist-util-remove-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"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"unist-util-remove-position.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "5a94c592a85f4e691b0be93e4d2922d3557d2867",
			"homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
			"_id": "unist-util-remove-position@1.1.4",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==",
				"shasum": "ec037348b6102c897703eee6d0294ca4755a2020",
				"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz",
				"fileCount": 4,
				"unpackedSize": 6649,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx84vCRA9TVsSAnZWagAAsTkP/jx9ciz3QW98e9Ny+gyX\nF2tlfrvjNqOIgkPr5wJQvkVwBPqPEHfNR5r6IOI1ENpCuDuVvozLAIRjpA0w\nMGU0IdxKOAlSWVrqJ8j1I1Ov/N3j2QFAQICRVhOgahcX18c7VEzyX6dF19D4\nhDzhpSh1EcJFDd/dkxWT+0V5kdxtkzRh2yEsy2Tq+X1m8CTQvxT/gXsZG2xb\nL/bToIhp8qloN+IlTFrI5oJAD9dvdLBWHjqSi0hQLr0RKQ/pqnsDSBXE2g8F\nLUbB0Mr/Qm5Ub6ATj4RWfqey/14Saio0OPKozKm9e0C998gsGPfjzMKepNNb\nmUwigryUJk15misLx9UqDAnNi0RAz1EhDag0dAfQiOD5YmJAd8ijBVaUqHpX\nbBGKad2XGH+OGRVPw8aV4xK4t3QMgIzWOjKPPkHHY71XCAcz3b5tQUiJ3+Mj\nSHEMDea64IRZwfdnnq4l/YKbvJSqX5jYGxfuaoj3vhvMn+Bgr+z8T/XK8lLM\niUmsfZQacp5Ju1Cm7JtIexEq8xLWq95wMD9Y+k2sOLEfBIhXUMdv9Hh3meLh\nkYcxiJJDaMoA9Srb+Hn+xyLDKuemRroHJx5L8jaeRQYTZmgatBO7bLvMWZ8R\nxvbRg0U32nsoXT/7sfFi3F7jr6kMShPS31homWgg6PvGY3GeiRlGDoVN/BNu\naEMx\r\n=P7/5\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-remove-position_1.1.4_1573375534363_0.4513918527123"
			},
			"_hasShrinkwrap": false
		},
		"2.0.0": {
			"name": "unist-util-remove-position",
			"version": "2.0.0",
			"description": "Remove `position`s from a unist tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"utility",
				"remove",
				"position",
				"location"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-remove-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": {
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.0.0",
				"remark": "^11.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilRemovePosition > unist-util-remove-position.js",
				"build-mangle": "browserify . -s unistUtilRemovePosition -p tinyify > unist-util-remove-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"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"unist-util-remove-position.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "8e7084ff83351e83582a538d848fa104dc1717f0",
			"homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
			"_id": "unist-util-remove-position@2.0.0",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.0",
			"dist": {
				"integrity": "sha512-4ZklFV3yDIPblkkW0iV1OIpIQrMYEp/59CDuN67Rx8EShwDTlXOXRVQ1TUmPsBFukMPCLno3biwCFYOE3ahXBA==",
				"shasum": "dd2c766aba7ad8b0fc8707f94b77ccdfe80b6b62",
				"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 6649,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx85yCRA9TVsSAnZWagAA2ucP/RPzm0I8eF5CakrhR3D8\n4eacI3yfKfrcTw7vh1vks9nTjmtdXa4H0xaG+9rHNTfqZwx6jiCNeKYrs9ji\n1dGCj9Np2U6O7LkmtAT0jops6nXL9H6hGsYxg+F6OlTSwTPhn/XG/xrekgyV\neeEDUVAkH1afieIeIIx+Jtn0aBVqe+KtCmnS7uTOLNugIAbgU0JDoCF3BevY\nkesByXZRX+XrAEOozITGNC/4SNVxrGYluS17UXV7KXb2o1KKpMTZRGxoEPxI\nLiSZUlDC8G5/9pw952MR8m8spUWkBYEEae8YwcM1kN+k1/z2VV9fx95ESQkv\nAJPz2unh0rJFiTiyVR8BMBPNmtMWBa7pN8IbhgoO8Om8CVO9DPrljHl3IAJ3\nfNRJXxiDRczkQMFGfvyj0Mnhomqnnhp1oDJR3yvIgJhEs2/1FgeswzC+v3om\n/mmrboQqbJ5dwCGiDI2Emy073jew89oUss1MO9yCZTFYZoyzMntn/6WNJxwf\nG9gKOeCdc8YvxOXlaYqZNTzIMlt9mlVOicXBlRZcDHHkoQghndbkZem/CNgU\n5/qwosz3PZUOmNbqgdfuJttjMXQS+x8GrZUckJa0aMdY1aFdvYf7O3k9peBx\nW16X3TTHrVhe0Esmeaz7bCoIGLNsg1oJ2GTDIs8ZAkyMbMULzcTxFuCnlJ5+\n2xDR\r\n=YJ8s\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-remove-position_2.0.0_1573375601735_0.5312495639483281"
			},
			"_hasShrinkwrap": false
		},
		"2.0.1": {
			"name": "unist-util-remove-position",
			"version": "2.0.1",
			"description": "unist utility to remove positions from a tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"unist-util",
				"util",
				"utility",
				"remove",
				"position",
				"location",
				"clean",
				"force"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-remove-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": {
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^15.0.0",
				"prettier": "^1.0.0",
				"remark": "^11.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"xo": "^0.26.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unistUtilRemovePosition > unist-util-remove-position.js",
				"build-mangle": "browserify . -s unistUtilRemovePosition -p tinyify > unist-util-remove-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"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"unist-util-remove-position.js"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "ac9eef67dd8f4c31ec8d04a9cc1ccde5ea08e558",
			"homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
			"_id": "unist-util-remove-position@2.0.1",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==",
				"shasum": "5d19ca79fdba712301999b2b73553ca8f3b352cc",
				"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 6617,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSVtPCRA9TVsSAnZWagAAqkIQAJP1M/rNTehFgOLxsa9D\nkEZqVVBxLM2VhI4gg9Vwog0tanEIXH1dayPJTi2AswxKOQ7tGtwmqanRpYsm\nQ/6VoXGMJZPVaPLs6NnlL4rw6xA3jP6bCzeYUVfHbEvJec596bk+SVh8EsV3\nkah2Prv5HrODr6IMwKnQNCfh66ydAxEVF1BrOg3GpHamW+V09JaUMX+3+Ypp\nOpaTowu7ggs8Zf2pcrQOGT9jpdaI2QZLnQU/qDtebus0tmyY10xVRqWFjsL+\nvdU5RBtA46FeXEpp3RsxApWuIF6j7hok5CwO5kCT81ktdQdxOwWkviaFyCqF\nIMqcYljhNyP63kYF9Rq3Z5WKfiLs5lCtxlSdMr3eDLzaF/Hzg0u0+5cVX5Js\ncNFn3aFkZsrNEBaYRo5N70dn3A+KlPvgSxMPeyLFgEl3fvK48YNSR7EsKiho\nBOTtTPubjfHSCVP78pJiKRM1t9O2R0KgtNGeCQFM3RcThGCN/7+KWMCeJW7+\na3yvG8OQvnbPPd3By9+MtwdqTv8thxGoWZt5rVFTHnEFO8lrYRtASOJ5kewh\n5Kaco/KiBSt7twI0Qj1fSXN3mnoChcQtvE+89PwkMyYyC9/FZ225osSfngtw\nz4Jz3V9EG3uXjH44gnVdq82KCj0/ZY/NU9on5+7qYpZOotu41OldMFmRDdWW\nSxw0\r\n=L3at\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-remove-position_2.0.1_1581865806548_0.656458197016323"
			},
			"_hasShrinkwrap": false
		},
		"3.0.0": {
			"name": "unist-util-remove-position",
			"version": "3.0.0",
			"description": "unist utility to remove positions from a tree",
			"license": "MIT",
			"keywords": [
				"unist",
				"unist-util",
				"util",
				"utility",
				"remove",
				"position",
				"location",
				"clean",
				"force"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/syntax-tree/unist-util-remove-position.git"
			},
			"bugs": {
				"url": "https://github.com/syntax-tree/unist-util-remove-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"
				},
				{
					"name": "Merlijn Vos",
					"email": "merlijn@soverin.net"
				}
			],
			"types": "types/index.d.ts",
			"dependencies": {
				"unist-util-visit": "^2.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"dtslint": "^3.0.0",
				"nyc": "^15.0.0",
				"prettier": "^2.0.0",
				"remark": "^12.0.0",
				"remark-cli": "^8.0.0",
				"remark-preset-wooorm": "^7.0.0",
				"tape": "^5.0.0",
				"tinyify": "^2.0.0",
				"unist-builder": "^2.0.0",
				"xo": "^0.32.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier . --write && xo --fix",
				"build-bundle": "browserify . -s unistUtilRemovePosition > unist-util-remove-position.js",
				"build-mangle": "browserify . -s unistUtilRemovePosition -p tinyify > unist-util-remove-position.min.js",
				"build": "npm run build-bundle && npm run build-mangle",
				"test-types": "dtslint types",
				"test-api": "node test",
				"test-coverage": "nyc --reporter lcov tape test.js",
				"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
			},
			"prettier": {
				"tabWidth": 2,
				"useTabs": false,
				"singleQuote": true,
				"bracketSpacing": false,
				"semi": false,
				"trailingComma": "none"
			},
			"xo": {
				"prettier": true,
				"esnext": false,
				"ignores": [
					"types/"
				]
			},
			"nyc": {
				"check-coverage": true,
				"lines": 100,
				"functions": 100,
				"branches": 100
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "4b7337da6d1499e446587aa2f61e04dce2da94ee",
			"homepage": "https://github.com/syntax-tree/unist-util-remove-position#readme",
			"_id": "unist-util-remove-position@3.0.0",
			"_nodeVersion": "14.0.0",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-17kIOuolVuK16LMb9KyMJlqdfCtlfQY5FjY3Sdo9iC7F5wqdXhNjMq0PBvMpkVNNnAmHxXssUW+rZ9T2zbP0Rg==",
				"shasum": "4cd19e82c8e665f462b6acfcfd0a8353235a88e9",
				"tarball": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-3.0.0.tgz",
				"fileCount": 5,
				"unpackedSize": 7461,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDf5cCRA9TVsSAnZWagAA8QUP/jbRv5T3ZTw9JKpIMWUv\nSz5EBd8B9Dea7Ek8GycMSGBCNAjssuZiQr632oVA2gxs3TL85QCgR0w/frgH\nzdJJWxjDpz6hL5Aa2MDmR77kolM51M3zyv2HhUw2KEDxRp/TWUQOsXGib9FO\nXs3IcbahLvE3ycK0WfrVTMTNoHHEm3V62AOkmuEREtgrwKfg4y6sctMiTrm/\nXt9lRG6cJ37woQKKSTUsCBytVmkvzG9RmmjNRu4ozORfP37DHtvILJo2jAx8\nnlamyIi8cXPBHdtE1uHhRuq47TOrTgkEFpcNs0GZDZO9ddvyC8V6pxqidiNR\n5Kf8o3/B1mNzw+1zl8bH66dZyrZuDjgqK+aNdZTLSE9+5sU2L99Ee9ze9vtq\nSDrF7lLboRPWIjO2Ds4EBmE/wmybjejcQlD7fqQFdlYLjlotV15mzBpH9ZAF\n0xrl5cP35Yh0TG01XhEdiHCn8dsca298oD52TPvlUyhih912RuRcPaFgk02j\nGKH5t+pk3NB0E7F901spMQoel6YSF5LaVeIawaV5pQUEMkn1+6LxB8kB66Df\nBYSmhcqqOz4Ct/DfOb2yMwGgTniisR86GUo97n3jm+88zF5TDpKqDfx0e8Wb\nC7DAb8e0aNjsxw9cZFe3Ti30szEUNPWd3FyIa8LdYB4l/Y/MqLjukdZDQFc/\npblH\r\n=Ffpl\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-remove-position_3.0.0_1594752603743_0.0882359665981467"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-08-25T11:32:06.061Z",
		"created": "2016-02-07T10:23:02.656Z",
		"1.0.0": "2016-02-07T10:23:02.656Z",
		"1.1.0": "2016-07-12T12:06:28.935Z",
		"1.1.1": "2017-06-12T19:31:53.676Z",
		"1.1.2": "2018-04-30T18:00:28.101Z",
		"1.1.3": "2019-05-22T07:49:28.512Z",
		"1.1.4": "2019-11-10T08:45:35.043Z",
		"2.0.0": "2019-11-10T08:46:41.871Z",
		"2.0.1": "2020-02-16T15:10:06.659Z",
		"3.0.0": "2020-07-14T18:50:03.877Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e0dc53a2aca0ba69129ba7f14fbe152b\"",
			"fetched": 1600679318729
		}
	},
	"_distfiles": {
		"unist-util-remove-position-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.0.0.tgz",
			"sha": "dbeb2add3f0f7bc2e83681fc47d0600aceb1fa84",
			"registry": "npmjs"
		},
		"unist-util-remove-position-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.0.tgz",
			"sha": "2444fedc344bc5f540dab6353e013b6d78101dc2",
			"registry": "npmjs"
		},
		"unist-util-remove-position-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.1.tgz",
			"sha": "5a85c1555fc1ba0c101b86707d15e50fa4c871bb",
			"registry": "npmjs"
		},
		"unist-util-remove-position-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.2.tgz",
			"sha": "86b5dad104d0bbfbeb1db5f5c92f3570575c12cb",
			"registry": "npmjs"
		},
		"unist-util-remove-position-1.1.3.tgz": {
			"url": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.3.tgz",
			"sha": "d91aa8b89b30cb38bad2924da11072faa64fd972",
			"registry": "npmjs"
		},
		"unist-util-remove-position-1.1.4.tgz": {
			"url": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz",
			"sha": "ec037348b6102c897703eee6d0294ca4755a2020",
			"registry": "npmjs"
		},
		"unist-util-remove-position-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.0.tgz",
			"sha": "dd2c766aba7ad8b0fc8707f94b77ccdfe80b6b62",
			"registry": "npmjs"
		},
		"unist-util-remove-position-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz",
			"sha": "5d19ca79fdba712301999b2b73553ca8f3b352cc",
			"registry": "npmjs"
		},
		"unist-util-remove-position-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-3.0.0.tgz",
			"sha": "4cd19e82c8e665f462b6acfcfd0a8353235a88e9",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"unist-util-remove-position-2.0.1.tgz": {
			"shasum": "5d19ca79fdba712301999b2b73553ca8f3b352cc"
		}
	},
	"_rev": "2-7243105c8388665a",
	"_id": "unist-util-remove-position",
	"readme": "# unist-util-remove-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 remove [`position`][position]s from tree.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install unist-util-remove-position\n```\n\n## Use\n\n```js\nvar remark = require('remark')\nvar removePosition = require('unist-util-remove-position')\n\nvar tree = remark().parse('Some _emphasis_, **importance**, and `code`.')\n\nremovePosition(tree, true)\n\nconsole.dir(tree, {depth: null})\n```\n\nYields:\n\n```js\n{\n  type: 'root',\n  children: [\n    {\n      type: 'paragraph',\n      children: [\n        {type: 'text', value: 'Some '},\n        {type: 'emphasis', children: [{type: 'text', value: 'emphasis'}]},\n        {type: 'text', value: ', '},\n        {type: 'strong', children: [{type: 'text', value: 'importance'}]},\n        {type: 'text', value: ', and '},\n        {type: 'inlineCode', value: 'code'},\n        {type: 'text', value: '.'}\n      ]\n    }\n  ]\n}\n```\n\n## API\n\n### `removePosition(node[, force])`\n\nRemove [`position`][position] fields from [`node`][node].\nIf `force` is given, uses `delete`, otherwise, sets `position`s to `undefined`.\n\n###### Returns\n\nThe given `node`.\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-remove-position.svg\n\n[build]: https://travis-ci.org/syntax-tree/unist-util-remove-position\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-remove-position.svg\n\n[coverage]: https://codecov.io/github/syntax-tree/unist-util-remove-position\n\n[downloads-badge]: https://img.shields.io/npm/dm/unist-util-remove-position.svg\n\n[downloads]: https://www.npmjs.com/package/unist-util-remove-position\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-remove-position.svg\n\n[size]: https://bundlephobia.com/result?p=unist-util-remove-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/HEAD/contributing.md\n\n[support]: https://github.com/syntax-tree/.github/blob/HEAD/support.md\n\n[coc]: https://github.com/syntax-tree/.github/blob/HEAD/code-of-conduct.md\n\n[unist]: https://github.com/syntax-tree/unist\n\n[position]: https://github.com/syntax-tree/unist#position\n\n[node]: https://github.com/syntax-tree/unist#node"
}