source: trip-planner-front/node_modules/postcss-custom-selectors/package.json

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

adding photos

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-custom-selectors@5.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-custom-selectors@5.1.2",
10 "_id": "postcss-custom-selectors@5.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==",
13 "_location": "/postcss-custom-selectors",
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": "postcss-custom-selectors@5.1.2",
23 "name": "postcss-custom-selectors",
24 "escapedName": "postcss-custom-selectors",
25 "rawSpec": "5.1.2",
26 "saveSpec": null,
27 "fetchSpec": "5.1.2"
28 },
29 "_requiredBy": [
30 "/postcss-preset-env"
31 ],
32 "_resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz",
33 "_spec": "5.1.2",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "author": {
36 "name": "Jonathan Neal",
37 "email": "jonathantneal@hotmail.com"
38 },
39 "bugs": {
40 "url": "https://github.com/postcss/postcss-custom-selectors/issues"
41 },
42 "contributors": [
43 {
44 "name": "yisi"
45 },
46 {
47 "name": "Maxime Thirouin"
48 }
49 ],
50 "dependencies": {
51 "postcss": "^7.0.2",
52 "postcss-selector-parser": "^5.0.0-rc.3"
53 },
54 "description": "Use Custom Selectors in CSS",
55 "devDependencies": {
56 "@babel/core": "^7.1.0",
57 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
58 "@babel/preset-env": "^7.1.0",
59 "babel-eslint": "^9.0.0",
60 "eslint": "^5.6.0",
61 "eslint-config-dev": "^2.0.0",
62 "postcss-tape": "^2.2.0",
63 "pre-commit": "^1.2.2",
64 "rollup": "^0.66.1",
65 "rollup-plugin-babel": "^4.0.3"
66 },
67 "engines": {
68 "node": ">=6.0.0"
69 },
70 "eslintConfig": {
71 "extends": "dev",
72 "parser": "babel-eslint"
73 },
74 "files": [
75 "index.cjs.js",
76 "index.cjs.js.map",
77 "index.es.mjs",
78 "index.es.mjs.map"
79 ],
80 "homepage": "https://github.com/postcss/postcss-custom-selectors#readme",
81 "keywords": [
82 "postcss",
83 "css",
84 "postcss-plugin",
85 "custom",
86 "selectors",
87 "w3c",
88 "csswg",
89 "extensions",
90 "declarative",
91 "rule",
92 "atrule",
93 "at-rule",
94 "specification"
95 ],
96 "license": "MIT",
97 "main": "index.cjs.js",
98 "module": "index.es.mjs",
99 "name": "postcss-custom-selectors",
100 "repository": {
101 "type": "git",
102 "url": "git+https://github.com/postcss/postcss-custom-selectors.git"
103 },
104 "scripts": {
105 "prepublishOnly": "npm test",
106 "pretest": "rollup -c .rollup.js --silent",
107 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
108 "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
109 "test:tape": "postcss-tape"
110 },
111 "version": "5.1.2"
112}
Note: See TracBrowser for help on using the repository browser.