Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/critters/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "critters",
    3   "version": "0.0.10",
    4   "description": "Plugin to inline critical CSS and lazy-load the rest.",
    5   "main": "dist/critters.js",
    6   "source": "src/index.js",
    7   "typings": "src/index.d.ts",
    8   "license": "Apache-2.0",
    9   "author": "The Chromium Authors",
     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  },
    1037  "contributors": [
    1138    {
     
    1845    }
    1946  ],
    20   "files": [
    21     "src",
    22     "dist"
    23   ],
    24   "keywords": [
    25     "critical css",
    26     "inline css",
    27     "critical",
    28     "critters",
    29     "webpack plugin",
    30     "performance"
    31   ],
    32   "repository": "GoogleChromeLabs/critters",
    33   "scripts": {
    34     "build": "npm run -s build:main && npm run -s build:webpack",
    35     "build:main": "microbundle --target node",
    36     "build:webpack": "cd packages/critters-webpack-plugin && npm run -s build",
    37     "docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src",
    38     "prepare": "npm run -s build",
    39     "release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
    40     "test": "jest --coverage"
     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"
    4153  },
    42   "jest": {
    43     "testEnvironment": "jsdom",
    44     "testURL": "http://localhost",
    45     "coverageReporters": [
    46       "text"
    47     ],
    48     "collectCoverageFrom": [
    49       "src/**/*.js"
    50     ],
    51     "watchPathIgnorePatterns": [
    52       "node_modules",
    53       "dist"
    54     ]
    55   },
     54  "description": "Plugin to inline critical CSS and lazy-load the rest.",
    5655  "devDependencies": {
    5756    "@babel/preset-env": "^7.11.0",
     
    7675    "webpack-log": "^3.0.2"
    7776  },
    78   "dependencies": {
    79     "chalk": "^4.1.0",
    80     "css": "^3.0.0",
    81     "parse5": "^6.0.1",
    82     "parse5-htmlparser2-tree-adapter": "^6.0.1",
    83     "pretty-bytes": "^5.3.0"
    84   }
     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"
    85123}
Note: See TracChangeset for help on using the changeset viewer.