package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "regexpu-core@^6.2.0",
  3. "_id": "regexpu-core@6.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
  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.2.0.tgz",
  22. "_shasum": "0e5190d79e542bf294955dccabae04d3c7d53826",
  23. "_spec": "regexpu-core@^6.2.0",
  24. "_where": "E:\\vue_project\\el-table-column\\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.0",
  36. "regjsgen": "^0.8.0",
  37. "regjsparser": "^0.12.0",
  38. "unicode-match-property-ecmascript": "^2.0.0",
  39. "unicode-match-property-value-ecmascript": "^2.1.0"
  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-16.0.0": "^1.6.2",
  45. "jsesc": "^3.0.2"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "LICENSE-MIT.txt",
  52. "rewrite-pattern.js",
  53. "data/all-characters.js",
  54. "data/character-class-escape-sets.js",
  55. "data/i-bmp-mappings.js",
  56. "data/iu-foldings.js",
  57. "data/iu-mappings.js"
  58. ],
  59. "homepage": "https://mths.be/regexpu",
  60. "keywords": [
  61. "codegen",
  62. "desugaring",
  63. "ecmascript",
  64. "es5",
  65. "es6",
  66. "harmony",
  67. "javascript",
  68. "refactoring",
  69. "regex",
  70. "regexp",
  71. "regular expressions",
  72. "rewriting",
  73. "syntax",
  74. "transformation",
  75. "transpile",
  76. "transpiler",
  77. "unicode"
  78. ],
  79. "license": "MIT",
  80. "main": "rewrite-pattern.js",
  81. "name": "regexpu-core",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/mathiasbynens/regexpu-core.git"
  85. },
  86. "scripts": {
  87. "build": "node scripts/index.js",
  88. "cover": "NODE_V8_COVERAGE=coverage node --test --experimental-test-coverage tests/tests.js",
  89. "test": "node --test tests/tests.js",
  90. "test-node6": "mocha tests"
  91. },
  92. "version": "6.2.0"
  93. }