package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. "/es-abstract"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz",
  23. "_shasum": "81c8ebde4db142f2cf1c53fc86d6a45788266251",
  24. "_spec": "is-regex@^1.0.4",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\deep-equal",
  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.1"
  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.5.0",
  50. "aud": "^1.1.3",
  51. "auto-changelog": "^2.2.1",
  52. "eclint": "^2.8.1",
  53. "eslint": "^7.19.0",
  54. "foreach": "^2.0.5",
  55. "nyc": "^10.3.2",
  56. "safe-publish-latest": "^1.1.4",
  57. "tape": "^5.1.1"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/inspect-js/is-regex",
  66. "keywords": [
  67. "regex",
  68. "regexp",
  69. "is",
  70. "regular expression",
  71. "regular",
  72. "expression"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "is-regex",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/inspect-js/is-regex.git"
  80. },
  81. "scripts": {
  82. "eccheck": "eclint check *.js **/*.js > /dev/null",
  83. "lint": "eslint .",
  84. "posttest": "npx aud --production",
  85. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  86. "prepublish": "safe-publish-latest",
  87. "pretest": "npm run lint",
  88. "test": "npm run tests-only && npm run test:harmony",
  89. "test:harmony": "nyc node --harmony --es-staging test",
  90. "tests-only": "nyc node test",
  91. "version": "auto-changelog && git add CHANGELOG.md"
  92. },
  93. "testling": {
  94. "files": "test.js",
  95. "browsers": [
  96. "iexplore/6.0..latest",
  97. "firefox/3.0..6.0",
  98. "firefox/15.0..latest",
  99. "firefox/nightly",
  100. "chrome/4.0..10.0",
  101. "chrome/20.0..latest",
  102. "chrome/canary",
  103. "opera/10.0..12.0",
  104. "opera/15.0..latest",
  105. "opera/next",
  106. "safari/4.0..latest",
  107. "ipad/6.0..latest",
  108. "iphone/6.0..latest",
  109. "android-browser/4.2"
  110. ]
  111. },
  112. "version": "1.1.2"
  113. }