1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
| {
| "_from": "postcss-font-variant@^4.0.0",
| "_id": "postcss-font-variant@4.0.1",
| "_inBundle": false,
| "_integrity": "sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==",
| "_location": "/postcss-font-variant",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "postcss-font-variant@^4.0.0",
| "name": "postcss-font-variant",
| "escapedName": "postcss-font-variant",
| "rawSpec": "^4.0.0",
| "saveSpec": null,
| "fetchSpec": "^4.0.0"
| },
| "_requiredBy": [
| "/postcss-preset-env"
| ],
| "_resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz",
| "_shasum": "42d4c0ab30894f60f98b17561eb5c0321f502641",
| "_spec": "postcss-font-variant@^4.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\postcss-preset-env",
| "author": {
| "name": "Maxime Thirouin"
| },
| "bugs": {
| "url": "https://github.com/postcss/postcss-font-variant/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "postcss": "^7.0.2"
| },
| "deprecated": false,
| "description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)",
| "devDependencies": {
| "jscs": "^3.0.7",
| "jshint": "^2.9.6",
| "npmpub": "^4.1.0",
| "tape": "^4.9.1"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/postcss/postcss-font-variant#readme",
| "keywords": [
| "css",
| "postcss",
| "postcss-plugin",
| "font",
| "variant",
| "font-variant"
| ],
| "license": "MIT",
| "name": "postcss-font-variant",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/postcss/postcss-font-variant.git"
| },
| "scripts": {
| "jscs": "jscs index.js test/index.js",
| "jshint": "jshint . --exclude-path .gitignore",
| "lint": "npm run jscs && npm run jshint",
| "release": "npmpub",
| "test": "npm run lint && tape test"
| },
| "version": "4.0.1"
| }
|
|