|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "execall@2.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "execall@2.0.0",
- "_id": "execall@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==",
- "_location": "/execall",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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",
- "_spec": "2.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/execall/issues"
- },
- "dependencies": {
- "clone-regexp": "^2.1.0"
- },
- "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"
- }
|