1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "babel-plugin-transform-es2015-literals",
|
3 |
|
|
"version": "6.22.0",
|
4 |
|
|
"description": "Compile ES2015 unicode string and number literals to ES5",
|
5 |
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-literals",
|
6 |
|
|
"license": "MIT",
|
7 |
|
|
"main": "lib/index.js",
|
8 |
|
|
"keywords": [
|
9 |
|
|
"babel-plugin"
|
10 |
|
|
],
|
11 |
|
|
"dependencies": {
|
12 |
|
|
"babel-runtime": "^6.22.0"
|
13 |
|
|
},
|
14 |
|
|
"devDependencies": {
|
15 |
|
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
16 |
|
|
}
|
17 |
|
|
}
|