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

    rceaed42 r59329aa  
    11{
    2   "name": "yaml",
    3   "version": "1.10.2",
    4   "license": "ISC",
    5   "author": "Eemeli Aro <eemeli@gmail.com>",
    6   "repository": "github:eemeli/yaml",
    7   "description": "JavaScript parser and stringifier for YAML",
    8   "keywords": [
    9     "YAML",
    10     "parser",
    11     "stringifier"
     2  "_args": [
     3    [
     4      "yaml@1.10.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "homepage": "https://eemeli.org/yaml/v1/",
    14   "files": [
    15     "browser/",
    16     "dist/",
    17     "types/",
    18     "*.d.ts",
    19     "*.js",
    20     "*.mjs",
    21     "!*config.js"
     8  "_development": true,
     9  "_from": "yaml@1.10.2",
     10  "_id": "yaml@1.10.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
     13  "_location": "/yaml",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "yaml@1.10.2",
     19    "name": "yaml",
     20    "escapedName": "yaml",
     21    "rawSpec": "1.10.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.10.2"
     24  },
     25  "_requiredBy": [
     26    "/cosmiconfig",
     27    "/cssnano"
    2228  ],
    23   "type": "commonjs",
    24   "main": "./index.js",
     29  "_resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
     30  "_spec": "1.10.2",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Eemeli Aro",
     34    "email": "eemeli@gmail.com"
     35  },
    2536  "browser": {
    2637    "./index.js": "./browser/index.js",
     
    4152    "./util.mjs": "./browser/util.js"
    4253  },
    43   "exports": {
    44     ".": "./index.js",
    45     "./parse-cst": "./parse-cst.js",
    46     "./types": [
    47       {
    48         "import": "./types.mjs"
    49       },
    50       "./types.js"
    51     ],
    52     "./util": [
    53       {
    54         "import": "./util.mjs"
    55       },
    56       "./util.js"
    57     ],
    58     "./": "./"
     54  "browserslist": "> 0.5%, not dead",
     55  "bugs": {
     56    "url": "https://github.com/eemeli/yaml/issues"
    5957  },
    60   "scripts": {
    61     "build": "npm run build:node && npm run build:browser",
    62     "build:browser": "rollup -c rollup.browser-config.js",
    63     "build:node": "rollup -c rollup.node-config.js",
    64     "clean": "git clean -fdxe node_modules",
    65     "lint": "eslint src/",
    66     "prettier": "prettier --write .",
    67     "start": "cross-env TRACE_LEVEL=log npm run build:node && node -i -e 'YAML=require(\".\")'",
    68     "test": "jest",
    69     "test:browsers": "cd playground && npm test",
    70     "test:dist": "npm run build:node && jest",
    71     "test:types": "tsc --lib ES2017 --noEmit tests/typings.ts",
    72     "docs:install": "cd docs-slate && bundle install",
    73     "docs:deploy": "cd docs-slate && ./deploy.sh",
    74     "docs": "cd docs-slate && bundle exec middleman server",
    75     "preversion": "npm test && npm run build",
    76     "prepublishOnly": "npm run clean && npm test && npm run build"
    77   },
    78   "browserslist": "> 0.5%, not dead",
    79   "prettier": {
    80     "arrowParens": "avoid",
    81     "semi": false,
    82     "singleQuote": true,
    83     "trailingComma": "none"
    84   },
     58  "description": "JavaScript parser and stringifier for YAML",
    8559  "devDependencies": {
    8660    "@babel/core": "^7.12.10",
     
    10377  "engines": {
    10478    "node": ">= 6"
    105   }
     79  },
     80  "exports": {
     81    ".": "./index.js",
     82    "./parse-cst": "./parse-cst.js",
     83    "./types": [
     84      {
     85        "import": "./types.mjs"
     86      },
     87      "./types.js"
     88    ],
     89    "./util": [
     90      {
     91        "import": "./util.mjs"
     92      },
     93      "./util.js"
     94    ],
     95    "./": "./"
     96  },
     97  "files": [
     98    "browser/",
     99    "dist/",
     100    "types/",
     101    "*.d.ts",
     102    "*.js",
     103    "*.mjs",
     104    "!*config.js"
     105  ],
     106  "homepage": "https://eemeli.org/yaml/v1/",
     107  "keywords": [
     108    "YAML",
     109    "parser",
     110    "stringifier"
     111  ],
     112  "license": "ISC",
     113  "main": "./index.js",
     114  "name": "yaml",
     115  "prettier": {
     116    "arrowParens": "avoid",
     117    "semi": false,
     118    "singleQuote": true,
     119    "trailingComma": "none"
     120  },
     121  "repository": {
     122    "type": "git",
     123    "url": "git+https://github.com/eemeli/yaml.git"
     124  },
     125  "scripts": {
     126    "build": "npm run build:node && npm run build:browser",
     127    "build:browser": "rollup -c rollup.browser-config.js",
     128    "build:node": "rollup -c rollup.node-config.js",
     129    "clean": "git clean -fdxe node_modules",
     130    "docs": "cd docs-slate && bundle exec middleman server",
     131    "docs:deploy": "cd docs-slate && ./deploy.sh",
     132    "docs:install": "cd docs-slate && bundle install",
     133    "lint": "eslint src/",
     134    "prepublishOnly": "npm run clean && npm test && npm run build",
     135    "prettier": "prettier --write .",
     136    "preversion": "npm test && npm run build",
     137    "start": "cross-env TRACE_LEVEL=log npm run build:node && node -i -e 'YAML=require(\".\")'",
     138    "test": "jest",
     139    "test:browsers": "cd playground && npm test",
     140    "test:dist": "npm run build:node && jest",
     141    "test:types": "tsc --lib ES2017 --noEmit tests/typings.ts"
     142  },
     143  "type": "commonjs",
     144  "version": "1.10.2"
    106145}
Note: See TracChangeset for help on using the changeset viewer.