Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/acorn-jsx/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/acorn-jsx/package.json29
1 files changed, 17 insertions, 12 deletions
diff --git a/tools/node_modules/eslint/node_modules/acorn-jsx/package.json b/tools/node_modules/eslint/node_modules/acorn-jsx/package.json
index f42a7ea1437..e26bc863624 100644
--- a/tools/node_modules/eslint/node_modules/acorn-jsx/package.json
+++ b/tools/node_modules/eslint/node_modules/acorn-jsx/package.json
@@ -1,27 +1,32 @@
{
- "name": "acorn-jsx",
+ "bugs": {
+ "url": "https://github.com/acornjs/acorn-jsx/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
"description": "Modern, fast React.js JSX parser",
+ "devDependencies": {
+ "acorn": "^8.0.1"
+ },
"homepage": "https://github.com/acornjs/acorn-jsx",
- "version": "5.3.1",
+ "license": "MIT",
"maintainers": [
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
- "web": "http://rreverser.com/"
+ "url": "http://rreverser.com/"
}
],
+ "name": "acorn-jsx",
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ },
"repository": {
"type": "git",
- "url": "https://github.com/acornjs/acorn-jsx"
+ "url": "git+https://github.com/acornjs/acorn-jsx.git"
},
- "license": "MIT",
"scripts": {
"test": "node test/run.js"
},
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
- },
- "devDependencies": {
- "acorn": "^8.0.1"
- }
-}
+ "version": "5.3.1"
+} \ No newline at end of file