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

    rceaed42 r59329aa  
    11{
    2   "name": "css-tree",
    3   "version": "1.1.3",
    4   "description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
    5   "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
    6   "license": "MIT",
    7   "repository": "csstree/csstree",
    8   "keywords": [
    9     "css",
    10     "ast",
    11     "tokenizer",
    12     "parser",
    13     "walker",
    14     "lexer",
    15     "generator",
    16     "utils",
    17     "syntax",
    18     "validation"
     2  "_args": [
     3    [
     4      "css-tree@1.1.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    197  ],
    20   "main": "lib/index.js",
    21   "unpkg": "dist/csstree.min.js",
    22   "jsdelivr": "dist/csstree.min.js",
    23   "scripts": {
    24     "build": "rollup --config",
    25     "lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
    26     "lint-and-test": "npm run lint && npm test",
    27     "update:docs": "node scripts/update-docs",
    28     "review:syntax-patch": "node scripts/review-syntax-patch",
    29     "test": "mocha --reporter progress",
    30     "coverage": "nyc npm test",
    31     "travis": "nyc npm run lint-and-test && npm run coveralls",
    32     "coveralls": "nyc report --reporter=text-lcov | coveralls",
    33     "prepublishOnly": "npm run build",
    34     "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
     8  "_development": true,
     9  "_from": "css-tree@1.1.3",
     10  "_id": "css-tree@1.1.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
     13  "_location": "/css-tree",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "css-tree@1.1.3",
     19    "name": "css-tree",
     20    "escapedName": "css-tree",
     21    "rawSpec": "1.1.3",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.3"
     24  },
     25  "_requiredBy": [
     26    "/csso",
     27    "/svgo"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
     30  "_spec": "1.1.3",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Roman Dvornov",
     34    "email": "rdvornov@gmail.com",
     35    "url": "https://github.com/lahmatiy"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/csstree/csstree/issues"
    3539  },
    3640  "dependencies": {
     
    3842    "source-map": "^0.6.1"
    3943  },
     44  "description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
    4045  "devDependencies": {
    4146    "@rollup/plugin-commonjs": "^11.0.2",
     
    5762    "dist",
    5863    "lib"
    59   ]
     64  ],
     65  "homepage": "https://github.com/csstree/csstree#readme",
     66  "jsdelivr": "dist/csstree.min.js",
     67  "keywords": [
     68    "css",
     69    "ast",
     70    "tokenizer",
     71    "parser",
     72    "walker",
     73    "lexer",
     74    "generator",
     75    "utils",
     76    "syntax",
     77    "validation"
     78  ],
     79  "license": "MIT",
     80  "main": "lib/index.js",
     81  "name": "css-tree",
     82  "repository": {
     83    "type": "git",
     84    "url": "git+https://github.com/csstree/csstree.git"
     85  },
     86  "scripts": {
     87    "build": "rollup --config",
     88    "coverage": "nyc npm test",
     89    "coveralls": "nyc report --reporter=text-lcov | coveralls",
     90    "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null",
     91    "lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
     92    "lint-and-test": "npm run lint && npm test",
     93    "prepublishOnly": "npm run build",
     94    "review:syntax-patch": "node scripts/review-syntax-patch",
     95    "test": "mocha --reporter progress",
     96    "travis": "nyc npm run lint-and-test && npm run coveralls",
     97    "update:docs": "node scripts/update-docs"
     98  },
     99  "unpkg": "dist/csstree.min.js",
     100  "version": "1.1.3"
    60101}
Note: See TracChangeset for help on using the changeset viewer.