source: trip-planner-front/node_modules/css-has-pseudo/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: 3.2 KB
Line 
1{
2 "_args": [
3 [
4 "css-has-pseudo@0.10.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "css-has-pseudo@0.10.0",
10 "_id": "css-has-pseudo@0.10.0",
11 "_inBundle": false,
12 "_integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==",
13 "_location": "/css-has-pseudo",
14 "_phantomChildren": {
15 "indexes-of": "1.0.1",
16 "picocolors": "0.2.1",
17 "uniq": "1.0.1"
18 },
19 "_requested": {
20 "type": "version",
21 "registry": true,
22 "raw": "css-has-pseudo@0.10.0",
23 "name": "css-has-pseudo",
24 "escapedName": "css-has-pseudo",
25 "rawSpec": "0.10.0",
26 "saveSpec": null,
27 "fetchSpec": "0.10.0"
28 },
29 "_requiredBy": [
30 "/postcss-preset-env"
31 ],
32 "_resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz",
33 "_spec": "0.10.0",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "author": {
36 "name": "Jonathan Neal",
37 "email": "jonathantneal@hotmail.com"
38 },
39 "bin": {
40 "css-has-pseudo": "cli.js"
41 },
42 "bugs": {
43 "url": "https://github.com/csstools/css-has-pseudo/issues"
44 },
45 "dependencies": {
46 "postcss": "^7.0.6",
47 "postcss-selector-parser": "^5.0.0-rc.4"
48 },
49 "description": "Style elements relative to other elements in CSS",
50 "devDependencies": {
51 "@babel/core": "^7.1.6",
52 "@babel/preset-env": "^7.1.6",
53 "babel-eslint": "^10.0.1",
54 "cross-env": "^5.2.0",
55 "eslint": "^5.9.0",
56 "eslint-config-dev": "2.0.0",
57 "postcss-tape": "^2.2.0",
58 "pre-commit": "^1.2.2",
59 "rollup": "^0.67.3",
60 "rollup-plugin-babel": "^4.0.3",
61 "rollup-plugin-terser": "^3.0.0"
62 },
63 "engines": {
64 "node": ">=6.0.0"
65 },
66 "eslintConfig": {
67 "extends": "dev",
68 "parser": "babel-eslint"
69 },
70 "files": [
71 "browser.js",
72 "cli.js",
73 "index.js",
74 "index.js.map",
75 "index.mjs",
76 "index.mjs.map",
77 "postcss.js",
78 "postcss.js.map",
79 "postcss.mjs",
80 "postcss.mjs.map"
81 ],
82 "homepage": "https://github.com/csstools/css-has-pseudo#readme",
83 "keywords": [
84 "postcss",
85 "css",
86 "postcss-plugin",
87 "javascript",
88 "js",
89 "polyfill",
90 "has",
91 "contains",
92 "descendant",
93 "pseudo",
94 "selector"
95 ],
96 "license": "CC0-1.0",
97 "main": "index.js",
98 "module": "index.mjs",
99 "name": "css-has-pseudo",
100 "repository": {
101 "type": "git",
102 "url": "git+https://github.com/csstools/css-has-pseudo.git"
103 },
104 "scripts": {
105 "build": "npm run build:browser && npm run build:cli && npm run build:node && npm run build:postcss",
106 "build:browser": "cross-env NODE_ENV=browser rollup -c .rollup.js --silent",
107 "build:cli": "cross-env NODE_ENV=cli rollup -c .rollup.js --silent",
108 "build:node": "rollup -c .rollup.js --silent",
109 "build:postcss": "cross-env NODE_ENV=postcss rollup -c .rollup.js --silent",
110 "prepublishOnly": "npm run build && npm test",
111 "pretest": "npm run build:postcss",
112 "pretest:postcss": "npm run build:postcss",
113 "test": "npm run test:js && npm run test:postcss",
114 "test:js": "eslint src/*.js --cache --ignore-path .gitignore --quiet",
115 "test:postcss": "postcss-tape --plugin=postcss.js"
116 },
117 "version": "0.10.0"
118}
Note: See TracBrowser for help on using the repository browser.