source: trip-planner-front/node_modules/postcss-image-set-function/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.7 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-image-set-function@3.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-image-set-function@3.0.1",
10 "_id": "postcss-image-set-function@3.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==",
13 "_location": "/postcss-image-set-function",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-image-set-function@3.0.1",
21 "name": "postcss-image-set-function",
22 "escapedName": "postcss-image-set-function",
23 "rawSpec": "3.0.1",
24 "saveSpec": null,
25 "fetchSpec": "3.0.1"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz",
31 "_spec": "3.0.1",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Jonathan Neal",
35 "email": "jonathantneal@hotmail.com"
36 },
37 "bugs": {
38 "url": "https://github.com/jonathantneal/postcss-image-set-function/issues"
39 },
40 "dependencies": {
41 "postcss": "^7.0.2",
42 "postcss-values-parser": "^2.0.0"
43 },
44 "description": "Display resolution-dependent images using the image-set() function in CSS",
45 "devDependencies": {
46 "@babel/core": "^7.1.0",
47 "@babel/preset-env": "^7.1.0",
48 "babel-eslint": "^9.0.0",
49 "eslint": "^5.6.0",
50 "eslint-config-dev": "^2.0.0",
51 "postcss-tape": "^2.2.0",
52 "pre-commit": "^1.2.2",
53 "rollup": "^0.66.0",
54 "rollup-plugin-babel": "^4.0.3"
55 },
56 "engines": {
57 "node": ">=6.0.0"
58 },
59 "eslintConfig": {
60 "extends": "dev",
61 "parser": "babel-eslint"
62 },
63 "files": [
64 "index.cjs.js",
65 "index.cjs.js.map",
66 "index.es.mjs",
67 "index.es.mjs.map"
68 ],
69 "homepage": "https://github.com/jonathantneal/postcss-image-set-function#readme",
70 "keywords": [
71 "postcss",
72 "css",
73 "postcss-plugin",
74 "image-set",
75 "background",
76 "image",
77 "responsive",
78 "resolution",
79 "negotiation",
80 "optimization"
81 ],
82 "license": "CC0-1.0",
83 "main": "index.cjs.js",
84 "module": "index.es.mjs",
85 "name": "postcss-image-set-function",
86 "repository": {
87 "type": "git",
88 "url": "git+https://github.com/jonathantneal/postcss-image-set-function.git"
89 },
90 "scripts": {
91 "prepublishOnly": "npm test",
92 "pretest": "rollup -c .rollup.js --silent",
93 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
94 "test:ec": "echint --ignore index.*.js test",
95 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
96 "test:tape": "postcss-tape"
97 },
98 "version": "3.0.1"
99}
Note: See TracBrowser for help on using the repository browser.