management/front/dkha-web-sz-main/node_modules/acorn-jsx/package.json

32 lines
807 B
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2023-12-28 23:41:32 +08:00
"name": "acorn-jsx",
2023-12-18 13:12:25 +08:00
"description": "Alternative, faster React.js JSX parser",
"homepage": "https://github.com/RReverser/acorn-jsx",
2023-12-28 23:41:32 +08:00
"version": "3.0.1",
2023-12-18 13:12:25 +08:00
"maintainers": [
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
2023-12-28 23:41:32 +08:00
"web": "http://rreverser.com/"
2023-12-18 13:12:25 +08:00
}
],
"repository": {
"type": "git",
2023-12-28 23:41:32 +08:00
"url": "https://github.com/RReverser/acorn-jsx"
2023-12-18 13:12:25 +08:00
},
2023-12-28 23:41:32 +08:00
"license": "MIT",
2023-12-18 13:12:25 +08:00
"scripts": {
"test": "node test/run.js"
},
2023-12-28 23:41:32 +08:00
"dependencies": {
"acorn": "^3.0.4"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5"
}
,"_resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz"
,"_integrity": "sha512-AU7pnZkguthwBjKgCg6998ByQNIMjbuDQZ8bb78QAFZwPfmKia8AIzgY/gWgqCjnht8JLdXmB4YxA0KaV60ncQ=="
,"_from": "acorn-jsx@^3.0.0"
}