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