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

    rceaed42 r59329aa  
    11{
    2   "name": "css-parse",
    3   "version": "2.0.0",
     2  "_args": [
     3    [
     4      "css-parse@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "css-parse@2.0.0",
     10  "_id": "css-parse@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=",
     13  "_location": "/css-parse",
     14  "_phantomChildren": {
     15    "atob": "2.1.2",
     16    "decode-uri-component": "0.2.0",
     17    "inherits": "2.0.4",
     18    "resolve-url": "0.2.1",
     19    "source-map-url": "0.4.1",
     20    "urix": "0.1.0"
     21  },
     22  "_requested": {
     23    "type": "version",
     24    "registry": true,
     25    "raw": "css-parse@2.0.0",
     26    "name": "css-parse",
     27    "escapedName": "css-parse",
     28    "rawSpec": "2.0.0",
     29    "saveSpec": null,
     30    "fetchSpec": "2.0.0"
     31  },
     32  "_requiredBy": [
     33    "/stylus"
     34  ],
     35  "_resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz",
     36  "_spec": "2.0.0",
     37  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     38  "author": {
     39    "name": "TJ Holowaychuk",
     40    "email": "tj@vision-media.ca"
     41  },
     42  "bugs": {
     43    "url": "https://github.com/reworkcss/css-parse/issues"
     44  },
     45  "dependencies": {
     46    "css": "^2.0.0"
     47  },
    448  "description": "CSS parser",
    5   "main": "index",
    649  "files": [
    750    "index.js"
    851  ],
    9   "dependencies": {
    10     "css": "^2.0.0"
    11   },
    12   "author": "TJ Holowaychuk <tj@vision-media.ca>",
    13   "license": "MIT",
    14   "repository": {
    15     "type": "git",
    16     "url": "https://github.com/reworkcss/css-parse.git"
    17   },
     52  "homepage": "https://github.com/reworkcss/css-parse#readme",
    1853  "keywords": [
    1954    "css",
    2055    "parser",
    2156    "stylesheet"
    22   ]
     57  ],
     58  "license": "MIT",
     59  "main": "index",
     60  "name": "css-parse",
     61  "repository": {
     62    "type": "git",
     63    "url": "git+https://github.com/reworkcss/css-parse.git"
     64  },
     65  "version": "2.0.0"
    2366}
Note: See TracChangeset for help on using the changeset viewer.