25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.9 KiB

3 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "is-regex@1.0.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "is-regex@1.0.5",
  9. "_id": "is-regex@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==",
  12. "_location": "/is-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-regex@1.0.5",
  18. "name": "is-regex",
  19. "escapedName": "is-regex",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/deep-equal",
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. },
  42. "bugs": {
  43. "url": "https://github.com/ljharb/is-regex/issues"
  44. },
  45. "dependencies": {
  46. "has": "^1.0.3"
  47. },
  48. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^15.0.2",
  51. "auto-changelog": "^1.16.2",
  52. "covert": "^1.1.1",
  53. "eclint": "^2.8.1",
  54. "eslint": "^6.7.2",
  55. "tape": "^4.11.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.4"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/ljharb/is-regex",
  64. "keywords": [
  65. "regex",
  66. "regexp",
  67. "is",
  68. "regular expression",
  69. "regular",
  70. "expression"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "is-regex",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/ljharb/is-regex.git"
  78. },
  79. "scripts": {
  80. "coverage": "covert test/index.js",
  81. "eccheck": "eclint check *.js **/*.js > /dev/null",
  82. "lint": "eslint .",
  83. "posttest": "npx aud",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "pretest": "npm run lint",
  86. "test": "npm run tests-only",
  87. "tests-only": "node --harmony --es-staging test",
  88. "version": "auto-changelog && git add CHANGELOG.md"
  89. },
  90. "testling": {
  91. "files": "test.js",
  92. "browsers": [
  93. "iexplore/6.0..latest",
  94. "firefox/3.0..6.0",
  95. "firefox/15.0..latest",
  96. "firefox/nightly",
  97. "chrome/4.0..10.0",
  98. "chrome/20.0..latest",
  99. "chrome/canary",
  100. "opera/10.0..12.0",
  101. "opera/15.0..latest",
  102. "opera/next",
  103. "safari/4.0..latest",
  104. "ipad/6.0..latest",
  105. "iphone/6.0..latest",
  106. "android-browser/4.2"
  107. ]
  108. },
  109. "version": "1.0.5"
  110. }