package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "is-regex@^1.1.3",
  3. "_id": "is-regex@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==",
  6. "_location": "/is-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-regex@^1.1.3",
  12. "name": "is-regex",
  13. "escapedName": "is-regex",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/deep-equal",
  20. "/es-abstract"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.3.tgz",
  23. "_shasum": "d029f9aff6448b93ebbe3f33dac71511fdcbef9f",
  24. "_spec": "is-regex@^1.1.3",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\es-abstract",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/inspect-js/is-regex/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "call-bind": "^1.0.2",
  44. "has-symbols": "^1.0.2"
  45. },
  46. "deprecated": false,
  47. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^17.6.0",
  50. "aud": "^1.1.5",
  51. "auto-changelog": "^2.2.1",
  52. "core-js": "^3.12.0",
  53. "eclint": "^2.8.1",
  54. "eslint": "^7.26.0",
  55. "foreach": "^2.0.5",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^5.2.2"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/inspect-js/is-regex",
  67. "keywords": [
  68. "regex",
  69. "regexp",
  70. "is",
  71. "regular expression",
  72. "regular",
  73. "expression"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "is-regex",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/inspect-js/is-regex.git"
  81. },
  82. "scripts": {
  83. "eccheck": "eclint check *.js **/*.js > /dev/null",
  84. "lint": "eslint .",
  85. "posttest": "npx aud --production",
  86. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  87. "prepublish": "not-in-publish || npm run prepublishOnly",
  88. "prepublishOnly": "safe-publish-latest",
  89. "pretest": "npm run lint",
  90. "test": "npm run tests-only && npm run test:harmony",
  91. "test:corejs": "nyc tape test-corejs.js",
  92. "test:harmony": "nyc node --harmony --es-staging test",
  93. "tests-only": "nyc node test",
  94. "version": "auto-changelog && git add CHANGELOG.md"
  95. },
  96. "testling": {
  97. "files": "test/index.js",
  98. "browsers": [
  99. "iexplore/6.0..latest",
  100. "firefox/3.0..6.0",
  101. "firefox/15.0..latest",
  102. "firefox/nightly",
  103. "chrome/4.0..10.0",
  104. "chrome/20.0..latest",
  105. "chrome/canary",
  106. "opera/10.0..latest",
  107. "opera/next",
  108. "safari/4.0..latest",
  109. "ipad/6.0..latest",
  110. "iphone/6.0..latest",
  111. "android-browser/4.2"
  112. ]
  113. },
  114. "version": "1.1.3"
  115. }