package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "is-regex@1.1.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-regex@1.1.1",
  10. "_id": "is-regex@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
  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-is/es-abstract",
  29. "/object.assign/es-abstract"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
  32. "_spec": "1.1.1",
  33. "_where": "E:\\amr1.0\\AMR",
  34. "author": {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com"
  37. },
  38. "auto-changelog": {
  39. "output": "CHANGELOG.md",
  40. "template": "keepachangelog",
  41. "unreleased": false,
  42. "commitLimit": false,
  43. "backfillLimit": false,
  44. "hideCredit": true
  45. },
  46. "bugs": {
  47. "url": "https://github.com/ljharb/is-regex/issues"
  48. },
  49. "dependencies": {
  50. "has-symbols": "^1.0.1"
  51. },
  52. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  53. "devDependencies": {
  54. "@ljharb/eslint-config": "^17.1.0",
  55. "aud": "^1.1.2",
  56. "auto-changelog": "^2.2.0",
  57. "covert": "^1.1.1",
  58. "eclint": "^2.8.1",
  59. "eslint": "^7.6.0",
  60. "foreach": "^2.0.5",
  61. "safe-publish-latest": "^1.1.4",
  62. "tape": "^5.0.1"
  63. },
  64. "engines": {
  65. "node": ">= 0.4"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/ljharb/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/ljharb/is-regex.git"
  85. },
  86. "scripts": {
  87. "coverage": "covert test/index.js",
  88. "eccheck": "eclint check *.js **/*.js > /dev/null",
  89. "lint": "eslint .",
  90. "posttest": "npx aud --production",
  91. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  92. "prepublish": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "npm run tests-only",
  95. "tests-only": "node --harmony --es-staging test",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "testling": {
  99. "files": "test.js",
  100. "browsers": [
  101. "iexplore/6.0..latest",
  102. "firefox/3.0..6.0",
  103. "firefox/15.0..latest",
  104. "firefox/nightly",
  105. "chrome/4.0..10.0",
  106. "chrome/20.0..latest",
  107. "chrome/canary",
  108. "opera/10.0..12.0",
  109. "opera/15.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.1"
  118. }