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-color-functional-notation/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "postcss-color-functional-notation",
    3   "version": "2.0.1",
    4   "description": "Use space and slash separated color notation in CSS",
    5   "author": "Jonathan Neal <jonathantneal@hotmail.com>",
    6   "license": "CC0-1.0",
    7   "repository": "jonathantneal/postcss-color-functional-notation",
    8   "homepage": "https://github.com/jonathantneal/postcss-color-functional-notation#readme",
    9   "bugs": "https://github.com/jonathantneal/postcss-color-functional-notation/issues",
    10   "main": "index.cjs.js",
    11   "module": "index.es.mjs",
    12   "files": [
    13     "index.cjs.js",
    14     "index.cjs.js.map",
    15     "index.es.mjs",
    16     "index.es.mjs.map"
     2  "_args": [
     3    [
     4      "postcss-color-functional-notation@2.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    177  ],
    18   "scripts": {
    19     "prepublishOnly": "npm test",
    20     "pretest": "rollup -c .rollup.js --silent",
    21     "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    22     "test:ec": "echint --ignore index.*.js test",
    23     "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
    24     "test:tape": "postcss-tape"
     8  "_development": true,
     9  "_from": "postcss-color-functional-notation@2.0.1",
     10  "_id": "postcss-color-functional-notation@2.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==",
     13  "_location": "/postcss-color-functional-notation",
     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-color-functional-notation@2.0.1",
     21    "name": "postcss-color-functional-notation",
     22    "escapedName": "postcss-color-functional-notation",
     23    "rawSpec": "2.0.1",
     24    "saveSpec": null,
     25    "fetchSpec": "2.0.1"
     26  },
     27  "_requiredBy": [
     28    "/postcss-preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz",
     31  "_spec": "2.0.1",
     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/jonathantneal/postcss-color-functional-notation/issues"
    2839  },
    2940  "dependencies": {
     
    3142    "postcss-values-parser": "^2.0.0"
    3243  },
     44  "description": "Use space and slash separated color notation in CSS",
    3345  "devDependencies": {
    3446    "@babel/core": "^7.1.0",
     
    4254    "rollup-plugin-babel": "^4.0.3"
    4355  },
     56  "engines": {
     57    "node": ">=6.0.0"
     58  },
    4459  "eslintConfig": {
    4560    "extends": "dev",
    4661    "parser": "babel-eslint"
    4762  },
     63  "files": [
     64    "index.cjs.js",
     65    "index.cjs.js.map",
     66    "index.es.mjs",
     67    "index.es.mjs.map"
     68  ],
     69  "homepage": "https://github.com/jonathantneal/postcss-color-functional-notation#readme",
    4870  "keywords": [
    4971    "postcss",
     
    6385    "space",
    6486    "comma"
    65   ]
     87  ],
     88  "license": "CC0-1.0",
     89  "main": "index.cjs.js",
     90  "module": "index.es.mjs",
     91  "name": "postcss-color-functional-notation",
     92  "repository": {
     93    "type": "git",
     94    "url": "git+https://github.com/jonathantneal/postcss-color-functional-notation.git"
     95  },
     96  "scripts": {
     97    "prepublishOnly": "npm test",
     98    "pretest": "rollup -c .rollup.js --silent",
     99    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
     100    "test:ec": "echint --ignore index.*.js test",
     101    "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
     102    "test:tape": "postcss-tape"
     103  },
     104  "version": "2.0.1"
    66105}
Note: See TracChangeset for help on using the changeset viewer.