package.json 581 B

12345678910111213141516
  1. {
  2. "name": "babel-helper-regex",
  3. "version": "6.26.0",
  4. "description": "Helper function to check for literal RegEx",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {
  9. "babel-runtime": "^6.26.0",
  10. "babel-types": "^6.26.0",
  11. "lodash": "^4.17.4"
  12. },
  13. "__npminstall_done": "Mon May 18 2020 19:19:04 GMT+0800 (CST)",
  14. "_from": "babel-helper-regex@6.26.0",
  15. "_resolved": "https://registry.npm.taobao.org/babel-helper-regex/download/babel-helper-regex-6.26.0.tgz"
  16. }