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

    rceaed42 r59329aa  
    11{
    2   "name": "icss-utils",
    3   "version": "5.1.0",
    4   "description": "ICSS utils for postcss ast",
    5   "main": "src/index.js",
    6   "engines": {
    7     "node": "^10 || ^12 || >= 14"
     2  "_args": [
     3    [
     4      "icss-utils@5.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "icss-utils@5.1.0",
     10  "_id": "icss-utils@5.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
     13  "_location": "/icss-utils",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "icss-utils@5.1.0",
     19    "name": "icss-utils",
     20    "escapedName": "icss-utils",
     21    "rawSpec": "5.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.1.0"
    824  },
    9   "files": [
    10     "src"
     25  "_requiredBy": [
     26    "/css-loader",
     27    "/postcss-modules-local-by-default",
     28    "/postcss-modules-values"
    1129  ],
    12   "scripts": {
    13     "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
    14     "eslint": "eslint --ignore-path .gitignore .",
    15     "lint": "yarn eslint && yarn prettier",
    16     "test:only": "jest",
    17     "test:watch": "jest --watch",
    18     "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
    19     "pretest": "yarn lint",
    20     "test": "yarn test:coverage",
    21     "prepublishOnly": "yarn test"
     30  "_resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
     31  "_spec": "5.1.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Glen Maddern"
    2235  },
    23   "repository": {
    24     "type": "git",
    25     "url": "git+https://github.com/css-modules/icss-utils.git"
    26   },
    27   "keywords": [
    28     "css",
    29     "modules",
    30     "icss",
    31     "postcss"
    32   ],
    33   "author": "Glen Maddern",
    34   "license": "ISC",
    3536  "bugs": {
    3637    "url": "https://github.com/css-modules/icss-utils/issues"
    3738  },
    38   "homepage": "https://github.com/css-modules/icss-utils#readme",
     39  "description": "ICSS utils for postcss ast",
    3940  "devDependencies": {
    4041    "coveralls": "^3.1.0",
     
    4748    "prettier": "^2.1.2"
    4849  },
     50  "engines": {
     51    "node": "^10 || ^12 || >= 14"
     52  },
     53  "files": [
     54    "src"
     55  ],
     56  "homepage": "https://github.com/css-modules/icss-utils#readme",
     57  "keywords": [
     58    "css",
     59    "modules",
     60    "icss",
     61    "postcss"
     62  ],
     63  "license": "ISC",
     64  "main": "src/index.js",
     65  "name": "icss-utils",
    4966  "peerDependencies": {
    5067    "postcss": "^8.1.0"
    51   }
     68  },
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/css-modules/icss-utils.git"
     72  },
     73  "scripts": {
     74    "eslint": "eslint --ignore-path .gitignore .",
     75    "lint": "yarn eslint && yarn prettier",
     76    "prepublishOnly": "yarn test",
     77    "pretest": "yarn lint",
     78    "prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
     79    "test": "yarn test:coverage",
     80    "test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
     81    "test:only": "jest",
     82    "test:watch": "jest --watch"
     83  },
     84  "version": "5.1.0"
    5285}
Note: See TracChangeset for help on using the changeset viewer.