- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/css-declaration-sorter/package.json
rceaed42 r59329aa 1 1 { 2 "name": "css-declaration-sorter", 3 "version": "6.1.3", 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 }, 4 42 "description": "Sorts CSS declarations fast and automatically in a certain order.", 5 "type": "module", 6 "main": "./src/main.cjs", 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 }, 7 53 "exports": { 8 54 "import": "./src/main.mjs", … … 15 61 "orders" 16 62 ], 17 "scripts": { 18 "prebuild": "rollup orders/*.mjs --format cjs --dir orders; rename .js .cjs orders/*.js", 19 "build": "rollup src/main.mjs --exports default --format cjs --file src/main.cjs", 20 "postbuild": "sed -i 's/mjs/cjs/' src/main.cjs", 21 "preversion": "npm test", 22 "test": "uvu src .+\\.test\\.mjs", 23 "test:ci": "npm test && npm run lint -- --max-warnings 0", 24 "lint": "eslint src/*.mjs", 25 "scrape": "node src/property-scraper.mjs", 26 "prepack": "npm run build" 27 }, 28 "dependencies": { 29 "timsort": "^0.3.0" 30 }, 31 "devDependencies": { 32 "@mdn/browser-compat-data": "^3.3.10", 33 "eslint": "^7.30.0", 34 "postcss": "^8.3.6", 35 "rollup": "^2.53.2", 36 "uvu": "^0.5.1" 37 }, 38 "peerDependencies": { 39 "postcss": "^8.0.9" 40 }, 41 "engines": { 42 "node": ">= 10" 43 }, 44 "repository": { 45 "type": "git", 46 "url": "https://github.com/Siilwyn/css-declaration-sorter.git" 47 }, 48 "author": "Selwyn <talk@selwyn.cc> (https://selwyn.cc/)", 49 "license": "ISC", 63 "homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme", 50 64 "keywords": [ 51 65 "postcss", … … 56 70 "property", 57 71 "order" 58 ] 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" 59 96 }
Note:
See TracChangeset
for help on using the changeset viewer.