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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-initial",
    3   "version": "3.0.4",
    4   "description": "PostCSS plugin to fallback initial keyword.",
    5   "keywords": [
    6     "postcss",
    7     "css",
    8     "postcss-plugin",
    9     "reset"
     2  "_args": [
     3    [
     4      "postcss-initial@3.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "author": "Maksim Koretskiy <mr.green.tv@gmail.com>",
    12   "license": "MIT",
    13   "repository": {
    14     "type": "git",
    15     "url": "https://github.com/maximkoretskiy/postcss-initial.git"
     8  "_development": true,
     9  "_from": "postcss-initial@3.0.4",
     10  "_id": "postcss-initial@3.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==",
     13  "_location": "/postcss-initial",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-initial@3.0.4",
     21    "name": "postcss-initial",
     22    "escapedName": "postcss-initial",
     23    "rawSpec": "3.0.4",
     24    "saveSpec": null,
     25    "fetchSpec": "3.0.4"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.4.tgz",
     31  "_spec": "3.0.4",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Maksim Koretskiy",
     35    "email": "mr.green.tv@gmail.com"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/maximkoretskiy/postcss-initial/issues"
    1639  },
    1740  "dependencies": {
    1841    "postcss": "^7.0.2"
    1942  },
     43  "description": "PostCSS plugin to fallback initial keyword.",
    2044  "devDependencies": {
    2145    "chai": "3.5.0",
     
    2549    "standard-version": "^8.0.1"
    2650  },
    27   "scripts": {
    28     "lint": "eslint *.js ./lib/ ./test/",
    29     "test": "npm run lint && mocha",
    30     "tdd": "mocha -w --watch-extensions js,json,css",
    31     "release": "standard-version"
    32   },
     51  "homepage": "https://github.com/maximkoretskiy/postcss-initial#readme",
    3352  "husky": {
    3453    "hooks": {
     
    3756    }
    3857  },
     58  "keywords": [
     59    "postcss",
     60    "css",
     61    "postcss-plugin",
     62    "reset"
     63  ],
     64  "license": "MIT",
     65  "name": "postcss-initial",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/maximkoretskiy/postcss-initial.git"
     69  },
     70  "scripts": {
     71    "lint": "eslint *.js ./lib/ ./test/",
     72    "release": "standard-version",
     73    "tdd": "mocha -w --watch-extensions js,json,css",
     74    "test": "npm run lint && mocha"
     75  },
    3976  "standard-version": {
    4077    "scripts": {
    4178      "prerelease": "npm test"
    4279    }
    43   }
     80  },
     81  "version": "3.0.4"
    4482}
Note: See TracChangeset for help on using the changeset viewer.