1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "postcss-normalize-url@5.1.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "postcss-normalize-url@5.1.0",
- "_id": "postcss-normalize-url@5.1.0",
- "_inBundle": false,
- "_integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
- "_location": "/postcss-normalize-url",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-normalize-url@5.1.0",
- "name": "postcss-normalize-url",
- "escapedName": "postcss-normalize-url",
- "rawSpec": "5.1.0",
- "saveSpec": null,
- "fetchSpec": "5.1.0"
- },
- "_requiredBy": [
- "/cssnano-preset-default"
- ],
- "_resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
- "_spec": "5.1.0",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "bugs": {
- "url": "https://github.com/cssnano/cssnano/issues"
- },
- "dependencies": {
- "normalize-url": "^6.0.1",
- "postcss-value-parser": "^4.2.0"
- },
- "description": "Normalize URLs with PostCSS",
- "devDependencies": {
- "postcss": "^8.2.15"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "files": [
- "src",
- "LICENSE-MIT",
- "types"
- ],
- "homepage": "https://github.com/cssnano/cssnano",
- "keywords": [
- "css",
- "normalize",
- "optimise",
- "optimisation",
- "postcss",
- "postcss-plugin",
- "url"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "name": "postcss-normalize-url",
- "peerDependencies": {
- "postcss": "^8.2.15"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cssnano/cssnano.git"
- },
- "types": "types/index.d.ts",
- "version": "5.1.0"
- }
|