{
  "_args": [
    [
      "web-vitals@1.1.0",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_from": "web-vitals@1.1.0",
  "_id": "web-vitals@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-1cx54eRxY/+M0KNKdNpNnuXAXG+vJEvwScV4DiV9rOYDguHoeDIzm09ghBohOPtkqPO5OtPC14FWkNva3SDisg==",
  "_location": "/web-vitals",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "web-vitals@1.1.0",
    "name": "web-vitals",
    "escapedName": "web-vitals",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "author": {
    "name": "Philip Walton",
    "email": "philip@philipwalton.com",
    "url": "http://philipwalton.com"
  },
  "bugs": {
    "url": "https://github.com/GoogleChrome/web-vitals/issues"
  },
  "description": "Easily measure performance metrics in JavaScript",
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/preset-env": "^7.12.7",
    "@rollup/plugin-replace": "^2.3.4",
    "@typescript-eslint/eslint-plugin": "^4.8.2",
    "@typescript-eslint/parser": "^4.8.2",
    "@wdio/cli": "^6.10.0",
    "@wdio/local-runner": "^6.10.0",
    "@wdio/mocha-framework": "^6.8.0",
    "@wdio/selenium-standalone-service": "^6.10.0",
    "@wdio/spec-reporter": "^6.8.1",
    "babel-eslint": "^10.1.0",
    "body-parser": "^1.19.0",
    "chromedriver": "^87.0.5",
    "eslint": "^7.14.0",
    "eslint-config-google": "^0.14.0",
    "express": "^4.17.1",
    "fs-extra": "^9.0.1",
    "husky": "^4.3.0",
    "npm-run-all": "^4.1.5",
    "nunjucks": "^3.2.2",
    "rollup": "^2.33.3",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.1.2",
    "wdio-chromedriver-service": "^6.0.4"
  },
  "files": [
    "base.js",
    "base.d.ts",
    "dist",
    "src"
  ],
  "homepage": "https://github.com/GoogleChrome/web-vitals#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "keywords": [
    "crux",
    "performance",
    "metrics",
    "CLS",
    "FCP",
    "FID",
    "LCP",
    "TTFB"
  ],
  "license": "Apache-2.0",
  "main": "dist/web-vitals.umd.js",
  "module": "dist/web-vitals.js",
  "name": "web-vitals",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleChrome/web-vitals.git"
  },
  "scripts": {
    "build": "run-s clean build:ts build:js",
    "build:js": "rollup -c",
    "build:ts": "tsc -b",
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "dev": "run-p watch test:server",
    "lint": "eslint \"*.js\" \"src/**/*.ts\" \"test/**/*.js\"",
    "lint:fix": "eslint --fix \"*.js\" \"src/**/*.ts\" \"test/**/*.js\"",
    "postversion": "git push --follow-tags",
    "release:major": "npm version major -m 'Release v%s' && npm publish",
    "release:minor": "npm version minor -m 'Release v%s' && npm publish",
    "release:patch": "npm version patch -m 'Release v%s' && npm publish",
    "test": "npm-run-all build -p -r test:*",
    "test:e2e": "wdio wdio.conf.js",
    "test:server": "node test/server.js",
    "version": "run-s build",
    "watch": "run-p watch:*",
    "watch:js": "rollup -c -w",
    "watch:ts": "tsc -b -w"
  },
  "typings": "dist/modules/index.d.ts",
  "version": "1.1.0"
}
