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

60 lines
1.3 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"acorn-jsx@5.2.0",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
"_from": "acorn-jsx@5.2.0",
"_id": "acorn-jsx@5.2.0",
"_inBundle": false,
"_integrity": "sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==",
"_location": "/acorn-jsx",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-jsx@5.2.0",
"name": "acorn-jsx",
"escapedName": "acorn-jsx",
"rawSpec": "5.2.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
},
"_requiredBy": [
"/espree"
],
"_resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.2.0.tgz",
"_spec": "5.2.0",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-03-22 05:13:25 +08:00
"bugs": {
"url": "https://github.com/acornjs/acorn-jsx/issues"
},
2020-03-07 11:45:40 +08:00
"description": "Modern, fast React.js JSX parser",
2020-03-22 05:13:25 +08:00
"devDependencies": {
"acorn": "^7.0.0"
},
2020-03-07 11:45:40 +08:00
"homepage": "https://github.com/acornjs/acorn-jsx",
2020-03-22 05:13:25 +08:00
"license": "MIT",
2020-03-07 11:45:40 +08:00
"maintainers": [
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
2020-03-22 05:13:25 +08:00
"url": "http://rreverser.com/"
2020-03-07 11:45:40 +08:00
}
],
2020-03-22 05:13:25 +08:00
"name": "acorn-jsx",
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0"
},
2020-03-07 11:45:40 +08:00
"repository": {
"type": "git",
2020-03-22 05:13:25 +08:00
"url": "git+https://github.com/acornjs/acorn-jsx.git"
2020-03-07 11:45:40 +08:00
},
"scripts": {
"test": "node test/run.js"
},
2020-03-22 05:13:25 +08:00
"version": "5.2.0"
2020-03-07 11:45:40 +08:00
}