{
  "manifest": {
    "name": "is-arguments",
    "version": "1.1.1",
    "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"
    },
    "funding": {
      "url": "https://github.com/sponsors/ljharb"
    },
    "contributors": [
      {
        "name": "Jordan Harband",
        "email": "ljharb@gmail.com",
        "url": "http://ljharb.codes"
      }
    ],
    "license": "MIT",
    "main": "index.js",
    "scripts": {
      "prepublishOnly": "safe-publish-latest",
      "prepublish": "not-in-publish || npm run prepublishOnly",
      "pretest": "npm run --silent lint",
      "test": "npm run tests-only",
      "tests-only": "nyc tape 'test/**/*.js'",
      "posttest": "npx aud --production",
      "lint": "eslint .",
      "version": "auto-changelog && git add CHANGELOG.md",
      "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    },
    "repository": {
      "type": "git",
      "url": "git://github.com/inspect-js/is-arguments.git"
    },
    "bugs": {
      "url": "https://github.com/inspect-js/is-arguments/issues"
    },
    "homepage": "https://github.com/inspect-js/is-arguments",
    "keywords": [
      "arguments",
      "js",
      "javascript",
      "is-arguments",
      "is",
      "object"
    ],
    "dependencies": {
      "call-bind": "^1.0.2",
      "has-tostringtag": "^1.0.0"
    },
    "devDependencies": {
      "@ljharb/eslint-config": "^17.6.0",
      "aud": "^1.1.5",
      "auto-changelog": "^2.3.0",
      "eslint": "^7.32.0",
      "nyc": "^10.3.2",
      "safe-publish-latest": "^1.1.4",
      "tape": "^5.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"
    },
    "auto-changelog": {
      "output": "CHANGELOG.md",
      "template": "keepachangelog",
      "unreleased": false,
      "commitLimit": false,
      "backfillLimit": false,
      "hideCredit": true
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-is-arguments-1.1.1-15b3f88fda01f2a97fec84ca761a560f123efa9b-integrity/node_modules/is-arguments/package.json",
    "readmeFilename": "README.md",
    "readme": "# is-arguments <sup>[![Version Badge][2]][1]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\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\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]: https://versionbadg.es/inspect-js/is-arguments.svg\n[5]: https://david-dm.org/inspect-js/is-arguments.svg\n[6]: https://david-dm.org/inspect-js/is-arguments\n[7]: https://david-dm.org/inspect-js/is-arguments/dev-status.svg\n[8]: https://david-dm.org/inspect-js/is-arguments#info=devDependencies\n[11]: https://nodei.co/npm/is-arguments.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/is-arguments.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/is-arguments.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=is-arguments\n[codecov-image]: https://codecov.io/gh/inspect-js/is-arguments/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/inspect-js/is-arguments/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/is-arguments\n[actions-url]: https://github.com/inspect-js/is-arguments/actions\n",
    "licenseText": "The MIT License (MIT)\n\nCopyright (c) 2014 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz",
    "hash": "15b3f88fda01f2a97fec84ca761a560f123efa9b",
    "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
    "registry": "npm",
    "packageName": "is-arguments",
    "cacheIntegrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== sha1-FbP4j9oB8ql/7ITKdhpWDxI++ps="
  },
  "registry": "npm",
  "hash": "15b3f88fda01f2a97fec84ca761a560f123efa9b"
}