@haxtheweb/haxcms-nodejs
Version:
HAXcms single and multisite nodejs server, api, and administration
59 lines (58 loc) • 1.77 kB
JSON
{
"description": "Gathers usage statistics for components used during application development",
"repository": "vaadin/vaadin-usage-statistics",
"homepage": "https://github.com/vaadin/vaadin-usage-statistics#readme",
"name": "@vaadin/vaadin-usage-statistics",
"version": "2.1.3",
"directories": {
"test": "test"
},
"main": "vaadin-usage-statistics.js",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"browserslist": [
"last 2 Chrome major versions",
"last 2 Android major versions",
"last 2 Firefox major versions",
"last 2 Edge major versions",
"last 2 Safari major versions",
"last 2 iOS major versions",
"Safari 9",
"iOS 9",
"IE 11"
],
"files": [
"vaadin-usage-statistics-collect.js",
"vaadin-usage-statistics-optout.js",
"check.cjs"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"scripts": {
"postinstall": "node check.cjs",
"disable": "npm config set @vaadin/vaadin-usage-statistics:disabled true && npm run postinstall",
"enable": "npm config set @vaadin/vaadin-usage-statistics:disabled false && npm run postinstall",
"generate-typings": "gen-typescript-declarations --outDir . --verify",
"test": "wct --npm"
},
"bugs": {
"url": "https://github.com/vaadin/vaadin-usage-statistics/issues"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"dependencies": {
"@vaadin/vaadin-development-mode-detector": "^2.0.0"
},
"devDependencies": {
"@web-padawan/gen-typescript-declarations": "^1.6.2",
"web-component-tester": "6.9.2",
"wct-browser-legacy": "^1.0.1",
"@webcomponents/webcomponentsjs": "^2.0.0"
}
}