package.json 2.7 KB

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