| { | |
| "description": "Modern, fast React.js JSX parser", | |
| "devDependencies": { | |
| "acorn": "^7.0.0" | |
| }, | |
| "homepage": "https://github.com/acornjs/acorn-jsx", | |
| "license": "MIT", | |
| "maintainers": [ | |
| { | |
| "email": "me@rreverser.com", | |
| "name": "Ingvar Stepanyan", | |
| "web": "http://rreverser.com/" | |
| } | |
| ], | |
| "name": "acorn-jsx", | |
| "peerDependencies": { | |
| "acorn": "^6.0.0 || ^7.0.0" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/acornjs/acorn-jsx" | |
| }, | |
| "scripts": { | |
| "test": "node test/run.js" | |
| }, | |
| "version": "5.1.0" | |
| } |