You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "is-regex@^1.0.5",
  3. "_id": "is-regex@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==",
  6. "_location": "/is-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-regex@^1.0.5",
  12. "name": "is-regex",
  13. "escapedName": "is-regex",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz",
  22. "_shasum": "39d589a358bf18967f726967120b8fc1aed74eae",
  23. "_spec": "is-regex@^1.0.5",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ljharb/is-regex/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "has": "^1.0.3"
  42. },
  43. "deprecated": false,
  44. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  45. "devDependencies": {
  46. "@ljharb/eslint-config": "^15.0.2",
  47. "auto-changelog": "^1.16.2",
  48. "covert": "^1.1.1",
  49. "eclint": "^2.8.1",
  50. "eslint": "^6.7.2",
  51. "tape": "^4.11.0"
  52. },
  53. "engines": {
  54. "node": ">= 0.4"
  55. },
  56. "funding": {
  57. "url": "https://github.com/sponsors/ljharb"
  58. },
  59. "homepage": "https://github.com/ljharb/is-regex",
  60. "keywords": [
  61. "regex",
  62. "regexp",
  63. "is",
  64. "regular expression",
  65. "regular",
  66. "expression"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "is-regex",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/ljharb/is-regex.git"
  74. },
  75. "scripts": {
  76. "coverage": "covert test/index.js",
  77. "eccheck": "eclint check *.js **/*.js > /dev/null",
  78. "lint": "eslint .",
  79. "posttest": "npx aud",
  80. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  81. "pretest": "npm run lint",
  82. "test": "npm run tests-only",
  83. "tests-only": "node --harmony --es-staging test",
  84. "version": "auto-changelog && git add CHANGELOG.md"
  85. },
  86. "testling": {
  87. "files": "test.js",
  88. "browsers": [
  89. "iexplore/6.0..latest",
  90. "firefox/3.0..6.0",
  91. "firefox/15.0..latest",
  92. "firefox/nightly",
  93. "chrome/4.0..10.0",
  94. "chrome/20.0..latest",
  95. "chrome/canary",
  96. "opera/10.0..12.0",
  97. "opera/15.0..latest",
  98. "opera/next",
  99. "safari/4.0..latest",
  100. "ipad/6.0..latest",
  101. "iphone/6.0..latest",
  102. "android-browser/4.2"
  103. ]
  104. },
  105. "version": "1.0.5"
  106. }