package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "regexp.prototype.flags@1.3.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regexp.prototype.flags@1.3.0",
  10. "_id": "regexp.prototype.flags@1.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==",
  13. "_location": "/regexp.prototype.flags",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regexp.prototype.flags@1.3.0",
  19. "name": "regexp.prototype.flags",
  20. "escapedName": "regexp.prototype.flags",
  21. "rawSpec": "1.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.0"
  24. },
  25. "_requiredBy": [
  26. "/deep-equal"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz",
  29. "_spec": "1.3.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/es-shims/RegExp.prototype.flags/issues"
  37. },
  38. "dependencies": {
  39. "define-properties": "^1.1.3",
  40. "es-abstract": "^1.17.0-next.1"
  41. },
  42. "description": "ES6 spec-compliant RegExp.prototype.flags shim.",
  43. "devDependencies": {
  44. "@es-shims/api": "^2.1.2",
  45. "@ljharb/eslint-config": "^15.0.2",
  46. "covert": "^1.1.1",
  47. "eclint": "^2.8.1",
  48. "eslint": "^6.7.2",
  49. "has": "^1.0.3",
  50. "tape": "^4.11.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.4"
  54. },
  55. "funding": {
  56. "url": "https://github.com/sponsors/ljharb"
  57. },
  58. "homepage": "https://github.com/es-shims/RegExp.prototype.flags#readme",
  59. "keywords": [
  60. "RegExp.prototype.flags",
  61. "regex",
  62. "regular expression",
  63. "ES6",
  64. "shim",
  65. "flag",
  66. "flags",
  67. "regexp",
  68. "RegExp#flags",
  69. "polyfill",
  70. "es-shim API"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "regexp.prototype.flags",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/es-shims/RegExp.prototype.flags.git"
  78. },
  79. "scripts": {
  80. "coverage": "covert test/*.js",
  81. "coverage-quiet": "covert test/*.js --quiet",
  82. "eccheck": "eclint check *.js **/*.js > /dev/null",
  83. "lint": "eslint .",
  84. "posttest": "npx aud",
  85. "pretest": "npm run lint",
  86. "test": "npm run tests-only",
  87. "tests-only": "es-shim-api --bound && node --harmony --es-staging test/index.js"
  88. },
  89. "testling": {
  90. "files": "test/index.js",
  91. "browsers": [
  92. "iexplore/9.0..latest",
  93. "firefox/4.0..6.0",
  94. "firefox/15.0..latest",
  95. "firefox/nightly",
  96. "chrome/4.0..10.0",
  97. "chrome/20.0..latest",
  98. "chrome/canary",
  99. "opera/11.6..latest",
  100. "opera/next",
  101. "safari/5.0..latest",
  102. "ipad/6.0..latest",
  103. "iphone/6.0..latest",
  104. "android-browser/4.2"
  105. ]
  106. },
  107. "version": "1.3.0"
  108. }