1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "@nuxtjs/eslint-config@^8.0.0",
- "_id": "@nuxtjs/eslint-config@8.0.0",
- "_inBundle": false,
- "_integrity": "sha512-NuZSiMdSCuBukwWgmNQuMYoA/jgL9SLfecOurUUQw/1QTcD0YKh0RxY4h9rNJB2jkfayzmZ+Y11hlOml40FVvw==",
- "_location": "/@nuxtjs/eslint-config",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@nuxtjs/eslint-config@^8.0.0",
- "name": "@nuxtjs/eslint-config",
- "escapedName": "@nuxtjs%2feslint-config",
- "scope": "@nuxtjs",
- "rawSpec": "^8.0.0",
- "saveSpec": null,
- "fetchSpec": "^8.0.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/@nuxtjs/eslint-config/-/eslint-config-8.0.0.tgz",
- "_shasum": "6e9eefc4993985537cc289cfab6a2d24fcc0f320",
- "_spec": "@nuxtjs/eslint-config@^8.0.0",
- "_where": "H:\\gs_nuxt",
- "bugs": {
- "url": "https://github.com/nuxt/eslint-config/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Alexander Lichter",
- "email": "npm@lichter.io"
- }
- ],
- "dependencies": {
- "eslint-config-standard": "^16.0.3",
- "eslint-plugin-import": "^2.25.3",
- "eslint-plugin-jest": "^25.3.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^5.1.1",
- "eslint-plugin-unicorn": "^39.0.0",
- "eslint-plugin-vue": "^8.1.1"
- },
- "deprecated": false,
- "description": "Nuxt.js eslint config",
- "files": [
- "index.js"
- ],
- "gitHead": "caaea1aa66d7d561e404896924bcd2d47488c2b4",
- "homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config",
- "license": "MIT",
- "name": "@nuxtjs/eslint-config",
- "peerDependencies": {
- "eslint": "^8.3.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nuxt/eslint-config.git"
- },
- "version": "8.0.0"
- }
|