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/postcss-value-parser/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-value-parser",
    3   "version": "4.1.0",
     2  "_args": [
     3    [
     4      "postcss-value-parser@4.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-value-parser@4.1.0",
     10  "_id": "postcss-value-parser@4.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==",
     13  "_location": "/postcss-value-parser",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-value-parser@4.1.0",
     19    "name": "postcss-value-parser",
     20    "escapedName": "postcss-value-parser",
     21    "rawSpec": "4.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.0"
     24  },
     25  "_requiredBy": [
     26    "/autoprefixer",
     27    "/css-loader",
     28    "/postcss-calc",
     29    "/postcss-colormin",
     30    "/postcss-convert-values",
     31    "/postcss-import",
     32    "/postcss-merge-longhand",
     33    "/postcss-minify-font-values",
     34    "/postcss-minify-gradients",
     35    "/postcss-minify-params",
     36    "/postcss-modules-local-by-default",
     37    "/postcss-normalize-display-values",
     38    "/postcss-normalize-positions",
     39    "/postcss-normalize-repeat-style",
     40    "/postcss-normalize-string",
     41    "/postcss-normalize-timing-functions",
     42    "/postcss-normalize-unicode",
     43    "/postcss-normalize-url",
     44    "/postcss-normalize-whitespace",
     45    "/postcss-ordered-values",
     46    "/postcss-reduce-transforms",
     47    "/postcss-svgo"
     48  ],
     49  "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
     50  "_spec": "4.1.0",
     51  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     52  "author": {
     53    "name": "Bogdan Chadkin",
     54    "email": "trysound@yandex.ru"
     55  },
     56  "bugs": {
     57    "url": "https://github.com/TrySound/postcss-value-parser/issues"
     58  },
    459  "description": "Transforms css values and at-rule params into the tree",
    5   "main": "lib/index.js",
    6   "files": [
    7     "lib"
    8   ],
    960  "devDependencies": {
    1061    "eslint": "^5.16.0",
     
    1566    "tape": "^4.10.2"
    1667  },
    17   "scripts": {
    18     "lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different",
    19     "lint:js": "eslint . --cache",
    20     "lint": "yarn lint:js && yarn lint:prettier",
    21     "pretest": "yarn lint",
    22     "test": "tape test/*.js | tap-spec"
    23   },
    2468  "eslintConfig": {
    2569    "env": {
     
    2973    "extends": "eslint:recommended"
    3074  },
     75  "files": [
     76    "lib"
     77  ],
     78  "homepage": "https://github.com/TrySound/postcss-value-parser",
     79  "husky": {
     80    "hooks": {
     81      "pre-commit": "lint-staged"
     82    }
     83  },
     84  "keywords": [
     85    "postcss",
     86    "value",
     87    "parser"
     88  ],
     89  "license": "MIT",
    3190  "lint-staged": {
    3291    "*.js": [
     
    3695    ]
    3796  },
    38   "husky": {
    39     "hooks": {
    40       "pre-commit": "lint-staged"
    41     }
    42   },
    43   "author": "Bogdan Chadkin <trysound@yandex.ru>",
    44   "license": "MIT",
    45   "homepage": "https://github.com/TrySound/postcss-value-parser",
     97  "main": "lib/index.js",
     98  "name": "postcss-value-parser",
    4699  "repository": {
    47100    "type": "git",
    48     "url": "https://github.com/TrySound/postcss-value-parser.git"
     101    "url": "git+https://github.com/TrySound/postcss-value-parser.git"
    49102  },
    50   "keywords": [
    51     "postcss",
    52     "value",
    53     "parser"
    54   ],
    55   "bugs": {
    56     "url": "https://github.com/TrySound/postcss-value-parser/issues"
    57   }
     103  "scripts": {
     104    "lint": "yarn lint:js && yarn lint:prettier",
     105    "lint:js": "eslint . --cache",
     106    "lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different",
     107    "pretest": "yarn lint",
     108    "test": "tape test/*.js | tap-spec"
     109  },
     110  "version": "4.1.0"
    58111}
Note: See TracChangeset for help on using the changeset viewer.