{
  "manifest": {
    "name": "is-arrayish",
    "description": "Determines if an object can be used as an array",
    "version": "0.2.1",
    "author": {
      "name": "Qix",
      "url": "http://github.com/qix-"
    },
    "keywords": [
      "is",
      "array",
      "duck",
      "type",
      "arrayish",
      "similar",
      "proto",
      "prototype",
      "type"
    ],
    "license": "MIT",
    "scripts": {
      "pretest": "xo",
      "test": "mocha --compilers coffee:coffee-script/register"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/qix-/node-is-arrayish.git"
    },
    "devDependencies": {
      "coffee-script": "^1.9.3",
      "coveralls": "^2.11.2",
      "istanbul": "^0.3.17",
      "mocha": "^2.2.5",
      "should": "^7.0.1",
      "xo": "^0.6.1"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-is-arrayish-0.2.1-77c99840527aa8ecb1a8ba697b80645a7a926a9d-integrity/node_modules/is-arrayish/package.json",
    "readmeFilename": "README.md",
    "readme": "# node-is-arrayish [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-is-arrayish.svg?style=flat-square)](https://travis-ci.org/Qix-/node-is-arrayish) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-is-arrayish.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-is-arrayish)\n> Determines if an object can be used like an Array\n\n## Example\n```javascript\nvar isArrayish = require('is-arrayish');\n\nisArrayish([]); // true\nisArrayish({__proto__: []}); // true\nisArrayish({}); // false\nisArrayish({length:10}); // false\n```\n\n## License\nLicensed under the [MIT License](http://opensource.org/licenses/MIT).\nYou can find a copy of it in [LICENSE](LICENSE).\n",
    "licenseText": "The MIT License (MIT)\n\nCopyright (c) 2015 JD Ballard\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies 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,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
    "hash": "77c99840527aa8ecb1a8ba697b80645a7a926a9d",
    "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
    "registry": "npm",
    "packageName": "is-arrayish",
    "cacheIntegrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
  },
  "registry": "npm",
  "hash": "77c99840527aa8ecb1a8ba697b80645a7a926a9d"
}