- 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-utils/package.json
rceaed42 r59329aa 1 1 { 2 "name": "cssnano-utils", 3 "version": "2.0.1", 4 "repository": "cssnano/cssnano", 5 "main": "dist/index.js", 6 "description": "Utility methods and plugin for cssnano projects", 7 "scripts": { 8 "prebuild": "del-cli dist", 9 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 10 "prepublish": "yarn build" 2 "_args": [ 3 [ 4 "cssnano-utils@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "cssnano-utils@2.0.1", 10 "_id": "cssnano-utils@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==", 13 "_location": "/cssnano-utils", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "cssnano-utils@2.0.1", 19 "name": "cssnano-utils", 20 "escapedName": "cssnano-utils", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 11 24 }, 12 "homepage": "https://github.com/cssnano/cssnano", 25 "_requiredBy": [ 26 "/cssnano-preset-default", 27 "/postcss-merge-rules", 28 "/postcss-minify-gradients", 29 "/postcss-minify-params", 30 "/postcss-normalize-display-values", 31 "/postcss-normalize-repeat-style", 32 "/postcss-normalize-timing-functions", 33 "/postcss-ordered-values", 34 "/postcss-reduce-transforms" 35 ], 36 "_resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-2.0.1.tgz", 37 "_spec": "2.0.1", 38 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 13 39 "bugs": { 14 40 "url": "https://github.com/cssnano/cssnano/issues" 41 }, 42 "description": "Utility methods and plugin for cssnano projects", 43 "devDependencies": { 44 "postcss": "^8.2.15" 15 45 }, 16 46 "engines": { … … 20 50 "dist" 21 51 ], 52 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc", 53 "homepage": "https://github.com/cssnano/cssnano", 22 54 "license": "MIT", 23 "devDependencies": { 24 "postcss": "^8.2.15" 25 }, 55 "main": "dist/index.js", 56 "name": "cssnano-utils", 26 57 "peerDependencies": { 27 58 "postcss": "^8.2.15" 28 59 }, 29 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc" 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/cssnano/cssnano.git" 63 }, 64 "scripts": { 65 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 66 "prebuild": "del-cli dist", 67 "prepublish": "yarn build" 68 }, 69 "version": "2.0.1" 30 70 }
Note:
See TracChangeset
for help on using the changeset viewer.