source: trip-planner-front/node_modules/critters/package.json@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.5 KB
Line 
1{
2 "_from": "critters@0.0.12",
3 "_id": "critters@0.0.12",
4 "_inBundle": false,
5 "_integrity": "sha512-ujxKtKc/mWpjrOKeaACTaQ1aP0O31M0ZPWhfl85jZF1smPU4Ivb9va5Ox2poif4zVJQQo0LCFlzGtEZAsCAPcw==",
6 "_location": "/critters",
7 "_phantomChildren": {
8 "nanoid": "3.1.30",
9 "source-map-js": "0.6.2"
10 },
11 "_requested": {
12 "type": "version",
13 "registry": true,
14 "raw": "critters@0.0.12",
15 "name": "critters",
16 "escapedName": "critters",
17 "rawSpec": "0.0.12",
18 "saveSpec": null,
19 "fetchSpec": "0.0.12"
20 },
21 "_requiredBy": [
22 "/@angular-devkit/build-angular"
23 ],
24 "_resolved": "https://registry.npmjs.org/critters/-/critters-0.0.12.tgz",
25 "_shasum": "32baa87526e053a41b67e19921673ed92264e2ab",
26 "_spec": "critters@0.0.12",
27 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular",
28 "author": {
29 "name": "The Chromium Authors"
30 },
31 "bugs": {
32 "url": "https://github.com/GoogleChromeLabs/critters/issues"
33 },
34 "bundleDependencies": false,
35 "contributors": [
36 {
37 "name": "Jason Miller",
38 "email": "developit@google.com"
39 },
40 {
41 "name": "Janicklas Ralph",
42 "email": "janicklas@google.com"
43 }
44 ],
45 "dependencies": {
46 "chalk": "^4.1.0",
47 "css-select": "^4.1.3",
48 "parse5": "^6.0.1",
49 "parse5-htmlparser2-tree-adapter": "^6.0.1",
50 "postcss": "^8.3.7",
51 "pretty-bytes": "^5.3.0"
52 },
53 "deprecated": false,
54 "description": "Inline critical CSS and lazy-load the rest.",
55 "devDependencies": {
56 "microbundle": "^0.12.3"
57 },
58 "exports": {
59 "import": "./dist/critters.mjs",
60 "require": "./dist/critters.js",
61 "default": "./dist/critters.mjs"
62 },
63 "files": [
64 "src",
65 "dist"
66 ],
67 "homepage": "https://github.com/GoogleChromeLabs/critters#readme",
68 "keywords": [
69 "critical css",
70 "inline css",
71 "critical",
72 "critters",
73 "webpack plugin",
74 "performance"
75 ],
76 "license": "Apache-2.0",
77 "main": "dist/critters.js",
78 "module": "dist/critters.mjs",
79 "name": "critters",
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/GoogleChromeLabs/critters.git",
83 "directory": "packages/critters"
84 },
85 "scripts": {
86 "build": "microbundle --target node --no-sourcemap -f cjs,esm",
87 "docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src",
88 "prepare": "npm run -s build"
89 },
90 "source": "src/index.js",
91 "typings": "src/index.d.ts",
92 "version": "0.0.12"
93}
Note: See TracBrowser for help on using the repository browser.