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
70
71
72
73
74
75
76
77
78
79
80
81
| {
| "_from": "cssdb@^4.4.0",
| "_id": "cssdb@4.4.0",
| "_inBundle": false,
| "_integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==",
| "_location": "/cssdb",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "cssdb@^4.4.0",
| "name": "cssdb",
| "escapedName": "cssdb",
| "rawSpec": "^4.4.0",
| "saveSpec": null,
| "fetchSpec": "^4.4.0"
| },
| "_requiredBy": [
| "/postcss-preset-env"
| ],
| "_resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz",
| "_shasum": "3bf2f2a68c10f5c6a08abd92378331ee803cddb0",
| "_spec": "cssdb@^4.4.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\postcss-preset-env",
| "author": {
| "name": "Jonathan Neal",
| "email": "jonathantneal@hotmail.com"
| },
| "bugs": {
| "url": "https://github.com/csstools/cssdb/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
| "devDependencies": {
| "browserslist": "^4.4.2",
| "caniuse-lite": "^1.0.30000942",
| "cssnano": "^4.1.10",
| "eslit": "^6.0.0",
| "fse": "^4.0.1",
| "http-server": "^0.11.1",
| "marked": "^0.6.1",
| "node-fetch": "^2.3.0",
| "postcss": "^7.0.14",
| "postcss-preset-env": "^6.6.0",
| "pre-commit": "^1.2.2",
| "stylelint": "^9.10.1",
| "stylelint-config-dev": "^4.0.0"
| },
| "files": [
| "cssdb.json"
| ],
| "homepage": "https://github.com/csstools/cssdb#readme",
| "keywords": [
| "css",
| "features",
| "list",
| "specifications",
| "stages",
| "tc39"
| ],
| "license": "CC0-1.0",
| "main": "cssdb.json",
| "name": "cssdb",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/csstools/cssdb.git"
| },
| "scripts": {
| "start": "node tasks/start",
| "start:nobadges": "node tasks/start --no-badges",
| "test": "npm run test:css && npm run test:json",
| "test:css": "stylelint tasks/style-template.css",
| "test:json": "node tasks/test",
| "watch": "http-server gh-pages"
| },
| "stylelint": {
| "extends": "stylelint-config-dev"
| },
| "version": "4.4.0"
| }
|
|