1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "cssdb@4.4.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "cssdb@4.4.0",
|
---|
10 | "_id": "cssdb@4.4.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==",
|
---|
13 | "_location": "/cssdb",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "cssdb@4.4.0",
|
---|
19 | "name": "cssdb",
|
---|
20 | "escapedName": "cssdb",
|
---|
21 | "rawSpec": "4.4.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "4.4.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/postcss-preset-env"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz",
|
---|
29 | "_spec": "4.4.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Jonathan Neal",
|
---|
33 | "email": "jonathantneal@hotmail.com"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/csstools/cssdb/issues"
|
---|
37 | },
|
---|
38 | "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
|
---|
39 | "devDependencies": {
|
---|
40 | "browserslist": "^4.4.2",
|
---|
41 | "caniuse-lite": "^1.0.30000942",
|
---|
42 | "cssnano": "^4.1.10",
|
---|
43 | "eslit": "^6.0.0",
|
---|
44 | "fse": "^4.0.1",
|
---|
45 | "http-server": "^0.11.1",
|
---|
46 | "marked": "^0.6.1",
|
---|
47 | "node-fetch": "^2.3.0",
|
---|
48 | "postcss": "^7.0.14",
|
---|
49 | "postcss-preset-env": "^6.6.0",
|
---|
50 | "pre-commit": "^1.2.2",
|
---|
51 | "stylelint": "^9.10.1",
|
---|
52 | "stylelint-config-dev": "^4.0.0"
|
---|
53 | },
|
---|
54 | "files": [
|
---|
55 | "cssdb.json"
|
---|
56 | ],
|
---|
57 | "homepage": "https://github.com/csstools/cssdb#readme",
|
---|
58 | "keywords": [
|
---|
59 | "css",
|
---|
60 | "features",
|
---|
61 | "list",
|
---|
62 | "specifications",
|
---|
63 | "stages",
|
---|
64 | "tc39"
|
---|
65 | ],
|
---|
66 | "license": "CC0-1.0",
|
---|
67 | "main": "cssdb.json",
|
---|
68 | "name": "cssdb",
|
---|
69 | "repository": {
|
---|
70 | "type": "git",
|
---|
71 | "url": "git+https://github.com/csstools/cssdb.git"
|
---|
72 | },
|
---|
73 | "scripts": {
|
---|
74 | "start": "node tasks/start",
|
---|
75 | "start:nobadges": "node tasks/start --no-badges",
|
---|
76 | "test": "npm run test:css && npm run test:json",
|
---|
77 | "test:css": "stylelint tasks/style-template.css",
|
---|
78 | "test:json": "node tasks/test",
|
---|
79 | "watch": "http-server gh-pages"
|
---|
80 | },
|
---|
81 | "stylelint": {
|
---|
82 | "extends": "stylelint-config-dev"
|
---|
83 | },
|
---|
84 | "version": "4.4.0"
|
---|
85 | }
|
---|