package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "string.prototype.matchall@^4.0.5",
  3. "_id": "string.prototype.matchall@4.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==",
  6. "_location": "/string.prototype.matchall",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.matchall@^4.0.5",
  12. "name": "string.prototype.matchall",
  13. "escapedName": "string.prototype.matchall",
  14. "rawSpec": "^4.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.5"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-react"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz",
  22. "_shasum": "59370644e1db7e4c0c045277690cf7b01203c4da",
  23. "_spec": "string.prototype.matchall@^4.0.5",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-plugin-react",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/es-shims/String.prototype.matchAll/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "call-bind": "^1.0.2",
  35. "define-properties": "^1.1.3",
  36. "es-abstract": "^1.18.2",
  37. "get-intrinsic": "^1.1.1",
  38. "has-symbols": "^1.0.2",
  39. "internal-slot": "^1.0.3",
  40. "regexp.prototype.flags": "^1.3.1",
  41. "side-channel": "^1.0.4"
  42. },
  43. "deprecated": false,
  44. "description": "Spec-compliant polyfill for String.prototype.matchAll",
  45. "devDependencies": {
  46. "@es-shims/api": "^2.1.2",
  47. "@ljharb/eslint-config": "^17.6.0",
  48. "aud": "^1.1.5",
  49. "es5-shim": "^4.5.15",
  50. "es6-shim": "^0.35.6",
  51. "eslint": "^7.27.0",
  52. "evalmd": "^0.0.19",
  53. "foreach": "^2.0.5",
  54. "functions-have-names": "^1.2.2",
  55. "nyc": "^10.3.2",
  56. "object-inspect": "^1.10.3",
  57. "object.assign": "^4.1.2",
  58. "object.entries": "^1.1.3",
  59. "safe-publish-latest": "^1.1.4",
  60. "tape": "^5.2.2"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/es-shims/String.prototype.matchAll#readme",
  66. "keywords": [
  67. "ES2020",
  68. "ES",
  69. "String.prototype.matchAll",
  70. "matchAll",
  71. "match",
  72. "regex",
  73. "regexp",
  74. "regular",
  75. "expression",
  76. "matches"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "string.prototype.matchall",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/es-shims/String.prototype.matchAll.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint .",
  87. "postlint": "es-shim-api --bound",
  88. "posttest": "npx aud --production",
  89. "prelint": "evalmd *.md",
  90. "prepublish": "not-in-publish || npm run prepublishOnly",
  91. "prepublishOnly": "safe-publish-latest",
  92. "pretest": "npm run lint",
  93. "test": "npm run tests-only",
  94. "tests-only": "nyc tape 'test/**/*.js'"
  95. },
  96. "version": "4.0.5"
  97. }