package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "is-regex@1.1.4",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "is-regex@1.1.4",
  9. "_id": "is-regex@1.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  12. "_location": "/is-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-regex@1.1.4",
  18. "name": "is-regex",
  19. "escapedName": "is-regex",
  20. "rawSpec": "1.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.4"
  23. },
  24. "_requiredBy": [
  25. "/es-abstract"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  28. "_spec": "1.1.4",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com"
  33. },
  34. "auto-changelog": {
  35. "output": "CHANGELOG.md",
  36. "template": "keepachangelog",
  37. "unreleased": false,
  38. "commitLimit": false,
  39. "backfillLimit": false,
  40. "hideCredit": true
  41. },
  42. "bugs": {
  43. "url": "https://github.com/inspect-js/is-regex/issues"
  44. },
  45. "dependencies": {
  46. "call-bind": "^1.0.2",
  47. "has-tostringtag": "^1.0.0"
  48. },
  49. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^17.6.0",
  52. "aud": "^1.1.5",
  53. "auto-changelog": "^2.3.0",
  54. "core-js": "^3.16.0",
  55. "eclint": "^2.8.1",
  56. "eslint": "^7.32.0",
  57. "foreach": "^2.0.5",
  58. "nyc": "^10.3.2",
  59. "safe-publish-latest": "^1.1.4",
  60. "tape": "^5.3.0"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "homepage": "https://github.com/inspect-js/is-regex",
  69. "keywords": [
  70. "regex",
  71. "regexp",
  72. "is",
  73. "regular expression",
  74. "regular",
  75. "expression"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "is-regex",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/inspect-js/is-regex.git"
  83. },
  84. "scripts": {
  85. "eccheck": "eclint check *.js **/*.js > /dev/null",
  86. "lint": "eslint .",
  87. "posttest": "npx aud --production",
  88. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  89. "prepublish": "not-in-publish || npm run prepublishOnly",
  90. "prepublishOnly": "safe-publish-latest",
  91. "pretest": "npm run lint",
  92. "test": "npm run tests-only && npm run test:harmony",
  93. "test:corejs": "nyc tape test-corejs.js",
  94. "test:harmony": "nyc node --harmony --es-staging test",
  95. "tests-only": "nyc node test",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "testling": {
  99. "files": "test/index.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..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.4"
  117. }