UNPKG

581 BJSONView Raw
1{
2 "name": "acorn-jsx",
3 "description": "Modern, fast React.js JSX parser",
4 "homepage": "https://github.com/acornjs/acorn-jsx",
5 "version": "5.3.2",
6 "maintainers": [
7 {
8 "name": "Ingvar Stepanyan",
9 "email": "me@rreverser.com",
10 "web": "http://rreverser.com/"
11 }
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/acornjs/acorn-jsx"
16 },
17 "license": "MIT",
18 "scripts": {
19 "test": "node test/run.js"
20 },
21 "peerDependencies": {
22 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
23 },
24 "devDependencies": {
25 "acorn": "^8.0.1"
26 }
27}