{
  "_from": "execall@^2.0.0",
  "_id": "execall@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==",
  "_location": "/execall",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "execall@^2.0.0",
    "name": "execall",
    "escapedName": "execall",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/stylelint"
  ],
  "_resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz",
  "_shasum": "16a06b5fe5099df7d00be5d9c06eecded1663b45",
  "_spec": "execall@^2.0.0",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/stylelint",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/execall/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "clone-regexp": "^2.1.0"
  },
  "deprecated": false,
  "description": "Find multiple RegExp matches in a string",
  "devDependencies": {
    "ava": "^1.4.1",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/execall#readme",
  "keywords": [
    "regex",
    "regexp",
    "regular",
    "expression",
    "exec",
    "match",
    "matches",
    "execall",
    "all",
    "find",
    "findall",
    "immutable",
    "string",
    "multiple",
    "many",
    "global"
  ],
  "license": "MIT",
  "name": "execall",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/execall.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "2.0.0"
}
