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