package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "is-regex@1.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "is-regex@1.1.0",
  9. "_id": "is-regex@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==",
  12. "_location": "/is-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-regex@1.1.0",
  18. "name": "is-regex",
  19. "escapedName": "is-regex",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/deep-equal",
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "E:\\item\\newItem\\admin",
  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. },
  42. "bugs": {
  43. "url": "https://github.com/ljharb/is-regex/issues"
  44. },
  45. "dependencies": {
  46. "has-symbols": "^1.0.1"
  47. },
  48. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^17.1.0",
  51. "aud": "^1.1.2",
  52. "auto-changelog": "^2.0.0",
  53. "covert": "^1.1.1",
  54. "eclint": "^2.8.1",
  55. "eslint": "^7.1.0",
  56. "foreach": "^2.0.5",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^5.0.1"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/ljharb/is-regex",
  67. "keywords": [
  68. "regex",
  69. "regexp",
  70. "is",
  71. "regular expression",
  72. "regular",
  73. "expression"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "is-regex",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/ljharb/is-regex.git"
  81. },
  82. "scripts": {
  83. "coverage": "covert test/index.js",
  84. "eccheck": "eclint check *.js **/*.js > /dev/null",
  85. "lint": "eslint .",
  86. "posttest": "npx aud --production",
  87. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  88. "prepublish": "safe-publish-latest",
  89. "pretest": "npm run lint",
  90. "test": "npm run tests-only",
  91. "tests-only": "node --harmony --es-staging test",
  92. "version": "auto-changelog && git add CHANGELOG.md"
  93. },
  94. "testling": {
  95. "files": "test.js",
  96. "browsers": [
  97. "iexplore/6.0..latest",
  98. "firefox/3.0..6.0",
  99. "firefox/15.0..latest",
  100. "firefox/nightly",
  101. "chrome/4.0..10.0",
  102. "chrome/20.0..latest",
  103. "chrome/canary",
  104. "opera/10.0..12.0",
  105. "opera/15.0..latest",
  106. "opera/next",
  107. "safari/4.0..latest",
  108. "ipad/6.0..latest",
  109. "iphone/6.0..latest",
  110. "android-browser/4.2"
  111. ]
  112. },
  113. "version": "1.1.0"
  114. }