83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"_from": "eslint-utils@^1.3.1",
|
|
"_id": "eslint-utils@1.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==",
|
|
"_location": "/eslint-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "eslint-utils@^1.3.1",
|
|
"name": "eslint-utils",
|
|
"escapedName": "eslint-utils",
|
|
"rawSpec": "^1.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz",
|
|
"_shasum": "9a851ba89ee7c460346f97cf8939c7298827e512",
|
|
"_spec": "eslint-utils@^1.3.1",
|
|
"_where": "/home/soeren/dev/keksaccountgui/node_modules/eslint",
|
|
"author": {
|
|
"name": "Toru Nagashima"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mysticatea/eslint-utils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Utilities for ESLint plugins.",
|
|
"devDependencies": {
|
|
"@mysticatea/eslint-plugin": "^5.0.1",
|
|
"codecov": "^3.0.2",
|
|
"eslint": "^5.0.1",
|
|
"esm": "^3.0.55",
|
|
"espree": "^4.0.0",
|
|
"mocha": "^5.2.0",
|
|
"nyc": "^12.0.2",
|
|
"opener": "^1.4.3",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^0.62.0",
|
|
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
"vuepress": "github:mysticatea/vuepress#skip-waiting"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.*"
|
|
],
|
|
"homepage": "https://github.com/mysticatea/eslint-utils#readme",
|
|
"keywords": [
|
|
"eslint"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"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": "mocha --require esm --reporter dot --watch --growl \"test/*.js\""
|
|
},
|
|
"version": "1.3.1"
|
|
}
|