package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "regexpu-core@4.5.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regexpu-core@4.5.4",
  10. "_id": "regexpu-core@4.5.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CA2dAiiaqH/hZnpPUTa8mKauuq4=",
  13. "_location": "/regexpu-core",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regexpu-core@4.5.4",
  19. "name": "regexpu-core",
  20. "escapedName": "regexpu-core",
  21. "rawSpec": "4.5.4",
  22. "saveSpec": null,
  23. "fetchSpec": "4.5.4"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-proposal-unicode-property-regex",
  27. "/@babel/plugin-transform-dotall-regex",
  28. "/@babel/plugin-transform-unicode-regex"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/regexpu-core/download/regexpu-core-4.5.4.tgz",
  31. "_spec": "4.5.4",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Mathias Bynens",
  35. "url": "https://mathiasbynens.be/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mathiasbynens/regexpu-core/issues"
  39. },
  40. "dependencies": {
  41. "regenerate": "^1.4.0",
  42. "regenerate-unicode-properties": "^8.0.2",
  43. "regjsgen": "^0.5.0",
  44. "regjsparser": "^0.6.0",
  45. "unicode-match-property-ecmascript": "^1.0.4",
  46. "unicode-match-property-value-ecmascript": "^1.1.0"
  47. },
  48. "description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
  49. "devDependencies": {
  50. "codecov": "^3.2.0",
  51. "istanbul": "^0.4.5",
  52. "jsesc": "^2.5.2",
  53. "lodash": "^4.17.11",
  54. "mocha": "^6.0.2",
  55. "regexpu-fixtures": "^2.1.2",
  56. "unicode-12.0.0": "^0.7.9"
  57. },
  58. "engines": {
  59. "node": ">=4"
  60. },
  61. "files": [
  62. "LICENSE-MIT.txt",
  63. "rewrite-pattern.js",
  64. "data/character-class-escape-sets.js",
  65. "data/iu-mappings.js"
  66. ],
  67. "homepage": "https://mths.be/regexpu",
  68. "keywords": [
  69. "codegen",
  70. "desugaring",
  71. "ecmascript",
  72. "es5",
  73. "es6",
  74. "harmony",
  75. "javascript",
  76. "refactoring",
  77. "regex",
  78. "regexp",
  79. "regular expressions",
  80. "rewriting",
  81. "syntax",
  82. "transformation",
  83. "transpile",
  84. "transpiler",
  85. "unicode"
  86. ],
  87. "license": "MIT",
  88. "main": "rewrite-pattern.js",
  89. "name": "regexpu-core",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/mathiasbynens/regexpu-core.git"
  93. },
  94. "scripts": {
  95. "build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js",
  96. "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
  97. "test": "mocha tests"
  98. },
  99. "version": "4.5.4"
  100. }