{ "_args": [ [ "critters@0.0.10", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "critters@0.0.10", "_id": "critters@0.0.10", "_inBundle": false, "_integrity": "sha512-p5VKhP1803+f+0Jq5P03w1SbiHtpAKm+1EpJHkiPxQPq0Vu9QLZHviJ02GRrWi0dlcJqrmzMWInbwp4d22RsGw==", "_location": "/critters", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "critters@0.0.10", "name": "critters", "escapedName": "critters", "rawSpec": "0.0.10", "saveSpec": null, "fetchSpec": "0.0.10" }, "_requiredBy": [ "/@angular-devkit/build-angular" ], "_resolved": "https://registry.npmjs.org/critters/-/critters-0.0.10.tgz", "_spec": "0.0.10", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "The Chromium Authors" }, "bugs": { "url": "https://github.com/GoogleChromeLabs/critters/issues" }, "contributors": [ { "name": "Jason Miller", "email": "developit@google.com" }, { "name": "Janicklas Ralph", "email": "janicklas@google.com" } ], "dependencies": { "chalk": "^4.1.0", "css": "^3.0.0", "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", "pretty-bytes": "^5.3.0" }, "description": "Plugin to inline critical CSS and lazy-load the rest.", "devDependencies": { "@babel/preset-env": "^7.11.0", "babel-core": "^6.26.0", "babel-jest": "^26.3.0", "css-loader": "^4.2.1", "documentation": "^13.0.2", "eslint": "^7.6.0", "eslint-config-prettier": "^6.11.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jest": "^23.20.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "file-loader": "^6.0.0", "html-webpack-plugin": "^3.2.0", "jest": "^26.3.0", "microbundle": "^0.12.3", "mini-css-extract-plugin": "^0.10.0", "webpack": "^4.6.0", "webpack-log": "^3.0.2" }, "files": [ "src", "dist" ], "homepage": "https://github.com/GoogleChromeLabs/critters#readme", "jest": { "testEnvironment": "jsdom", "testURL": "http://localhost", "coverageReporters": [ "text" ], "collectCoverageFrom": [ "src/**/*.js" ], "watchPathIgnorePatterns": [ "node_modules", "dist" ] }, "keywords": [ "critical css", "inline css", "critical", "critters", "webpack plugin", "performance" ], "license": "Apache-2.0", "main": "dist/critters.js", "name": "critters", "repository": { "type": "git", "url": "git+https://github.com/GoogleChromeLabs/critters.git" }, "scripts": { "build": "npm run -s build:main && npm run -s build:webpack", "build:main": "microbundle --target node", "build:webpack": "cd packages/critters-webpack-plugin && npm run -s build", "docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src", "prepare": "npm run -s build", "release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish", "test": "jest --coverage" }, "source": "src/index.js", "typings": "src/index.d.ts", "version": "0.0.10" }