85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
|
{
|
||
|
"_from": "eslint-config-standard-jsx@8.1.0",
|
||
|
"_id": "eslint-config-standard-jsx@8.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-ULVC8qH8qCqbU792ZOO6DaiaZyHNS/5CZt3hKqHkEhVlhPEPN3nfBqqxJCyp59XrjIBZPu1chMYe9T2DXZ7TMw==",
|
||
|
"_location": "/eslint-config-standard-jsx",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "eslint-config-standard-jsx@8.1.0",
|
||
|
"name": "eslint-config-standard-jsx",
|
||
|
"escapedName": "eslint-config-standard-jsx",
|
||
|
"rawSpec": "8.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "8.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/standard"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-8.1.0.tgz",
|
||
|
"_shasum": "314c62a0e6f51f75547f89aade059bec140edfc7",
|
||
|
"_spec": "eslint-config-standard-jsx@8.1.0",
|
||
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/standard",
|
||
|
"author": {
|
||
|
"name": "Feross Aboukhadijeh",
|
||
|
"email": "feross@feross.org",
|
||
|
"url": "https://feross.org"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/standard/eslint-config-standard-jsx/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "JavaScript Standard Style JSX support - ESLint Shareable Config",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^6.2.2",
|
||
|
"eslint-plugin-react": "^7.14.2",
|
||
|
"tape": "^4.8.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/standard/eslint-config-standard-jsx",
|
||
|
"keywords": [
|
||
|
"JavaScript Standard Style",
|
||
|
"check",
|
||
|
"checker",
|
||
|
"code",
|
||
|
"code checker",
|
||
|
"code linter",
|
||
|
"code standards",
|
||
|
"code style",
|
||
|
"enforce",
|
||
|
"eslint",
|
||
|
"eslintconfig",
|
||
|
"hint",
|
||
|
"jscs",
|
||
|
"jshint",
|
||
|
"jsx",
|
||
|
"lint",
|
||
|
"policy",
|
||
|
"quality",
|
||
|
"simple",
|
||
|
"standard",
|
||
|
"standard style",
|
||
|
"style",
|
||
|
"style checker",
|
||
|
"style linter",
|
||
|
"verify"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "eslint-config-standard-jsx",
|
||
|
"peerDependencies": {
|
||
|
"eslint": ">=6.2.2",
|
||
|
"eslint-plugin-react": ">=7.14.2"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/standard/eslint-config-standard-jsx.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/*.js"
|
||
|
},
|
||
|
"version": "8.1.0"
|
||
|
}
|