source: trip-planner-front/node_modules/css-declaration-sorter/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "css-declaration-sorter@6.1.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "css-declaration-sorter@6.1.3",
10 "_id": "css-declaration-sorter@6.1.3",
11 "_inBundle": false,
12 "_integrity": "sha512-SvjQjNRZgh4ULK1LDJ2AduPKUKxIqmtU7ZAyi47BTV+M90Qvxr9AB6lKlLbDUfXqI9IQeYA8LbAsCZPpJEV3aA==",
13 "_location": "/css-declaration-sorter",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "css-declaration-sorter@6.1.3",
19 "name": "css-declaration-sorter",
20 "escapedName": "css-declaration-sorter",
21 "rawSpec": "6.1.3",
22 "saveSpec": null,
23 "fetchSpec": "6.1.3"
24 },
25 "_requiredBy": [
26 "/cssnano-preset-default"
27 ],
28 "_resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.3.tgz",
29 "_spec": "6.1.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Selwyn",
33 "email": "talk@selwyn.cc",
34 "url": "https://selwyn.cc/"
35 },
36 "bugs": {
37 "url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
38 },
39 "dependencies": {
40 "timsort": "^0.3.0"
41 },
42 "description": "Sorts CSS declarations fast and automatically in a certain order.",
43 "devDependencies": {
44 "@mdn/browser-compat-data": "^3.3.10",
45 "eslint": "^7.30.0",
46 "postcss": "^8.3.6",
47 "rollup": "^2.53.2",
48 "uvu": "^0.5.1"
49 },
50 "engines": {
51 "node": ">= 10"
52 },
53 "exports": {
54 "import": "./src/main.mjs",
55 "require": "./src/main.cjs"
56 },
57 "files": [
58 "src/main.mjs",
59 "src/main.cjs",
60 "src/shorthand-data.mjs",
61 "orders"
62 ],
63 "homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
64 "keywords": [
65 "postcss",
66 "postcss-plugin",
67 "css",
68 "declaration",
69 "sorter",
70 "property",
71 "order"
72 ],
73 "license": "ISC",
74 "main": "./src/main.cjs",
75 "name": "css-declaration-sorter",
76 "peerDependencies": {
77 "postcss": "^8.0.9"
78 },
79 "repository": {
80 "type": "git",
81 "url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
82 },
83 "scripts": {
84 "build": "rollup src/main.mjs --exports default --format cjs --file src/main.cjs",
85 "lint": "eslint src/*.mjs",
86 "postbuild": "sed -i 's/mjs/cjs/' src/main.cjs",
87 "prebuild": "rollup orders/*.mjs --format cjs --dir orders; rename .js .cjs orders/*.js",
88 "prepack": "npm run build",
89 "preversion": "npm test",
90 "scrape": "node src/property-scraper.mjs",
91 "test": "uvu src .+\\.test\\.mjs",
92 "test:ci": "npm test && npm run lint -- --max-warnings 0"
93 },
94 "type": "module",
95 "version": "6.1.3"
96}
Note: See TracBrowser for help on using the repository browser.