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

    rceaed42 r59329aa  
    11{
    2   "name": "css",
    3   "version": "3.0.0",
     2  "_args": [
     3    [
     4      "css@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "css@3.0.0",
     10  "_id": "css@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
     13  "_location": "/css",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "css@3.0.0",
     19    "name": "css",
     20    "escapedName": "css",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/critters"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "TJ Holowaychuk",
     33    "email": "tj@vision-media.ca"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/reworkcss/css/issues"
     37  },
     38  "dependencies": {
     39    "inherits": "^2.0.4",
     40    "source-map": "^0.6.1",
     41    "source-map-resolve": "^0.6.0"
     42  },
    443  "description": "CSS parser / stringifier",
    5   "main": "index",
     44  "devDependencies": {
     45    "bytes": "^3.1.0",
     46    "matcha": "^0.7.0",
     47    "mocha": "^8.0.1",
     48    "should": "^13.2.3"
     49  },
    650  "files": [
    751    "index.js",
     
    953    "Readme.md"
    1054  ],
    11   "dependencies": {
    12     "inherits": "^2.0.4",
    13     "source-map": "^0.6.1",
    14     "source-map-resolve": "^0.6.0"
    15   },
    16   "devDependencies": {
    17     "mocha": "^8.0.1",
    18     "should": "^13.2.3",
    19     "matcha": "^0.7.0",
    20     "bytes": "^3.1.0"
     55  "homepage": "https://github.com/reworkcss/css#readme",
     56  "keywords": [
     57    "css",
     58    "parser",
     59    "stringifier",
     60    "stylesheet"
     61  ],
     62  "license": "MIT",
     63  "main": "index",
     64  "name": "css",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/reworkcss/css.git"
    2168  },
    2269  "scripts": {
     
    2471    "test": "mocha --require should --reporter spec test/*.js"
    2572  },
    26   "author": "TJ Holowaychuk <tj@vision-media.ca>",
    27   "license": "MIT",
    28   "repository": {
    29     "type": "git",
    30     "url": "https://github.com/reworkcss/css.git"
    31   },
    32   "keywords": [
    33     "css",
    34     "parser",
    35     "stringifier",
    36     "stylesheet"
    37   ]
     73  "version": "3.0.0"
    3874}
Note: See TracChangeset for help on using the changeset viewer.