Changeset 2282456
- Timestamp:
- 04/13/2020 01:58:39 PM (6 years ago)
- Location:
- simple-urls
- Files:
-
- 4 edited
- 1 copied
-
tags/0.9.9 (copied) (copied from simple-urls/trunk)
-
tags/0.9.9/package-lock.json (modified) (15 diffs)
-
tags/0.9.9/readme.txt (modified) (1 diff)
-
trunk/package-lock.json (modified) (15 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-urls/tags/0.9.9/package-lock.json
r2106226 r2282456 4 4 "lockfileVersion": 1, 5 5 "dependencies": { 6 "@types/minimatch": {7 "version": "3.0.3",8 "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",9 "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==",10 "dev": true11 },12 "abbrev": {13 "version": "1.1.1",14 "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",15 "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",16 "dev": true17 },18 "ansi-styles": {19 "version": "3.2.1",20 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",21 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",22 "dev": true,23 "requires": {24 "color-convert": "^1.9.0"25 }26 },27 "argparse": {28 "version": "1.0.10",29 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",30 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",31 "dev": true,32 "requires": {33 "sprintf-js": "~1.0.2"34 },35 "dependencies": {36 "sprintf-js": {37 "version": "1.0.3",38 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",39 "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",40 "dev": true41 }42 }43 },44 "array-differ": {45 "version": "3.0.0",46 "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",47 "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",48 "dev": true49 },50 "array-find-index": {51 "version": "1.0.2",52 "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",53 "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",54 "dev": true55 },56 "async": {57 "version": "1.5.2",58 "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",59 "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",60 "dev": true61 },62 6 "balanced-match": { 63 7 "version": "1.0.0", … … 82 26 } 83 27 }, 84 "camelcase": {85 "version": "2.1.1",86 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",87 "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",88 "dev": true89 },90 "camelcase-keys": {91 "version": "2.1.0",92 "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",93 "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",94 "dev": true,95 "requires": {96 "camelcase": "^2.0.0",97 "map-obj": "^1.0.0"98 }99 },100 "chalk": {101 "version": "2.4.2",102 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",103 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",104 "dev": true,105 "requires": {106 "ansi-styles": "^3.2.1",107 "escape-string-regexp": "^1.0.5",108 "supports-color": "^5.3.0"109 }110 },111 "coffeescript": {112 "version": "1.10.0",113 "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.10.0.tgz",114 "integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=",115 "dev": true116 },117 "color-convert": {118 "version": "1.9.3",119 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",120 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",121 "dev": true,122 "requires": {123 "color-name": "1.1.3"124 }125 },126 "color-name": {127 "version": "1.1.3",128 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",129 "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",130 "dev": true131 },132 "colors": {133 "version": "1.1.2",134 "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",135 "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",136 "dev": true137 },138 28 "concat-map": { 139 29 "version": "0.0.1", … … 142 32 "dev": true 143 33 }, 144 "currently-unhandled": {145 "version": "0.4.1",146 "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",147 "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",148 "dev": true,149 "requires": {150 "array-find-index": "^1.0.1"151 }152 },153 "dateformat": {154 "version": "1.0.12",155 "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",156 "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",157 "dev": true,158 "requires": {159 "get-stdin": "^4.0.1",160 "meow": "^3.3.0"161 }162 },163 "decamelize": {164 "version": "1.2.0",165 "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",166 "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",167 "dev": true168 },169 34 "encoding": { 170 35 "version": "0.1.12", … … 176 41 } 177 42 }, 178 "error-ex": {179 "version": "1.3.2",180 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",181 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",182 "dev": true,183 "requires": {184 "is-arrayish": "^0.2.1"185 }186 },187 "escape-string-regexp": {188 "version": "1.0.5",189 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",190 "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",191 "dev": true192 },193 "esprima": {194 "version": "4.0.1",195 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",196 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",197 "dev": true198 },199 "eventemitter2": {200 "version": "0.4.14",201 "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",202 "integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=",203 "dev": true204 },205 "exit": {206 "version": "0.1.2",207 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",208 "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",209 "dev": true210 },211 "find-up": {212 "version": "1.1.2",213 "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",214 "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",215 "dev": true,216 "requires": {217 "path-exists": "^2.0.0",218 "pinkie-promise": "^2.0.0"219 }220 },221 "findup-sync": {222 "version": "0.3.0",223 "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",224 "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",225 "dev": true,226 "requires": {227 "glob": "~5.0.0"228 },229 "dependencies": {230 "glob": {231 "version": "5.0.15",232 "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",233 "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",234 "dev": true,235 "requires": {236 "inflight": "^1.0.4",237 "inherits": "2",238 "minimatch": "2 || 3",239 "once": "^1.3.0",240 "path-is-absolute": "^1.0.0"241 }242 }243 }244 },245 43 "fs.realpath": { 246 44 "version": "1.0.0", 247 45 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 248 46 "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", 249 "dev": true250 },251 "get-stdin": {252 "version": "4.0.1",253 "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",254 "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",255 "dev": true256 },257 "getobject": {258 "version": "0.1.0",259 "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",260 "integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",261 47 "dev": true 262 48 }, … … 299 85 } 300 86 }, 301 "graceful-fs": {302 "version": "4.1.15",303 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",304 "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==",305 "dev": true306 },307 "grunt": {308 "version": "1.0.4",309 "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.4.tgz",310 "integrity": "sha512-PYsMOrOC+MsdGEkFVwMaMyc6Ob7pKmq+deg1Sjr+vvMWp35sztfwKE7qoN51V+UEtHsyNuMcGdgMLFkBHvMxHQ==",311 "dev": true,312 "requires": {313 "coffeescript": "~1.10.0",314 "dateformat": "~1.0.12",315 "eventemitter2": "~0.4.13",316 "exit": "~0.1.1",317 "findup-sync": "~0.3.0",318 "glob": "~7.0.0",319 "grunt-cli": "~1.2.0",320 "grunt-known-options": "~1.1.0",321 "grunt-legacy-log": "~2.0.0",322 "grunt-legacy-util": "~1.1.1",323 "iconv-lite": "~0.4.13",324 "js-yaml": "~3.13.0",325 "minimatch": "~3.0.2",326 "mkdirp": "~0.5.1",327 "nopt": "~3.0.6",328 "path-is-absolute": "~1.0.0",329 "rimraf": "~2.6.2"330 },331 "dependencies": {332 "grunt-cli": {333 "version": "1.2.0",334 "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz",335 "integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=",336 "dev": true,337 "requires": {338 "findup-sync": "~0.3.0",339 "grunt-known-options": "~1.1.0",340 "nopt": "~3.0.6",341 "resolve": "~1.1.0"342 }343 },344 "resolve": {345 "version": "1.1.7",346 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",347 "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",348 "dev": true349 }350 }351 },352 "grunt-checktextdomain": {353 "version": "1.0.1",354 "resolved": "https://registry.npmjs.org/grunt-checktextdomain/-/grunt-checktextdomain-1.0.1.tgz",355 "integrity": "sha1-slTQHh3pEwBdTbHFMD2QI7mD4Zs=",356 "dev": true,357 "requires": {358 "chalk": "~0.2.1",359 "text-table": "~0.2.0"360 },361 "dependencies": {362 "ansi-styles": {363 "version": "0.2.0",364 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-0.2.0.tgz",365 "integrity": "sha1-NZq0sV3NZLptdHNLcsNjYKmvLBk=",366 "dev": true367 },368 "chalk": {369 "version": "0.2.1",370 "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.2.1.tgz",371 "integrity": "sha1-dhPhV1FFshOGSD9/SFql/6jL0Qw=",372 "dev": true,373 "requires": {374 "ansi-styles": "~0.2.0",375 "has-color": "~0.1.0"376 }377 }378 }379 },380 "grunt-known-options": {381 "version": "1.1.1",382 "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.1.tgz",383 "integrity": "sha512-cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==",384 "dev": true385 },386 "grunt-legacy-log": {387 "version": "2.0.0",388 "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-2.0.0.tgz",389 "integrity": "sha512-1m3+5QvDYfR1ltr8hjiaiNjddxGdQWcH0rw1iKKiQnF0+xtgTazirSTGu68RchPyh1OBng1bBUjLmX8q9NpoCw==",390 "dev": true,391 "requires": {392 "colors": "~1.1.2",393 "grunt-legacy-log-utils": "~2.0.0",394 "hooker": "~0.2.3",395 "lodash": "~4.17.5"396 }397 },398 "grunt-legacy-log-utils": {399 "version": "2.0.1",400 "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.0.1.tgz",401 "integrity": "sha512-o7uHyO/J+i2tXG8r2bZNlVk20vlIFJ9IEYyHMCQGfWYru8Jv3wTqKZzvV30YW9rWEjq0eP3cflQ1qWojIe9VFA==",402 "dev": true,403 "requires": {404 "chalk": "~2.4.1",405 "lodash": "~4.17.10"406 }407 },408 "grunt-legacy-util": {409 "version": "1.1.1",410 "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.1.1.tgz",411 "integrity": "sha512-9zyA29w/fBe6BIfjGENndwoe1Uy31BIXxTH3s8mga0Z5Bz2Sp4UCjkeyv2tI449ymkx3x26B+46FV4fXEddl5A==",412 "dev": true,413 "requires": {414 "async": "~1.5.2",415 "exit": "~0.1.1",416 "getobject": "~0.1.0",417 "hooker": "~0.2.3",418 "lodash": "~4.17.10",419 "underscore.string": "~3.3.4",420 "which": "~1.3.0"421 }422 },423 "grunt-wp-i18n": {424 "version": "1.0.3",425 "resolved": "https://registry.npmjs.org/grunt-wp-i18n/-/grunt-wp-i18n-1.0.3.tgz",426 "integrity": "sha512-CJNbEKeBeOSAPeaJ9B8iCgSwtaG63UR9/uT46a4OsIqnFhOJpeAi138JTlvjfIbnDVoBrzvdrKJe1svveLjUtA==",427 "dev": true,428 "requires": {429 "grunt": "^1.0.3",430 "node-wp-i18n": "^1.2.2"431 }432 },433 "has-color": {434 "version": "0.1.7",435 "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz",436 "integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=",437 "dev": true438 },439 "has-flag": {440 "version": "3.0.0",441 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",442 "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",443 "dev": true444 },445 "hooker": {446 "version": "0.2.3",447 "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",448 "integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",449 "dev": true450 },451 "hosted-git-info": {452 "version": "2.7.1",453 "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",454 "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",455 "dev": true456 },457 87 "iconv-lite": { 458 88 "version": "0.4.24", … … 464 94 } 465 95 }, 466 "indent-string": {467 "version": "2.1.0",468 "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",469 "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",470 "dev": true,471 "requires": {472 "repeating": "^2.0.0"473 }474 },475 96 "inflight": { 476 97 "version": "1.0.6", … … 489 110 "dev": true 490 111 }, 491 "is-arrayish": {492 "version": "0.2.1",493 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",494 "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",495 "dev": true496 },497 "is-finite": {498 "version": "1.0.2",499 "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",500 "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",501 "dev": true,502 "requires": {503 "number-is-nan": "^1.0.0"504 }505 },506 "is-utf8": {507 "version": "0.2.1",508 "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",509 "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",510 "dev": true511 },512 "isexe": {513 "version": "2.0.0",514 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",515 "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",516 "dev": true517 },518 "js-yaml": {519 "version": "3.13.1",520 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",521 "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",522 "dev": true,523 "requires": {524 "argparse": "^1.0.7",525 "esprima": "^4.0.0"526 }527 },528 "load-grunt-tasks": {529 "version": "5.0.0",530 "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-5.0.0.tgz",531 "integrity": "sha512-ga8vBA/+JVUB0Q/De9Id75maCIAzSgELWisBkBwxfDpU03fgYH5Ae1Do35hvfothsLWQCjPaTeG1Nya/CQr3gw==",532 "dev": true,533 "requires": {534 "arrify": "^2.0.1",535 "multimatch": "^4.0.0",536 "pkg-up": "^3.1.0",537 "resolve-pkg": "^2.0.0"538 },539 "dependencies": {540 "arrify": {541 "version": "2.0.1",542 "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",543 "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",544 "dev": true545 }546 }547 },548 "load-json-file": {549 "version": "1.1.0",550 "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",551 "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",552 "dev": true,553 "requires": {554 "graceful-fs": "^4.1.2",555 "parse-json": "^2.2.0",556 "pify": "^2.0.0",557 "pinkie-promise": "^2.0.0",558 "strip-bom": "^2.0.0"559 }560 },561 "locate-path": {562 "version": "3.0.0",563 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",564 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",565 "dev": true,566 "requires": {567 "p-locate": "^3.0.0",568 "path-exists": "^3.0.0"569 },570 "dependencies": {571 "path-exists": {572 "version": "3.0.0",573 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",574 "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",575 "dev": true576 }577 }578 },579 112 "lodash": { 580 "version": "4.17.11", 581 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", 582 "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", 583 "dev": true 584 }, 585 "loud-rejection": { 586 "version": "1.6.0", 587 "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", 588 "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", 589 "dev": true, 590 "requires": { 591 "currently-unhandled": "^0.4.1", 592 "signal-exit": "^3.0.0" 593 } 594 }, 595 "map-obj": { 596 "version": "1.0.1", 597 "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", 598 "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", 599 "dev": true 600 }, 601 "meow": { 602 "version": "3.7.0", 603 "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", 604 "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", 605 "dev": true, 606 "requires": { 607 "camelcase-keys": "^2.0.0", 608 "decamelize": "^1.1.2", 609 "loud-rejection": "^1.0.0", 610 "map-obj": "^1.0.1", 611 "minimist": "^1.1.3", 612 "normalize-package-data": "^2.3.4", 613 "object-assign": "^4.0.1", 614 "read-pkg-up": "^1.0.1", 615 "redent": "^1.0.0", 616 "trim-newlines": "^1.0.0" 617 } 113 "version": "4.17.15", 114 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", 115 "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", 116 "dev": true 618 117 }, 619 118 "minimatch": { … … 627 126 }, 628 127 "minimist": { 629 "version": "1.2. 0",630 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2. 0.tgz",631 "integrity": "sha 1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",128 "version": "1.2.5", 129 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", 130 "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", 632 131 "dev": true 633 132 }, 634 133 "mkdirp": { 635 "version": "0.5.1", 636 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", 637 "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", 638 "dev": true, 639 "requires": { 640 "minimist": "0.0.8" 641 }, 642 "dependencies": { 643 "minimist": { 644 "version": "0.0.8", 645 "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", 646 "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", 647 "dev": true 648 } 649 } 650 }, 651 "multimatch": { 652 "version": "4.0.0", 653 "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz", 654 "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==", 655 "dev": true, 656 "requires": { 657 "@types/minimatch": "^3.0.3", 658 "array-differ": "^3.0.0", 659 "array-union": "^2.1.0", 660 "arrify": "^2.0.1", 661 "minimatch": "^3.0.4" 662 }, 663 "dependencies": { 664 "array-union": { 665 "version": "2.1.0", 666 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", 667 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", 668 "dev": true 669 }, 670 "arrify": { 671 "version": "2.0.1", 672 "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", 673 "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", 674 "dev": true 675 } 134 "version": "0.5.5", 135 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", 136 "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", 137 "dev": true, 138 "requires": { 139 "minimist": "^1.2.5" 676 140 } 677 141 }, … … 691 155 } 692 156 }, 693 "nopt": {694 "version": "3.0.6",695 "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",696 "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",697 "dev": true,698 "requires": {699 "abbrev": "1"700 }701 },702 "normalize-package-data": {703 "version": "2.5.0",704 "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",705 "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",706 "dev": true,707 "requires": {708 "hosted-git-info": "^2.1.4",709 "resolve": "^1.10.0",710 "semver": "2 || 3 || 4 || 5",711 "validate-npm-package-license": "^3.0.1"712 }713 },714 "number-is-nan": {715 "version": "1.0.1",716 "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",717 "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",718 "dev": true719 },720 "object-assign": {721 "version": "4.1.1",722 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",723 "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",724 "dev": true725 },726 157 "once": { 727 158 "version": "1.4.0", … … 739 170 "dev": true 740 171 }, 741 "p-limit": {742 "version": "2.2.0",743 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz",744 "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==",745 "dev": true,746 "requires": {747 "p-try": "^2.0.0"748 }749 },750 "p-locate": {751 "version": "3.0.0",752 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",753 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",754 "dev": true,755 "requires": {756 "p-limit": "^2.0.0"757 }758 },759 "p-try": {760 "version": "2.2.0",761 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",762 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",763 "dev": true764 },765 "parse-json": {766 "version": "2.2.0",767 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",768 "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",769 "dev": true,770 "requires": {771 "error-ex": "^1.2.0"772 }773 },774 "path-exists": {775 "version": "2.1.0",776 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",777 "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",778 "dev": true,779 "requires": {780 "pinkie-promise": "^2.0.0"781 }782 },783 172 "path-is-absolute": { 784 173 "version": "1.0.1", … … 787 176 "dev": true 788 177 }, 789 "path-parse": {790 "version": "1.0.6",791 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",792 "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",793 "dev": true794 },795 "path-type": {796 "version": "1.1.0",797 "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",798 "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",799 "dev": true,800 "requires": {801 "graceful-fs": "^4.1.2",802 "pify": "^2.0.0",803 "pinkie-promise": "^2.0.0"804 }805 },806 "pify": {807 "version": "2.3.0",808 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",809 "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",810 "dev": true811 },812 "pinkie": {813 "version": "2.0.4",814 "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",815 "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",816 "dev": true817 },818 "pinkie-promise": {819 "version": "2.0.1",820 "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",821 "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",822 "dev": true,823 "requires": {824 "pinkie": "^2.0.0"825 }826 },827 "pkg-up": {828 "version": "3.1.0",829 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",830 "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",831 "dev": true,832 "requires": {833 "find-up": "^3.0.0"834 },835 "dependencies": {836 "find-up": {837 "version": "3.0.0",838 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",839 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",840 "dev": true,841 "requires": {842 "locate-path": "^3.0.0"843 }844 }845 }846 },847 "read-pkg": {848 "version": "1.1.0",849 "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",850 "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",851 "dev": true,852 "requires": {853 "load-json-file": "^1.0.0",854 "normalize-package-data": "^2.3.2",855 "path-type": "^1.0.0"856 }857 },858 "read-pkg-up": {859 "version": "1.0.1",860 "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",861 "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",862 "dev": true,863 "requires": {864 "find-up": "^1.0.0",865 "read-pkg": "^1.0.0"866 }867 },868 "redent": {869 "version": "1.0.0",870 "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",871 "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",872 "dev": true,873 "requires": {874 "indent-string": "^2.1.0",875 "strip-indent": "^1.0.1"876 }877 },878 "repeating": {879 "version": "2.0.1",880 "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",881 "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",882 "dev": true,883 "requires": {884 "is-finite": "^1.0.0"885 }886 },887 "resolve": {888 "version": "1.11.0",889 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.0.tgz",890 "integrity": "sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==",891 "dev": true,892 "requires": {893 "path-parse": "^1.0.6"894 }895 },896 "resolve-from": {897 "version": "5.0.0",898 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",899 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",900 "dev": true901 },902 "resolve-pkg": {903 "version": "2.0.0",904 "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-2.0.0.tgz",905 "integrity": "sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==",906 "dev": true,907 "requires": {908 "resolve-from": "^5.0.0"909 }910 },911 "rimraf": {912 "version": "2.6.3",913 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",914 "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",915 "dev": true,916 "requires": {917 "glob": "^7.1.3"918 },919 "dependencies": {920 "glob": {921 "version": "7.1.4",922 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",923 "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",924 "dev": true,925 "requires": {926 "fs.realpath": "^1.0.0",927 "inflight": "^1.0.4",928 "inherits": "2",929 "minimatch": "^3.0.4",930 "once": "^1.3.0",931 "path-is-absolute": "^1.0.0"932 }933 }934 }935 },936 178 "safe-buffer": { 937 179 "version": "5.1.2", … … 946 188 "dev": true 947 189 }, 948 "semver": {949 "version": "5.7.0",950 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz",951 "integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==",952 "dev": true953 },954 "signal-exit": {955 "version": "3.0.2",956 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",957 "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",958 "dev": true959 },960 "spdx-correct": {961 "version": "3.1.0",962 "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz",963 "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==",964 "dev": true,965 "requires": {966 "spdx-expression-parse": "^3.0.0",967 "spdx-license-ids": "^3.0.0"968 }969 },970 "spdx-exceptions": {971 "version": "2.2.0",972 "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",973 "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==",974 "dev": true975 },976 "spdx-expression-parse": {977 "version": "3.0.0",978 "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",979 "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",980 "dev": true,981 "requires": {982 "spdx-exceptions": "^2.1.0",983 "spdx-license-ids": "^3.0.0"984 }985 },986 "spdx-license-ids": {987 "version": "3.0.4",988 "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz",989 "integrity": "sha512-7j8LYJLeY/Yb6ACbQ7F76qy5jHkp0U6jgBfJsk97bwWlVUnUWsAgpyaCvo17h0/RQGnQ036tVDomiwoI4pDkQA==",990 "dev": true991 },992 "sprintf-js": {993 "version": "1.1.2",994 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",995 "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==",996 "dev": true997 },998 190 "string_decoder": { 999 191 "version": "1.1.1", … … 1005 197 } 1006 198 }, 1007 "strip-bom": {1008 "version": "2.0.0",1009 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",1010 "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",1011 "dev": true,1012 "requires": {1013 "is-utf8": "^0.2.0"1014 }1015 },1016 "strip-indent": {1017 "version": "1.0.1",1018 "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",1019 "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",1020 "dev": true,1021 "requires": {1022 "get-stdin": "^4.0.1"1023 }1024 },1025 "supports-color": {1026 "version": "5.5.0",1027 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",1028 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",1029 "dev": true,1030 "requires": {1031 "has-flag": "^3.0.0"1032 }1033 },1034 "text-table": {1035 "version": "0.2.0",1036 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",1037 "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",1038 "dev": true1039 },1040 199 "tmp": { 1041 200 "version": "0.0.33", … … 1047 206 } 1048 207 }, 1049 "trim-newlines": {1050 "version": "1.0.0",1051 "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",1052 "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",1053 "dev": true1054 },1055 "underscore.string": {1056 "version": "3.3.5",1057 "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz",1058 "integrity": "sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==",1059 "dev": true,1060 "requires": {1061 "sprintf-js": "^1.0.3",1062 "util-deprecate": "^1.0.2"1063 }1064 },1065 208 "util-deprecate": { 1066 209 "version": "1.0.2", … … 1069 212 "dev": true 1070 213 }, 1071 "validate-npm-package-license": {1072 "version": "3.0.4",1073 "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",1074 "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",1075 "dev": true,1076 "requires": {1077 "spdx-correct": "^3.0.0",1078 "spdx-expression-parse": "^3.0.0"1079 }1080 },1081 "which": {1082 "version": "1.3.1",1083 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",1084 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",1085 "dev": true,1086 "requires": {1087 "isexe": "^2.0.0"1088 }1089 },1090 214 "wrappy": { 1091 215 "version": "1.0.2", -
simple-urls/tags/0.9.9/readme.txt
r2112827 r2282456 4 4 Tags: redirect, click tracking, custom post types 5 5 Requires at least: 3.0 6 Tested up to: 5. 2.26 Tested up to: 5.4 7 7 Stable tag: 0.9.9 8 8 -
simple-urls/trunk/package-lock.json
r2106226 r2282456 4 4 "lockfileVersion": 1, 5 5 "dependencies": { 6 "@types/minimatch": {7 "version": "3.0.3",8 "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",9 "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==",10 "dev": true11 },12 "abbrev": {13 "version": "1.1.1",14 "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",15 "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",16 "dev": true17 },18 "ansi-styles": {19 "version": "3.2.1",20 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",21 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",22 "dev": true,23 "requires": {24 "color-convert": "^1.9.0"25 }26 },27 "argparse": {28 "version": "1.0.10",29 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",30 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",31 "dev": true,32 "requires": {33 "sprintf-js": "~1.0.2"34 },35 "dependencies": {36 "sprintf-js": {37 "version": "1.0.3",38 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",39 "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",40 "dev": true41 }42 }43 },44 "array-differ": {45 "version": "3.0.0",46 "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",47 "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",48 "dev": true49 },50 "array-find-index": {51 "version": "1.0.2",52 "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",53 "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",54 "dev": true55 },56 "async": {57 "version": "1.5.2",58 "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",59 "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",60 "dev": true61 },62 6 "balanced-match": { 63 7 "version": "1.0.0", … … 82 26 } 83 27 }, 84 "camelcase": {85 "version": "2.1.1",86 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",87 "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",88 "dev": true89 },90 "camelcase-keys": {91 "version": "2.1.0",92 "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",93 "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",94 "dev": true,95 "requires": {96 "camelcase": "^2.0.0",97 "map-obj": "^1.0.0"98 }99 },100 "chalk": {101 "version": "2.4.2",102 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",103 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",104 "dev": true,105 "requires": {106 "ansi-styles": "^3.2.1",107 "escape-string-regexp": "^1.0.5",108 "supports-color": "^5.3.0"109 }110 },111 "coffeescript": {112 "version": "1.10.0",113 "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.10.0.tgz",114 "integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=",115 "dev": true116 },117 "color-convert": {118 "version": "1.9.3",119 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",120 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",121 "dev": true,122 "requires": {123 "color-name": "1.1.3"124 }125 },126 "color-name": {127 "version": "1.1.3",128 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",129 "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",130 "dev": true131 },132 "colors": {133 "version": "1.1.2",134 "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",135 "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",136 "dev": true137 },138 28 "concat-map": { 139 29 "version": "0.0.1", … … 142 32 "dev": true 143 33 }, 144 "currently-unhandled": {145 "version": "0.4.1",146 "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",147 "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",148 "dev": true,149 "requires": {150 "array-find-index": "^1.0.1"151 }152 },153 "dateformat": {154 "version": "1.0.12",155 "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",156 "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",157 "dev": true,158 "requires": {159 "get-stdin": "^4.0.1",160 "meow": "^3.3.0"161 }162 },163 "decamelize": {164 "version": "1.2.0",165 "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",166 "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",167 "dev": true168 },169 34 "encoding": { 170 35 "version": "0.1.12", … … 176 41 } 177 42 }, 178 "error-ex": {179 "version": "1.3.2",180 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",181 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",182 "dev": true,183 "requires": {184 "is-arrayish": "^0.2.1"185 }186 },187 "escape-string-regexp": {188 "version": "1.0.5",189 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",190 "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",191 "dev": true192 },193 "esprima": {194 "version": "4.0.1",195 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",196 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",197 "dev": true198 },199 "eventemitter2": {200 "version": "0.4.14",201 "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",202 "integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=",203 "dev": true204 },205 "exit": {206 "version": "0.1.2",207 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",208 "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",209 "dev": true210 },211 "find-up": {212 "version": "1.1.2",213 "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",214 "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",215 "dev": true,216 "requires": {217 "path-exists": "^2.0.0",218 "pinkie-promise": "^2.0.0"219 }220 },221 "findup-sync": {222 "version": "0.3.0",223 "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",224 "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",225 "dev": true,226 "requires": {227 "glob": "~5.0.0"228 },229 "dependencies": {230 "glob": {231 "version": "5.0.15",232 "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",233 "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",234 "dev": true,235 "requires": {236 "inflight": "^1.0.4",237 "inherits": "2",238 "minimatch": "2 || 3",239 "once": "^1.3.0",240 "path-is-absolute": "^1.0.0"241 }242 }243 }244 },245 43 "fs.realpath": { 246 44 "version": "1.0.0", 247 45 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 248 46 "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", 249 "dev": true250 },251 "get-stdin": {252 "version": "4.0.1",253 "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",254 "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",255 "dev": true256 },257 "getobject": {258 "version": "0.1.0",259 "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",260 "integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",261 47 "dev": true 262 48 }, … … 299 85 } 300 86 }, 301 "graceful-fs": {302 "version": "4.1.15",303 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",304 "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==",305 "dev": true306 },307 "grunt": {308 "version": "1.0.4",309 "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.4.tgz",310 "integrity": "sha512-PYsMOrOC+MsdGEkFVwMaMyc6Ob7pKmq+deg1Sjr+vvMWp35sztfwKE7qoN51V+UEtHsyNuMcGdgMLFkBHvMxHQ==",311 "dev": true,312 "requires": {313 "coffeescript": "~1.10.0",314 "dateformat": "~1.0.12",315 "eventemitter2": "~0.4.13",316 "exit": "~0.1.1",317 "findup-sync": "~0.3.0",318 "glob": "~7.0.0",319 "grunt-cli": "~1.2.0",320 "grunt-known-options": "~1.1.0",321 "grunt-legacy-log": "~2.0.0",322 "grunt-legacy-util": "~1.1.1",323 "iconv-lite": "~0.4.13",324 "js-yaml": "~3.13.0",325 "minimatch": "~3.0.2",326 "mkdirp": "~0.5.1",327 "nopt": "~3.0.6",328 "path-is-absolute": "~1.0.0",329 "rimraf": "~2.6.2"330 },331 "dependencies": {332 "grunt-cli": {333 "version": "1.2.0",334 "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz",335 "integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=",336 "dev": true,337 "requires": {338 "findup-sync": "~0.3.0",339 "grunt-known-options": "~1.1.0",340 "nopt": "~3.0.6",341 "resolve": "~1.1.0"342 }343 },344 "resolve": {345 "version": "1.1.7",346 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",347 "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",348 "dev": true349 }350 }351 },352 "grunt-checktextdomain": {353 "version": "1.0.1",354 "resolved": "https://registry.npmjs.org/grunt-checktextdomain/-/grunt-checktextdomain-1.0.1.tgz",355 "integrity": "sha1-slTQHh3pEwBdTbHFMD2QI7mD4Zs=",356 "dev": true,357 "requires": {358 "chalk": "~0.2.1",359 "text-table": "~0.2.0"360 },361 "dependencies": {362 "ansi-styles": {363 "version": "0.2.0",364 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-0.2.0.tgz",365 "integrity": "sha1-NZq0sV3NZLptdHNLcsNjYKmvLBk=",366 "dev": true367 },368 "chalk": {369 "version": "0.2.1",370 "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.2.1.tgz",371 "integrity": "sha1-dhPhV1FFshOGSD9/SFql/6jL0Qw=",372 "dev": true,373 "requires": {374 "ansi-styles": "~0.2.0",375 "has-color": "~0.1.0"376 }377 }378 }379 },380 "grunt-known-options": {381 "version": "1.1.1",382 "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.1.tgz",383 "integrity": "sha512-cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==",384 "dev": true385 },386 "grunt-legacy-log": {387 "version": "2.0.0",388 "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-2.0.0.tgz",389 "integrity": "sha512-1m3+5QvDYfR1ltr8hjiaiNjddxGdQWcH0rw1iKKiQnF0+xtgTazirSTGu68RchPyh1OBng1bBUjLmX8q9NpoCw==",390 "dev": true,391 "requires": {392 "colors": "~1.1.2",393 "grunt-legacy-log-utils": "~2.0.0",394 "hooker": "~0.2.3",395 "lodash": "~4.17.5"396 }397 },398 "grunt-legacy-log-utils": {399 "version": "2.0.1",400 "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.0.1.tgz",401 "integrity": "sha512-o7uHyO/J+i2tXG8r2bZNlVk20vlIFJ9IEYyHMCQGfWYru8Jv3wTqKZzvV30YW9rWEjq0eP3cflQ1qWojIe9VFA==",402 "dev": true,403 "requires": {404 "chalk": "~2.4.1",405 "lodash": "~4.17.10"406 }407 },408 "grunt-legacy-util": {409 "version": "1.1.1",410 "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.1.1.tgz",411 "integrity": "sha512-9zyA29w/fBe6BIfjGENndwoe1Uy31BIXxTH3s8mga0Z5Bz2Sp4UCjkeyv2tI449ymkx3x26B+46FV4fXEddl5A==",412 "dev": true,413 "requires": {414 "async": "~1.5.2",415 "exit": "~0.1.1",416 "getobject": "~0.1.0",417 "hooker": "~0.2.3",418 "lodash": "~4.17.10",419 "underscore.string": "~3.3.4",420 "which": "~1.3.0"421 }422 },423 "grunt-wp-i18n": {424 "version": "1.0.3",425 "resolved": "https://registry.npmjs.org/grunt-wp-i18n/-/grunt-wp-i18n-1.0.3.tgz",426 "integrity": "sha512-CJNbEKeBeOSAPeaJ9B8iCgSwtaG63UR9/uT46a4OsIqnFhOJpeAi138JTlvjfIbnDVoBrzvdrKJe1svveLjUtA==",427 "dev": true,428 "requires": {429 "grunt": "^1.0.3",430 "node-wp-i18n": "^1.2.2"431 }432 },433 "has-color": {434 "version": "0.1.7",435 "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz",436 "integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=",437 "dev": true438 },439 "has-flag": {440 "version": "3.0.0",441 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",442 "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",443 "dev": true444 },445 "hooker": {446 "version": "0.2.3",447 "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",448 "integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",449 "dev": true450 },451 "hosted-git-info": {452 "version": "2.7.1",453 "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",454 "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",455 "dev": true456 },457 87 "iconv-lite": { 458 88 "version": "0.4.24", … … 464 94 } 465 95 }, 466 "indent-string": {467 "version": "2.1.0",468 "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",469 "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",470 "dev": true,471 "requires": {472 "repeating": "^2.0.0"473 }474 },475 96 "inflight": { 476 97 "version": "1.0.6", … … 489 110 "dev": true 490 111 }, 491 "is-arrayish": {492 "version": "0.2.1",493 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",494 "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",495 "dev": true496 },497 "is-finite": {498 "version": "1.0.2",499 "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",500 "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",501 "dev": true,502 "requires": {503 "number-is-nan": "^1.0.0"504 }505 },506 "is-utf8": {507 "version": "0.2.1",508 "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",509 "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",510 "dev": true511 },512 "isexe": {513 "version": "2.0.0",514 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",515 "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",516 "dev": true517 },518 "js-yaml": {519 "version": "3.13.1",520 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",521 "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",522 "dev": true,523 "requires": {524 "argparse": "^1.0.7",525 "esprima": "^4.0.0"526 }527 },528 "load-grunt-tasks": {529 "version": "5.0.0",530 "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-5.0.0.tgz",531 "integrity": "sha512-ga8vBA/+JVUB0Q/De9Id75maCIAzSgELWisBkBwxfDpU03fgYH5Ae1Do35hvfothsLWQCjPaTeG1Nya/CQr3gw==",532 "dev": true,533 "requires": {534 "arrify": "^2.0.1",535 "multimatch": "^4.0.0",536 "pkg-up": "^3.1.0",537 "resolve-pkg": "^2.0.0"538 },539 "dependencies": {540 "arrify": {541 "version": "2.0.1",542 "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",543 "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",544 "dev": true545 }546 }547 },548 "load-json-file": {549 "version": "1.1.0",550 "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",551 "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",552 "dev": true,553 "requires": {554 "graceful-fs": "^4.1.2",555 "parse-json": "^2.2.0",556 "pify": "^2.0.0",557 "pinkie-promise": "^2.0.0",558 "strip-bom": "^2.0.0"559 }560 },561 "locate-path": {562 "version": "3.0.0",563 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",564 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",565 "dev": true,566 "requires": {567 "p-locate": "^3.0.0",568 "path-exists": "^3.0.0"569 },570 "dependencies": {571 "path-exists": {572 "version": "3.0.0",573 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",574 "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",575 "dev": true576 }577 }578 },579 112 "lodash": { 580 "version": "4.17.11", 581 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", 582 "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", 583 "dev": true 584 }, 585 "loud-rejection": { 586 "version": "1.6.0", 587 "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", 588 "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", 589 "dev": true, 590 "requires": { 591 "currently-unhandled": "^0.4.1", 592 "signal-exit": "^3.0.0" 593 } 594 }, 595 "map-obj": { 596 "version": "1.0.1", 597 "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", 598 "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", 599 "dev": true 600 }, 601 "meow": { 602 "version": "3.7.0", 603 "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", 604 "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", 605 "dev": true, 606 "requires": { 607 "camelcase-keys": "^2.0.0", 608 "decamelize": "^1.1.2", 609 "loud-rejection": "^1.0.0", 610 "map-obj": "^1.0.1", 611 "minimist": "^1.1.3", 612 "normalize-package-data": "^2.3.4", 613 "object-assign": "^4.0.1", 614 "read-pkg-up": "^1.0.1", 615 "redent": "^1.0.0", 616 "trim-newlines": "^1.0.0" 617 } 113 "version": "4.17.15", 114 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", 115 "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", 116 "dev": true 618 117 }, 619 118 "minimatch": { … … 627 126 }, 628 127 "minimist": { 629 "version": "1.2. 0",630 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2. 0.tgz",631 "integrity": "sha 1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",128 "version": "1.2.5", 129 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", 130 "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", 632 131 "dev": true 633 132 }, 634 133 "mkdirp": { 635 "version": "0.5.1", 636 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", 637 "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", 638 "dev": true, 639 "requires": { 640 "minimist": "0.0.8" 641 }, 642 "dependencies": { 643 "minimist": { 644 "version": "0.0.8", 645 "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", 646 "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", 647 "dev": true 648 } 649 } 650 }, 651 "multimatch": { 652 "version": "4.0.0", 653 "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz", 654 "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==", 655 "dev": true, 656 "requires": { 657 "@types/minimatch": "^3.0.3", 658 "array-differ": "^3.0.0", 659 "array-union": "^2.1.0", 660 "arrify": "^2.0.1", 661 "minimatch": "^3.0.4" 662 }, 663 "dependencies": { 664 "array-union": { 665 "version": "2.1.0", 666 "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", 667 "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", 668 "dev": true 669 }, 670 "arrify": { 671 "version": "2.0.1", 672 "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", 673 "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", 674 "dev": true 675 } 134 "version": "0.5.5", 135 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", 136 "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", 137 "dev": true, 138 "requires": { 139 "minimist": "^1.2.5" 676 140 } 677 141 }, … … 691 155 } 692 156 }, 693 "nopt": {694 "version": "3.0.6",695 "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",696 "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",697 "dev": true,698 "requires": {699 "abbrev": "1"700 }701 },702 "normalize-package-data": {703 "version": "2.5.0",704 "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",705 "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",706 "dev": true,707 "requires": {708 "hosted-git-info": "^2.1.4",709 "resolve": "^1.10.0",710 "semver": "2 || 3 || 4 || 5",711 "validate-npm-package-license": "^3.0.1"712 }713 },714 "number-is-nan": {715 "version": "1.0.1",716 "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",717 "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",718 "dev": true719 },720 "object-assign": {721 "version": "4.1.1",722 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",723 "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",724 "dev": true725 },726 157 "once": { 727 158 "version": "1.4.0", … … 739 170 "dev": true 740 171 }, 741 "p-limit": {742 "version": "2.2.0",743 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz",744 "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==",745 "dev": true,746 "requires": {747 "p-try": "^2.0.0"748 }749 },750 "p-locate": {751 "version": "3.0.0",752 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",753 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",754 "dev": true,755 "requires": {756 "p-limit": "^2.0.0"757 }758 },759 "p-try": {760 "version": "2.2.0",761 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",762 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",763 "dev": true764 },765 "parse-json": {766 "version": "2.2.0",767 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",768 "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",769 "dev": true,770 "requires": {771 "error-ex": "^1.2.0"772 }773 },774 "path-exists": {775 "version": "2.1.0",776 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",777 "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",778 "dev": true,779 "requires": {780 "pinkie-promise": "^2.0.0"781 }782 },783 172 "path-is-absolute": { 784 173 "version": "1.0.1", … … 787 176 "dev": true 788 177 }, 789 "path-parse": {790 "version": "1.0.6",791 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",792 "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",793 "dev": true794 },795 "path-type": {796 "version": "1.1.0",797 "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",798 "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",799 "dev": true,800 "requires": {801 "graceful-fs": "^4.1.2",802 "pify": "^2.0.0",803 "pinkie-promise": "^2.0.0"804 }805 },806 "pify": {807 "version": "2.3.0",808 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",809 "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",810 "dev": true811 },812 "pinkie": {813 "version": "2.0.4",814 "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",815 "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",816 "dev": true817 },818 "pinkie-promise": {819 "version": "2.0.1",820 "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",821 "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",822 "dev": true,823 "requires": {824 "pinkie": "^2.0.0"825 }826 },827 "pkg-up": {828 "version": "3.1.0",829 "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",830 "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",831 "dev": true,832 "requires": {833 "find-up": "^3.0.0"834 },835 "dependencies": {836 "find-up": {837 "version": "3.0.0",838 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",839 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",840 "dev": true,841 "requires": {842 "locate-path": "^3.0.0"843 }844 }845 }846 },847 "read-pkg": {848 "version": "1.1.0",849 "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",850 "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",851 "dev": true,852 "requires": {853 "load-json-file": "^1.0.0",854 "normalize-package-data": "^2.3.2",855 "path-type": "^1.0.0"856 }857 },858 "read-pkg-up": {859 "version": "1.0.1",860 "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",861 "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",862 "dev": true,863 "requires": {864 "find-up": "^1.0.0",865 "read-pkg": "^1.0.0"866 }867 },868 "redent": {869 "version": "1.0.0",870 "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",871 "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",872 "dev": true,873 "requires": {874 "indent-string": "^2.1.0",875 "strip-indent": "^1.0.1"876 }877 },878 "repeating": {879 "version": "2.0.1",880 "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",881 "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",882 "dev": true,883 "requires": {884 "is-finite": "^1.0.0"885 }886 },887 "resolve": {888 "version": "1.11.0",889 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.0.tgz",890 "integrity": "sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==",891 "dev": true,892 "requires": {893 "path-parse": "^1.0.6"894 }895 },896 "resolve-from": {897 "version": "5.0.0",898 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",899 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",900 "dev": true901 },902 "resolve-pkg": {903 "version": "2.0.0",904 "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-2.0.0.tgz",905 "integrity": "sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==",906 "dev": true,907 "requires": {908 "resolve-from": "^5.0.0"909 }910 },911 "rimraf": {912 "version": "2.6.3",913 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",914 "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",915 "dev": true,916 "requires": {917 "glob": "^7.1.3"918 },919 "dependencies": {920 "glob": {921 "version": "7.1.4",922 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",923 "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",924 "dev": true,925 "requires": {926 "fs.realpath": "^1.0.0",927 "inflight": "^1.0.4",928 "inherits": "2",929 "minimatch": "^3.0.4",930 "once": "^1.3.0",931 "path-is-absolute": "^1.0.0"932 }933 }934 }935 },936 178 "safe-buffer": { 937 179 "version": "5.1.2", … … 946 188 "dev": true 947 189 }, 948 "semver": {949 "version": "5.7.0",950 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz",951 "integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==",952 "dev": true953 },954 "signal-exit": {955 "version": "3.0.2",956 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",957 "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",958 "dev": true959 },960 "spdx-correct": {961 "version": "3.1.0",962 "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz",963 "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==",964 "dev": true,965 "requires": {966 "spdx-expression-parse": "^3.0.0",967 "spdx-license-ids": "^3.0.0"968 }969 },970 "spdx-exceptions": {971 "version": "2.2.0",972 "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",973 "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==",974 "dev": true975 },976 "spdx-expression-parse": {977 "version": "3.0.0",978 "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",979 "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",980 "dev": true,981 "requires": {982 "spdx-exceptions": "^2.1.0",983 "spdx-license-ids": "^3.0.0"984 }985 },986 "spdx-license-ids": {987 "version": "3.0.4",988 "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz",989 "integrity": "sha512-7j8LYJLeY/Yb6ACbQ7F76qy5jHkp0U6jgBfJsk97bwWlVUnUWsAgpyaCvo17h0/RQGnQ036tVDomiwoI4pDkQA==",990 "dev": true991 },992 "sprintf-js": {993 "version": "1.1.2",994 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",995 "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==",996 "dev": true997 },998 190 "string_decoder": { 999 191 "version": "1.1.1", … … 1005 197 } 1006 198 }, 1007 "strip-bom": {1008 "version": "2.0.0",1009 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",1010 "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",1011 "dev": true,1012 "requires": {1013 "is-utf8": "^0.2.0"1014 }1015 },1016 "strip-indent": {1017 "version": "1.0.1",1018 "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",1019 "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",1020 "dev": true,1021 "requires": {1022 "get-stdin": "^4.0.1"1023 }1024 },1025 "supports-color": {1026 "version": "5.5.0",1027 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",1028 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",1029 "dev": true,1030 "requires": {1031 "has-flag": "^3.0.0"1032 }1033 },1034 "text-table": {1035 "version": "0.2.0",1036 "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",1037 "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",1038 "dev": true1039 },1040 199 "tmp": { 1041 200 "version": "0.0.33", … … 1047 206 } 1048 207 }, 1049 "trim-newlines": {1050 "version": "1.0.0",1051 "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",1052 "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",1053 "dev": true1054 },1055 "underscore.string": {1056 "version": "3.3.5",1057 "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz",1058 "integrity": "sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==",1059 "dev": true,1060 "requires": {1061 "sprintf-js": "^1.0.3",1062 "util-deprecate": "^1.0.2"1063 }1064 },1065 208 "util-deprecate": { 1066 209 "version": "1.0.2", … … 1069 212 "dev": true 1070 213 }, 1071 "validate-npm-package-license": {1072 "version": "3.0.4",1073 "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",1074 "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",1075 "dev": true,1076 "requires": {1077 "spdx-correct": "^3.0.0",1078 "spdx-expression-parse": "^3.0.0"1079 }1080 },1081 "which": {1082 "version": "1.3.1",1083 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",1084 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",1085 "dev": true,1086 "requires": {1087 "isexe": "^2.0.0"1088 }1089 },1090 214 "wrappy": { 1091 215 "version": "1.0.2", -
simple-urls/trunk/readme.txt
r2112827 r2282456 4 4 Tags: redirect, click tracking, custom post types 5 5 Requires at least: 3.0 6 Tested up to: 5. 2.26 Tested up to: 5.4 7 7 Stable tag: 0.9.9 8 8
Note: See TracChangeset
for help on using the changeset viewer.