package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "safe-regex-test@^1.0.3",
  3. "_id": "safe-regex-test@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
  6. "_location": "/safe-regex-test",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "safe-regex-test@^1.0.3",
  12. "name": "safe-regex-test",
  13. "escapedName": "safe-regex-test",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
  22. "_shasum": "a5b4c0f06e0ab50ea2c395c14d8371232924c377",
  23. "_spec": "safe-regex-test@^1.0.3",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\es-abstract",
  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/ljharb/safe-regex-test/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.6",
  43. "es-errors": "^1.3.0",
  44. "is-regex": "^1.1.4"
  45. },
  46. "deprecated": false,
  47. "description": "Give a regex, get a robust predicate function that tests it against a string.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.1.0",
  50. "aud": "^2.0.4",
  51. "auto-changelog": "^2.4.0",
  52. "es-value-fixtures": "^1.4.2",
  53. "eslint": "=8.8.0",
  54. "for-each": "^0.3.3",
  55. "in-publish": "^2.0.1",
  56. "npmignore": "^0.3.1",
  57. "nyc": "^10.3.2",
  58. "object-inspect": "^1.13.1",
  59. "safe-publish-latest": "^2.0.0",
  60. "tape": "^5.7.4"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "exports": {
  66. ".": "./index.js",
  67. "./package.json": "./package.json"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "homepage": "https://github.com/ljharb/safe-regex-test#readme",
  73. "keywords": [
  74. "regex",
  75. "regexp",
  76. "test",
  77. "tester",
  78. "safe",
  79. "robust",
  80. "exec"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "safe-regex-test",
  85. "publishConfig": {
  86. "ignore": [
  87. ".github/workflows"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/ljharb/safe-regex-test.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint --ext=js,mjs .",
  96. "posttest": "aud --production",
  97. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  98. "prepack": "npmignore --auto --commentLines=autogenerated",
  99. "prepublish": "not-in-publish || npm run prepublishOnly",
  100. "prepublishOnly": "safe-publish-latest",
  101. "pretest": "npm run lint",
  102. "test": "npm run tests-only",
  103. "tests-only": "nyc tape test",
  104. "version": "auto-changelog && git add CHANGELOG.md"
  105. },
  106. "sideEffects": false,
  107. "version": "1.0.3"
  108. }