wallet-core/node_modules/babel-template/package.json

18 lines
505 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "babel-template",
2017-08-14 05:01:11 +02:00
"version": "6.25.0",
2016-10-10 03:43:44 +02:00
"description": "Generate an AST from a string template.",
2016-11-03 01:33:53 +01:00
"author": "Sebastian McKenzie <sebmck@gmail.com>",
2016-10-10 03:43:44 +02:00
"homepage": "https://babeljs.io/",
"license": "MIT",
2016-11-03 01:33:53 +01:00
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
2016-10-10 03:43:44 +02:00
"main": "lib/index.js",
2016-11-03 01:33:53 +01:00
"dependencies": {
2017-08-14 05:01:11 +02:00
"babylon": "^6.17.2",
"babel-traverse": "^6.25.0",
"babel-types": "^6.25.0",
"babel-runtime": "^6.22.0",
2016-11-03 01:33:53 +01:00
"lodash": "^4.2.0"
}
2016-10-10 03:43:44 +02:00
}