source: trip-planner-front/node_modules/postcss-pseudo-class-any-link/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.8 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-pseudo-class-any-link@6.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-pseudo-class-any-link@6.0.0",
10 "_id": "postcss-pseudo-class-any-link@6.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==",
13 "_location": "/postcss-pseudo-class-any-link",
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-pseudo-class-any-link@6.0.0",
23 "name": "postcss-pseudo-class-any-link",
24 "escapedName": "postcss-pseudo-class-any-link",
25 "rawSpec": "6.0.0",
26 "saveSpec": null,
27 "fetchSpec": "6.0.0"
28 },
29 "_requiredBy": [
30 "/postcss-preset-env"
31 ],
32 "_resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz",
33 "_spec": "6.0.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 "bugs": {
40 "url": "https://github.com/jonathantneal/postcss-pseudo-class-any-link/issues"
41 },
42 "dependencies": {
43 "postcss": "^7.0.2",
44 "postcss-selector-parser": "^5.0.0-rc.3"
45 },
46 "description": "Use the :any-link pseudo-class in CSS",
47 "devDependencies": {
48 "@babel/core": "^7.0.0",
49 "@babel/preset-env": "^7.0.0",
50 "babel-eslint": "^9.0.0",
51 "eslint": "^5.6.0",
52 "eslint-config-dev": "^2.0.0",
53 "postcss-tape": "^2.2.0",
54 "pre-commit": "^1.2.2",
55 "rollup": "^0.66.0",
56 "rollup-plugin-babel": "^4.0.1"
57 },
58 "engines": {
59 "node": ">=6.0.0"
60 },
61 "eslintConfig": {
62 "extends": "dev",
63 "parser": "babel-eslint"
64 },
65 "files": [
66 "index.cjs.js",
67 "index.cjs.js.map",
68 "index.es.mjs",
69 "index.es.mjs.map"
70 ],
71 "homepage": "https://github.com/jonathantneal/postcss-pseudo-class-any-link#readme",
72 "keywords": [
73 "postcss",
74 "css",
75 "postcss-plugin",
76 "link",
77 "visited",
78 "any-link",
79 "a",
80 "area",
81 "hyperlink",
82 "href"
83 ],
84 "license": "CC0-1.0",
85 "main": "index.cjs.js",
86 "module": "index.es.mjs",
87 "name": "postcss-pseudo-class-any-link",
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/jonathantneal/postcss-pseudo-class-any-link.git"
91 },
92 "scripts": {
93 "prepublishOnly": "npm test",
94 "pretest": "rollup -c .rollup.js --silent",
95 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
96 "test:ec": "echint --ignore index.*.js test",
97 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
98 "test:tape": "postcss-tape"
99 },
100 "version": "6.0.0"
101}
Note: See TracBrowser for help on using the repository browser.