You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

91 lines
2.4 KiB

{
"_from": "eslint-config-standard@latest",
"_id": "eslint-config-standard@14.1.1",
"_inBundle": false,
"_integrity": "sha1-gwqOROeu995nRkl5rQa0BgJsVuo=",
"_location": "/eslint-config-standard",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "eslint-config-standard@latest",
"name": "eslint-config-standard",
"escapedName": "eslint-config-standard",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npm.taobao.org/eslint-config-standard/download/eslint-config-standard-14.1.1.tgz",
"_shasum": "830a8e44e7aef7de67464979ad06b406026c56ea",
"_spec": "eslint-config-standard@latest",
"_where": "/home/alvis/Projects/chrome-extension-syncmarks",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/standard/eslint-config-standard/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript Standard Style - ESLint Shareable Config",
"devDependencies": {
"eslint": "^6.2.2",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"tape": "^4.8.0"
},
"homepage": "https://github.com/standard/eslint-config-standard",
"keywords": [
"JavaScript Standard Style",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"eslintconfig",
"hint",
"jscs",
"jshint",
"lint",
"policy",
"quality",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"verify"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-config-standard",
"peerDependencies": {
"eslint": ">=6.2.2",
"eslint-plugin-import": ">=2.18.0",
"eslint-plugin-node": ">=9.1.0",
"eslint-plugin-promise": ">=4.2.1",
"eslint-plugin-standard": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/standard/eslint-config-standard.git"
},
"scripts": {
"lint": "eslint . --config=eslintrc.json",
"test": "npm run lint && tape test/*.js"
},
"version": "14.1.1"
}