source: trip-planner-front/node_modules/cssnano-utils/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
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"
24 },
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",
39 "bugs": {
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"
45 },
46 "engines": {
47 "node": "^10 || ^12 || >=14.0"
48 },
49 "files": [
50 "dist"
51 ],
52 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
53 "homepage": "https://github.com/cssnano/cssnano",
54 "license": "MIT",
55 "main": "dist/index.js",
56 "name": "cssnano-utils",
57 "peerDependencies": {
58 "postcss": "^8.2.15"
59 },
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"
70}
Note: See TracBrowser for help on using the repository browser.