- 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/cssnano-preset-default/package.json
rceaed42 r59329aa 1 1 { 2 "name": "cssnano-preset-default", 3 "version": "5.1.4", 4 "main": "dist/index.js", 5 "description": "Safe defaults for cssnano which require minimal configuration.", 6 "scripts": { 7 "prebuild": "rimraf dist", 8 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 9 "prepare": "yarn build" 2 "_args": [ 3 [ 4 "cssnano-preset-default@5.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "cssnano-preset-default@5.1.4", 10 "_id": "cssnano-preset-default@5.1.4", 11 "_inBundle": false, 12 "_integrity": "sha512-sPpQNDQBI3R/QsYxQvfB4mXeEcWuw0wGtKtmS5eg8wudyStYMgKOQT39G07EbW1LB56AOYrinRS9f0ig4Y3MhQ==", 13 "_location": "/cssnano-preset-default", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "cssnano-preset-default@5.1.4", 19 "name": "cssnano-preset-default", 20 "escapedName": "cssnano-preset-default", 21 "rawSpec": "5.1.4", 22 "saveSpec": null, 23 "fetchSpec": "5.1.4" 10 24 }, 11 "files": [ 12 "LICENSE-MIT", 13 "dist" 25 "_requiredBy": [ 26 "/cssnano" 14 27 ], 15 "license": "MIT", 28 "_resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.4.tgz", 29 "_spec": "5.1.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Ben Briggs", 33 "email": "beneb.info@gmail.com", 34 "url": "http://beneb.info" 35 }, 36 "bugs": { 37 "url": "https://github.com/cssnano/cssnano/issues" 38 }, 16 39 "dependencies": { 17 40 "css-declaration-sorter": "^6.0.3", … … 45 68 "postcss-unique-selectors": "^5.0.1" 46 69 }, 47 "author": { 48 "name": "Ben Briggs", 49 "email": "beneb.info@gmail.com", 50 "url": "http://beneb.info" 51 }, 52 "repository": "cssnano/cssnano", 53 "homepage": "https://github.com/cssnano/cssnano", 54 "bugs": { 55 "url": "https://github.com/cssnano/cssnano/issues" 70 "description": "Safe defaults for cssnano which require minimal configuration.", 71 "devDependencies": { 72 "postcss": "^8.2.15" 56 73 }, 57 74 "engines": { 58 75 "node": "^10 || ^12 || >=14.0" 59 76 }, 60 "devDependencies": { 61 "postcss": "^8.2.15" 62 }, 77 "files": [ 78 "LICENSE-MIT", 79 "dist" 80 ], 81 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735", 82 "homepage": "https://github.com/cssnano/cssnano", 83 "license": "MIT", 84 "main": "dist/index.js", 85 "name": "cssnano-preset-default", 63 86 "peerDependencies": { 64 87 "postcss": "^8.2.15" 65 88 }, 66 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735" 89 "repository": { 90 "type": "git", 91 "url": "git+https://github.com/cssnano/cssnano.git" 92 }, 93 "scripts": { 94 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 95 "prebuild": "rimraf dist", 96 "prepare": "yarn build" 97 }, 98 "version": "5.1.4" 67 99 }
Note:
See TracChangeset
for help on using the changeset viewer.