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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-selector-not",
    3   "version": "4.0.1",
    4   "description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
    5   "keywords": [
    6     "postcss",
    7     "postcss-plugin",
    8     "selectors",
    9     "selector",
    10     "Not"
     2  "_args": [
     3    [
     4      "postcss-selector-not@4.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "author": "Maxime Thirouin",
    13   "license": "MIT",
    14   "repository": {
    15     "type": "git",
    16     "url": "https://github.com/postcss/postcss-selector-not.git"
     8  "_development": true,
     9  "_from": "postcss-selector-not@4.0.1",
     10  "_id": "postcss-selector-not@4.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==",
     13  "_location": "/postcss-selector-not",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
    1716  },
    18   "main": "dist/index.js",
    19   "files": [
    20     "dist"
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-selector-not@4.0.1",
     21    "name": "postcss-selector-not",
     22    "escapedName": "postcss-selector-not",
     23    "rawSpec": "4.0.1",
     24    "saveSpec": null,
     25    "fetchSpec": "4.0.1"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
    2129  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz",
     31  "_spec": "4.0.1",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Maxime Thirouin"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/postcss/postcss-selector-not/issues"
     38  },
    2239  "dependencies": {
    2340    "balanced-match": "^1.0.0",
    2441    "postcss": "^7.0.2"
    2542  },
     43  "description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
    2644  "devDependencies": {
    2745    "babel-cli": "^6.26.0",
     
    3250    "tape": "^4.9.1"
    3351  },
     52  "files": [
     53    "dist"
     54  ],
     55  "homepage": "https://github.com/postcss/postcss-selector-not#readme",
     56  "keywords": [
     57    "postcss",
     58    "postcss-plugin",
     59    "selectors",
     60    "selector",
     61    "Not"
     62  ],
     63  "license": "MIT",
     64  "main": "dist/index.js",
     65  "name": "postcss-selector-not",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/postcss/postcss-selector-not.git"
     69  },
    3470  "scripts": {
     71    "babelify": "babel src --out-dir dist",
    3572    "lint": "eslint ./src/*.js ./test/*.js",
     73    "prepublish": "npm run babelify",
    3674    "tape": "tape -r babel-register test/*.js",
    37     "test": "npm run lint && npm run babelify && npm run tape",
    38     "babelify": "babel src --out-dir dist",
    39     "prepublish": "npm run babelify"
    40   }
     75    "test": "npm run lint && npm run babelify && npm run tape"
     76  },
     77  "version": "4.0.1"
    4178}
Note: See TracChangeset for help on using the changeset viewer.