| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "acorn-jsx",
- "description": "Alternative, faster React.js JSX parser",
- "homepage": "https://github.com/RReverser/acorn-jsx",
- "version": "3.0.1",
- "maintainers": [
- {
- "name": "Ingvar Stepanyan",
- "email": "me@rreverser.com",
- "web": "http://rreverser.com/"
- }
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/RReverser/acorn-jsx"
- },
- "license": "MIT",
- "scripts": {
- "test": "node test/run.js"
- },
- "dependencies": {
- "acorn": "^3.0.4"
- },
- "devDependencies": {
- "chai": "^3.0.0",
- "mocha": "^2.2.5"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
- "_from": "acorn-jsx@3.0.1",
- "_resolved": "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-3.0.1.tgz"
- }
|