source: trip-planner-front/node_modules/postcss-selector-matches/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.3 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-selector-matches@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-selector-matches@4.0.0",
10 "_id": "postcss-selector-matches@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==",
13 "_location": "/postcss-selector-matches",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-selector-matches@4.0.0",
21 "name": "postcss-selector-matches",
22 "escapedName": "postcss-selector-matches",
23 "rawSpec": "4.0.0",
24 "saveSpec": null,
25 "fetchSpec": "4.0.0"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz",
31 "_spec": "4.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Maxime Thirouin"
35 },
36 "bugs": {
37 "url": "https://github.com/postcss/postcss-selector-matches/issues"
38 },
39 "dependencies": {
40 "balanced-match": "^1.0.0",
41 "postcss": "^7.0.2"
42 },
43 "description": "PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors",
44 "devDependencies": {
45 "babel-cli": "^6.26.0",
46 "babel-plugin-add-module-exports": "^1.0.0",
47 "babel-preset-env": "^1.7.0",
48 "babel-preset-es2015": "^6.24.1",
49 "babel-preset-stage-2": "^6.24.1",
50 "babel-register": "^6.26.0",
51 "eslint": "^5.6.0",
52 "npmpub": "^4.1.0",
53 "tape": "^4.9.1"
54 },
55 "files": [
56 "dist"
57 ],
58 "homepage": "https://github.com/postcss/postcss-selector-matches#readme",
59 "keywords": [
60 "postcss",
61 "postcss-plugin",
62 "selectors",
63 "selector",
64 "matches"
65 ],
66 "license": "MIT",
67 "main": "dist/index.js",
68 "name": "postcss-selector-matches",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/postcss/postcss-selector-matches.git"
72 },
73 "scripts": {
74 "babelify": "babel src --out-dir dist",
75 "lint": "eslint ./src/*.js ./test/*.js",
76 "prepublish": "npm run babelify",
77 "release": "npmpub",
78 "tape": "tape -r babel-register test/*.js",
79 "test": "npm run lint && npm run babelify && npm run tape"
80 },
81 "version": "4.0.0"
82}
Note: See TracBrowser for help on using the repository browser.