source: trip-planner-front/node_modules/autoprefixer/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: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "autoprefixer@9.8.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "autoprefixer@9.8.8",
10 "_id": "autoprefixer@9.8.8",
11 "_inBundle": false,
12 "_integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==",
13 "_location": "/autoprefixer",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "autoprefixer@9.8.8",
21 "name": "autoprefixer",
22 "escapedName": "autoprefixer",
23 "rawSpec": "9.8.8",
24 "saveSpec": null,
25 "fetchSpec": "9.8.8"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz",
31 "_spec": "9.8.8",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Andrey Sitnik",
35 "email": "andrey@sitnik.ru"
36 },
37 "bin": {
38 "autoprefixer": "bin/autoprefixer"
39 },
40 "bugs": {
41 "url": "https://github.com/postcss/autoprefixer/issues"
42 },
43 "dependencies": {
44 "browserslist": "^4.12.0",
45 "caniuse-lite": "^1.0.30001109",
46 "normalize-range": "^0.1.2",
47 "num2fraction": "^1.2.2",
48 "picocolors": "^0.2.1",
49 "postcss": "^7.0.32",
50 "postcss-value-parser": "^4.1.0"
51 },
52 "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
53 "funding": {
54 "type": "tidelift",
55 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
56 },
57 "homepage": "https://github.com/postcss/autoprefixer#readme",
58 "keywords": [
59 "autoprefixer",
60 "css",
61 "prefix",
62 "postcss",
63 "postcss-plugin"
64 ],
65 "license": "MIT",
66 "main": "lib/autoprefixer",
67 "name": "autoprefixer",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/postcss/autoprefixer.git"
71 },
72 "version": "9.8.8"
73}
Note: See TracBrowser for help on using the repository browser.