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-attribute-case-insensitive/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-attribute-case-insensitive",
    3   "version": "4.0.2",
    4   "description": "PostCSS plugin to support case insensitive attributes",
    5   "main": "dist/index.js",
    6   "scripts": {
    7     "test": "eslint src && npm run prepublish && mocha --require @babel/register",
    8     "prepublish": "babel src --out-dir dist"
     2  "_args": [
     3    [
     4      "postcss-attribute-case-insensitive@4.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-attribute-case-insensitive@4.0.2",
     10  "_id": "postcss-attribute-case-insensitive@4.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==",
     13  "_location": "/postcss-attribute-case-insensitive",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
    916  },
    10   "repository": {
    11     "type": "git",
    12     "url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-attribute-case-insensitive@4.0.2",
     21    "name": "postcss-attribute-case-insensitive",
     22    "escapedName": "postcss-attribute-case-insensitive",
     23    "rawSpec": "4.0.2",
     24    "saveSpec": null,
     25    "fetchSpec": "4.0.2"
    1326  },
    14   "keywords": [
    15     "postcss",
    16     "css",
    17     "postcss-plugin",
    18     "attribute",
    19     "insensitive",
    20     "sensitive",
    21     "CSS4"
     27  "_requiredBy": [
     28    "/postcss-preset-env"
    2229  ],
    23   "author": "Dmitry Semigradsky",
    24   "license": "MIT",
     30  "_resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz",
     31  "_spec": "4.0.2",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Dmitry Semigradsky"
     35  },
    2536  "bugs": {
    2637    "url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
    2738  },
    28   "homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
     39  "dependencies": {
     40    "postcss": "^7.0.2",
     41    "postcss-selector-parser": "^6.0.2"
     42  },
     43  "description": "PostCSS plugin to support case insensitive attributes",
    2944  "devDependencies": {
    3045    "@babel/cli": "^7.8.3",
     
    3954    "mocha": "^5.2.0"
    4055  },
    41   "dependencies": {
    42     "postcss": "^7.0.2",
    43     "postcss-selector-parser": "^6.0.2"
    44   }
     56  "homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
     57  "keywords": [
     58    "postcss",
     59    "css",
     60    "postcss-plugin",
     61    "attribute",
     62    "insensitive",
     63    "sensitive",
     64    "CSS4"
     65  ],
     66  "license": "MIT",
     67  "main": "dist/index.js",
     68  "name": "postcss-attribute-case-insensitive",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
     72  },
     73  "scripts": {
     74    "prepublish": "babel src --out-dir dist",
     75    "test": "eslint src && npm run prepublish && mocha --require @babel/register"
     76  },
     77  "version": "4.0.2"
    4578}
Note: See TracChangeset for help on using the changeset viewer.