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

    rceaed42 r59329aa  
    11{
    2   "name": "caniuse-api",
    3   "version": "3.0.0",
    4   "description": "request the caniuse data to check browsers compatibilities",
    5   "repository": "https://github.com/nyalab/caniuse-api.git",
    6   "keywords": [
    7     "caniuse",
    8     "browserslist"
     2  "_args": [
     3    [
     4      "caniuse-api@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    97  ],
     8  "_development": true,
     9  "_from": "caniuse-api@3.0.0",
     10  "_id": "caniuse-api@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
     13  "_location": "/caniuse-api",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "caniuse-api@3.0.0",
     19    "name": "caniuse-api",
     20    "escapedName": "caniuse-api",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/postcss-colormin",
     27    "/postcss-merge-rules",
     28    "/postcss-reduce-initial"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
     31  "_spec": "3.0.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    1033  "authors": [
    1134    "nyalab",
    1235    "MoOx"
    1336  ],
    14   "license": "MIT",
    15   "main": "dist/index.js",
    16   "files": [
    17     "dist"
    18   ],
     37  "babel": {
     38    "presets": [
     39      "babel-preset-latest"
     40    ]
     41  },
     42  "bugs": {
     43    "url": "https://github.com/nyalab/caniuse-api/issues"
     44  },
    1945  "dependencies": {
    2046    "browserslist": "^4.0.0",
     
    2349    "lodash.uniq": "^4.5.0"
    2450  },
     51  "description": "request the caniuse data to check browsers compatibilities",
    2552  "devDependencies": {
    2653    "babel-cli": "^6.22.2",
     
    3360    "tape": "^4.6.0"
    3461  },
     62  "files": [
     63    "dist"
     64  ],
     65  "homepage": "https://github.com/nyalab/caniuse-api#readme",
     66  "keywords": [
     67    "caniuse",
     68    "browserslist"
     69  ],
     70  "license": "MIT",
     71  "main": "dist/index.js",
     72  "name": "caniuse-api",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/nyalab/caniuse-api.git"
     76  },
    3577  "scripts": {
    3678    "build": "babel src --out-dir dist",
    3779    "lint": "jshint src",
    3880    "prepublish": "npm run build",
    39     "test": "npm run lint && babel-tape-runner test/*.js | tap-spec",
    40     "release": "npmpub"
     81    "release": "npmpub",
     82    "test": "npm run lint && babel-tape-runner test/*.js | tap-spec"
    4183  },
    42   "babel": {
    43     "presets": [
    44       "babel-preset-latest"
    45     ]
    46   }
     84  "version": "3.0.0"
    4785}
Note: See TracChangeset for help on using the changeset viewer.