8000 kibana/package.json at enh/gis-plugin · karnh/kibana · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":"bin","path":"bin","contentType":"directory"},{"name":"config","path":"config","contentType":"directory"},{"name":"data","path":"data","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"licenses","path":"licenses","contentType":"directory"},{"name":"packages","path":"packages","contentType":"directory"},{"name":"plugins","path":"plugins","contentType":"directory"},{"name":"scripts","path":"scripts","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"style_guides","path":"style_guides","contentType":"directory"},{"name":"tasks","path":"tasks","contentType":"directory"},{"name":"test","path":"test","contentType":"directory"},{"name":"utilities","path":"utilities","contentType":"directory"},{"name":"webpackShims","path":"webpackShims","contentType":"directory"},{"name":"x-pack","path":"x-pack","contentType":"directory"},{"name":".backportrc.json","path":".backportrc.json","contentType":"file"},{"name":".editorconfig","path":".editorconfig","contentType":"file"},{"name":".eslintignore","path":".eslintignore","contentType":"file"},{"name":".eslintrc.js","path":".eslintrc.js","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".node-version","path":".node-version","contentType":"file"},{"name":".nvmrc","path":".nvmrc","contentType":"file"},{"name":".prettierrc","path":".prettierrc","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"FAQ.md","path":"FAQ.md","contentType":"file"},{"name":"Gruntfile.js","path":"Gruntfile.js","contentType":"file"},{"name":"LICENSE.txt","path":"LICENSE.txt","contentType":"file"},{"name":"NOTICE.txt","path":"NOTICE.txt","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"STYLEGUIDE.md","path":"STYLEGUIDE.md","contentType":"file"},{"name":"package.json","path":"package.json","contentType":"file"},{"name":"preinstall_check.js","path":"preinstall_check.js","contentType":"file"},{"name":"tsconfig.json","path":"tsconfig.json","contentType":"file"},{"name":"tslint.yaml","path":"tslint.yaml","contentType":"file"},{"name":"yarn.lock","path":"yarn.lock","contentType":"file"}],"totalCount":36}},"fileTreeProcessingTime":10.827754,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":140766105,"defaultBranch":"master","name":"kibana","ownerLogin":"karnh","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-07-12T21:23:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10467119?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"enh/gis-plugin","listCacheKey":"v0:1615345357.0479171","canEdit":false,"refType":"branch","currentOid":"93b776ffb36db504654510c904aae5c52d7aca28"},"path":"package.json","currentUser":null,"blob":{"rawLines":["{"," \"name\": \"kibana\","," \"description\": \"Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch.\","," \"keywords\": ["," \"kibana\","," \"elasticsearch\","," \"logstash\","," \"analytics\","," \"visualizations\","," \"dashboards\","," \"dashboarding\""," ],"," \"private\": false,"," \"version\": \"7.0.0-alpha1\","," \"branch\": \"master\","," \"build\": {"," \"number\": 8467,"," \"sha\": \"6cb7fec4e154faa0a4a3fee4b33dfef91b9870d9\""," },"," \"homepage\": \"https://www.elastic.co/products/kibana\","," \"bugs\": {"," \"url\": \"http://github.com/elastic/kibana/issues\""," },"," \"license\": \"Apache-2.0\","," \"author\": \"Rashid Khan \u003crashid.khan@elastic.co\u003e\","," \"contributors\": ["," \"Chris Cowan \u003cchris.cowan@elastic.co\u003e\","," \"Court Ewing \u003ccourt@elastic.co\u003e\","," \"Jim Unger \u003cjim.unger@elastic.co\u003e\","," \"Joe Fleming \u003cjoe.fleming@elastic.co\u003e\","," \"Jon Budzenski \u003cjonathan.budzenski@elastic.co\u003e\","," \"Juan Thomassie \u003cjuan.thomassie@elastic.co\u003e\","," \"Khalah Jones-Golden \u003ckhalah.jones@elastic.co\u003e\","," \"Lee Drengenberg \u003clee.drengenberg@elastic.co\u003e\","," \"Lukas Olson \u003clukas.olson@elastic.co\u003e\","," \"Matt Bargar \u003cmatt.bargar@elastic.co\u003e\","," \"Nicolás Bevacqua \u003cnico@elastic.co\u003e\","," \"Shelby Sturgis \u003cshelby@elastic.co\u003e\","," \"Spencer Alger \u003cspencer.alger@elastic.co\u003e\","," \"Tim Sullivan \u003ctim@elastic.co\u003e\","," \"Yuri Astrakhan \u003cyuri@elastic.co\u003e\""," ],"," \"scripts\": {"," \"preinstall\": \"node ./preinstall_check\","," \"kbn\": \"node scripts/kbn\","," \"es\": \"node scripts/es\","," \"elasticsearch\": \"echo 'use `yarn es snapshot -E path.data=../data/`'\","," \"test\": \"grunt test\","," \"test:dev\": \"grunt test:dev\","," \"test:quick\": \"grunt test:quick\","," \"test:browser\": \"grunt test:browser\","," \"test:ui\": \"grunt test:ui\","," \"test:ui:server\": \"grunt test:ui:server\","," \"test:ui:runner\": \"echo 'use `node scripts/functional_test_runner`' \u0026\u0026 false\","," \"test:server\": \"grunt test:server\","," \"test:coverage\": \"grunt test:coverage\","," \"checkLicenses\": \"grunt licenses --dev\","," \"build\": \"node scripts/build\","," \"start\": \"node scripts/kibana --dev\","," \"debug\": \"node --nolazy --inspect scripts/kibana --dev\","," \"debug-break\": \"node --nolazy --inspect-brk scripts/kibana --dev\","," \"precommit\": \"node scripts/precommit_hook\","," \"karma\": \"karma start\","," \"lint\": \"echo 'use `node scripts/eslint` and/or `node scripts/tslint`' \u0026\u0026 false\","," \"lintroller\": \"echo 'use `node scripts/eslint --fix` and/or `node scripts/tslint --fix`' \u0026\u0026 false\","," \"makelogs\": \"echo 'use `node scripts/makelogs`' \u0026\u0026 false\","," \"mocha\": \"echo 'use `node scripts/mocha`' \u0026\u0026 false\","," \"sterilize\": \"grunt sterilize\","," \"uiFramework:start\": \"cd packages/kbn-ui-framework \u0026\u0026 yarn docSiteStart\","," \"uiFramework:build\": \"cd packages/kbn-ui-framework \u0026\u0026 yarn docSiteBuild\","," \"uiFramework:createComponent\": \"cd packages/kbn-ui-framework \u0026\u0026 yarn createComponent\","," \"uiFramework:documentComponent\": \"cd packages/kbn-ui-framework \u0026\u0026 yarn documentComponent\","," \"kbn:watch\": \"node scripts/kibana --dev --logging.json=false\""," },"," \"repository\": {"," \"type\": \"git\","," \"url\": \"https://github.com/elastic/kibana.git\""," },"," \"dependencies\": {"," \"@elastic/eui\": \"0.0.55\","," \"@elastic/filesaver\": \"1.1.2\","," \"@elastic/numeral\": \"2.3.2\","," \"@elastic/ui-ace\": \"0.2.3\","," \"@kbn/babel-preset\": \"link:packages/kbn-babel-preset\","," \"@kbn/datemath\": \"link:packages/kbn-datemath\","," \"@kbn/pm\": \"link:packages/kbn-pm\","," \"@kbn/test-subj-selector\": \"link:packages/kbn-test-subj-selector\","," \"@kbn/ui-framework\": \"link:packages/kbn-ui-framework\","," \"JSONStream\": \"1.1.1\","," \"accept-language-parser\": \"1.2.0\","," \"angular\": \"1.6.9\","," \"angular-aria\": \"1.6.6\","," \"angular-elastic\": \"2.5.0\","," \"angular-recursion\": \"^1.0.5\","," \"angular-route\": \"1.4.7\","," \"angular-sanitize\": \"1.5.7\","," \"angular-sortable-view\": \"0.0.15\","," \"autoprefixer\": \"6.5.4\","," \"babel-core\": \"6.21.0\","," \"babel-loader\": \"7.1.2\","," \"babel-polyfill\": \"6.20.0\","," \"babel-register\": \"6.18.0\","," \"bluebird\": \"2.9.34\","," \"body-parser\": \"1.12.0\","," \"boom\": \"5.2.0\","," \"brace\": \"0.11.1\","," \"bunyan\": \"1.7.1\","," \"cache-loader\": \"1.0.3\","," \"chalk\": \"2.3.0\","," \"check-hash\": \"1.0.1\","," \"color\": \"1.0.3\","," \"commander\": \"2.8.1\","," \"compare-versions\": \"3.1.0\","," \"css-loader\": \"0.28.7\","," \"custom-event-polyfill\": \"^0.3.0\","," \"d3\": \"3.5.6\","," \"d3-cloud\": \"1.2.1\","," \"dragula\": \"3.7.0\","," \"elasticsearch\": \"^14.2.1\","," \"elasticsearch-browser\": \"^14.2.1\","," \"encode-uri-query\": \"1.0.0\","," \"even-better\": \"7.0.2\","," \"execa\": \"^0.10.0\","," \"expiry-js\": \"0.1.7\","," \"extract-text-webpack-plugin\": \"3.0.1\","," \"fetch-mock\": \"^5.13.1\","," \"file-loader\": \"1.1.4\","," \"font-awesome\": \"4.4.0\","," \"glob\": \"5.0.13\","," \"glob-all\": \"3.0.1\","," \"good-squeeze\": \"2.1.0\","," \"h2o2\": \"5.1.1\","," \"handlebars\": \"4.0.5\","," \"hapi\": \"14.2.0\","," \"hjson\": \"3.1.0\","," \"http-proxy-agent\": \"^2.1.0\","," \"https-proxy-agent\": \"^2.2.1\","," \"inert\": \"4.0.2\","," \"jade\": \"1.11.0\","," \"jade-loader\": \"0.8.0\","," \"joi\": \"10.4.1\","," \"jquery\": \"^3.3.1\","," \"js-yaml\": \"3.4.1\","," \"json-stringify-pretty-compact\": \"1.0.4\","," \"json-stringify-safe\": \"5.0.1\","," \"jstimezonedetect\": \"1.0.5\","," \"leaflet\": \"1.0.3\","," \"leaflet-draw\": \"0.4.10\","," \"leaflet-responsive-popup\": \"0.2.0\","," \"leaflet-vega\": \"^0.8.6\","," \"leaflet.heat\": \"0.2.0\","," \"less\": \"2.7.1\","," \"less-loader\": \"4.0.5\","," \"lodash\": \"3.10.1\","," \"lru-cache\": \"4.1.1\","," \"markdown-it\": \"^8.4.1\","," \"minimatch\": \"2.0.10\","," \"mkdirp\": \"0.5.1\","," \"moment\": \"^2.20.1\","," \"moment-timezone\": \"^0.5.14\","," \"mustache\": \"2.3.0\","," \"ngreact\": \"0.5.1\","," \"no-ui-slider\": \"1.2.0\","," \"node-fetch\": \"1.3.2\","," \"pegjs\": \"0.9.0\","," \"postcss-loader\": \"2.0.6\","," \"prop-types\": \"15.5.8\","," \"proxy-from-env\": \"1.0.0\","," \"querystring-browser\": \"1.0.4\","," \"raw-loader\": \"0.5.1\","," \"react\": \"^16.3.0\","," \"react-addons-shallow-compare\": \"15.6.2\","," \"react-anything-sortable\": \"^1.7.4\","," \"react-color\": \"^2.13.8\","," \"react-dom\": \"^16.3.0\","," \"react-grid-layout\": \"^0.16.2\","," \"react-input-range\": \"^1.3.0\","," \"react-markdown\": \"^3.1.4\","," \"react-redux\": \"^5.0.6\","," \"react-router-dom\": \"4.2.2\","," \"react-sizeme\": \"^2.3.6\","," \"react-toggle\": \"4.0.2\","," \"reactcss\": \"1.2.3\","," \"redux\": \"3.7.2\","," \"redux-actions\": \"2.2.1\","," \"redux-thunk\": \"2.2.0\","," \"regression\": \"2.0.0\","," \"request\": \"^2.85.0\","," \"reselect\": \"^3.0.1\","," \"resize-observer-polyfill\": \"1.2.1\","," \"rimraf\": \"2.4.3\","," \"rison-node\": \"1.0.0\","," \"rxjs\": \"^6.2.1\","," \"script-loader\": \"0.7.2\","," \"semver\": \"^5.5.0\","," \"style-loader\": \"0.19.0\","," \"tar\": \"2.2.0\","," \"tinygradient\": \"0.3.0\","," \"tinymath\": \"0.2.1\","," \"topojson-client\": \"3.0.0\","," \"trunc-html\": \"1.0.2\","," \"trunc-text\": \"1.0.2\","," \"uglifyjs-webpack-plugin\": \"0.4.6\","," \"ui-select\": \"0.19.6\","," \"url-loader\": \"0.5.9\","," \"uuid\": \"3.0.1\","," \"val-loader\": \"^1.1.0\","," \"validate-npm-package-name\": \"2.2.2\","," \"vega-lib\": \"^3.3.1\","," \"vega-lite\": \"^2.4.0\","," \"vega-schema-url-parser\": \"1.0.0\","," \"vega-tooltip\": \"^0.9.14\","," \"vision\": \"4.1.0\","," \"webpack\": \"3.6.0\","," \"webpack-merge\": \"4.1.0\","," \"whatwg-fetch\": \"^2.0.3\","," \"wreck\": \"12.4.0\","," \"x-pack\": \"link:x-pack\","," \"yauzl\": \"2.7.0\""," },"," \"devDependencies\": {"," \"@elastic/eslint-config-kibana\": \"link:packages/eslint-config-kibana\","," \"@elastic/eslint-plugin-kibana-custom\": \"link:packages/eslint-plugin-kibana-custom\","," \"@kbn/es\": \"link:packages/kbn-es\","," \"@kbn/eslint-import-resolver-kibana\": \"link:packages/kbn-eslint-import-resolver-kibana\","," \"@kbn/eslint-plugin-license-header\": \"link:packages/kbn-eslint-plugin-license-header\","," \"@kbn/plugin-generator\": \"link:packages/kbn-plugin-generator\","," \"@kbn/test\": \"link:packages/kbn-test\","," \"@types/babel-core\": \"^6.25.5\","," \"@types/angular\": \"^1.6.45\","," \"@types/babel-core\": \"^6.25.5\","," \"@types/bluebird\": \"^3.1.1\","," \"@types/classnames\": \"^2.2.3\","," \"@types/eslint\": \"^4.16.2\","," \"@types/execa\": \"^0.9.0\","," \"@types/getopts\": \"^2.0.0\","," \"@types/glob\": \"^5.0.35\","," \"@types/jest\": \"^22.2.3\","," \"@types/listr\": \"^0.13.0\","," \"@types/lodash\": \"^3.10.1\","," \"@types/minimatch\": \"^2.0.29\","," \"@types/prop-types\": \"^15.5.3\","," \"@types/react\": \"^16.3.14\","," \"@types/react-dom\": \"^16.0.5\","," \"@types/redux\": \"^3.6.31\","," \"@types/redux-actions\": \"^2.2.1\","," \"angular-mocks\": \"1.4.7\","," \"babel-eslint\": \"8.1.2\","," \"babel-jest\": \"^22.4.3\","," \"backport\": \"3.0.3\","," \"chai\": \"3.5.0\","," \"chance\": \"1.0.10\","," \"cheerio\": \"0.22.0\","," \"chokidar\": \"1.6.0\","," \"chromedriver\": \"2.36\","," \"classnames\": \"2.2.5\","," \"dedent\": \"^0.7.0\","," \"del\": \"^3.0.0\","," \"enzyme\": \"3.2.0\","," \"enzyme-adapter-react-16\": \"^1.1.1\","," \"enzyme-to-json\": \"3.3.1\","," \"eslint\": \"4.14.0\","," \"eslint-config-prettier\": \"^2.9.0\","," \"eslint-plugin-babel\": \"4.1.2\","," \"eslint-plugin-import\": \"2.8.0\","," \"eslint-plugin-jest\": \"^21.6.2\","," \"eslint-plugin-mocha\": \"4.11.0\","," \"eslint-plugin-no-unsanitized\": \"^3.0.2\","," \"eslint-plugin-prefer-object-spread\": \"1.2.1\","," \"eslint-plugin-prettier\": \"^2.6.0\","," \"eslint-plugin-react\": \"7.5.1\","," \"event-stream\": \"3.3.2\","," \"expect.js\": \"0.3.1\","," \"faker\": \"1.1.0\","," \"geckodriver\": \"1.11.0\","," \"getopts\": \"2.0.0\","," \"globby\": \"^8.0.1\","," \"grunt\": \"1.0.1\","," \"grunt-cli\": \"0.1.13\","," \"grunt-contrib-watch\": \"^1.0.0\","," \"grunt-karma\": \"2.0.0\","," \"grunt-peg\": \"^2.0.1\","," \"grunt-run\": \"0.7.0\","," \"gulp-babel\": \"^7.0.1\","," \"gulp-sourcemaps\": \"1.7.3\","," \"husky\": \"0.8.1\","," \"image-diff\": \"1.6.0\","," \"istanbul-instrumenter-loader\": \"3.0.0\","," \"jest\": \"^22.4.3\","," \"jest-cli\": \"^22.4.3\","," \"jest-raw-loader\": \"^1.0.1\","," \"jimp\": \"0.2.28\","," \"jsdom\": \"9.9.1\","," \"karma\": \"1.7.0\","," \"karma-chrome-launcher\": \"2.1.1\","," \"karma-coverage\": \"1.1.1\","," \"karma-firefox-launcher\": \"1.0.1\","," \"karma-ie-launcher\": \"1.0.0\","," \"karma-junit-reporter\": \"1.2.0\","," \"karma-mocha\": \"1.3.0\","," \"karma-safari-launcher\": \"1.0.0\","," \"leadfoot\": \"1.7.5\","," \"license-checker\": \"^16.0.0\","," \"listr\": \"^0.14.1\","," \"load-grunt-config\": \"0.19.2\","," \"makelogs\": \"^4.0.5\","," \"marked-text-renderer\": \"0.1.0\","," \"mocha\": \"3.3.0\","," \"mock-fs\": \"^4.4.2\","," \"murmurhash3js\": \"3.0.1\","," \"ncp\": \"2.0.0\","," \"nock\": \"8.0.0\","," \"node-sass\": \"^4.9.0\","," \"pixelmatch\": \"4.0.2\","," \"prettier\": \"^1.12.1\","," \"proxyquire\": \"1.7.11\","," \"simple-git\": \"1.37.0\","," \"sinon\": \"^5.0.7\","," \"source-map\": \"0.5.6\","," \"source-map-support\": \"0.2.10\","," \"strip-ansi\": \"^3.0.1\","," \"supertest\": \"3.0.0\","," \"supertest-as-promised\": \"4.0.2\","," \"tree-kill\": \"^1.1.0\","," \"ts-jest\": \"^22.4.6\","," \"ts-loader\": \"^3.5.0\","," \"ts-node\": \"^6.0.3\","," \"tslint\": \"^5.10.0\","," \"tslint-config-prettier\": \"^1.12.0\","," \"tslint-plugin-prettier\": \"^1.3.0\","," \"typescript\": \"^2.8.3\","," \"vinyl-fs\": \"^3.0.2\","," \"xml2js\": \"^0.4.19\","," \"xmlbuilder\": \"9.0.4\","," \"zlib\": \"^1.0.5\""," },"," \"engines\": {"," \"node\": \"8.11.3\","," \"yarn\": \"^1.6.0\""," }","}"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/karnh/kibana/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"package.json","displayUrl":"https://github.com/karnh/kibana/blob/enh/gis-plugin/package.json?raw=true","headerInfo":{"blobSize":"11 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"400c952","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fkarnh%2Fkibana%2Fblob%2Fenh%2Fgis-plugin%2Fpackage.json","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"341","truncatedSloc":"341"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"JSON","languageID":174,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/karnh/kibana/blob/enh/gis-plugin/package.json","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/karnh/kibana/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/karnh/kibana/raw/refs/heads/enh/gis-plugin/package.json","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":true,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/karnh/kibana/branches":{"post":"rCYHaH6qHLUG8LPN94Yki_CULgLsvhXQ8Ixit5FjKWNpOWNDlAnNfErqKcKrWQxhXvyK0uDYsv1BDyrFmcp-Fw"},"/repos/preferences":{"post":"sBIFITjqbdr73Nm-HVAh5dSbS-0NBRUfPBCjsEZcLY5mXZz7mwnwKGu2eBCrWTKFYocgPjquEA7oz-dxp4bqsA"}}},"title":"kibana/package.json at enh/gis-plugin · karnh/kibana","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-7d7eb7c71814.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1ae9fa256942.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true,"github_models_repo_integration":false}}}
0