From 2b779e7f92cbbda26f831e2db36fbee39be41d55 Mon Sep 17 00:00:00 2001 From: Devon Blandin Date: Mon, 20 Jun 2016 16:32:25 -0400 Subject: [PATCH] Vendor additional Standard Style config packages Many users using [Standard Style][] also use these configuration packages when writing React/JSX. [Standard Style]: https://github.com/feross/standard This commit vendors the [eslint-config-standard-react] and [eslint-config-standard-jsx] packages. [eslint-config-standard-react]: https://github.com/feross/eslint-config-standard-react [eslint-config-standard-jsx]: https://github.com/feross/eslint-config-standard-jsx --- npm-shrinkwrap.json | 89 +++++++++++++++++++++++++++++++-------------- package.json | 2 + 2 files changed, 63 insertions(+), 28 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7a93c1881..661beadd5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -29,7 +29,7 @@ }, "argparse": { "version": "1.0.7", - "from": "argparse@>=1.0.7 <2.0.0", + "from": "argparse@>=1.0.2 <2.0.0", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.7.tgz" }, "array-union": { @@ -119,7 +119,7 @@ }, "chalk": { "version": "1.1.3", - "from": "chalk@>=1.1.0 <2.0.0", + "from": "chalk@>=1.0.0 <2.0.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz" }, "cli-cursor": { @@ -169,12 +169,12 @@ }, "debug": { "version": "2.2.0", - "from": "debug@>=2.2.0 <3.0.0", + "from": "debug@>=2.1.1 <3.0.0", "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz" }, "deep-eql": { "version": "0.1.3", - "from": "deep-eql@>=0.1.3 <0.2.0", + "from": "deep-eql@0.1.3", "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-0.1.3.tgz", "dependencies": { "type-detect": { @@ -248,7 +248,7 @@ }, "escope": { "version": "3.6.0", - "from": "escope@>=3.6.0 <4.0.0", + "from": "escope@>=3.3.0 <4.0.0", "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz" }, "eslint": { @@ -278,6 +278,16 @@ "from": "eslint-config-standard@5.3.1", "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-5.3.1.tgz" }, + "eslint-config-standard-jsx": { + "version": "1.2.1", + "from": "eslint-config-standard-jsx@1.2.1", + "resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-1.2.1.tgz" + }, + "eslint-config-standard-react": { + "version": "2.4.0", + "from": "eslint-config-standard-react@2.4.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-react/-/eslint-config-standard-react-2.4.0.tgz" + }, "eslint-import-resolver-node": { "version": "0.2.0", "from": "eslint-import-resolver-node@>=0.2.0 <0.3.0", @@ -291,7 +301,19 @@ "eslint-plugin-import": { "version": "1.8.1", "from": "eslint-plugin-import@1.8.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-1.8.1.tgz" + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-1.8.1.tgz", + "dependencies": { + "doctrine": { + "version": "1.2.2", + "from": "doctrine@>=1.2.0 <1.3.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.2.2.tgz" + }, + "esutils": { + "version": "1.1.6", + "from": "esutils@>=1.1.6 <2.0.0", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz" + } + } }, "eslint-plugin-jsx-a11y": { "version": "1.2.2", @@ -337,12 +359,12 @@ }, "estraverse": { "version": "4.2.0", - "from": "estraverse@>=4.2.0 <5.0.0", + "from": "estraverse@>=4.1.1 <5.0.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz" }, "esutils": { "version": "2.0.2", - "from": "esutils@>=2.0.2 <3.0.0", + "from": "esutils@>=2.0.0 <3.0.0", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz" }, "event-emitter": { @@ -373,7 +395,14 @@ "find-up": { "version": "1.1.2", "from": "find-up@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz" + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "dependencies": { + "path-exists": { + "version": "2.1.0", + "from": "path-exists@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz" + } + } }, "flat-cache": { "version": "1.0.10", @@ -444,7 +473,7 @@ }, "inherits": { "version": "2.0.1", - "from": "inherits@>=2.0.1 <2.1.0", + "from": "inherits@>=2.0.0 <3.0.0", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" }, "inquirer": { @@ -649,15 +678,17 @@ "from": "minimatch@>=2.0.0 <3.0.0||>=3.0.0 <4.0.0", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz" }, - "minimist": { - "version": "0.0.8", - "from": "minimist@0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" - }, "mkdirp": { "version": "0.5.1", - "from": "mkdirp@>=0.5.0 <0.6.0", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz" + "from": "mkdirp@>=0.5.1 <0.6.0", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "dependencies": { + "minimist": { + "version": "0.0.8", + "from": "minimist@0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" + } + } }, "ms": { "version": "0.7.1", @@ -701,14 +732,9 @@ }, "os-tmpdir": { "version": "1.0.1", - "from": "os-tmpdir@>=1.0.0 <2.0.0", + "from": "os-tmpdir@>=1.0.1 <2.0.0", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz" }, - "path-exists": { - "version": "2.1.0", - "from": "path-exists@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz" - }, "path-is-absolute": { "version": "1.0.0", "from": "path-is-absolute@>=1.0.0 <2.0.0", @@ -746,7 +772,7 @@ }, "prelude-ls": { "version": "1.1.2", - "from": "prelude-ls@>=1.1.2 <1.2.0", + "from": "prelude-ls@>=1.1.1 <1.2.0", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz" }, "process-nextick-args": { @@ -797,7 +823,14 @@ "rimraf": { "version": "2.5.2", "from": "rimraf@>=2.2.8 <3.0.0", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.2.tgz" + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.2.tgz", + "dependencies": { + "glob": { + "version": "7.0.3", + "from": "glob@>=7.0.0 <8.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.3.tgz" + } + } }, "run-async": { "version": "0.1.0", @@ -866,12 +899,12 @@ }, "through": { "version": "2.3.8", - "from": "through@>=2.3.6 <3.0.0", + "from": "through@>=2.3.8 <2.4.0", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz" }, "to-fast-properties": { "version": "1.0.2", - "from": "to-fast-properties@>=1.0.1 <2.0.0", + "from": "to-fast-properties@>=1.0.0 <2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz" }, "to-iso-string": { @@ -891,7 +924,7 @@ }, "type-check": { "version": "0.3.2", - "from": "type-check@>=0.3.2 <0.4.0", + "from": "type-check@>=0.3.1 <0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz" }, "type-detect": { diff --git a/package.json b/package.json index de218b349..df4683b68 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,8 @@ "eslint": "2.10.2", "eslint-config-airbnb": "9.0.1", "eslint-config-standard": "5.3.1", + "eslint-config-standard-jsx": "1.2.1", + "eslint-config-standard-react": "2.4.0", "eslint-plugin-babel": "3.2.0", "eslint-plugin-import": "1.8.1", "eslint-plugin-jsx-a11y": "1.2.2",