source: trip-planner-front/node_modules/caniuse-api/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "caniuse-api@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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",
33 "authors": [
34 "nyalab",
35 "MoOx"
36 ],
37 "babel": {
38 "presets": [
39 "babel-preset-latest"
40 ]
41 },
42 "bugs": {
43 "url": "https://github.com/nyalab/caniuse-api/issues"
44 },
45 "dependencies": {
46 "browserslist": "^4.0.0",
47 "caniuse-lite": "^1.0.0",
48 "lodash.memoize": "^4.1.2",
49 "lodash.uniq": "^4.5.0"
50 },
51 "description": "request the caniuse data to check browsers compatibilities",
52 "devDependencies": {
53 "babel-cli": "^6.22.2",
54 "babel-eslint": "^5.0.0",
55 "babel-preset-latest": "^6.22.0",
56 "babel-tape-runner": "^2.0.1",
57 "jshint": "^2.5.10",
58 "npmpub": "^3.1.0",
59 "tap-spec": "^4.1.1",
60 "tape": "^4.6.0"
61 },
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 },
77 "scripts": {
78 "build": "babel src --out-dir dist",
79 "lint": "jshint src",
80 "prepublish": "npm run build",
81 "release": "npmpub",
82 "test": "npm run lint && babel-tape-runner test/*.js | tap-spec"
83 },
84 "version": "3.0.0"
85}
Note: See TracBrowser for help on using the repository browser.