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

    rceaed42 r59329aa  
    11{
    2   "name": "stylehacks",
    3   "version": "5.0.1",
     2  "_args": [
     3    [
     4      "stylehacks@5.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "stylehacks@5.0.1",
     10  "_id": "stylehacks@5.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Es0rVnHIqbWzveU1b24kbw92HsebBepxfcqe5iix7t9j0PQqhs0IxXVXv0pY2Bxa08CgMkzD6OWql7kbGOuEdA==",
     13  "_location": "/stylehacks",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "stylehacks@5.0.1",
     19    "name": "stylehacks",
     20    "escapedName": "stylehacks",
     21    "rawSpec": "5.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "5.0.1"
     24  },
     25  "_requiredBy": [
     26    "/postcss-merge-longhand"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.0.1.tgz",
     29  "_spec": "5.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Ben Briggs",
     33    "email": "beneb.info@gmail.com",
     34    "url": "http://beneb.info"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/cssnano/cssnano/issues"
     38  },
     39  "dependencies": {
     40    "browserslist": "^4.16.0",
     41    "postcss-selector-parser": "^6.0.4"
     42  },
    443  "description": "Detect/remove browser hacks from CSS files.",
    5   "main": "dist/index.js",
     44  "devDependencies": {
     45    "postcss": "^8.2.15"
     46  },
     47  "engines": {
     48    "node": "^10 || ^12 || >=14.0"
     49  },
    650  "files": [
    751    "LICENSE-MIT",
    852    "dist"
    953  ],
    10   "scripts": {
    11     "prebuild": "del-cli dist",
    12     "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
    13     "prepublish": "yarn build"
    14   },
     54  "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
     55  "homepage": "https://github.com/cssnano/cssnano",
    1556  "keywords": [
    1657    "browsers",
     
    2465  ],
    2566  "license": "MIT",
    26   "homepage": "https://github.com/cssnano/cssnano",
    27   "author": {
    28     "name": "Ben Briggs",
    29     "email": "beneb.info@gmail.com",
    30     "url": "http://beneb.info"
    31   },
    32   "repository": "cssnano/cssnano",
    33   "dependencies": {
    34     "browserslist": "^4.16.0",
    35     "postcss-selector-parser": "^6.0.4"
    36   },
    37   "bugs": {
    38     "url": "https://github.com/cssnano/cssnano/issues"
    39   },
    40   "engines": {
    41     "node": "^10 || ^12 || >=14.0"
    42   },
    43   "devDependencies": {
    44     "postcss": "^8.2.15"
    45   },
     67  "main": "dist/index.js",
     68  "name": "stylehacks",
    4669  "peerDependencies": {
    4770    "postcss": "^8.2.15"
    4871  },
    49   "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/cssnano/cssnano.git"
     75  },
     76  "scripts": {
     77    "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
     78    "prebuild": "del-cli dist",
     79    "prepublish": "yarn build"
     80  },
     81  "version": "5.0.1"
    5082}
Note: See TracChangeset for help on using the changeset viewer.