package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "regexpu-core@^6.2.0",
  3. "_id": "regexpu-core@6.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==",
  6. "_location": "/regexpu-core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regexpu-core@^6.2.0",
  12. "name": "regexpu-core",
  13. "escapedName": "regexpu-core",
  14. "rawSpec": "^6.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/helper-create-regexp-features-plugin"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.4.0.tgz",
  22. "_shasum": "3580ce0c4faedef599eccb146612436b62a176e5",
  23. "_spec": "regexpu-core@^6.2.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\helper-create-regexp-features-plugin",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://mathiasbynens.be/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mathiasbynens/regexpu-core/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "regenerate": "^1.4.2",
  35. "regenerate-unicode-properties": "^10.2.2",
  36. "regjsgen": "^0.8.0",
  37. "regjsparser": "^0.13.0",
  38. "unicode-match-property-ecmascript": "^2.0.0",
  39. "unicode-match-property-value-ecmascript": "^2.2.1"
  40. },
  41. "deprecated": false,
  42. "description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
  43. "devDependencies": {
  44. "@unicode/unicode-17.0.0": "^1.6.12",
  45. "jsesc": "^3.0.2"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "LICENSE-MIT.txt",
  52. "rewrite-pattern.js",
  53. "rewrite-pattern.d.ts",
  54. "data/all-characters.js",
  55. "data/character-class-escape-sets.js",
  56. "data/i-bmp-mappings.js",
  57. "data/iu-foldings.js",
  58. "data/iu-mappings.js"
  59. ],
  60. "homepage": "https://mths.be/regexpu",
  61. "keywords": [
  62. "codegen",
  63. "desugaring",
  64. "ecmascript",
  65. "es5",
  66. "es6",
  67. "harmony",
  68. "javascript",
  69. "refactoring",
  70. "regex",
  71. "regexp",
  72. "regular expressions",
  73. "rewriting",
  74. "syntax",
  75. "transformation",
  76. "transpile",
  77. "transpiler",
  78. "unicode"
  79. ],
  80. "license": "MIT",
  81. "main": "rewrite-pattern.js",
  82. "name": "regexpu-core",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/mathiasbynens/regexpu-core.git"
  86. },
  87. "scripts": {
  88. "build": "node scripts/index.js",
  89. "cover": "NODE_V8_COVERAGE=coverage node --test --experimental-test-coverage tests/tests.js",
  90. "test": "node --test tests/tests.js",
  91. "test-node6": "mocha tests"
  92. },
  93. "version": "6.4.0"
  94. }