package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "is-regex@1.1.2",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-regex@1.1.2",
  10. "_id": "is-regex@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-gcjr3k2xQvLPHFP8htakV4gmYlE=",
  13. "_location": "/is-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-regex@1.1.2",
  19. "name": "is-regex",
  20. "escapedName": "is-regex",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/deep-equal",
  27. "/es-abstract"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/is-regex/download/is-regex-1.1.2.tgz?cache=0&sync_timestamp=1612217453411&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-regex%2Fdownload%2Fis-regex-1.1.2.tgz",
  30. "_spec": "1.1.2",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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-symbols": "^1.0.1"
  50. },
  51. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^17.5.0",
  54. "aud": "^1.1.3",
  55. "auto-changelog": "^2.2.1",
  56. "eclint": "^2.8.1",
  57. "eslint": "^7.19.0",
  58. "foreach": "^2.0.5",
  59. "nyc": "^10.3.2",
  60. "safe-publish-latest": "^1.1.4",
  61. "tape": "^5.1.1"
  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": "safe-publish-latest",
  91. "pretest": "npm run lint",
  92. "test": "npm run tests-only && npm run test:harmony",
  93. "test:harmony": "nyc node --harmony --es-staging test",
  94. "tests-only": "nyc node test",
  95. "version": "auto-changelog && git add CHANGELOG.md"
  96. },
  97. "testling": {
  98. "files": "test.js",
  99. "browsers": [
  100. "iexplore/6.0..latest",
  101. "firefox/3.0..6.0",
  102. "firefox/15.0..latest",
  103. "firefox/nightly",
  104. "chrome/4.0..10.0",
  105. "chrome/20.0..latest",
  106. "chrome/canary",
  107. "opera/10.0..12.0",
  108. "opera/15.0..latest",
  109. "opera/next",
  110. "safari/4.0..latest",
  111. "ipad/6.0..latest",
  112. "iphone/6.0..latest",
  113. "android-browser/4.2"
  114. ]
  115. },
  116. "version": "1.1.2"
  117. }