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

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

adding photos

  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "critters@0.0.10",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "critters@0.0.10",
10 "_id": "critters@0.0.10",
11 "_inBundle": false,
12 "_integrity": "sha512-p5VKhP1803+f+0Jq5P03w1SbiHtpAKm+1EpJHkiPxQPq0Vu9QLZHviJ02GRrWi0dlcJqrmzMWInbwp4d22RsGw==",
13 "_location": "/critters",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "critters@0.0.10",
19 "name": "critters",
20 "escapedName": "critters",
21 "rawSpec": "0.0.10",
22 "saveSpec": null,
23 "fetchSpec": "0.0.10"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/critters/-/critters-0.0.10.tgz",
29 "_spec": "0.0.10",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "The Chromium Authors"
33 },
34 "bugs": {
35 "url": "https://github.com/GoogleChromeLabs/critters/issues"
36 },
[6a3a178]37 "contributors": [
38 {
39 "name": "Jason Miller",
40 "email": "developit@google.com"
41 },
42 {
43 "name": "Janicklas Ralph",
44 "email": "janicklas@google.com"
45 }
46 ],
[59329aa]47 "dependencies": {
48 "chalk": "^4.1.0",
49 "css": "^3.0.0",
50 "parse5": "^6.0.1",
51 "parse5-htmlparser2-tree-adapter": "^6.0.1",
52 "pretty-bytes": "^5.3.0"
[6a3a178]53 },
[59329aa]54 "description": "Plugin to inline critical CSS and lazy-load the rest.",
[6a3a178]55 "devDependencies": {
56 "@babel/preset-env": "^7.11.0",
57 "babel-core": "^6.26.0",
58 "babel-jest": "^26.3.0",
59 "css-loader": "^4.2.1",
60 "documentation": "^13.0.2",
61 "eslint": "^7.6.0",
62 "eslint-config-prettier": "^6.11.0",
63 "eslint-config-standard": "^14.1.1",
64 "eslint-plugin-import": "^2.11.0",
65 "eslint-plugin-jest": "^23.20.0",
66 "eslint-plugin-node": "^11.1.0",
67 "eslint-plugin-promise": "^4.2.1",
68 "eslint-plugin-standard": "^4.0.1",
69 "file-loader": "^6.0.0",
70 "html-webpack-plugin": "^3.2.0",
71 "jest": "^26.3.0",
72 "microbundle": "^0.12.3",
73 "mini-css-extract-plugin": "^0.10.0",
74 "webpack": "^4.6.0",
75 "webpack-log": "^3.0.2"
76 },
[59329aa]77 "files": [
78 "src",
79 "dist"
80 ],
81 "homepage": "https://github.com/GoogleChromeLabs/critters#readme",
82 "jest": {
83 "testEnvironment": "jsdom",
84 "testURL": "http://localhost",
85 "coverageReporters": [
86 "text"
87 ],
88 "collectCoverageFrom": [
89 "src/**/*.js"
90 ],
91 "watchPathIgnorePatterns": [
92 "node_modules",
93 "dist"
94 ]
95 },
96 "keywords": [
97 "critical css",
98 "inline css",
99 "critical",
100 "critters",
101 "webpack plugin",
102 "performance"
103 ],
104 "license": "Apache-2.0",
105 "main": "dist/critters.js",
106 "name": "critters",
107 "repository": {
108 "type": "git",
109 "url": "git+https://github.com/GoogleChromeLabs/critters.git"
110 },
111 "scripts": {
112 "build": "npm run -s build:main && npm run -s build:webpack",
113 "build:main": "microbundle --target node",
114 "build:webpack": "cd packages/critters-webpack-plugin && npm run -s build",
115 "docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src",
116 "prepare": "npm run -s build",
117 "release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
118 "test": "jest --coverage"
119 },
120 "source": "src/index.js",
121 "typings": "src/index.d.ts",
122 "version": "0.0.10"
[6a3a178]123}
Note: See TracBrowser for help on using the repository browser.