forked from zhurui/management
95 lines
2.6 KiB
JSON
95 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-utils@1.4.0",
|
|
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-utils@1.4.0",
|
|
"_id": "eslint-utils@1.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==",
|
|
"_location": "/eslint-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-utils@1.4.0",
|
|
"name": "eslint-utils",
|
|
"escapedName": "eslint-utils",
|
|
"rawSpec": "1.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-es",
|
|
"/eslint-plugin-node"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.0.tgz",
|
|
"_spec": "1.4.0",
|
|
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
|
|
"author": {
|
|
"name": "Toru Nagashima"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mysticatea/eslint-utils/issues"
|
|
},
|
|
"dependencies": {
|
|
"eslint-visitor-keys": "^1.0.0"
|
|
},
|
|
"description": "Utilities for ESLint plugins.",
|
|
"devDependencies": {
|
|
"@mysticatea/eslint-plugin": "^10.0.3",
|
|
"codecov": "^3.0.2",
|
|
"dot-prop": "^4.2.0",
|
|
"eslint": "^5.16.0",
|
|
"esm": "^3.0.55",
|
|
"espree": "^5.0.1",
|
|
"mocha": "^5.2.0",
|
|
"nyc": "^13.0.1",
|
|
"opener": "^1.4.3",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^1.16.7",
|
|
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
"vuepress": "^0.14.4",
|
|
"warun": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.*"
|
|
],
|
|
"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": "nyc report -r lcov && 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",
|
|
"pretest": "npm run -s lint && npm run -s build",
|
|
"preversion": "npm test && npm run -s build",
|
|
"prewatch": "npm run -s clean",
|
|
"test": "nyc mocha --reporter dot \"test/*.js\"",
|
|
"watch": "warun \"{src,test}/**/*.js\" -- nyc --reporter lcov mocha --reporter dot \"test/*.js\""
|
|
},
|
|
"sideEffects": false,
|
|
"version": "1.4.0"
|
|
}
|