source: trip-planner-front/node_modules/postcss-custom-media/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-custom-media@7.0.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-custom-media@7.0.8",
10 "_id": "postcss-custom-media@7.0.8",
11 "_inBundle": false,
12 "_integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==",
13 "_location": "/postcss-custom-media",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-custom-media@7.0.8",
21 "name": "postcss-custom-media",
22 "escapedName": "postcss-custom-media",
23 "rawSpec": "7.0.8",
24 "saveSpec": null,
25 "fetchSpec": "7.0.8"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz",
31 "_spec": "7.0.8",
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/postcss/postcss-custom-media/issues"
39 },
40 "contributors": [
41 {
42 "name": "Maxime Thirouin"
43 }
44 ],
45 "dependencies": {
46 "postcss": "^7.0.14"
47 },
48 "description": "Use Custom Media Queries in CSS",
49 "devDependencies": {
50 "@babel/core": "^7.4.0",
51 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
52 "@babel/preset-env": "^7.4.2",
53 "babel-eslint": "^10.0.1",
54 "eslint": "^5.16.0",
55 "eslint-config-dev": "^2.0.0",
56 "postcss-tape": "^4.0.0",
57 "pre-commit": "^1.2.2",
58 "rollup": "^1.7.4",
59 "rollup-plugin-babel": "^4.3.2"
60 },
61 "engines": {
62 "node": ">=6.0.0"
63 },
64 "eslintConfig": {
65 "extends": "dev",
66 "parser": "babel-eslint"
67 },
68 "files": [
69 "index.cjs.js",
70 "index.es.mjs"
71 ],
72 "homepage": "https://github.com/postcss/postcss-custom-media#readme",
73 "keywords": [
74 "postcss",
75 "css",
76 "postcss-plugin",
77 "custom",
78 "media",
79 "query",
80 "queries",
81 "w3c",
82 "csswg",
83 "atrule",
84 "at-rule",
85 "specification"
86 ],
87 "license": "MIT",
88 "main": "index.cjs.js",
89 "module": "index.es.mjs",
90 "name": "postcss-custom-media",
91 "repository": {
92 "type": "git",
93 "url": "git+https://github.com/postcss/postcss-custom-media.git"
94 },
95 "scripts": {
96 "prepublishOnly": "npm test",
97 "pretest": "rollup -c .rollup.js --silent",
98 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
99 "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
100 "test:tape": "postcss-tape"
101 },
102 "version": "7.0.8"
103}
Note: See TracBrowser for help on using the repository browser.