package.json 693 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@babel/plugin-proposal-json-strings",
  3. "version": "7.2.0",
  4. "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "keywords": [
  12. "babel-plugin"
  13. ],
  14. "dependencies": {
  15. "@babel/helper-plugin-utils": "^7.0.0",
  16. "@babel/plugin-syntax-json-strings": "^7.2.0"
  17. },
  18. "peerDependencies": {
  19. "@babel/core": "^7.0.0-0"
  20. },
  21. "devDependencies": {
  22. "@babel/core": "^7.2.0",
  23. "@babel/helper-plugin-test-runner": "^7.0.0"
  24. }
  25. }