react-kiwi-dropdown
Version:
| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha
85 lines (84 loc) • 2.42 kB
JSON
{
"_args": [
[
"@typescript-eslint/eslint-plugin@1.6.0",
"/Users/kimvigren/Documents/git/react-kiwi-dropdown/test"
]
],
"_from": "@typescript-eslint/eslint-plugin@1.6.0",
"_id": "@typescript-eslint/eslint-plugin@1.6.0",
"_inBundle": false,
"_integrity": "sha512-U224c29E2lo861TQZs6GSmyC0OYeRNg6bE9UVIiFBxN2MlA0nq2dCrgIVyyRbC05UOcrgf2Wk/CF2gGOPQKUSQ==",
"_location": "/@typescript-eslint/eslint-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@typescript-eslint/eslint-plugin@1.6.0",
"name": "@typescript-eslint/eslint-plugin",
"escapedName": "@typescript-eslint%2feslint-plugin",
"scope": "@typescript-eslint",
"rawSpec": "1.6.0",
"saveSpec": null,
"fetchSpec": "1.6.0"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.6.0.tgz",
"_spec": "1.6.0",
"_where": "/Users/kimvigren/Documents/git/react-kiwi-dropdown/test",
"bugs": {
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
},
"dependencies": {
"@typescript-eslint/parser": "1.6.0",
"@typescript-eslint/typescript-estree": "1.6.0",
"requireindex": "^1.2.0",
"tsutils": "^3.7.0"
},
"description": "TypeScript plugin for ESLint",
"devDependencies": {
"eslint-docs": "^0.2.6"
},
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
},
"files": [
"dist",
"docs",
"package.json",
"README.md",
"LICENSE"
],
"gitHead": "ab3c1a1613a9b0a064d634822d7eff14bd94f5a5",
"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": {
"eslint": "^5.0.0",
"typescript": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typescript-eslint/typescript-eslint.git"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rimraf dist/",
"docs": "eslint-docs",
"docs:check": "eslint-docs check",
"prebuild": "npm run clean",
"recommended:update": "ts-node tools/update-recommended.ts",
"test": "jest --coverage",
"typecheck": "tsc --noEmit"
},
"version": "1.6.0"
}