wallet-core/node_modules/babel-helper-regex/package.json

14 lines
368 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "babel-helper-regex",
2017-12-27 19:33:54 +01:00
"version": "6.26.0",
2017-05-28 00:38:50 +02:00
"description": "Helper function to check for literal RegEx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
2017-12-27 19:33:54 +01:00
"babel-runtime": "^6.26.0",
"babel-types": "^6.26.0",
"lodash": "^4.17.4"
2017-05-28 00:38:50 +02:00
}
}