- 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-overridden/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-discard-overridden", 3 "version": "5.0.1", 2 "_args": [ 3 [ 4 "postcss-discard-overridden@5.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-discard-overridden@5.0.1", 10 "_id": "postcss-discard-overridden@5.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==", 13 "_location": "/postcss-discard-overridden", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "postcss-discard-overridden@5.0.1", 19 "name": "postcss-discard-overridden", 20 "escapedName": "postcss-discard-overridden", 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-overridden/-/postcss-discard-overridden-5.0.1.tgz", 29 "_spec": "5.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Justineo", 33 "email": "justice360@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/cssnano/cssnano/issues" 37 }, 4 38 "description": "PostCSS plugin to discard overridden @keyframes or @counter-style.", 5 "main": "dist/index.js", 39 "devDependencies": { 40 "postcss": "^8.2.15" 41 }, 42 "engines": { 43 "node": "^10 || ^12 || >=14.0" 44 }, 6 45 "files": [ 7 46 "LICENSE", 8 47 "dist" 9 48 ], 49 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc", 50 "homepage": "https://github.com/cssnano/cssnano", 10 51 "keywords": [ 11 52 "postcss", … … 16 57 "@counter-style" 17 58 ], 18 "author": "Justineo <justice360@gmail.com>",19 59 "license": "MIT", 20 "repository": "cssnano/cssnano", 21 "bugs": { 22 "url": "https://github.com/cssnano/cssnano/issues" 23 }, 24 "homepage": "https://github.com/cssnano/cssnano", 25 "scripts": { 26 "prebuild": "del-cli dist", 27 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 28 "prepublish": "yarn build" 29 }, 30 "engines": { 31 "node": "^10 || ^12 || >=14.0" 32 }, 33 "devDependencies": { 34 "postcss": "^8.2.15" 35 }, 60 "main": "dist/index.js", 61 "name": "postcss-discard-overridden", 36 62 "peerDependencies": { 37 63 "postcss": "^8.2.15" 38 64 }, 39 "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" 40 75 }
Note:
See TracChangeset
for help on using the changeset viewer.