| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 | {  "_args": [    [      "eslint-utils@2.1.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "eslint-utils@2.1.0",  "_id": "eslint-utils@2.1.0",  "_inBundle": false,  "_integrity": "sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=",  "_location": "/eslint-utils",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "eslint-utils@2.1.0",    "name": "eslint-utils",    "escapedName": "eslint-utils",    "rawSpec": "2.1.0",    "saveSpec": null,    "fetchSpec": "2.1.0"  },  "_requiredBy": [    "/eslint",    "/eslint-plugin-vue"  ],  "_resolved": "https://registry.nlark.com/eslint-utils/download/eslint-utils-2.1.0.tgz?cache=0&sync_timestamp=1622605293603&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-utils%2Fdownload%2Feslint-utils-2.1.0.tgz",  "_spec": "2.1.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Toru Nagashima"  },  "bugs": {    "url": "https://github.com/mysticatea/eslint-utils/issues"  },  "dependencies": {    "eslint-visitor-keys": "^1.1.0"  },  "description": "Utilities for ESLint plugins.",  "devDependencies": {    "@mysticatea/eslint-plugin": "^12.0.0",    "codecov": "^3.6.1",    "dot-prop": "^4.2.0",    "eslint": "^6.5.1",    "esm": "^3.2.25",    "espree": "^6.1.1",    "mocha": "^6.2.2",    "npm-run-all": "^4.1.5",    "nyc": "^14.1.1",    "opener": "^1.5.1",    "rimraf": "^3.0.0",    "rollup": "^1.25.0",    "rollup-plugin-sourcemaps": "^0.4.2",    "semver": "^7.3.2",    "vuepress": "^1.2.0",    "warun": "^1.0.0"  },  "engines": {    "node": ">=6"  },  "files": [    "index.*"  ],  "funding": "https://github.com/sponsors/mysticatea",  "homepage": "https://github.com/mysticatea/eslint-utils#readme",  "keywords": [    "eslint"  ],  "license": "MIT",  "main": "index",  "module": "index.mjs",  "name": "eslint-utils",  "repository": {    "type": "git",    "url": "git+https://github.com/mysticatea/eslint-utils.git"  },  "scripts": {    "build": "rollup -c",    "clean": "rimraf .nyc_output coverage index.*",    "codecov": "nyc report -r lcovonly && codecov",    "coverage": "opener ./coverage/lcov-report/index.html",    "docs:build": "vuepress build docs",    "docs:watch": "vuepress dev docs",    "lint": "eslint src test",    "postversion": "git push && git push --tags",    "prebuild": "npm run -s clean",    "preversion": "npm test && npm run -s build",    "prewatch": "npm run -s clean",    "test": "run-s lint build test:mocha",    "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",    "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"  },  "sideEffects": false,  "version": "2.1.0"}
 |