{
  "_from": "execall@^1.0.0",
  "_id": "execall@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=",
  "_location": "/execall",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "execall@^1.0.0",
    "name": "execall",
    "escapedName": "execall",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/stylelint"
  ],
  "_resolved": "http://registry.npm.taobao.org/execall/download/execall-1.0.0.tgz",
  "_shasum": "73d0904e395b3cab0658b08d09ec25307f29bb73",
  "_spec": "execall@^1.0.0",
  "_where": "/Users/godfery/GitRepo/rsuite-theme/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": "^1.0.0"
  },
  "deprecated": false,
  "description": "Find multiple RegExp matches in a string",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/execall#readme",
  "keywords": [
    "regex",
    "regexp",
    "re",
    "regular",
    "expression",
    "exec",
    "match",
    "matches",
    "execall",
    "all",
    "find",
    "findall",
    "immutable",
    "string",
    "str",
    "multiple",
    "many",
    "global"
  ],
  "license": "MIT",
  "name": "execall",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/execall.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}
