package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "is-regex@^1.0.4",
  3. "_id": "is-regex@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==",
  6. "_location": "/is-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-regex@^1.0.4",
  12. "name": "is-regex",
  13. "escapedName": "is-regex",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/deep-equal"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz",
  22. "_shasum": "81c8ebde4db142f2cf1c53fc86d6a45788266251",
  23. "_spec": "is-regex@^1.0.4",
  24. "_where": "E:\\weapp\\node_modules\\deep-equal",
  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. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/is-regex/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.2",
  43. "has-symbols": "^1.0.1"
  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": "^17.5.0",
  49. "aud": "^1.1.3",
  50. "auto-changelog": "^2.2.1",
  51. "eclint": "^2.8.1",
  52. "eslint": "^7.19.0",
  53. "foreach": "^2.0.5",
  54. "nyc": "^10.3.2",
  55. "safe-publish-latest": "^1.1.4",
  56. "tape": "^5.1.1"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/inspect-js/is-regex",
  65. "keywords": [
  66. "regex",
  67. "regexp",
  68. "is",
  69. "regular expression",
  70. "regular",
  71. "expression"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "is-regex",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/inspect-js/is-regex.git"
  79. },
  80. "scripts": {
  81. "eccheck": "eclint check *.js **/*.js > /dev/null",
  82. "lint": "eslint .",
  83. "posttest": "npx aud --production",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "prepublish": "safe-publish-latest",
  86. "pretest": "npm run lint",
  87. "test": "npm run tests-only && npm run test:harmony",
  88. "test:harmony": "nyc node --harmony --es-staging test",
  89. "tests-only": "nyc node test",
  90. "version": "auto-changelog && git add CHANGELOG.md"
  91. },
  92. "testling": {
  93. "files": "test.js",
  94. "browsers": [
  95. "iexplore/6.0..latest",
  96. "firefox/3.0..6.0",
  97. "firefox/15.0..latest",
  98. "firefox/nightly",
  99. "chrome/4.0..10.0",
  100. "chrome/20.0..latest",
  101. "chrome/canary",
  102. "opera/10.0..12.0",
  103. "opera/15.0..latest",
  104. "opera/next",
  105. "safari/4.0..latest",
  106. "ipad/6.0..latest",
  107. "iphone/6.0..latest",
  108. "android-browser/4.2"
  109. ]
  110. },
  111. "version": "1.1.2"
  112. }