package.json 3.1 KB

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