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.
61 lines
1.6 KiB
61 lines
1.6 KiB
{ |
|
"_from": "eslint-plugin-standard@>=4.0.0", |
|
"_id": "eslint-plugin-standard@4.0.1", |
|
"_inBundle": false, |
|
"_integrity": "sha1-/wUZ9/+v8RT3bRvXw5lu7w9uILQ=", |
|
"_location": "/eslint-plugin-standard", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "eslint-plugin-standard@>=4.0.0", |
|
"name": "eslint-plugin-standard", |
|
"escapedName": "eslint-plugin-standard", |
|
"rawSpec": ">=4.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": ">=4.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"#DEV:/", |
|
"#USER" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/eslint-plugin-standard/download/eslint-plugin-standard-4.0.1.tgz", |
|
"_shasum": "ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4", |
|
"_spec": "eslint-plugin-standard@>=4.0.0", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks", |
|
"author": { |
|
"name": "Jamund Ferguson", |
|
"email": "jamund@gmail.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/standard/eslint-plugin-standard/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": {}, |
|
"deprecated": false, |
|
"description": "ESlint Plugin for the Standard Linter", |
|
"devDependencies": { |
|
"eslint": "^6.1.0", |
|
"mocha": "^6.2.0", |
|
"standard": "*" |
|
}, |
|
"homepage": "https://github.com/standard/eslint-plugin-standard#readme", |
|
"keywords": [ |
|
"eslint", |
|
"eslintplugin" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "eslint-plugin-standard", |
|
"peerDependencies": { |
|
"eslint": ">=5.0.0" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/standard/eslint-plugin-standard.git" |
|
}, |
|
"scripts": { |
|
"test": "standard && mocha tests/" |
|
}, |
|
"version": "4.0.1" |
|
}
|
|
|