{
  "_args": [
    [
      {
        "raw": "is-regex@^1.0.3",
        "scope": null,
        "escapedName": "is-regex",
        "name": "is-regex",
        "rawSpec": "^1.0.3",
        "spec": ">=1.0.3 <2.0.0",
        "type": "range"
      },
      "C:\\src\\pnpm\\node_modules\\es-abstract"
    ]
  ],
  "_from": "is-regex@>=1.0.3 <2.0.0",
  "_id": "is-regex@1.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/is-regex",
  "_nodeVersion": "1.0.4",
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "2.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "is-regex@^1.0.3",
    "scope": null,
    "escapedName": "is-regex",
    "name": "is-regex",
    "rawSpec": "^1.0.3",
    "spec": ">=1.0.3 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/es-abstract"
  ],
  "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.3.tgz",
  "_shasum": "0d55182bddf9f2fde278220aec3a75642c908637",
  "_shrinkwrap": null,
  "_spec": "is-regex@^1.0.3",
  "_where": "C:\\src\\pnpm\\node_modules\\es-abstract",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/ljharb/is-regex/issues"
  },
  "dependencies": {},
  "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  "devDependencies": {
    "covert": "1.0.0",
    "editorconfig-tools": "~0.0.1",
    "eslint": "~0.13.0",
    "jscs": "~1.10.0",
    "nsp": "~1.0.0",
    "semver": "~4.2.0",
    "tape": "~3.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "0d55182bddf9f2fde278220aec3a75642c908637",
    "tarball": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.3.tgz"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "gitHead": "405685f6172a14d85e7a5f45e7112c9a608813f2",
  "homepage": "https://github.com/ljharb/is-regex",
  "keywords": [
    "regex",
    "regexp",
    "is",
    "regular expression",
    "regular",
    "expression"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "is-regex",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/ljharb/is-regex.git"
  },
  "scripts": {
    "coverage": "covert test.js",
    "coverage-quiet": "covert test.js --quiet",
    "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
    "eslint": "eslint test.js *.js",
    "jscs": "jscs *.js",
    "lint": "npm run jscs && npm run eslint",
    "security": "nsp package",
    "test": "npm run lint && node test.js && npm run security"
  },
  "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..12.0",
      "opera/15.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "version": "1.0.3"
}
