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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-font-variant",
    3   "version": "4.0.1",
     2  "_args": [
     3    [
     4      "postcss-font-variant@4.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "postcss-font-variant@4.0.1",
     10  "_id": "postcss-font-variant@4.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==",
     13  "_location": "/postcss-font-variant",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-font-variant@4.0.1",
     21    "name": "postcss-font-variant",
     22    "escapedName": "postcss-font-variant",
     23    "rawSpec": "4.0.1",
     24    "saveSpec": null,
     25    "fetchSpec": "4.0.1"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-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-font-variant/issues"
     38  },
     39  "dependencies": {
     40    "postcss": "^7.0.2"
     41  },
    442  "description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS  (font-feature-settings)",
     43  "devDependencies": {
     44    "jscs": "^3.0.7",
     45    "jshint": "^2.9.6",
     46    "npmpub": "^4.1.0",
     47    "tape": "^4.9.1"
     48  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/postcss/postcss-font-variant#readme",
    553  "keywords": [
    654    "css",
     
    1159    "font-variant"
    1260  ],
    13   "author": "Maxime Thirouin",
    1461  "license": "MIT",
    15   "repository": "https://github.com/postcss/postcss-font-variant.git",
    16   "files": [
    17     "index.js"
    18   ],
    19   "dependencies": {
    20     "postcss": "^7.0.2"
    21   },
    22   "devDependencies": {
    23     "jscs": "^3.0.7",
    24     "jshint": "^2.9.6",
    25     "npmpub": "^4.1.0",
    26     "tape": "^4.9.1"
     62  "name": "postcss-font-variant",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/postcss/postcss-font-variant.git"
    2766  },
    2867  "scripts": {
    29     "lint": "npm run jscs && npm run jshint",
    3068    "jscs": "jscs index.js test/index.js",
    3169    "jshint": "jshint . --exclude-path .gitignore",
    32     "test": "npm run lint && tape test",
    33     "release": "npmpub"
    34   }
     70    "lint": "npm run jscs && npm run jshint",
     71    "release": "npmpub",
     72    "test": "npm run lint && tape test"
     73  },
     74  "version": "4.0.1"
    3575}
Note: See TracChangeset for help on using the changeset viewer.