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

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-preset-env",
    3   "version": "6.7.0",
    4   "description": "Convert modern CSS into something browsers understand",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
    6   "license": "CC0-1.0",
    7   "repository": "csstools/postcss-preset-env",
    8   "homepage": "https://github.com/csstools/postcss-preset-env#readme",
    9   "bugs": "https://github.com/csstools/postcss-preset-env/issues",
    10   "main": "index.js",
    11   "module": "index.mjs",
    12   "files": [
    13     "index.js",
    14     "index.js.map",
    15     "index.mjs",
    16     "index.mjs.map"
     2  "_args": [
     3    [
     4      "postcss-preset-env@6.7.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    177  ],
    18   "scripts": {
    19     "build": "rollup -c .rollup.js --silent",
    20     "prepublishOnly": "npm test",
    21     "pretest:tape": "npm run build",
    22     "test": "npm run test:js && npm run test:tape",
    23     "test:js": "eslint src/*.js src/lib/*.js src/patch/*.js --cache --ignore-path .gitignore --quiet",
    24     "test:tape": "postcss-tape"
     8  "_development": true,
     9  "_from": "postcss-preset-env@6.7.0",
     10  "_id": "postcss-preset-env@6.7.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==",
     13  "_location": "/postcss-preset-env",
     14  "_phantomChildren": {
     15    "picocolors": "0.2.1"
    2516  },
    26   "engines": {
    27     "node": ">=6.0.0"
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "postcss-preset-env@6.7.0",
     21    "name": "postcss-preset-env",
     22    "escapedName": "postcss-preset-env",
     23    "rawSpec": "6.7.0",
     24    "saveSpec": null,
     25    "fetchSpec": "6.7.0"
     26  },
     27  "_requiredBy": [
     28    "/@angular-devkit/build-angular"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz",
     31  "_spec": "6.7.0",
     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/csstools/postcss-preset-env/issues"
    2839  },
    2940  "dependencies": {
     
    6677    "postcss-selector-not": "^4.0.0"
    6778  },
     79  "description": "Convert modern CSS into something browsers understand",
    6880  "devDependencies": {
    6981    "@babel/core": "^7.5.0",
     
    7890    "rollup-plugin-babel": "^4.3.3"
    7991  },
     92  "engines": {
     93    "node": ">=6.0.0"
     94  },
    8095  "eslintConfig": {
    8196    "extends": "dev",
    8297    "parser": "babel-eslint"
    8398  },
     99  "files": [
     100    "index.js",
     101    "index.js.map",
     102    "index.mjs",
     103    "index.mjs.map"
     104  ],
     105  "homepage": "https://github.com/csstools/postcss-preset-env#readme",
    84106  "keywords": [
    85107    "postcss",
     
    95117    "future",
    96118    "next"
    97   ]
     119  ],
     120  "license": "CC0-1.0",
     121  "main": "index.js",
     122  "module": "index.mjs",
     123  "name": "postcss-preset-env",
     124  "repository": {
     125    "type": "git",
     126    "url": "git+https://github.com/csstools/postcss-preset-env.git"
     127  },
     128  "scripts": {
     129    "build": "rollup -c .rollup.js --silent",
     130    "prepublishOnly": "npm test",
     131    "pretest:tape": "npm run build",
     132    "test": "npm run test:js && npm run test:tape",
     133    "test:js": "eslint src/*.js src/lib/*.js src/patch/*.js --cache --ignore-path .gitignore --quiet",
     134    "test:tape": "postcss-tape"
     135  },
     136  "version": "6.7.0"
    98137}
Note: See TracChangeset for help on using the changeset viewer.