You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

98 lines
2.5 KiB

{
"_args": [
[
"critters@0.0.12",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "critters@0.0.12",
"_id": "critters@0.0.12",
"_inBundle": false,
"_integrity": "sha512-ujxKtKc/mWpjrOKeaACTaQ1aP0O31M0ZPWhfl85jZF1smPU4Ivb9va5Ox2poif4zVJQQo0LCFlzGtEZAsCAPcw==",
"_location": "/critters",
"_phantomChildren": {
"nanoid": "3.3.1",
"picocolors": "1.0.0",
"source-map-js": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "critters@0.0.12",
"name": "critters",
"escapedName": "critters",
"rawSpec": "0.0.12",
"saveSpec": null,
"fetchSpec": "0.0.12"
},
"_requiredBy": [
"/@angular-devkit/build-angular"
],
"_resolved": "https://registry.npmjs.org/critters/-/critters-0.0.12.tgz",
"_spec": "0.0.12",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"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-select": "^4.1.3",
"parse5": "^6.0.1",
"parse5-htmlparser2-tree-adapter": "^6.0.1",
"postcss": "^8.3.7",
"pretty-bytes": "^5.3.0"
},
"description": "Inline critical CSS and lazy-load the rest.",
"devDependencies": {
"microbundle": "^0.12.3"
},
"exports": {
"import": "./dist/critters.mjs",
"require": "./dist/critters.js",
"default": "./dist/critters.mjs"
},
"files": [
"src",
"dist"
],
"homepage": "https://github.com/GoogleChromeLabs/critters#readme",
"keywords": [
"critical css",
"inline css",
"critical",
"critters",
"webpack plugin",
"performance"
],
"license": "Apache-2.0",
"main": "dist/critters.js",
"module": "dist/critters.mjs",
"name": "critters",
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/critters.git",
"directory": "packages/critters"
},
"scripts": {
"build": "microbundle --target node --no-sourcemap -f cjs,esm",
"docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src",
"prepare": "npm run -s build"
},
"source": "src/index.js",
"typings": "src/index.d.ts",
"version": "0.0.12"
}