{
	"name": "is-accessor-descriptor",
	"versions": {
		"0.1.0": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value is a valid JavaScript accessor descriptor.",
			"version": "0.1.0",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"arr-diff": "^1.1.0",
				"kind-of": "^2.0.1"
			},
			"devDependencies": {
				"mocha": "*",
				"should": "*"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"related": {
					"list": [
						"isobject",
						"arr-diff"
					]
				}
			},
			"gitHead": "dca22793793cf208e65d8daee9d949d76252b647",
			"_id": "is-accessor-descriptor@0.1.0",
			"_shasum": "8fa6b2330a7e3c1d0e87b4fb552d605f366288a6",
			"_from": ".",
			"_npmVersion": "2.10.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "8fa6b2330a7e3c1d0e87b4fb552d605f366288a6",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.2": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
			"version": "0.1.2",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"arr-diff": "^1.1.0",
				"kind-of": "^2.0.1",
				"lazy-cache": "^0.2.3"
			},
			"devDependencies": {
				"mocha": "*",
				"should": "*"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"related": {
					"list": [
						"is-descriptor",
						"is-data-descriptor",
						"is-accessor-descriptor",
						"isobject"
					]
				}
			},
			"gitHead": "5b48d369e0c0a24cc78f59daba667f702b46b23f",
			"_id": "is-accessor-descriptor@0.1.2",
			"_shasum": "00984cbe197016d99a544c0ad1eada5293375bd4",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.1",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "00984cbe197016d99a544c0ad1eada5293375bd4",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.3": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
			"version": "0.1.3",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"utils.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"arr-diff": "^1.1.0",
				"kind-of": "^2.0.1",
				"lazy-cache": "^0.2.3"
			},
			"devDependencies": {
				"mocha": "*",
				"should": "*"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"related": {
					"list": [
						"is-descriptor",
						"is-data-descriptor",
						"is-accessor-descriptor",
						"isobject"
					]
				}
			},
			"gitHead": "0ffd0baa21147c67c8f772454119879da00f31ec",
			"_id": "is-accessor-descriptor@0.1.3",
			"_shasum": "cb9962a31e4fa1b8cbf677610ae0c9aaa4cbdcad",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.1",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "cb9962a31e4fa1b8cbf677610ae0c9aaa4cbdcad",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.3.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.4": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
			"version": "0.1.4",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"files": [
				"index.js",
				"utils.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"arr-diff": "^2.0.0",
				"kind-of": "^3.0.2",
				"lazy-cache": "^1.0.3"
			},
			"devDependencies": {
				"mocha": "*",
				"should": "*"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"related": {
					"list": [
						"is-accessor-descriptor",
						"is-data-descriptor",
						"is-descriptor",
						"isobject"
					]
				},
				"plugins": [
					"gulp-format-md"
				]
			},
			"gitHead": "0bcef73f2c7c90be7e05f3dd56f02fbe67790897",
			"_id": "is-accessor-descriptor@0.1.4",
			"_shasum": "a7d8f9f4d751d52d9395e94fd4b6922a80cdd5ba",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "a7d8f9f4d751d52d9395e94fd4b6922a80cdd5ba",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.5": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
			"version": "0.1.5",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"kind-of": "^3.0.2"
			},
			"devDependencies": {
				"mocha": "*",
				"should": "*"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"related": {
					"list": [
						"is-accessor-descriptor",
						"is-data-descriptor",
						"is-descriptor",
						"isobject"
					]
				},
				"plugins": [
					"gulp-format-md"
				],
				"layout": "default"
			},
			"gitHead": "a328c3739002d38ff2f742bf13014c03d9d8f54c",
			"_id": "is-accessor-descriptor@0.1.5",
			"_shasum": "0e4df4bd62bc11c2f5e81d5c590c763d132d0efa",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "0e4df4bd62bc11c2f5e81d5c590c763d132d0efa",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.5.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.6": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
			"version": "0.1.6",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"kind-of": "^3.0.2"
			},
			"devDependencies": {
				"mocha": "*",
				"should": "*"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"related": {
					"list": [
						"is-accessor-descriptor",
						"is-data-descriptor",
						"is-descriptor",
						"isobject"
					]
				},
				"plugins": [
					"gulp-format-md"
				],
				"layout": "default"
			},
			"gitHead": "e64ae49c456c9f31dab47934b0183e2a9938b5bd",
			"_id": "is-accessor-descriptor@0.1.6",
			"_shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6",
			"_from": ".",
			"_npmVersion": "3.3.6",
			"_nodeVersion": "5.0.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
			"version": "1.0.0",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"contributors": [
				{
					"name": "Jon Schlinkert",
					"url": "http://twitter.com/jonschlinkert"
				},
				{
					"name": "Rouven Weßling",
					"url": "www.rouvenwessling.de"
				}
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"kind-of": "^6.0.0"
			},
			"devDependencies": {
				"gulp-format-md": "^1.0.0",
				"mocha": "^3.5.3"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"toc": false,
				"layout": "default",
				"tasks": [
					"readme"
				],
				"plugins": [
					"gulp-format-md"
				],
				"related": {
					"list": [
						"is-accessor-descriptor",
						"is-data-descriptor",
						"is-descriptor",
						"is-plain-object",
						"isobject"
					]
				},
				"lint": {
					"reflinks": true
				}
			},
			"gitHead": "22b0a2617ccbebd131247c29e3700ca860d37d06",
			"_id": "is-accessor-descriptor@1.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.7.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"dist": {
				"integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
				"shasum": "169c2f6d3df1f992618072365c9b0ea1f6878656",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-accessor-descriptor-1.0.0.tgz_1509516773874_0.014908343320712447"
			},
			"directories": {}
		},
		"2.0.0": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
			"version": "2.0.0",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"contributors": [
				{
					"name": "Jon Schlinkert",
					"url": "http://twitter.com/jonschlinkert"
				},
				{
					"name": "Rouven Weßling",
					"url": "www.rouvenwessling.de"
				}
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"kind-of": "^6.0.0"
			},
			"devDependencies": {
				"gulp-format-md": "^1.0.0",
				"mocha": "^3.5.3"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"toc": false,
				"layout": "default",
				"tasks": [
					"readme"
				],
				"plugins": [
					"gulp-format-md"
				],
				"related": {
					"list": [
						"is-accessor-descriptor",
						"is-data-descriptor",
						"is-descriptor",
						"is-plain-object",
						"isobject"
					]
				},
				"lint": {
					"reflinks": true
				}
			},
			"gitHead": "fd1764c14dc6bfba668cb502dad57e5e03855ecf",
			"_id": "is-accessor-descriptor@2.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.1.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"dist": {
				"integrity": "sha512-FGGwj0X6fMoFsnhUq5bsH/vgKzfoRBYBHSAHwl798Ua6skyY6vrVOITDy9TlfgpShsGRCJXGeWwRmu3FbeGsPg==",
				"shasum": "60b5ee2831fc0dea3f1f726b0126738fa0726ff3",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-accessor-descriptor-2.0.0.tgz_1512380751849_0.45367644680663943"
			},
			"directories": {}
		},
		"3.0.0": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
			"version": "3.0.0",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"contributors": [
				{
					"name": "Jon Schlinkert",
					"url": "http://twitter.com/jonschlinkert"
				},
				{
					"name": "Rouven Weßling",
					"url": "www.rouvenwessling.de"
				}
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "mocha"
			},
			"devDependencies": {
				"gulp-format-md": "^1.0.0",
				"mocha": "^3.5.3"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"toc": false,
				"layout": "default",
				"tasks": [
					"readme"
				],
				"plugins": [
					"gulp-format-md"
				],
				"related": {
					"list": [
						"is-accessor-descriptor",
						"is-data-descriptor",
						"is-descriptor",
						"is-plain-object",
						"isobject"
					]
				},
				"lint": {
					"reflinks": true
				}
			},
			"gitHead": "3c70c7f4b8ce6530a4298e997daf45e63da98637",
			"_id": "is-accessor-descriptor@3.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.4.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"dist": {
				"integrity": "sha512-6RRHBk0B2DUxDzGc4xf9RQ/YagA/fmwpsxD1Ni2pIkqisrElgzqVZuOJdWNygnROVDdnckKef+7XqrB1j1MWjQ==",
				"shasum": "b7a10cec9b45a8791232332a362fd9a6a49c1ad0",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-3.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 8472,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEw1jCRA9TVsSAnZWagAAa28P/1jAFuy0Y/FKyOT46r/A\nOLCxGKoZRGWlKd2x33SUAR4SkEYDs9mjJ8WUzSsbdanM6CgdiHopE91SGXZU\nlHiCUgzOuiVO5s7fmk66z3/jiJ0ARly9xtfJY1/7x0w/HosgGoSw5FqqlF5X\npBGbut5vKHy6m8GKFvNyzz2XLqGfMIZpvYBgkdplT0o0P1RmV0ZmhN+5GcVZ\n3fotVJ6aQZlOJeaP/ZE+MYjY8U75jjo2Bkdpbhebfzao1R6oBrNVmmM4nq8r\n+LLWNjX7h8dK/0bu0ZhKQXPyL0RT8Q8gVETvqAtFYG//SeOnPH/tskk9FgNP\ncUrEi1VoVxU8Q/NMLLy8pa5jBHPj+FKmdso7hlNmP+VEQHbZDHEgwkm3N3OO\n1JvBzmw3yIJXhtgrVCaPVs4dD01EzyfoT5lLhCdnaHrsQLrh4fYUuEaklzCm\nQZkSOJQ3Jgb6PL+kEPd4DIZBX8kIvEqvoAHhLqM2obvPfWoiY7Ou/HS6BHz2\n3Syd4WNp/s4CQxgN0hnt+/Yqf6xCt1mvP/fzrsag//Y4z9zhKR2swt2T1omd\nc9YHtfORE60N7RiebzyjYtX9Fp2nlcKj0U3+zxB8S/518CYENXD+8a6B/UKl\no1lvDpfDOFdzogQNudIkz/pGI0ghfyAzbNaU/30FOzJ7LWmqNDYL8LQB7NuL\n+2sV\r\n=+qXq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-accessor-descriptor_3.0.0_1544752482331_0.5926456371636626"
			},
			"_hasShrinkwrap": false
		},
		"3.0.1": {
			"name": "is-accessor-descriptor",
			"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
			"version": "3.0.1",
			"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"contributors": [
				{
					"name": "Jon Schlinkert",
					"url": "http://twitter.com/jonschlinkert"
				},
				{
					"name": "Rouven Weßling",
					"url": "www.rouvenwessling.de"
				}
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
			},
			"license": "MIT",
			"main": "index.js",
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "mocha"
			},
			"devDependencies": {
				"gulp-format-md": "^1.0.0",
				"mocha": "^3.5.3"
			},
			"keywords": [
				"accessor",
				"check",
				"data",
				"descriptor",
				"get",
				"getter",
				"is",
				"keys",
				"object",
				"properties",
				"property",
				"set",
				"setter",
				"type",
				"valid",
				"value"
			],
			"verb": {
				"toc": false,
				"layout": "default",
				"tasks": [
					"readme"
				],
				"plugins": [
					"gulp-format-md"
				],
				"related": {
					"list": [
						"is-accessor-descriptor",
						"is-data-descriptor",
						"is-descriptor",
						"is-plain-object",
						"isobject"
					]
				},
				"lint": {
					"reflinks": true
				}
			},
			"gitHead": "3c70c7f4b8ce6530a4298e997daf45e63da98637",
			"_id": "is-accessor-descriptor@3.0.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.4.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"dist": {
				"integrity": "sha512-jMyf1MypU9wJqc76Rryu6dcV0FA2U2ax+lOXLyVcQmipGIzz/tVvdFa/0qTic67qyJve2SciRFSu4BCeIBT7ng==",
				"shasum": "150ff6455530d42870e52ef4f9ba4ce1f7b3a541",
				"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-3.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 8462,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcExAoCRA9TVsSAnZWagAAkNMP/1D4AY0g/Uxj0KCSs8/d\nNuBuTD0/TECT4ba8MTzKUR5AY/L/+dtDBJg5MmmbiA8Iq721dqb3A8fvWgWh\nW1Lljc37EgqUesjk1MVfviicJsJkiOOkiIDaudgd5IbEabFGxnvQcoiWzfED\nBN8caNPWthytZAEqImDd/cNVO2a97hz9ljW6lPw+xxRCchW9CbDVsjVRUb20\nOYwMLcCL7ggByeid7SCBRBNAWKfzNET927XMmWrSC6rsKbkgwZXVvosSmJAa\nEl5HFl2YAGT2o0mORW6Pi1OG/s24LZVlBCFz4nAjay5XRjdtR4+cDC5obMdG\nsBWSjc9FecW+P7CXDc+OsvL7XDxx6y49DI9+JfAkia8pwF/2+FazkdkZi/gw\nuHvUFzdq6v7ySWjtMdYZCQYCXRbRXx8hh7Da552oihfqoUDUBVYwZpgqV79I\n4scPD6cxVIc4uBSv8LK/Ex4iXDVZlYOJ+gbPGZtv6/jbmspj5tjWM9fb4Jw+\nRMZamwT6uJESUlLcke1t0/mEwx4uMI+4VELbABBz5WaqdEhv/WN7rN8//uR+\nXt+G6c5TjHKJ0Gpwfd4w1bsy4k4AOlhhmqzby8xpHiXZjNU9pj2Kumcmu2Uk\nLIt2JtfXZ+4d+uNQDZh4cHf+Pd2XLTUseI+OboPw4cmlFqDGIrehHBloWAKg\nMT66\r\n=u9ge\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-accessor-descriptor_3.0.1_1544753192021_0.41488165395410204"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2019-01-04T05:35:25.363Z",
		"created": "2015-08-31T05:49:40.690Z",
		"0.1.0": "2015-08-31T05:49:40.690Z",
		"0.1.2": "2015-10-04T18:57:00.106Z",
		"0.1.3": "2015-10-04T19:03:30.432Z",
		"0.1.4": "2015-12-20T11:56:18.861Z",
		"0.1.5": "2015-12-28T09:20:30.259Z",
		"0.1.6": "2015-12-28T09:23:45.586Z",
		"1.0.0": "2017-11-01T06:12:54.764Z",
		"2.0.0": "2017-12-04T09:45:51.918Z",
		"3.0.0": "2018-12-14T01:54:42.503Z",
		"3.0.1": "2018-12-14T02:06:32.161Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e75f54d42978ee76fb38e4034f8beb4c\"",
			"fetched": 1597847611533
		}
	},
	"_distfiles": {
		"is-accessor-descriptor-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.0.tgz",
			"sha": "8fa6b2330a7e3c1d0e87b4fb552d605f366288a6",
			"registry": "npmjs"
		},
		"is-accessor-descriptor-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.2.tgz",
			"sha": "00984cbe197016d99a544c0ad1eada5293375bd4",
			"registry": "npmjs"
		},
		"is-accessor-descriptor-0.1.3.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.3.tgz",
			"sha": "cb9962a31e4fa1b8cbf677610ae0c9aaa4cbdcad",
			"registry": "npmjs"
		},
		"is-accessor-descriptor-0.1.4.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.4.tgz",
			"sha": "a7d8f9f4d751d52d9395e94fd4b6922a80cdd5ba",
			"registry": "npmjs"
		},
		"is-accessor-descriptor-0.1.5.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.5.tgz",
			"sha": "0e4df4bd62bc11c2f5e81d5c590c763d132d0efa",
			"registry": "npmjs"
		},
		"is-accessor-descriptor-0.1.6.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
			"sha": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6",
			"registry": "npmjs"
		},
		"is-accessor-descriptor-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
			"sha": "169c2f6d3df1f992618072365c9b0ea1f6878656",
			"registry": "npmjs"
		},
		"is-accessor-descriptor-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-2.0.0.tgz",
			"sha": "60b5ee2831fc0dea3f1f726b0126738fa0726ff3",
			"registry": "npmjs"
		},
		"is-accessor-descriptor-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-3.0.0.tgz",
			"sha": "b7a10cec9b45a8791232332a362fd9a6a49c1ad0",
			"registry": "npmjs"
		},
		"is-accessor-descriptor-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-3.0.1.tgz",
			"sha": "150ff6455530d42870e52ef4f9ba4ce1f7b3a541",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"is-accessor-descriptor-0.1.6.tgz": {
			"shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
		},
		"is-accessor-descriptor-1.0.0.tgz": {
			"shasum": "169c2f6d3df1f992618072365c9b0ea1f6878656"
		}
	},
	"_rev": "13-344ffc26c74500e5",
	"_id": "is-accessor-descriptor",
	"readme": "# is-accessor-descriptor [![NPM version](https://img.shields.io/npm/v/is-accessor-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-accessor-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-accessor-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-accessor-descriptor)\n\n> Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.\n\nPlease consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save is-accessor-descriptor\n```\n\n## Usage\n\n```js\nconst isAccessor = require('is-accessor-descriptor');\nconst obj = {\n  get foo() {},\n  bar: {get: function() {}}\n};\n\nisAccessor(obj, 'foo'); //=> true\nisAccessor(obj, 'bar'); //=> false\n\n// or, if you already have the descriptor you can pass it directly\nconst foo = Object.getOwnPropertyDescriptor(obj, 'foo');\nisAccessor(foo); //=> true\n\nconst bar = Object.getOwnPropertyDescriptor(obj, 'bar');\nisAccessor(bar); //=> false\n```\n\n## About\n\n<details>\n<summary><strong>Contributing</strong></summary>\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n</details>\n\n<details>\n<summary><strong>Running Tests</strong></summary>\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n</details>\n\n<details>\n<summary><strong>Building docs</strong></summary>\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n</details>\n\n### Related projects\n\nYou might also be interested in these projects:\n\n* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor \"Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.\")\n* [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor \"Returns true if a value has the characteristics of a valid JavaScript data descriptor.\")\n* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor \"Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.\")\n* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object \"Returns true if an object was created by the `Object` constructor.\")\n* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject \"Returns true if the value is an object and not an array or null.\")\n\n### Contributors\n\n| **Commits** | **Contributor** |  \n| --- | --- |  \n| 29 | [jonschlinkert](https://github.com/jonschlinkert) |  \n| 2  | [realityking](https://github.com/realityking) |  \n\n### Author\n\n**Jon Schlinkert**\n\n* [GitHub Profile](https://github.com/jonschlinkert)\n* [Twitter Profile](https://twitter.com/jonschlinkert)\n* [LinkedIn Profile](https://linkedin.com/in/jonschlinkert)\n\n### License\n\nCopyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on December 13, 2018._"
}