Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

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

    r59329aa re29cc2e  
    11{
    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",
     2  "_from": "critters@0.0.12",
     3  "_id": "critters@0.0.12",
    114  "_inBundle": false,
    12   "_integrity": "sha512-p5VKhP1803+f+0Jq5P03w1SbiHtpAKm+1EpJHkiPxQPq0Vu9QLZHviJ02GRrWi0dlcJqrmzMWInbwp4d22RsGw==",
     5  "_integrity": "sha512-ujxKtKc/mWpjrOKeaACTaQ1aP0O31M0ZPWhfl85jZF1smPU4Ivb9va5Ox2poif4zVJQQo0LCFlzGtEZAsCAPcw==",
    136  "_location": "/critters",
    14   "_phantomChildren": {},
     7  "_phantomChildren": {
     8    "nanoid": "3.1.30",
     9    "source-map-js": "0.6.2"
     10  },
    1511  "_requested": {
    1612    "type": "version",
    1713    "registry": true,
    18     "raw": "critters@0.0.10",
     14    "raw": "critters@0.0.12",
    1915    "name": "critters",
    2016    "escapedName": "critters",
    21     "rawSpec": "0.0.10",
     17    "rawSpec": "0.0.12",
    2218    "saveSpec": null,
    23     "fetchSpec": "0.0.10"
     19    "fetchSpec": "0.0.12"
    2420  },
    2521  "_requiredBy": [
    2622    "/@angular-devkit/build-angular"
    2723  ],
    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",
     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",
    3128  "author": {
    3229    "name": "The Chromium Authors"
     
    3532    "url": "https://github.com/GoogleChromeLabs/critters/issues"
    3633  },
     34  "bundleDependencies": false,
    3735  "contributors": [
    3836    {
     
    4745  "dependencies": {
    4846    "chalk": "^4.1.0",
    49     "css": "^3.0.0",
     47    "css-select": "^4.1.3",
    5048    "parse5": "^6.0.1",
    5149    "parse5-htmlparser2-tree-adapter": "^6.0.1",
     50    "postcss": "^8.3.7",
    5251    "pretty-bytes": "^5.3.0"
    5352  },
    54   "description": "Plugin to inline critical CSS and lazy-load the rest.",
     53  "deprecated": false,
     54  "description": "Inline critical CSS and lazy-load the rest.",
    5555  "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"
     56    "microbundle": "^0.12.3"
     57  },
     58  "exports": {
     59    "import": "./dist/critters.mjs",
     60    "require": "./dist/critters.js",
     61    "default": "./dist/critters.mjs"
    7662  },
    7763  "files": [
     
    8066  ],
    8167  "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   },
    9668  "keywords": [
    9769    "critical css",
     
    10476  "license": "Apache-2.0",
    10577  "main": "dist/critters.js",
     78  "module": "dist/critters.mjs",
    10679  "name": "critters",
    10780  "repository": {
    10881    "type": "git",
    109     "url": "git+https://github.com/GoogleChromeLabs/critters.git"
     82    "url": "git+https://github.com/GoogleChromeLabs/critters.git",
     83    "directory": "packages/critters"
    11084  },
    11185  "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",
     86    "build": "microbundle --target node --no-sourcemap -f cjs,esm",
    11587    "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"
     88    "prepare": "npm run -s build"
    11989  },
    12090  "source": "src/index.js",
    12191  "typings": "src/index.d.ts",
    122   "version": "0.0.10"
     92  "version": "0.0.12"
    12393}
Note: See TracChangeset for help on using the changeset viewer.