package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "regexpu-core@^5.3.1",
  3. "_id": "regexpu-core@5.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  6. "_location": "/regexpu-core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regexpu-core@^5.3.1",
  12. "name": "regexpu-core",
  13. "escapedName": "regexpu-core",
  14. "rawSpec": "^5.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.3.1"
  17. },
  18. "_requiredBy": [
  19. "/@babel/helper-create-regexp-features-plugin"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.3.2.tgz",
  22. "_shasum": "11a2b06884f3527aec3e93dbbf4a3b958a95546b",
  23. "_spec": "regexpu-core@^5.3.1",
  24. "_where": "/data/wwwroot/qimall/node/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. "@babel/regjsgen": "^0.8.0",
  35. "regenerate": "^1.4.2",
  36. "regenerate-unicode-properties": "^10.1.0",
  37. "regjsparser": "^0.9.1",
  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-15.0.0": "^1.3.1",
  45. "codecov": "^3.8.3",
  46. "istanbul": "^0.4.5",
  47. "jsesc": "^3.0.2",
  48. "lodash": "^4.17.21",
  49. "mocha": "^10.1.0",
  50. "regexpu-fixtures": "^2.1.6"
  51. },
  52. "engines": {
  53. "node": ">=4"
  54. },
  55. "files": [
  56. "LICENSE-MIT.txt",
  57. "rewrite-pattern.js",
  58. "data/character-class-escape-sets.js",
  59. "data/iu-mappings.js"
  60. ],
  61. "homepage": "https://mths.be/regexpu",
  62. "keywords": [
  63. "codegen",
  64. "desugaring",
  65. "ecmascript",
  66. "es5",
  67. "es6",
  68. "harmony",
  69. "javascript",
  70. "refactoring",
  71. "regex",
  72. "regexp",
  73. "regular expressions",
  74. "rewriting",
  75. "syntax",
  76. "transformation",
  77. "transpile",
  78. "transpiler",
  79. "unicode"
  80. ],
  81. "license": "MIT",
  82. "main": "rewrite-pattern.js",
  83. "name": "regexpu-core",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/mathiasbynens/regexpu-core.git"
  87. },
  88. "scripts": {
  89. "build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js",
  90. "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
  91. "test": "mocha tests"
  92. },
  93. "version": "5.3.2"
  94. }