github-pages-deploy-action/node_modules/acorn-jsx/package.json

28 lines
571 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "acorn-jsx",
2020-03-07 11:45:40 +08:00
"description": "Modern, fast React.js JSX parser",
"homepage": "https://github.com/acornjs/acorn-jsx",
2020-03-31 20:57:48 +08:00
"version": "5.2.0",
2020-03-07 11:45:40 +08:00
"maintainers": [
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
2020-03-31 20:57:48 +08:00
"web": "http://rreverser.com/"
2020-03-07 11:45:40 +08:00
}
],
"repository": {
"type": "git",
2020-03-31 20:57:48 +08:00
"url": "https://github.com/acornjs/acorn-jsx"
2020-03-07 11:45:40 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT",
2020-03-07 11:45:40 +08:00
"scripts": {
"test": "node test/run.js"
},
2020-03-31 20:57:48 +08:00
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0"
},
"devDependencies": {
"acorn": "^7.0.0"
}
2020-03-07 11:45:40 +08:00
}