{
	"name": "is-arguments",
	"versions": {
		"0.1.0": {
			"name": "is-arguments",
			"version": "0.1.0",
			"description": "Is this an arguments object? It's a harder question than you think.",
			"author": {
				"name": "Jordan Harband"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "node test.js && npm run coverage-quiet",
				"coverage": "covert test.js",
				"coverage-quiet": "covert test.js --quiet"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/is-arguments.git"
			},
			"bugs": {
				"url": "https://github.com/ljharb/is-arguments/issues"
			},
			"homepage": "https://github.com/ljharb/is-arguments",
			"keywords": [
				"arguments",
				"js",
				"javascript",
				"is-arguments",
				"is",
				"object"
			],
			"dependencies": {},
			"devDependencies": {
				"tape": "~2.3.2",
				"covert": "~0.3.0"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"_id": "is-arguments@0.1.0",
			"dist": {
				"shasum": "4f4f3520b0e283002fcedd66a061ee99638d4245",
				"tarball": "https://registry.npmjs.org/is-arguments/-/is-arguments-0.1.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.21",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "is-arguments",
			"version": "1.0.0",
			"description": "Is this an arguments object? It's a harder question than you think.",
			"author": {
				"name": "Jordan Harband"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "node test.js && npm run coverage-quiet",
				"coverage": "covert test.js",
				"coverage-quiet": "covert test.js --quiet"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/is-arguments.git"
			},
			"bugs": {
				"url": "https://github.com/ljharb/is-arguments/issues"
			},
			"homepage": "https://github.com/ljharb/is-arguments",
			"keywords": [
				"arguments",
				"js",
				"javascript",
				"is-arguments",
				"is",
				"object"
			],
			"dependencies": {},
			"devDependencies": {
				"tape": "~2.3.2",
				"covert": "~0.3.0"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"_id": "is-arguments@1.0.0",
			"dist": {
				"shasum": "abe73410f7bc67aef1e74680f984b674be426729",
				"tarball": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.21",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "is-arguments",
			"version": "1.0.1",
			"description": "Is this an arguments object? It's a harder question than you think.",
			"author": {
				"name": "Jordan Harband"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && node test.js && npm run coverage-quiet",
				"coverage": "covert test.js",
				"coverage-quiet": "covert test.js --quiet",
				"lint": "npm run jscs && npm run eslint",
				"jscs": "jscs *.js",
				"eslint": "eslint *.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/is-arguments.git"
			},
			"bugs": {
				"url": "https://github.com/ljharb/is-arguments/issues"
			},
			"homepage": "https://github.com/ljharb/is-arguments",
			"keywords": [
				"arguments",
				"js",
				"javascript",
				"is-arguments",
				"is",
				"object"
			],
			"dependencies": {},
			"devDependencies": {
				"tape": "^4.0.0",
				"covert": "^1.0.1",
				"jscs": "^1.13.0",
				"eslint": "^0.20.0"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "1b0ec7df0bb5f7dba29db988d565b1fb4251130f",
			"_id": "is-arguments@1.0.1",
			"_shasum": "90a57fc5bbf64d1499e846b764e6756ad2f8baf6",
			"_from": ".",
			"_npmVersion": "2.8.3",
			"_nodeVersion": "1.8.1",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "90a57fc5bbf64d1499e846b764e6756ad2f8baf6",
				"tarball": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "is-arguments",
			"version": "1.0.2",
			"description": "Is this an arguments object? It's a harder question than you think.",
			"author": {
				"name": "Jordan Harband"
			},
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"test": "npm run lint && node test.js",
				"coverage": "covert test.js",
				"coverage-quiet": "covert test.js --quiet",
				"lint": "npm run jscs && npm run eslint",
				"jscs": "jscs *.js",
				"eslint": "eslint *.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/is-arguments.git"
			},
			"bugs": {
				"url": "https://github.com/ljharb/is-arguments/issues"
			},
			"homepage": "https://github.com/ljharb/is-arguments",
			"keywords": [
				"arguments",
				"js",
				"javascript",
				"is-arguments",
				"is",
				"object"
			],
			"dependencies": {},
			"devDependencies": {
				"tape": "^4.2.0",
				"covert": "^1.1.0",
				"jscs": "^2.1.1",
				"eslint": "^1.5.0",
				"@ljharb/eslint-config": "^1.2.0"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "73020c0ef30823806a44b040c728ff910b44250a",
			"_id": "is-arguments@1.0.2",
			"_shasum": "07e30ad79531844179b642d2d8399435182c8727",
			"_from": ".",
			"_npmVersion": "2.14.3",
			"_nodeVersion": "4.1.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"shasum": "07e30ad79531844179b642d2d8399435182c8727",
				"tarball": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.3": {
			"name": "is-arguments",
			"version": "1.0.3",
			"description": "Is this an arguments object? It's a harder question than you think.",
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com",
				"url": "http://ljharb.codes"
			},
			"contributors": [
				{
					"name": "Jordan Harband",
					"email": "ljharb@gmail.com",
					"url": "http://ljharb.codes"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"pretest": "npm run --silent lint",
				"test": "npm run --silent tests-only",
				"tests-only": "node test.js",
				"posttest": "npm run --silent security",
				"security": "nsp check",
				"coverage": "covert test.js",
				"lint": "npm run --silent jscs && npm run --silent eslint",
				"jscs": "jscs *.js",
				"eslint": "eslint *.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/is-arguments.git"
			},
			"bugs": {
				"url": "https://github.com/ljharb/is-arguments/issues"
			},
			"homepage": "https://github.com/ljharb/is-arguments",
			"keywords": [
				"arguments",
				"js",
				"javascript",
				"is-arguments",
				"is",
				"object"
			],
			"dependencies": {},
			"devDependencies": {
				"@ljharb/eslint-config": "^13.0.0",
				"covert": "^1.1.0",
				"eslint": "^5.8.0",
				"jscs": "^3.0.7",
				"nsp": "^3.2.1",
				"tape": "^4.9.1"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "1c7ccbae8f971b14aea06e02a8497f8d7f457989",
			"_id": "is-arguments@1.0.3",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-k6M8JiBbDIzI/ewhfcfQgaR3+H+W9PkEqgFPW6P1dNZDOWrma1DbrBJk5Wm2eTrrzTFHJeviMRvuelM6TBbBEw==",
				"shasum": "b66ed8480819fdf513afb08bdc00e5c7b7b62270",
				"tarball": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.3.tgz",
				"fileCount": 10,
				"unpackedSize": 19572,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3TfdCRA9TVsSAnZWagAAjKkP/3eI0lliw4ptNivHof3O\nPlPjj2xsm4G9T4cEKRs/x5Bray30CgUiPDTbyX34VdYfPYoW6RrzylSjqCXC\nn4MzDALqp9AdRKXH3/nl9X5P1upxm/bShJXQtJWvGju1DiAoniduNeF7X0k2\ncfQajGAIpbONW1V6zIZc64Paz6t7oauYYbxmziuqA+BlgbQId1+rTpDTnuHT\nJ5/ic9bl/469WhGmynNerWS7pj1melBkVQAX5UO0+TdawevECF4PubF/e0ci\n8jqmcy786n0UEmDwN8hdI+2juIYzf6+TkybUonstn6V/mmHKoIYGs5Z7zlpx\nNal5lYnpD5WNqjem1kh10ShvSqzVdx5UW4itgi2/ZKcmKXmZuHmx3bc1lI4Y\nfiKopsR8aVv3SXSVSIao1ufz1m2cqPPh0gyQKlZhjP/O3ixykx02vOvR2hml\nAhs2g2RdpCoD8Xwgt8SuI31h6AmYXssarjUf80YLQPUd1+8xndtOjzpu90Kx\nuYc+CaFOzZWRGLFSdlQ8Hdj5r22q07F4NbcZkeGH5h1MrwPxKHaOc6qv86lp\n89oxaYS5AQibe7uCTxv0PM4EPEDjr4kOqLHY4wgZqoVBbExkHAgAp0P3weJd\nRzkMQodcVwwUTf9kurpznbfJsQ6iwLrPYeg2qTZD/oofBZqjCh2SJBb6qQ/C\nvkh5\r\n=OkTw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-arguments_1.0.3_1541224412821_0.3818043302649783"
			},
			"_hasShrinkwrap": false
		},
		"1.0.4": {
			"name": "is-arguments",
			"version": "1.0.4",
			"description": "Is this an arguments object? It's a harder question than you think.",
			"author": {
				"name": "Jordan Harband",
				"email": "ljharb@gmail.com",
				"url": "http://ljharb.codes"
			},
			"contributors": [
				{
					"name": "Jordan Harband",
					"email": "ljharb@gmail.com",
					"url": "http://ljharb.codes"
				}
			],
			"license": "MIT",
			"main": "index.js",
			"scripts": {
				"pretest": "npm run --silent lint",
				"test": "npm run --silent tests-only",
				"tests-only": "node test.js",
				"posttest": "npm run --silent security",
				"security": "nsp check",
				"coverage": "covert test.js",
				"lint": "npm run --silent jscs && npm run --silent eslint",
				"jscs": "jscs *.js",
				"eslint": "eslint *.js"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/ljharb/is-arguments.git"
			},
			"bugs": {
				"url": "https://github.com/ljharb/is-arguments/issues"
			},
			"homepage": "https://github.com/ljharb/is-arguments",
			"keywords": [
				"arguments",
				"js",
				"javascript",
				"is-arguments",
				"is",
				"object"
			],
			"dependencies": {},
			"devDependencies": {
				"@ljharb/eslint-config": "^13.0.0",
				"covert": "^1.1.0",
				"eslint": "^5.8.0",
				"jscs": "^3.0.7",
				"nsp": "^3.2.1",
				"tape": "^4.9.1"
			},
			"testling": {
				"files": "test.js",
				"browsers": [
					"iexplore/6.0..latest",
					"firefox/3.0..6.0",
					"firefox/15.0..latest",
					"firefox/nightly",
					"chrome/4.0..10.0",
					"chrome/20.0..latest",
					"chrome/canary",
					"opera/10.0..latest",
					"opera/next",
					"safari/4.0..latest",
					"ipad/6.0..latest",
					"iphone/6.0..latest",
					"android-browser/4.2"
				]
			},
			"engines": {
				"node": ">= 0.4"
			},
			"gitHead": "0f6224b1b5f77362a186b8d3a7d7b767e704e67e",
			"_id": "is-arguments@1.0.4",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "ljharb",
				"email": "ljharb@gmail.com"
			},
			"dist": {
				"integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==",
				"shasum": "3faf966c7cba0ff437fb31f6250082fcf0448cf3",
				"tarball": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz",
				"fileCount": 10,
				"unpackedSize": 19750,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4UAeCRA9TVsSAnZWagAAW48P/iROaFysRMqPLEpF89rj\nRuHfz7UK6aeeF9LhH8VQNsI3m6IRBUmFiALJZh2ByWSkphuznynrB4fAKK+4\nVdHwOe5WkA/Qi/Dm5RQHdMoIY8v/qv6HpELD29KUcCEnIcfPjeyFXn4P9XbL\nv/6DwYZkpmAfrcABitnCJ5p8ZphaZMLmRxYH4TKHsuO1Z6NHW4TkhEbkYzx5\nSRU9YFk9NVS1/45XpJPrNLTSh+74B5UIkpCLSUpbmwWh2VdzxO8E5bacJC9f\nRLBJ8Oq6z96/98J3HTbS5b1nKfOkLqa4dODrlJ4tP8jGSfxD24eMxi+wNS7a\n/MzVsUaSGsbBdmXt1/PgYrScVrsoe9xIaGfTvSr0qs/DPgMAkLOzqe6C75IS\nqjnQ5WM0L+1sxBzJUJd954IDM041xWw0prJ1Ezg7HF8UvuiXoHAT4K/4f1oF\nOs8TK5aQjrX0BjwOcMWqgPHqxyaFNr7lfOjMejO7C04ytH1TbfcRYJi10Onx\nVQuUU2nLg+yQUIoPhIJSpEkj8SXjQlKtBlQ0kOrva6E70vid+vxN6PcvUKiM\n0ZHEPldiX4SOY2pzNK6uVjzVWE44pQs8OSV1rJbuU86SOV2Di/pAGLukBY/K\n/tE3FGVdz5wFUSsedFkr3iacIuhDfe0M5XkiALDE93BUfwLVTzKUaTd6H7AD\nlhf7\r\n=w1iC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "ljharb",
					"email": "ljharb@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/is-arguments_1.0.4_1541488669639_0.2923994947290194"
			},
			"_hasShrinkwrap": false
		}
	},
	"time": {
		"modified": "2019-11-12T20:31:14.883Z",
		"created": "2014-01-08T04:48:23.679Z",
		"0.1.0": "2014-01-08T04:48:23.679Z",
		"1.0.0": "2014-01-08T06:06:44.839Z",
		"1.0.1": "2015-04-29T08:14:12.108Z",
		"1.0.2": "2015-09-21T18:43:22.607Z",
		"1.0.3": "2018-11-03T05:53:32.940Z",
		"1.0.4": "2018-11-06T07:17:49.780Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.4"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"5ad1c4477edd9d858eb905974804ace2\"",
			"fetched": 1602009471927
		}
	},
	"_distfiles": {
		"is-arguments-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/is-arguments/-/is-arguments-0.1.0.tgz",
			"sha": "4f4f3520b0e283002fcedd66a061ee99638d4245",
			"registry": "npmjs"
		},
		"is-arguments-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.0.tgz",
			"sha": "abe73410f7bc67aef1e74680f984b674be426729",
			"registry": "npmjs"
		},
		"is-arguments-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.1.tgz",
			"sha": "90a57fc5bbf64d1499e846b764e6756ad2f8baf6",
			"registry": "npmjs"
		},
		"is-arguments-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.2.tgz",
			"sha": "07e30ad79531844179b642d2d8399435182c8727",
			"registry": "npmjs"
		},
		"is-arguments-1.0.3.tgz": {
			"url": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.3.tgz",
			"sha": "b66ed8480819fdf513afb08bdc00e5c7b7b62270",
			"registry": "npmjs"
		},
		"is-arguments-1.0.4.tgz": {
			"url": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz",
			"sha": "3faf966c7cba0ff437fb31f6250082fcf0448cf3",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "21-c0123fc674005be5",
	"_id": "is-arguments",
	"readme": "#is-arguments <sup>[![Version Badge][2]][1]</sup>\n\n[![Build Status][3]][4]\n[![dependency status][5]][6]\n[![dev dependency status][7]][8]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][11]][1]\n\n[![browser support][9]][10]\n\nIs this an arguments object? It's a harder question than you think.\n\n## Example\n\n```js\nvar isArguments = require('is-arguments');\nvar assert = require('assert');\n\nassert.equal(isArguments({}), false);\nassert.equal(isArguments([]), false);\n(function () {\n\tassert.equal(isArguments(arguments), true);\n}())\n```\n\n## Caveats\nIf you have modified an actual `arguments` object by giving it a `Symbol.toStringTag` property, then this package will return `false`.\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[1]: https://npmjs.org/package/is-arguments\n[2]: http://versionbadg.es/ljharb/is-arguments.svg\n[3]: https://travis-ci.org/ljharb/is-arguments.svg\n[4]: https://travis-ci.org/ljharb/is-arguments\n[5]: https://david-dm.org/ljharb/is-arguments.svg\n[6]: https://david-dm.org/ljharb/is-arguments\n[7]: https://david-dm.org/ljharb/is-arguments/dev-status.svg\n[8]: https://david-dm.org/ljharb/is-arguments#info=devDependencies\n[9]: https://ci.testling.com/ljharb/is-arguments.png\n[10]: https://ci.testling.com/ljharb/is-arguments\n[11]: https://nodei.co/npm/is-arguments.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/is-arguments.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/is-arguments.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=is-arguments"
}