package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "is-regex@1.1.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-regex@1.1.1",
  10. "_id": "is-regex@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xvmKrMVG9s7FRooHt7FTq1ZKV7k=",
  13. "_location": "/is-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-regex@1.1.1",
  19. "name": "is-regex",
  20. "escapedName": "is-regex",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/deep-equal",
  27. "/es-abstract",
  28. "/object.getownpropertydescriptors/es-abstract",
  29. "/object.values/es-abstract",
  30. "/regexp.prototype.flags/es-abstract",
  31. "/util.promisify/es-abstract"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/is-regex/download/is-regex-1.1.1.tgz",
  34. "_spec": "1.1.1",
  35. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  36. "author": {
  37. "name": "Jordan Harband",
  38. "email": "ljharb@gmail.com"
  39. },
  40. "auto-changelog": {
  41. "output": "CHANGELOG.md",
  42. "template": "keepachangelog",
  43. "unreleased": false,
  44. "commitLimit": false,
  45. "backfillLimit": false,
  46. "hideCredit": true
  47. },
  48. "bugs": {
  49. "url": "https://github.com/ljharb/is-regex/issues"
  50. },
  51. "dependencies": {
  52. "has-symbols": "^1.0.1"
  53. },
  54. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  55. "devDependencies": {
  56. "@ljharb/eslint-config": "^17.1.0",
  57. "aud": "^1.1.2",
  58. "auto-changelog": "^2.2.0",
  59. "covert": "^1.1.1",
  60. "eclint": "^2.8.1",
  61. "eslint": "^7.6.0",
  62. "foreach": "^2.0.5",
  63. "safe-publish-latest": "^1.1.4",
  64. "tape": "^5.0.1"
  65. },
  66. "engines": {
  67. "node": ">= 0.4"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "homepage": "https://github.com/ljharb/is-regex",
  73. "keywords": [
  74. "regex",
  75. "regexp",
  76. "is",
  77. "regular expression",
  78. "regular",
  79. "expression"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "is-regex",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/ljharb/is-regex.git"
  87. },
  88. "scripts": {
  89. "coverage": "covert test/index.js",
  90. "eccheck": "eclint check *.js **/*.js > /dev/null",
  91. "lint": "eslint .",
  92. "posttest": "npx aud --production",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prepublish": "safe-publish-latest",
  95. "pretest": "npm run lint",
  96. "test": "npm run tests-only",
  97. "tests-only": "node --harmony --es-staging test",
  98. "version": "auto-changelog && git add CHANGELOG.md"
  99. },
  100. "testling": {
  101. "files": "test.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..12.0",
  111. "opera/15.0..latest",
  112. "opera/next",
  113. "safari/4.0..latest",
  114. "ipad/6.0..latest",
  115. "iphone/6.0..latest",
  116. "android-browser/4.2"
  117. ]
  118. },
  119. "version": "1.1.1"
  120. }