123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_from": "eslint-config-standard@^16.0.3",
- "_id": "eslint-config-standard@16.0.3",
- "_inBundle": false,
- "_integrity": "sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==",
- "_location": "/eslint-config-standard",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "eslint-config-standard@^16.0.3",
- "name": "eslint-config-standard",
- "escapedName": "eslint-config-standard",
- "rawSpec": "^16.0.3",
- "saveSpec": null,
- "fetchSpec": "^16.0.3"
- },
- "_requiredBy": [
- "/@nuxtjs/eslint-config"
- ],
- "_resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz",
- "_shasum": "6c8761e544e96c531ff92642eeb87842b8488516",
- "_spec": "eslint-config-standard@^16.0.3",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxtjs\\eslint-config",
- "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": "^7.12.1",
- "eslint-plugin-import": "^2.22.1",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "tape": "^5.0.1"
- },
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "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": "^7.12.1",
- "eslint-plugin-import": "^2.22.1",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1 || ^5.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": "16.0.3"
- }
|