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

    rceaed42 r59329aa  
    11{
    2   "name": "cssesc",
    3   "version": "3.0.0",
    4   "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
    5   "homepage": "https://mths.be/cssesc",
    6   "engines": {
    7     "node": ">=4"
     2  "_args": [
     3    [
     4      "cssesc@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "cssesc@3.0.0",
     10  "_id": "cssesc@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
     13  "_location": "/cssesc",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cssesc@3.0.0",
     19    "name": "cssesc",
     20    "escapedName": "cssesc",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
    824  },
    9   "main": "cssesc.js",
    10   "bin": "bin/cssesc",
    11   "man": "man/cssesc.1",
    12   "keywords": [
    13     "css",
    14     "escape",
    15     "identifier",
    16     "string",
    17     "tool"
     25  "_requiredBy": [
     26    "/postcss-selector-parser"
    1827  ],
    19   "license": "MIT",
     28  "_resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    2031  "author": {
    2132    "name": "Mathias Bynens",
    2233    "url": "https://mathiasbynens.be/"
    2334  },
    24   "repository": {
    25     "type": "git",
    26     "url": "https://github.com/mathiasbynens/cssesc.git"
     35  "bin": {
     36    "cssesc": "bin/cssesc"
    2737  },
    28   "bugs": "https://github.com/mathiasbynens/cssesc/issues",
    29   "files": [
    30     "LICENSE-MIT.txt",
    31     "cssesc.js",
    32     "bin/",
    33     "man/"
    34   ],
    35   "scripts": {
    36     "build": "grunt template && babel cssesc.js -o cssesc.js",
    37     "test": "mocha tests",
    38     "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"
     38  "bugs": {
     39    "url": "https://github.com/mathiasbynens/cssesc/issues"
    3940  },
     41  "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
    4042  "devDependencies": {
    4143    "babel-cli": "^6.26.0",
     
    4850    "regenerate": "^1.2.1",
    4951    "requirejs": "^2.1.16"
    50   }
     52  },
     53  "engines": {
     54    "node": ">=4"
     55  },
     56  "files": [
     57    "LICENSE-MIT.txt",
     58    "cssesc.js",
     59    "bin/",
     60    "man/"
     61  ],
     62  "homepage": "https://mths.be/cssesc",
     63  "keywords": [
     64    "css",
     65    "escape",
     66    "identifier",
     67    "string",
     68    "tool"
     69  ],
     70  "license": "MIT",
     71  "main": "cssesc.js",
     72  "man": [
     73    "man/cssesc.1"
     74  ],
     75  "name": "cssesc",
     76  "repository": {
     77    "type": "git",
     78    "url": "git+https://github.com/mathiasbynens/cssesc.git"
     79  },
     80  "scripts": {
     81    "build": "grunt template && babel cssesc.js -o cssesc.js",
     82    "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
     83    "test": "mocha tests"
     84  },
     85  "version": "3.0.0"
    5186}
Note: See TracChangeset for help on using the changeset viewer.