blob: 47d8b4899d02525d0b86c941385075255343af03 [file] [log] [blame]
{
"_args": [
[
"eslint-utils@1.3.1",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_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": "version",
"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": [
"/@typescript-eslint/eslint-plugin",
"/eslint"
],
"_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz",
"_spec": "1.3.1",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Toru Nagashima"
},
"bugs": {
"url": "https://github.com/mysticatea/eslint-utils/issues"
},
"dependencies": {},
"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"
}