package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "safe-regex-test@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "safe-regex-test@1.0.0",
  10. "_id": "safe-regex-test@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
  13. "_location": "/safe-regex-test",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "safe-regex-test@1.0.0",
  19. "name": "safe-regex-test",
  20. "escapedName": "safe-regex-test",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  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. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/safe-regex-test/issues"
  45. },
  46. "dependencies": {
  47. "call-bind": "^1.0.2",
  48. "get-intrinsic": "^1.1.3",
  49. "is-regex": "^1.1.4"
  50. },
  51. "description": "Give a regex, get a robust predicate function that tests it against a string.",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.0.0",
  54. "aud": "^2.0.1",
  55. "auto-changelog": "^2.4.0",
  56. "es-value-fixtures": "^1.4.2",
  57. "eslint": "=8.8.0",
  58. "for-each": "^0.3.3",
  59. "in-publish": "^2.0.1",
  60. "npmignore": "^0.3.0",
  61. "object-inspect": "^1.12.2",
  62. "safe-publish-latest": "^2.0.0",
  63. "tape": "^5.6.1"
  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": "tape test",
  104. "version": "auto-changelog && git add CHANGELOG.md"
  105. },
  106. "version": "1.0.0"
  107. }