{
	"name": "unherit",
	"versions": {
		"1.0.0": {
			"name": "unherit",
			"version": "1.0.0",
			"description": "Clone a constructor without affecting the super-class",
			"license": "MIT",
			"keywords": [
				"clone",
				"super",
				"class",
				"constructor"
			],
			"dependencies": {},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unherit.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"files": [
				"index.js"
			],
			"devDependencies": {
				"browserify": "^11.0.0",
				"clone": "^1.0.1",
				"diff": "^1.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.27.1",
				"mdast-comment-config": "^0.1.2",
				"mdast-github": "^0.3.0",
				"mdast-lint": "^0.4.0",
				"mdast-man": "^0.4.0",
				"mdast-toc": "^0.5.0",
				"mdast-validate-links": "^0.3.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- -- test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"build-md": "mdast . --quiet",
				"build-bundle": "browserify index.js -s unherit > unherit.js",
				"postbuild-bundle": "esmangle unherit.js > unherit.min.js",
				"build": "npm run build-md && npm run build-bundle"
			},
			"gitHead": "811555dfebca29c36cff235aa39a45f3a850382e",
			"bugs": {
				"url": "https://github.com/wooorm/unherit/issues"
			},
			"homepage": "https://github.com/wooorm/unherit#readme",
			"_id": "unherit@1.0.0",
			"_shasum": "473c0229c4ba7345c50e83c962685e0aed7beb0e",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "2.3.3",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "473c0229c4ba7345c50e83c962685e0aed7beb0e",
				"tarball": "https://registry.npmjs.org/unherit/-/unherit-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "unherit",
			"version": "1.0.1",
			"description": "Clone a constructor without affecting the super-class",
			"license": "MIT",
			"keywords": [
				"clone",
				"super",
				"class",
				"constructor"
			],
			"dependencies": {
				"inherits": "^2.0.1"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unherit.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"files": [
				"index.js"
			],
			"devDependencies": {
				"browserify": "^11.0.0",
				"clone": "^1.0.1",
				"diff": "^1.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.27.1",
				"mdast-comment-config": "^0.1.2",
				"mdast-github": "^0.3.0",
				"mdast-lint": "^0.4.0",
				"mdast-man": "^0.4.0",
				"mdast-toc": "^0.5.0",
				"mdast-validate-links": "^0.3.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- -- test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"build-md": "mdast . --quiet",
				"build-bundle": "browserify index.js --bare -s unherit > unherit.js",
				"postbuild-bundle": "esmangle unherit.js > unherit.min.js",
				"build": "npm run build-md && npm run build-bundle"
			},
			"gitHead": "af306b2f67fef728a5e9a36b6467228654ae15b7",
			"bugs": {
				"url": "https://github.com/wooorm/unherit/issues"
			},
			"homepage": "https://github.com/wooorm/unherit#readme",
			"_id": "unherit@1.0.1",
			"_shasum": "261d77b6b98154bcfeeb5672638de22c2240f22b",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "2.3.3",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "261d77b6b98154bcfeeb5672638de22c2240f22b",
				"tarball": "https://registry.npmjs.org/unherit/-/unherit-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "unherit",
			"version": "1.0.2",
			"description": "Clone a constructor without affecting the super-class",
			"license": "MIT",
			"keywords": [
				"clone",
				"super",
				"class",
				"constructor"
			],
			"dependencies": {
				"inherits": "^2.0.1"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unherit.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"files": [
				"index.js"
			],
			"devDependencies": {
				"browserify": "^11.0.0",
				"clone": "^1.0.1",
				"diff": "^1.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.27.1",
				"mdast-comment-config": "^0.1.2",
				"mdast-github": "^0.3.0",
				"mdast-lint": "^0.4.0",
				"mdast-man": "^0.4.0",
				"mdast-toc": "^0.5.0",
				"mdast-validate-links": "^0.3.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- -- test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"build-md": "mdast . --quiet",
				"build-bundle": "browserify index.js --bare -s unherit > unherit.js",
				"postbuild-bundle": "esmangle unherit.js > unherit.min.js",
				"build": "npm run build-md && npm run build-bundle"
			},
			"gitHead": "49768d133eac8dd7c0cd004dc24b010350323d95",
			"bugs": {
				"url": "https://github.com/wooorm/unherit/issues"
			},
			"homepage": "https://github.com/wooorm/unherit#readme",
			"_id": "unherit@1.0.2",
			"_shasum": "5dabddedb19bfd070e44c3c8d52b12e9f9ab9305",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "2.3.3",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "5dabddedb19bfd070e44c3c8d52b12e9f9ab9305",
				"tarball": "https://registry.npmjs.org/unherit/-/unherit-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "unherit",
			"version": "1.0.3",
			"description": "Clone a constructor without affecting the super-class",
			"license": "MIT",
			"keywords": [
				"clone",
				"super",
				"class",
				"constructor"
			],
			"dependencies": {
				"clone": "^1.0.1",
				"inherits": "^2.0.1"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unherit.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"files": [
				"index.js"
			],
			"devDependencies": {
				"browserify": "^11.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.27.1",
				"mdast-comment-config": "^0.1.2",
				"mdast-github": "^0.3.0",
				"mdast-lint": "^0.4.0",
				"mdast-man": "^0.4.0",
				"mdast-toc": "^0.5.0",
				"mdast-validate-links": "^0.3.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- -- test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"build-md": "mdast . --quiet",
				"build-bundle": "browserify index.js --bare -s unherit > unherit.js",
				"postbuild-bundle": "esmangle unherit.js > unherit.min.js",
				"build": "npm run build-md && npm run build-bundle"
			},
			"gitHead": "1876573845c9d53e1ba1a4d73b1d6ae17e43219e",
			"bugs": {
				"url": "https://github.com/wooorm/unherit/issues"
			},
			"homepage": "https://github.com/wooorm/unherit#readme",
			"_id": "unherit@1.0.3",
			"_shasum": "7e13790cb56b0bf8347661ca0031a969a239bb61",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "2.3.3",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "7e13790cb56b0bf8347661ca0031a969a239bb61",
				"tarball": "https://registry.npmjs.org/unherit/-/unherit-1.0.3.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.4": {
			"name": "unherit",
			"version": "1.0.4",
			"description": "Clone a constructor without affecting the super-class",
			"license": "MIT",
			"keywords": [
				"clone",
				"super",
				"class",
				"constructor"
			],
			"dependencies": {
				"clone": "^1.0.1",
				"inherits": "^2.0.1"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unherit.git"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com"
			},
			"files": [
				"index.js"
			],
			"devDependencies": {
				"browserify": "^11.0.0",
				"eslint": "^0.24.0",
				"esmangle": "^1.0.0",
				"istanbul": "^0.3.0",
				"jscs": "^1.0.0",
				"jscs-jsdoc": "^1.0.0",
				"mdast": "^0.27.1",
				"mdast-comment-config": "^0.1.2",
				"mdast-github": "^0.3.0",
				"mdast-lint": "^0.4.0",
				"mdast-man": "^0.4.0",
				"mdast-toc": "^0.5.0",
				"mdast-validate-links": "^0.3.0",
				"mocha": "^2.0.0"
			},
			"scripts": {
				"test-api": "mocha --check-leaks test.js",
				"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
				"test-coverage": "istanbul cover _mocha -- -- test.js",
				"test-travis": "npm run test-coveralls",
				"test": "npm run test-api",
				"lint-api": "eslint .",
				"lint-style": "jscs --reporter inline .",
				"lint": "npm run lint-api && npm run lint-style",
				"make": "npm run lint && npm run test-coverage",
				"build-md": "mdast . --quiet",
				"build-bundle": "browserify index.js --bare -s unherit > unherit.js",
				"postbuild-bundle": "esmangle unherit.js > unherit.min.js",
				"build": "npm run build-md && npm run build-bundle"
			},
			"gitHead": "03c7c3e7ff84f443f7418e39d28fb45f859d660a",
			"bugs": {
				"url": "https://github.com/wooorm/unherit/issues"
			},
			"homepage": "https://github.com/wooorm/unherit#readme",
			"_id": "unherit@1.0.4",
			"_shasum": "b9bcf6487dd04d4782665802dbb4b4f05d618503",
			"_from": ".",
			"_npmVersion": "2.11.3",
			"_nodeVersion": "2.3.3",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "b9bcf6487dd04d4782665802dbb4b4f05d618503",
				"tarball": "https://registry.npmjs.org/unherit/-/unherit-1.0.4.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "unherit",
			"version": "1.1.0",
			"description": "Clone a constructor without affecting the super-class",
			"license": "MIT",
			"keywords": [
				"clone",
				"super",
				"class",
				"constructor"
			],
			"files": [
				"index.js"
			],
			"dependencies": {
				"inherits": "^2.0.1",
				"xtend": "^4.0.1"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unherit.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unherit/issues"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "http://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "http://wooorm.com"
				}
			],
			"devDependencies": {
				"browserify": "^13.0.1",
				"esmangle": "^1.0.1",
				"nyc": "^8.1.0",
				"remark-cli": "^1.0.0",
				"remark-comment-config": "^4.0.0",
				"remark-github": "^5.0.0",
				"remark-lint": "^4.0.0",
				"remark-validate-links": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.16.0"
			},
			"scripts": {
				"build-md": "remark . --quiet --frail",
				"build-bundle": "browserify index.js --bare -s unherit > unherit.js",
				"build-mangle": "esmangle unherit.js > unherit.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,
				"rules": {
					"guard-for-in": "off"
				},
				"ignores": [
					"unherit.js"
				]
			},
			"remarkConfig": {
				"output": true,
				"plugins": {
					"comment-config": null,
					"github": null,
					"lint": {
						"heading-increment": false
					},
					"validate-links": null
				},
				"settings": {
					"bullet": "*"
				}
			},
			"gitHead": "43822edbe663824109960ea8bc38c45c890d561a",
			"homepage": "https://github.com/wooorm/unherit#readme",
			"_id": "unherit@1.1.0",
			"_shasum": "6b9aaedfbf73df1756ad9e316dd981885840cd7d",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"shasum": "6b9aaedfbf73df1756ad9e316dd981885840cd7d",
				"tarball": "https://registry.npmjs.org/unherit/-/unherit-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/unherit-1.1.0.tgz_1471518495151_0.7505096562672406"
			},
			"directories": {}
		},
		"1.1.1": {
			"name": "unherit",
			"version": "1.1.1",
			"description": "Clone a constructor without affecting the super-class",
			"license": "MIT",
			"keywords": [
				"clone",
				"super",
				"class",
				"constructor"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unherit.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unherit/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": {
				"inherits": "^2.0.1",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"esmangle": "^1.0.1",
				"nyc": "^11.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^5.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"xo": "^0.20.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
				"build-bundle": "browserify index.js --bare -s unherit > unherit.js",
				"build-mangle": "esmangle unherit.js > unherit.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": {
					"no-var": "off",
					"prefer-arrow-callback": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"unherit.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "e41f0acebc397bafde87b16db784c5fd40b69bd0",
			"homepage": "https://github.com/wooorm/unherit#readme",
			"_id": "unherit@1.1.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "9.5.0",
			"_npmUser": {
				"name": "wooorm",
				"email": "tituswormer@gmail.com"
			},
			"dist": {
				"integrity": "sha512-+XZuV691Cn4zHsK0vkKYwBEwB74T3IZIcxrgn2E4rKwTfFyI1zCh7X7grwh9Re08fdPlarIdyWgI8aVB3F5A5g==",
				"shasum": "132748da3e88eab767e08fabfbb89c5e9d28628c",
				"tarball": "https://registry.npmjs.org/unherit/-/unherit-1.1.1.tgz",
				"fileCount": 4,
				"unpackedSize": 5208,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5FAwCRA9TVsSAnZWagAAUE8QAIH76dmZoxXLPzvQjeSY\nzyzVvf7hQQTFpcpPy6rTZxoejdNDlmJE6fuDD+3Q/A8pIE65RG1/o4PRSrt6\nXM0+ZRVvTco3FsssriWpjnytAL52410XPWAP1I7XWqzWXNQOVDrCklHzBqrK\nhiRQXFjx4Mxm7lCv6oYvrBK+euRlF8YGjNywS19K/kxeCohBRV+KMyJBHu3i\nxkc9Z9hyIU6gpXE5Er6aug1RFDpZAGPUqcaSk1HteGjDpN/cj/f2p/Ktg7xs\njc34ZZDQhpS9U/3wvgUXvo7zBvMOPosOFQt30e/qL+IFXITRYnn/cC+SV3Lj\nkeAqQxTynXziCl4MM4xe/hS5z98YvLKhUPl5DUWufkxYGN5AEYyFqVA7sWvR\nIKW1BbkZFNr7ozOqBN70DqDshsOFBAkEPKhDjdYytLQ7fo2kmyxYJWriKeye\nZV8kqSsOanV6qt24n1SKB/rCb1Bza4wIdKurMrGgzUtbEV524OU/lebIqjL6\ngZodkFk6biWKx0A1ncKyXc7i4RxcpFJg9xKZ/q3xawYtCKANC5fmE6bcLAQ1\nLOZ5FO5HxL4p25591PJkbfUZ91ns2ztWD1Z63L65LzAb51r3OiI5P6XsPxrj\nRsjKvHqO+JcAUIHKntVow9DD3kjwx3QgYteNJ/3yw6uAIGNjPRkmbV2GiC9v\nmqaB\r\n=31w9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "wooorm",
					"email": "tituswormer@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/unherit_1.1.1_1524912176106_0.7610550529665316"
			},
			"_hasShrinkwrap": false
		},
		"1.1.2": {
			"name": "unherit",
			"version": "1.1.2",
			"description": "Clone a constructor without affecting the super-class",
			"license": "MIT",
			"keywords": [
				"clone",
				"super",
				"class",
				"constructor"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unherit.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unherit/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": {
				"inherits": "^2.0.1",
				"xtend": "^4.0.1"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^14.0.0",
				"prettier": "^1.12.1",
				"remark-cli": "^6.0.0",
				"remark-preset-wooorm": "^4.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.5.0",
				"xo": "^0.24.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unherit -o unherit.js",
				"build-mangle": "browserify . -s unherit -p tinyify -o unherit.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"
				},
				"ignores": [
					"unherit.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "7e6d9c419f6ee67983f76f98830a70aeb2cc1cb4",
			"homepage": "https://github.com/wooorm/unherit#readme",
			"_id": "unherit@1.1.2",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-W3tMnpaMG7ZY6xe/moK04U9fBhi6wEiCYHUW5Mop/wQHf12+79EQGwxYejNdhEz2mkqkBlGwm7pxmgBKMVUj0w==",
				"shasum": "14f1f397253ee4ec95cec167762e77df83678449",
				"tarball": "https://registry.npmjs.org/unherit/-/unherit-1.1.2.tgz",
				"fileCount": 4,
				"unpackedSize": 5426,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1nm+CRA9TVsSAnZWagAAV+EQAKFXoj7abbaUftf/qaUM\nRLgm8gMccCh3vPlS2IEo2GQF+Lgtqgr0nucgaFG2uPmTY6iZ6Jxq885Czxvr\ngD/HcUi97t162wJx16RMM9GJUIW0AAlJWuyy5WevKrCjs/aX/NHC1AM9RYZ4\n2rxJHfcFkIPSzdVzbllmipgqBqM6N5EEyzz6ZuZrx7qmf8HJBqDRp++oLQlc\nznCGzACZf3nOWvmsNL3CzCARQODsc/HwDu8/DTMPuIedAI/LbXRnWhDvsuvm\nkzpdByEmods+AeIoGWBqrc9ZakszkcRHcUvOV2fnWl+h3wQCaVhTytyJLYP/\nfvMZYZgNlJRz22bvNvQcEDHjOIuc183XIn6gUah0Jv5rLBFnRgVRFXIgv3j+\nRPMozbP1pXxsvaSTSCy4NVuBxua5WyM44lqMi039wjZMn1NSt5G8AvfjFne1\n2BF/tePhu5/em4HzFJx2qJqKufFJmKVBeUQMTl4tMO/zsvBIdIB0tFVIo2YN\nMmk+o79C1AiwyUoo8XsI7/HgZUssRIPo7S+Q5iunb+6fA7ETdktbKLeWzYf6\nnpCDzdKC3QxoFuFa762UaHm5tskcTyfwJo8xbCKoaEzgCRJ1M1P+7mXIM7wX\nksaITNKdYF/cLoc7wBqpLihgafA6KK1hkEncOW6Df6QYT5Jb6QHg/U4SeeCB\nRGX/\r\n=Vle7\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/unherit_1.1.2_1557559742337_0.6399746231618841"
			},
			"_hasShrinkwrap": false
		},
		"1.1.3": {
			"name": "unherit",
			"version": "1.1.3",
			"description": "Clone a constructor without affecting the super-class",
			"license": "MIT",
			"keywords": [
				"clone",
				"super",
				"class",
				"constructor"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/wooorm/unherit.git"
			},
			"bugs": {
				"url": "https://github.com/wooorm/unherit/issues"
			},
			"funding": {
				"type": "github",
				"url": "https://github.com/sponsors/wooorm"
			},
			"author": {
				"name": "Titus Wormer",
				"email": "tituswormer@gmail.com",
				"url": "https://wooorm.com"
			},
			"contributors": [
				{
					"name": "Titus Wormer",
					"email": "tituswormer@gmail.com",
					"url": "https://wooorm.com"
				}
			],
			"dependencies": {
				"inherits": "^2.0.0",
				"xtend": "^4.0.0"
			},
			"devDependencies": {
				"browserify": "^16.0.0",
				"nyc": "^15.0.0",
				"prettier": "^1.0.0",
				"remark-cli": "^7.0.0",
				"remark-preset-wooorm": "^6.0.0",
				"tape": "^4.0.0",
				"tinyify": "^2.0.0",
				"xo": "^0.25.0"
			},
			"scripts": {
				"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
				"build-bundle": "browserify . -s unherit -o unherit.js",
				"build-mangle": "browserify . -s unherit -p tinyify -o unherit.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": {
					"unicorn/prefer-reflect-apply": "off",
					"guard-for-in": "off"
				},
				"ignores": [
					"unherit.js"
				]
			},
			"remarkConfig": {
				"plugins": [
					"preset-wooorm"
				]
			},
			"gitHead": "2e64baeea9450acd28bd50d1a0bf87ee067e06d3",
			"homepage": "https://github.com/wooorm/unherit#readme",
			"_id": "unherit@1.1.3",
			"_nodeVersion": "13.0.1",
			"_npmVersion": "6.13.6",
			"dist": {
				"integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==",
				"shasum": "6c9b503f2b41b262330c80e91c8614abdaa69c22",
				"tarball": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz",
				"fileCount": 4,
				"unpackedSize": 5531,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLYW7CRA9TVsSAnZWagAAv0MQAJQ48REl/XPdT+ws2xDe\nMNCvK3+3kempNIeX2ifh9W+wVJ8AMbFimvw6WxW+4gtnzc9UqIHuxMoPLP1T\nlb55DyI9ZMDV1U/Q9jVbrJ3w1CPnvLN5iIwQ+iggUobAEYjucZ4ABxzA/4Pu\nib4L58LD+9qwSdSpuRCQDP/r+FAUha0/5KSU1A3oJ65x5VP4w9yCAx72kxcZ\nbC0hWrTKUfpWj1GrBxBVy+Owe1/RlK0hgGRceSa3XeKdlTZNLs4TSv4it0em\n7ZTIL8vhlgs4IPs7x0bAn9GE+fKgrDJHGHS/3+b+HHpJp9KFMgNdg36CVowt\ncsJkNgkF1yU5mf1cncwyV+GigZljll+tF4Kxnm2+U1TuDd//J258HGOUAFLN\noic2IrXZlFcZ67CVvbBFFmS/VpQ+pq2cv0xpvIdoLcIKw7y21W3OEeACUUos\nmM/cVz2UJfn2sxHUd6I+F6c+DZ4wzwpdBLqj0gRkQo2X9fytZiwnfheR0SQ+\ncsZMpSht3ha13bvMSu4Av+vmvlL/EMyqetOKnV9ZCvyVB+CKC2C46P0bxtTU\nErUg60pcQIgTGNXMU9ZEaZ4ZuC0IJagi3VKayCDcPhyc2e2V12jM3nOclxyk\nWViQGFsynAlB3Rf9wf3poF27rHkDtQ8eSSoXfvx1DxrmMuiyMZ0T8UTddQy/\nVQga\r\n=xQrC\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/unherit_1.1.3_1580041659199_0.6613153759563415"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2020-01-26T12:27:41.653Z",
		"created": "2015-07-26T17:38:47.581Z",
		"1.0.0": "2015-07-26T17:38:47.581Z",
		"1.0.1": "2015-07-26T18:25:37.177Z",
		"1.0.2": "2015-07-27T16:41:16.459Z",
		"1.0.3": "2015-07-27T17:17:20.139Z",
		"1.0.4": "2015-07-28T17:57:29.644Z",
		"1.1.0": "2016-08-18T11:08:17.077Z",
		"1.1.1": "2018-04-28T10:42:56.185Z",
		"1.1.2": "2019-05-11T07:29:02.452Z",
		"1.1.3": "2020-01-26T12:27:39.333Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.1.3"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"7b3ef301af8cfa76bde88c9413393838\"",
			"fetched": 1600679318706
		}
	},
	"_distfiles": {
		"unherit-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/unherit/-/unherit-1.0.0.tgz",
			"sha": "473c0229c4ba7345c50e83c962685e0aed7beb0e",
			"registry": "npmjs"
		},
		"unherit-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/unherit/-/unherit-1.0.1.tgz",
			"sha": "261d77b6b98154bcfeeb5672638de22c2240f22b",
			"registry": "npmjs"
		},
		"unherit-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/unherit/-/unherit-1.0.2.tgz",
			"sha": "5dabddedb19bfd070e44c3c8d52b12e9f9ab9305",
			"registry": "npmjs"
		},
		"unherit-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/unherit/-/unherit-1.0.3.tgz",
			"sha": "7e13790cb56b0bf8347661ca0031a969a239bb61",
			"registry": "npmjs"
		},
		"unherit-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/unherit/-/unherit-1.0.4.tgz",
			"sha": "b9bcf6487dd04d4782665802dbb4b4f05d618503",
			"registry": "npmjs"
		},
		"unherit-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/unherit/-/unherit-1.1.0.tgz",
			"sha": "6b9aaedfbf73df1756ad9e316dd981885840cd7d",
			"registry": "npmjs"
		},
		"unherit-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/unherit/-/unherit-1.1.1.tgz",
			"sha": "132748da3e88eab767e08fabfbb89c5e9d28628c",
			"registry": "npmjs"
		},
		"unherit-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/unherit/-/unherit-1.1.2.tgz",
			"sha": "14f1f397253ee4ec95cec167762e77df83678449",
			"registry": "npmjs"
		},
		"unherit-1.1.3.tgz": {
			"url": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz",
			"sha": "6c9b503f2b41b262330c80e91c8614abdaa69c22",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"unherit-1.1.3.tgz": {
			"shasum": "6c9b503f2b41b262330c80e91c8614abdaa69c22"
		}
	},
	"_rev": "2-9684724753d3558d",
	"_id": "unherit",
	"readme": "# unherit\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\nCreate a custom constructor which can be modified without affecting the original\nclass.\n\n## Install\n\n[npm][]:\n\n```sh\nnpm install unherit\n```\n\n## Use\n\n```js\nvar EventEmitter = require('events').EventEmitter\nvar unherit = require('unherit')\n\n// Create a private class which acts just like `EventEmitter`.\nvar Emitter = unherit(EventEmitter)\n\nEmitter.prototype.defaultMaxListeners = 0\n// Now, all instances of `Emitter` have no maximum listeners, without affecting\n// other `EventEmitter`s.\n\nnew Emitter().defaultMaxListeners === 0 // => true\nnew EventEmitter().defaultMaxListeners === undefined // => true\nnew Emitter() instanceof EventEmitter // => true\n```\n\n## API\n\n### `unherit(Super)`\n\nCreate a custom constructor which can be modified without affecting the original\nclass.\n\n###### Parameters\n\n*   `Super` (`Function`) — Super-class\n\n###### Returns\n\n`Function` — Constructor acting like `Super`, which can be modified without\naffecting the original class.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://img.shields.io/travis/wooorm/unherit.svg\n\n[build]: https://travis-ci.org/wooorm/unherit\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/unherit.svg\n\n[coverage]: https://codecov.io/github/wooorm/unherit\n\n[downloads-badge]: https://img.shields.io/npm/dm/unherit.svg\n\n[downloads]: https://www.npmjs.com/package/unherit\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/unherit.svg\n\n[size]: https://bundlephobia.com/result?p=unherit\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: license\n\n[author]: https://wooorm.com"
}