package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "execall@^2.0.0",
  3. "_id": "execall@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==",
  6. "_location": "/execall",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "execall@^2.0.0",
  12. "name": "execall",
  13. "escapedName": "execall",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz",
  22. "_shasum": "16a06b5fe5099df7d00be5d9c06eecded1663b45",
  23. "_spec": "execall@^2.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\stylelint",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/execall/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "clone-regexp": "^2.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Find multiple RegExp matches in a string",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/execall#readme",
  52. "keywords": [
  53. "regex",
  54. "regexp",
  55. "regular",
  56. "expression",
  57. "exec",
  58. "match",
  59. "matches",
  60. "execall",
  61. "all",
  62. "find",
  63. "findall",
  64. "immutable",
  65. "string",
  66. "multiple",
  67. "many",
  68. "global"
  69. ],
  70. "license": "MIT",
  71. "name": "execall",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/execall.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "2.0.0"
  80. }