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

    rceaed42 r59329aa  
    11{
    2   "name": "vendors",
    3   "version": "1.0.4",
     2  "_args": [
     3    [
     4      "vendors@1.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "vendors@1.0.4",
     10  "_id": "vendors@1.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==",
     13  "_location": "/vendors",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "vendors@1.0.4",
     19    "name": "vendors",
     20    "escapedName": "vendors",
     21    "rawSpec": "1.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.4"
     24  },
     25  "_requiredBy": [
     26    "/postcss-merge-rules"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz",
     29  "_spec": "1.0.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Titus Wormer",
     33    "email": "tituswormer@gmail.com",
     34    "url": "https://wooorm.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/wooorm/vendors/issues"
     38  },
     39  "contributors": [
     40    {
     41      "name": "Titus Wormer",
     42      "email": "tituswormer@gmail.com",
     43      "url": "https://wooorm.com"
     44    }
     45  ],
     46  "dependencies": {},
    447  "description": "List of vendor prefixes known to the web platform",
    5   "license": "MIT",
     48  "devDependencies": {
     49    "browserify": "^16.0.0",
     50    "prettier": "^1.0.0",
     51    "remark-cli": "^7.0.0",
     52    "remark-preset-wooorm": "^6.0.0",
     53    "tape": "^4.0.0",
     54    "tinyify": "^2.0.0",
     55    "xo": "^0.25.0"
     56  },
     57  "files": [
     58    "index.json"
     59  ],
     60  "funding": {
     61    "type": "github",
     62    "url": "https://github.com/sponsors/wooorm"
     63  },
     64  "homepage": "https://github.com/wooorm/vendors#readme",
    665  "keywords": [
    766    "css",
     
    1473    "prefixes"
    1574  ],
    16   "repository": "wooorm/vendors",
    17   "bugs": "https://github.com/wooorm/vendors/issues",
    18   "funding": {
    19     "type": "github",
    20     "url": "https://github.com/sponsors/wooorm"
    21   },
    22   "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
    23   "contributors": [
    24     "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
    25   ],
     75  "license": "MIT",
    2676  "main": "index.json",
    27   "files": [
    28     "index.json"
    29   ],
    30   "dependencies": {},
    31   "devDependencies": {
    32     "browserify": "^16.0.0",
    33     "prettier": "^1.0.0",
    34     "remark-cli": "^7.0.0",
    35     "remark-preset-wooorm": "^6.0.0",
    36     "tape": "^4.0.0",
    37     "tinyify": "^2.0.0",
    38     "xo": "^0.25.0"
    39   },
    40   "scripts": {
    41     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
    42     "build-bundle": "browserify index.json -s vendors -o vendors.js",
    43     "build-mangle": "browserify index.json -s vendors -p tinyify -o vendors.min.js",
    44     "build": "npm run build-bundle && npm run build-mangle",
    45     "test-api": "node test",
    46     "test": "npm run format && npm run build && npm run test-api"
    47   },
     77  "name": "vendors",
    4878  "prettier": {
    4979    "tabWidth": 2,
     
    5484    "trailingComma": "none"
    5585  },
     86  "remarkConfig": {
     87    "plugins": [
     88      "preset-wooorm"
     89    ]
     90  },
     91  "repository": {
     92    "type": "git",
     93    "url": "git+https://github.com/wooorm/vendors.git"
     94  },
     95  "scripts": {
     96    "build": "npm run build-bundle && npm run build-mangle",
     97    "build-bundle": "browserify index.json -s vendors -o vendors.js",
     98    "build-mangle": "browserify index.json -s vendors -p tinyify -o vendors.min.js",
     99    "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
     100    "test": "npm run format && npm run build && npm run test-api",
     101    "test-api": "node test"
     102  },
     103  "version": "1.0.4",
    56104  "xo": {
    57105    "prettier": true,
     
    60108      "vendors.js"
    61109    ]
    62   },
    63   "remarkConfig": {
    64     "plugins": [
    65       "preset-wooorm"
    66     ]
    67110  }
    68111}
Note: See TracChangeset for help on using the changeset viewer.