blob: c49be0470de608db8b8f5552de4cbde70844640d [file] [log] [blame]
{
"_args": [
[
"@typescript-eslint/eslint-plugin@1.12.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "@typescript-eslint/eslint-plugin@1.12.0",
"_id": "@typescript-eslint/eslint-plugin@1.12.0",
"_inBundle": false,
"_integrity": "sha512-J/ZTZF+pLNqjXBGNfq5fahsoJ4vJOkYbitWPavA05IrZ7BXUaf4XWlhUB/ic1lpOGTRpLWF+PLAePjiHp6dz8g==",
"_location": "/@typescript-eslint/eslint-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@typescript-eslint/eslint-plugin@1.12.0",
"name": "@typescript-eslint/eslint-plugin",
"escapedName": "@typescript-eslint%2feslint-plugin",
"scope": "@typescript-eslint",
"rawSpec": "1.12.0",
"saveSpec": null,
"fetchSpec": "1.12.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.12.0.tgz",
"_spec": "1.12.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"bugs": {
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
},
"dependencies": {
"@typescript-eslint/experimental-utils": "1.12.0",
"eslint-utils": "^1.3.1",
"functional-red-black-tree": "^1.0.1",
"regexpp": "^2.0.1",
"tsutils": "^3.7.0"
},
"description": "TypeScript plugin for ESLint",
"devDependencies": {
"@types/marked": "^0.6.5",
"chalk": "^2.4.2",
"marked": "^0.6.2"
},
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
},
"files": [
"dist",
"docs",
"package.json",
"README.md",
"LICENSE"
],
"gitHead": "cd96c3875e90580c67023d2483c44da76a572eec",
"homepage": "https://github.com/typescript-eslint/typescript-eslint#readme",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"typescript"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@typescript-eslint/eslint-plugin",
"peerDependencies": {
"@typescript-eslint/parser": "^1.9.0",
"eslint": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typescript-eslint/typescript-eslint.git",
"directory": "packages/eslint-plugin"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rimraf dist/",
"docs": "eslint-docs",
"docs:check": "ts-node --files ./tools/validate-docs/index.ts",
"format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
"generate:configs": "ts-node --files tools/generate-configs.ts",
"prebuild": "npm run clean",
"recommended:update": "ts-node tools/update-recommended.ts",
"test": "jest --coverage",
"typecheck": "tsc --noEmit"
},
"version": "1.12.0"
}