package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@babel/plugin-proposal-unicode-property-regex",
  3. "version": "7.12.1",
  4. "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
  5. "homepage": "https://babeljs.io/",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "engines": {
  12. "node": ">=4"
  13. },
  14. "keywords": [
  15. "babel-plugin",
  16. "regex",
  17. "regexp",
  18. "regular expressions",
  19. "unicode properties",
  20. "unicode"
  21. ],
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/babel/babel.git",
  25. "directory": "packages/babel-plugin-proposal-unicode-property-regex"
  26. },
  27. "bugs": "https://github.com/babel/babel/issues",
  28. "dependencies": {
  29. "@babel/helper-create-regexp-features-plugin": "^7.12.1",
  30. "@babel/helper-plugin-utils": "^7.10.4"
  31. },
  32. "peerDependencies": {
  33. "@babel/core": "^7.0.0-0"
  34. },
  35. "devDependencies": {
  36. "@babel/core": "^7.12.1",
  37. "@babel/helper-plugin-test-runner": "7.10.4"
  38. },
  39. "__npminstall_done": "Thu Dec 24 2020 20:20:37 GMT+0800 (CST)",
  40. "_from": "@babel/plugin-proposal-unicode-property-regex@7.12.1",
  41. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.12.1.tgz?cache=0&sync_timestamp=1602800305361&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-unicode-property-regex%2Fdownload%2F%40babel%2Fplugin-proposal-unicode-property-regex-7.12.1.tgz"
  42. }