package.json 2.8 KB

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