- 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/postcss-discard-duplicates/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-discard-duplicates", 3 "version": "5.0.1", 2 "_args": [ 3 [ 4 "postcss-discard-duplicates@5.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-discard-duplicates@5.0.1", 10 "_id": "postcss-discard-duplicates@5.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==", 13 "_location": "/postcss-discard-duplicates", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "postcss-discard-duplicates@5.0.1", 19 "name": "postcss-discard-duplicates", 20 "escapedName": "postcss-discard-duplicates", 21 "rawSpec": "5.0.1", 22 "saveSpec": null, 23 "fetchSpec": "5.0.1" 24 }, 25 "_requiredBy": [ 26 "/cssnano-preset-default" 27 ], 28 "_resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.1.tgz", 29 "_spec": "5.0.1", 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 }, 4 39 "description": "Discard duplicate rules in your CSS files with PostCSS.", 5 "main": "dist/index.js", 40 "devDependencies": { 41 "postcss": "^8.2.15" 42 }, 43 "engines": { 44 "node": "^10 || ^12 || >=14.0" 45 }, 6 46 "files": [ 7 47 "dist", 8 48 "LICENSE-MIT" 9 49 ], 10 "scripts": { 11 "prebuild": "del-cli dist", 12 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 13 "prepublish": "yarn build" 14 }, 50 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc", 51 "homepage": "https://github.com/cssnano/cssnano", 15 52 "keywords": [ 16 53 "css", … … 21 58 ], 22 59 "license": "MIT", 23 "homepage": "https://github.com/cssnano/cssnano", 24 "author": { 25 "name": "Ben Briggs", 26 "email": "beneb.info@gmail.com", 27 "url": "http://beneb.info" 28 }, 29 "repository": "cssnano/cssnano", 30 "bugs": { 31 "url": "https://github.com/cssnano/cssnano/issues" 32 }, 33 "engines": { 34 "node": "^10 || ^12 || >=14.0" 35 }, 36 "devDependencies": { 37 "postcss": "^8.2.15" 38 }, 60 "main": "dist/index.js", 61 "name": "postcss-discard-duplicates", 39 62 "peerDependencies": { 40 63 "postcss": "^8.2.15" 41 64 }, 42 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc" 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/cssnano/cssnano.git" 68 }, 69 "scripts": { 70 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 71 "prebuild": "del-cli dist", 72 "prepublish": "yarn build" 73 }, 74 "version": "5.0.1" 43 75 }
Note:
See TracChangeset
for help on using the changeset viewer.