{ "_from": "execall@^1.0.0", "_id": "execall@1.0.0", "_inBundle": false, "_integrity": "sha512-/J0Q8CvOvlAdpvhfkD/WnTQ4H1eU0exze2nFGPj/RSC7jpQ0NkKe2r28T5eMkhEEs+fzepMZNy1kVRKNlC04nQ==", "_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": "https://registry.npmmirror.com/execall/-/execall-1.0.0.tgz", "_shasum": "73d0904e395b3cab0658b08d09ec25307f29bb73", "_spec": "execall@^1.0.0", "_where": "/data/jenkins/workspace/front-v5-web/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" }