source: trip-planner-front/node_modules/postcss-font-variant/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.0 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-font-variant@4.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-font-variant@4.0.1",
10 "_id": "postcss-font-variant@4.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==",
13 "_location": "/postcss-font-variant",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-font-variant@4.0.1",
21 "name": "postcss-font-variant",
22 "escapedName": "postcss-font-variant",
23 "rawSpec": "4.0.1",
24 "saveSpec": null,
25 "fetchSpec": "4.0.1"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz",
31 "_spec": "4.0.1",
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-font-variant/issues"
38 },
39 "dependencies": {
40 "postcss": "^7.0.2"
41 },
42 "description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)",
43 "devDependencies": {
44 "jscs": "^3.0.7",
45 "jshint": "^2.9.6",
46 "npmpub": "^4.1.0",
47 "tape": "^4.9.1"
48 },
49 "files": [
50 "index.js"
51 ],
52 "homepage": "https://github.com/postcss/postcss-font-variant#readme",
53 "keywords": [
54 "css",
55 "postcss",
56 "postcss-plugin",
57 "font",
58 "variant",
59 "font-variant"
60 ],
61 "license": "MIT",
62 "name": "postcss-font-variant",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/postcss/postcss-font-variant.git"
66 },
67 "scripts": {
68 "jscs": "jscs index.js test/index.js",
69 "jshint": "jshint . --exclude-path .gitignore",
70 "lint": "npm run jscs && npm run jshint",
71 "release": "npmpub",
72 "test": "npm run lint && tape test"
73 },
74 "version": "4.0.1"
75}
Note: See TracBrowser for help on using the repository browser.