package.json 3.6 KB

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