Henry Zhu 904bcaffe3
fix peer deps [skip ci] (#8445)
Should be anything 7.x
2018-08-09 15:59:14 -04:00

23 lines
665 B
JSON

{
"name": "@babel/plugin-proposal-json-strings",
"version": "7.0.0-rc.0",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-rc.0",
"@babel/plugin-syntax-json-strings": "7.0.0-rc.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "7.0.0-rc.0",
"@babel/helper-plugin-test-runner": "7.0.0-rc.0"
}
}