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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-import",
    3   "version": "14.0.2",
    4   "description": "PostCSS plugin to import CSS files",
    5   "keywords": [
    6     "css",
    7     "postcss",
    8     "postcss-plugin",
    9     "import",
    10     "node modules",
    11     "npm"
     2  "_args": [
     3    [
     4      "postcss-import@14.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "author": "Maxime Thirouin",
    14   "license": "MIT",
    15   "repository": "https://github.com/postcss/postcss-import.git",
    16   "files": [
    17     "index.js",
    18     "lib"
     8  "_development": true,
     9  "_from": "postcss-import@14.0.2",
     10  "_id": "postcss-import@14.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==",
     13  "_location": "/postcss-import",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "postcss-import@14.0.2",
     19    "name": "postcss-import",
     20    "escapedName": "postcss-import",
     21    "rawSpec": "14.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "14.0.2"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular"
    1927  ],
    20   "engines": {
    21     "node": ">=10.0.0"
     28  "_resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.2.tgz",
     29  "_spec": "14.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Maxime Thirouin"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/postcss/postcss-import/issues"
    2236  },
    2337  "dependencies": {
     
    2640    "resolve": "^1.1.7"
    2741  },
     42  "description": "PostCSS plugin to import CSS files",
    2843  "devDependencies": {
    2944    "ava": "^3.0.0",
     
    3651    "sugarss": "^3.0.0"
    3752  },
    38   "peerDependencies": {
    39     "postcss": "^8.0.0"
    40   },
    41   "scripts": {
    42     "ci": "eslint . && ava",
    43     "lint": "eslint . --fix",
    44     "pretest": "npm run lint",
    45     "test": "ava"
     53  "engines": {
     54    "node": ">=10.0.0"
    4655  },
    4756  "eslintConfig": {
     
    6271      ]
    6372    }
    64   }
     73  },
     74  "files": [
     75    "index.js",
     76    "lib"
     77  ],
     78  "homepage": "https://github.com/postcss/postcss-import#readme",
     79  "keywords": [
     80    "css",
     81    "postcss",
     82    "postcss-plugin",
     83    "import",
     84    "node modules",
     85    "npm"
     86  ],
     87  "license": "MIT",
     88  "name": "postcss-import",
     89  "peerDependencies": {
     90    "postcss": "^8.0.0"
     91  },
     92  "repository": {
     93    "type": "git",
     94    "url": "git+https://github.com/postcss/postcss-import.git"
     95  },
     96  "scripts": {
     97    "ci": "eslint . && ava",
     98    "lint": "eslint . --fix",
     99    "pretest": "npm run lint",
     100    "test": "ava"
     101  },
     102  "version": "14.0.2"
    65103}
Note: See TracChangeset for help on using the changeset viewer.