{
  "manifest": {
    "name": "is-regexp",
    "version": "1.0.0",
    "description": "Check whether a variable is a regular expression",
    "license": "MIT",
    "repository": {
      "type": "git",
      "url": "https://github.com/sindresorhus/is-regexp.git"
    },
    "author": {
      "name": "Sindre Sorhus",
      "email": "sindresorhus@gmail.com",
      "url": "http://sindresorhus.com"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "scripts": {
      "test": "mocha"
    },
    "files": [
      "index.js"
    ],
    "keywords": [
      "regex",
      "regexp",
      "regular",
      "expression",
      "regular expression",
      "re",
      "check",
      "type",
      "is"
    ],
    "devDependencies": {
      "mocha": "*"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-is-regexp-1.0.0-fd2d883545c46bac5a633e7b9a09e87fa2cb5069-integrity/node_modules/is-regexp/package.json",
    "readmeFilename": "readme.md",
    "readme": "# is-regexp [![Build Status](https://travis-ci.org/sindresorhus/is-regexp.svg?branch=master)](https://travis-ci.org/sindresorhus/is-regexp)\n\n> Check whether a variable is a regular expression\n\n\n## Install\n\n```sh\n$ npm install --save is-regexp\n```\n\n\n## Usage\n\n```js\nvar isRegexp = require('is-regexp');\n\nisRegexp('unicorn');\n//=> false\n\nisRegexp(/unicorn/);\n//=> true\n\nisRegexp(new RegExp('unicorn'));\n//=> true\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz",
    "hash": "fd2d883545c46bac5a633e7b9a09e87fa2cb5069",
    "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
    "registry": "npm",
    "packageName": "is-regexp",
    "cacheIntegrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA== sha1-/S2INUXEa6xaYz57mgnof6LLUGk="
  },
  "registry": "npm",
  "hash": "fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
}