1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "csso@4.2.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "csso@4.2.0",
|
---|
10 | "_id": "csso@4.2.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
|
---|
13 | "_location": "/csso",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "csso@4.2.0",
|
---|
19 | "name": "csso",
|
---|
20 | "escapedName": "csso",
|
---|
21 | "rawSpec": "4.2.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "4.2.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/svgo"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
|
---|
29 | "_spec": "4.2.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Sergey Kryzhanovsky",
|
---|
33 | "email": "skryzhanovsky@ya.ru",
|
---|
34 | "url": "https://github.com/afelix"
|
---|
35 | },
|
---|
36 | "browser": {
|
---|
37 | "css-tree": "css-tree/dist/csstree.min.js"
|
---|
38 | },
|
---|
39 | "bugs": {
|
---|
40 | "url": "https://github.com/css/csso/issues"
|
---|
41 | },
|
---|
42 | "dependencies": {
|
---|
43 | "css-tree": "^1.1.2"
|
---|
44 | },
|
---|
45 | "description": "CSS minifier with structural optimisations",
|
---|
46 | "devDependencies": {
|
---|
47 | "@rollup/plugin-commonjs": "^11.0.1",
|
---|
48 | "@rollup/plugin-json": "^4.0.1",
|
---|
49 | "@rollup/plugin-node-resolve": "^7.0.0",
|
---|
50 | "coveralls": "^3.0.11",
|
---|
51 | "eslint": "^6.8.0",
|
---|
52 | "mocha": "^7.1.1",
|
---|
53 | "nyc": "^15.0.0",
|
---|
54 | "rollup": "^1.29.0",
|
---|
55 | "source-map": "^0.6.1",
|
---|
56 | "terser": "^4.6.3"
|
---|
57 | },
|
---|
58 | "engines": {
|
---|
59 | "node": ">=8.0.0"
|
---|
60 | },
|
---|
61 | "files": [
|
---|
62 | "dist",
|
---|
63 | "lib"
|
---|
64 | ],
|
---|
65 | "homepage": "https://github.com/css/csso",
|
---|
66 | "keywords": [
|
---|
67 | "css",
|
---|
68 | "compress",
|
---|
69 | "minifier",
|
---|
70 | "minify",
|
---|
71 | "optimise",
|
---|
72 | "optimisation",
|
---|
73 | "csstree"
|
---|
74 | ],
|
---|
75 | "license": "MIT",
|
---|
76 | "main": "./lib/index",
|
---|
77 | "maintainers": [
|
---|
78 | {
|
---|
79 | "name": "Roman Dvornov",
|
---|
80 | "email": "rdvornov@gmail.com"
|
---|
81 | }
|
---|
82 | ],
|
---|
83 | "name": "csso",
|
---|
84 | "repository": {
|
---|
85 | "type": "git",
|
---|
86 | "url": "git+https://github.com/css/csso.git"
|
---|
87 | },
|
---|
88 | "scripts": {
|
---|
89 | "build": "rollup --config && terser dist/csso.js --compress --mangle -o dist/csso.min.js",
|
---|
90 | "coverage": "nyc npm test",
|
---|
91 | "coveralls": "nyc report --reporter=text-lcov | coveralls",
|
---|
92 | "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null",
|
---|
93 | "lint": "eslint lib test",
|
---|
94 | "lint-and-test": "npm run lint && npm test",
|
---|
95 | "prepublishOnly": "npm run build",
|
---|
96 | "test": "mocha --reporter dot",
|
---|
97 | "travis": "nyc npm run lint-and-test && npm run coveralls"
|
---|
98 | },
|
---|
99 | "version": "4.2.0"
|
---|
100 | }
|
---|