summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/acorn-jsx/package.json
blob: 55b6aadbcedb0815525cd8081d5f1feeb9bd0d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "bugs": {
    "url": "https://github.com/acornjs/acorn-jsx/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Modern, fast React.js JSX parser",
  "devDependencies": {
    "acorn": "^7.0.0"
  },
  "homepage": "https://github.com/acornjs/acorn-jsx",
  "license": "MIT",
  "maintainers": [
    {
      "name": "Ingvar Stepanyan",
      "email": "me@rreverser.com",
      "url": "http://rreverser.com/"
    }
  ],
  "name": "acorn-jsx",
  "peerDependencies": {
    "acorn": "^6.0.0 || ^7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acornjs/acorn-jsx.git"
  },
  "scripts": {
    "test": "node test/run.js"
  },
  "version": "5.1.0"
}