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/svgo/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "svgo@2.7.0",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "svgo@2.7.0",
    10   "_id": "svgo@2.7.0",
     2  "_from": "svgo@^2.7.0",
     3  "_id": "svgo@2.8.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-aDLsGkre4fTDCWvolyW+fs8ZJFABpzLXbtdK1y71CKnHzAnpDxKXPj2mNKj+pyOXUCzFHzuxRJ94XOFygOWV3w==",
     5  "_integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
    136  "_location": "/svgo",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "svgo@2.7.0",
     11    "raw": "svgo@^2.7.0",
    1912    "name": "svgo",
    2013    "escapedName": "svgo",
    21     "rawSpec": "2.7.0",
     14    "rawSpec": "^2.7.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "2.7.0"
     16    "fetchSpec": "^2.7.0"
    2417  },
    2518  "_requiredBy": [
    2619    "/postcss-svgo"
    2720  ],
    28   "_resolved": "https://registry.npmjs.org/svgo/-/svgo-2.7.0.tgz",
    29   "_spec": "2.7.0",
    30   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     21  "_resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
     22  "_shasum": "4ff80cce6710dc2795f0c7c74101e6764cfccd24",
     23  "_spec": "svgo@^2.7.0",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\postcss-svgo",
    3125  "author": {
    3226    "name": "Kir Belevich",
     
    4034    "url": "https://github.com/svg/svgo/issues"
    4135  },
     36  "bundleDependencies": false,
    4237  "contributors": [
    4338    {
     
    6358    "css-tree": "^1.1.3",
    6459    "csso": "^4.2.0",
    65     "nanocolors": "^0.1.12",
     60    "picocolors": "^1.0.0",
    6661    "stable": "^0.1.8"
    6762  },
     63  "deprecated": false,
    6864  "description": "Nodejs-based tool for optimizing SVG vector graphics files",
    6965  "devDependencies": {
     
    7672    "del": "^6.0.0",
    7773    "eslint": "^7.32.0",
    78     "jest": "^27.2.1",
    79     "mock-stdin": "^1.0.0",
     74    "jest": "^27.2.5",
    8075    "node-fetch": "^2.6.2",
    8176    "pixelmatch": "^5.2.1",
     
    8580    "rollup": "^2.56.3",
    8681    "rollup-plugin-terser": "^7.0.2",
    87     "strip-ansi": "^6.0.0",
    8882    "tar-stream": "^2.2.0",
    8983    "typescript": "^4.4.3"
     
    144138  "main": "./lib/svgo-node.js",
    145139  "name": "svgo",
     140  "packageManager": "yarn@2.4.3",
    146141  "prettier": {
    147142    "singleQuote": true
     
    155150    "lint": "eslint --ignore-path .gitignore . && prettier --check \"**/*.js\" --ignore-path .gitignore",
    156151    "prepublishOnly": "rm -rf dist && rollup -c",
    157     "test": "NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers=3 --coverage",
     152    "test": "NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers=4 --coverage",
    158153    "test-browser": "rollup -c && node ./test/browser.js",
    159154    "test-regression": "node ./test/regression-extract.js && NO_DIFF=1 node ./test/regression.js",
    160155    "typecheck": "tsc"
    161156  },
    162   "version": "2.7.0"
     157  "version": "2.8.0"
    163158}
Note: See TracChangeset for help on using the changeset viewer.