package.json 2.8 KB

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