- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-convert-values/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "postcss-convert-values@5.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-convert-values@5.0.1", 10 "_id": "postcss-convert-values@5.0.1", 2 "_from": "postcss-convert-values@^5.0.2", 3 "_id": "postcss-convert-values@5.0.2", 11 4 "_inBundle": false, 12 "_integrity": "sha512- C3zR1Do2BkKkCgC0g3sF8TS0koF2G+mN8xxayZx3f10cIRmTaAnpgpRQZjNekTZxM2ciSPoh2IWJm0VZx8NoQg==",5 "_integrity": "sha512-KQ04E2yadmfa1LqXm7UIDwW1ftxU/QWZmz6NKnHnUvJ3LEYbbcX6i329f/ig+WnEByHegulocXrECaZGLpL8Zg==", 13 6 "_location": "/postcss-convert-values", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "postcss-convert-values@ 5.0.1",11 "raw": "postcss-convert-values@^5.0.2", 19 12 "name": "postcss-convert-values", 20 13 "escapedName": "postcss-convert-values", 21 "rawSpec": " 5.0.1",14 "rawSpec": "^5.0.2", 22 15 "saveSpec": null, 23 "fetchSpec": " 5.0.1"16 "fetchSpec": "^5.0.2" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/cssnano-preset-default" 27 20 ], 28 "_resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.1.tgz", 29 "_spec": "5.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 21 "_resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.2.tgz", 22 "_shasum": "879b849dc3677c7d6bc94b6a2c1a3f0808798059", 23 "_spec": "postcss-convert-values@^5.0.2", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default", 31 25 "author": { 32 26 "name": "Ben Briggs", … … 37 31 "url": "https://github.com/cssnano/cssnano/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 35 "postcss-value-parser": "^4.1.0" 41 36 }, 37 "deprecated": false, 42 38 "description": "Convert values with PostCSS (e.g. ms -> s)", 43 39 "devDependencies": { … … 51 47 "dist" 52 48 ], 53 "gitHead": "2 8c247175032fa03f04911cde56ad82d74d211cc",49 "gitHead": "2d84646671c7075f8dae35de310351aac3436bc0", 54 50 "homepage": "https://github.com/cssnano/cssnano", 55 51 "keywords": [ … … 71 67 "scripts": { 72 68 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 73 "prebuild": " del-clidist",74 "prep ublish": "yarn build"69 "prebuild": "rimraf dist", 70 "prepare": "yarn build" 75 71 }, 76 "version": "5.0. 1"72 "version": "5.0.2" 77 73 }
Note:
See TracChangeset
for help on using the changeset viewer.