package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "regexp.prototype.flags@1.4.3",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "regexp.prototype.flags@1.4.3",
  9. "_id": "regexp.prototype.flags@1.4.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
  12. "_location": "/regexp.prototype.flags",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "regexp.prototype.flags@1.4.3",
  18. "name": "regexp.prototype.flags",
  19. "escapedName": "regexp.prototype.flags",
  20. "rawSpec": "1.4.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.3"
  23. },
  24. "_requiredBy": [
  25. "/deep-equal",
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
  29. "_spec": "1.4.3",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  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. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/es-shims/RegExp.prototype.flags/issues"
  45. },
  46. "dependencies": {
  47. "call-bind": "^1.0.2",
  48. "define-properties": "^1.1.3",
  49. "functions-have-names": "^1.2.2"
  50. },
  51. "description": "ES6 spec-compliant RegExp.prototype.flags shim.",
  52. "devDependencies": {
  53. "@es-shims/api": "^2.2.3",
  54. "@ljharb/eslint-config": "^21.0.0",
  55. "aud": "^2.0.0",
  56. "auto-changelog": "^2.4.0",
  57. "available-regexp-flags": "^1.0.0",
  58. "covert": "^1.1.1",
  59. "eclint": "^2.8.1",
  60. "eslint": "=8.8.0",
  61. "foreach": "^2.0.5",
  62. "has": "^1.0.3",
  63. "has-strict-mode": "^1.0.1",
  64. "nyc": "^10.3.2",
  65. "object-inspect": "^1.12.0",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.5.3"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/ljharb"
  74. },
  75. "homepage": "https://github.com/es-shims/RegExp.prototype.flags#readme",
  76. "keywords": [
  77. "RegExp.prototype.flags",
  78. "regex",
  79. "regular expression",
  80. "ES6",
  81. "shim",
  82. "flag",
  83. "flags",
  84. "regexp",
  85. "RegExp#flags",
  86. "polyfill",
  87. "es-shim API"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "regexp.prototype.flags",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/es-shims/RegExp.prototype.flags.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint --ext=js,mjs .",
  98. "postlint": "es-shim-api --bound",
  99. "posttest": "aud --production",
  100. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  101. "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  102. "prepublish": "not-in-publish || npm run prepublishOnly",
  103. "prepublishOnly": "safe-publish-latest",
  104. "pretest": "npm run lint",
  105. "test": "npm run tests-only",
  106. "tests-only": "nyc tape 'test/**/*.js'",
  107. "version": "auto-changelog && git add CHANGELOG.md"
  108. },
  109. "testling": {
  110. "files": "test/index.js",
  111. "browsers": [
  112. "iexplore/9.0..latest",
  113. "firefox/4.0..6.0",
  114. "firefox/15.0..latest",
  115. "firefox/nightly",
  116. "chrome/4.0..10.0",
  117. "chrome/20.0..latest",
  118. "chrome/canary",
  119. "opera/11.6..latest",
  120. "opera/next",
  121. "safari/5.0..latest",
  122. "ipad/6.0..latest",
  123. "iphone/6.0..latest",
  124. "android-browser/4.2"
  125. ]
  126. },
  127. "version": "1.4.3"
  128. }