package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "regexp.prototype.flags@^1.2.0",
  3. "_id": "regexp.prototype.flags@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
  6. "_location": "/regexp.prototype.flags",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regexp.prototype.flags@^1.2.0",
  12. "name": "regexp.prototype.flags",
  13. "escapedName": "regexp.prototype.flags",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/deep-equal"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
  22. "_shasum": "7ef352ae8d159e758c0eadca6f8fcb4eef07be26",
  23. "_spec": "regexp.prototype.flags@^1.2.0",
  24. "_where": "E:\\weapp\\node_modules\\deep-equal",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/es-shims/RegExp.prototype.flags/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.2",
  43. "define-properties": "^1.1.3"
  44. },
  45. "deprecated": false,
  46. "description": "ES6 spec-compliant RegExp.prototype.flags shim.",
  47. "devDependencies": {
  48. "@es-shims/api": "^2.1.2",
  49. "@ljharb/eslint-config": "^17.3.0",
  50. "aud": "^1.1.3",
  51. "auto-changelog": "^2.2.1",
  52. "covert": "^1.1.1",
  53. "eclint": "^2.8.1",
  54. "eslint": "^7.17.0",
  55. "functions-have-names": "^1.2.2",
  56. "has": "^1.0.3",
  57. "has-strict-mode": "^1.0.1",
  58. "nyc": "^10.3.2",
  59. "object-inspect": "^1.9.0",
  60. "safe-publish-latest": "^1.1.4",
  61. "tape": "^5.1.1"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/es-shims/RegExp.prototype.flags#readme",
  70. "keywords": [
  71. "RegExp.prototype.flags",
  72. "regex",
  73. "regular expression",
  74. "ES6",
  75. "shim",
  76. "flag",
  77. "flags",
  78. "regexp",
  79. "RegExp#flags",
  80. "polyfill",
  81. "es-shim API"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "regexp.prototype.flags",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/es-shims/RegExp.prototype.flags.git"
  89. },
  90. "scripts": {
  91. "eccheck": "eclint check *.js **/*.js > /dev/null",
  92. "lint": "eslint .",
  93. "postlint": "es-shim-api --bound",
  94. "posttest": "aud --production",
  95. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  96. "prepublish": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only",
  99. "tests-only": "nyc tape 'test/**/*.js'",
  100. "version": "auto-changelog && git add CHANGELOG.md"
  101. },
  102. "testling": {
  103. "files": "test/index.js",
  104. "browsers": [
  105. "iexplore/9.0..latest",
  106. "firefox/4.0..6.0",
  107. "firefox/15.0..latest",
  108. "firefox/nightly",
  109. "chrome/4.0..10.0",
  110. "chrome/20.0..latest",
  111. "chrome/canary",
  112. "opera/11.6..latest",
  113. "opera/next",
  114. "safari/5.0..latest",
  115. "ipad/6.0..latest",
  116. "iphone/6.0..latest",
  117. "android-browser/4.2"
  118. ]
  119. },
  120. "version": "1.3.1"
  121. }