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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-nesting",
    3   "version": "7.0.1",
    4   "description": "Nest style rules inside each other",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
    6   "license": "CC0-1.0",
    7   "repository": "jonathantneal/postcss-nesting",
    8   "homepage": "https://github.com/jonathantneal/postcss-nesting#readme",
    9   "bugs": "https://github.com/jonathantneal/postcss-nesting/issues",
    10   "main": "index.cjs.js",
    11   "module": "index.es.js",
    12   "files": [
    13     "index.cjs.js",
    14     "index.es.js"
     2  "_args": [
     3    [
     4      "postcss-nesting@7.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    157  ],
    16   "scripts": {
    17     "prepublishOnly": "npm test",
    18     "pretest": "rollup -c .rollup.js --silent",
    19     "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    20     "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
    21     "test:tape": "postcss-tape"
     8  "_development": true,
     9  "_from": "postcss-nesting@7.0.1",
     10  "_id": "postcss-nesting@7.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==",
     13  "_location": "/postcss-nesting",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
    2216  },
    23   "engines": {
    24     "node": ">=6.0.0"
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-nesting@7.0.1",
     21    "name": "postcss-nesting",
     22    "escapedName": "postcss-nesting",
     23    "rawSpec": "7.0.1",
     24    "saveSpec": null,
     25    "fetchSpec": "7.0.1"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz",
     31  "_spec": "7.0.1",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jonathan Neal",
     35    "email": "jonathantneal@hotmail.com"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/jonathantneal/postcss-nesting/issues"
    2539  },
    2640  "dependencies": {
    2741    "postcss": "^7.0.2"
    2842  },
     43  "description": "Nest style rules inside each other",
    2944  "devDependencies": {
    3045    "@babel/core": "^7.0.0",
     
    3954    "rollup-plugin-babel": "^4.0.1"
    4055  },
     56  "engines": {
     57    "node": ">=6.0.0"
     58  },
    4159  "eslintConfig": {
    4260    "extends": "dev",
    4361    "parser": "babel-eslint"
    4462  },
     63  "files": [
     64    "index.cjs.js",
     65    "index.es.js"
     66  ],
     67  "homepage": "https://github.com/jonathantneal/postcss-nesting#readme",
    4568  "keywords": [
    4669    "postcss",
     
    6083    "w3c",
    6184    "csswg"
    62   ]
     85  ],
     86  "license": "CC0-1.0",
     87  "main": "index.cjs.js",
     88  "module": "index.es.js",
     89  "name": "postcss-nesting",
     90  "repository": {
     91    "type": "git",
     92    "url": "git+https://github.com/jonathantneal/postcss-nesting.git"
     93  },
     94  "scripts": {
     95    "prepublishOnly": "npm test",
     96    "pretest": "rollup -c .rollup.js --silent",
     97    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
     98    "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
     99    "test:tape": "postcss-tape"
     100  },
     101  "version": "7.0.1"
    63102}
Note: See TracChangeset for help on using the changeset viewer.