package.json 3.2 KB

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